input {
    padding: 0;
    margin: 0;
}

img {
    border: none;
    background: none;
    vertical-align: middle;
    max-width: 100%;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.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;
}


/* main */
.m-article {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
}

/* header-tit */
.header-tit {
    text-align: center;
    font: bold 20px/1.5 "Microsoft Yahei";
    color: #004a91;
    margin: 8px 0;
    padding: 0 5px
}

.header-tit span {
    display: block;
    text-transform: uppercase;
    font: 12px/1.5 Arial;
    color: #666;
}

/* black */
.black {
    text-align: center;
}

.black span {
    display: block;
    font: 12px/2.5 "Microsoft Yahei";
    color: #666;
    white-space: nowrap;
}





/*  */
.hengdoa {
    border-top: 1px solid #bfbfbf;
    margin-top: 10px;
    padding-top: 20px;
}

.hengdoa ul {
    text-align: center;
    font-size: 0;
}

.hengdoa li {
    background-color: #bfbfbf;
    display: inline-block;
    width: 24.3%;
    border: 1px solid #fff;
}

.hengdoa li a {
    display: block;
    text-align: center;
    font: normal 12px/35px MicrosoftYaHei;
    color: #ffffff;
}

.hengdoa li:hover {
    background-color: #0151a3;
}








.p2a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 2%;
}

.p2a li {
    margin-bottom: 15px;
    width: 48%;
}

.p2a li a {
    display: block;
    width: 100%;
    background-color: #eeeeee;
    border: solid 1px #ffffff;
    position: relative;
}

.p2a li a div.img img {
    display: block;
    width: 100%;
    height: 100%;
}

.p2a li a .mark {
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: all ease .3s;
}

.p2a li a .mark h3 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
}

.p2a li a .mark span {
    display: inline-block;
    width: 50%;
    height: 30px;
    border: solid 1px #ffffff;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    margin: 20px auto 0;
}


.p2a li:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.p2a li:hover a .mark {
    background-color: rgba(25, 78, 154, .75);
}
.line {
    height: 15px;
	background-color: #eeeeee;
    margin: 35px auto;
    width: 100%;
}

.p3-swiper {
    width: 96%;
    margin: 20px auto 0;
    overflow: hidden;
}
.p3-swiper li {
    border: solid 1px #dcdcdc;
}

.p3-swiper li a {
    display: block;
}
.p3-swiper li a div.img img{
 width: 100%;
}
.p3-swiper li a h3 {
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}





.p4 {
    margin: 30px auto 0;
}

.p4-swiper {
    width: 96%;
    margin: 20px auto 0;
    overflow: hidden;
}

.p4-swiper li a {
    display: block;
    width: 100%;
    padding: 10px;
    border: solid 1px #dcdcdc;
}


.p4-swiper li a img{
    display: block;
    width: 100%;
}









/*  */
.w1 {
    margin-top: 40px;
}

.w1tit {
    text-align: center;
}

.w1tit h3 {
 
    background-size: 80% 1%;
    font: normal 22px/1 MicrosoftYaHei;
    color: #282828;
}

.w1tit h4 {
    font: normal 12px/1 MicrosoftYaHei;
    color: #9d9c9c;
    margin-top: 5px;
    text-transform: uppercase
}

.nhh {
    margin-top: 20px;
}

.nbt1 {
    text-align: center;
}

.nbt1 li {
    display: inline-block;
    width: 30%;
    border-radius: 20px;
    background-color: #eeeeee;
    margin: 0 2px 10px;
    font: normal 15px/2 MicrosoftYaHei;
    color: #3e3a39;
}

.nbt1 li.on {
    background-color: #0151a3;
    color: #fff;
}

.nss li {
    width: 50%;
}



.xians {
    background: #eeeeee;
    height: 8px;
}













.z2 .w1tit  {
    margin-bottom: 26px;
}

.yul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.yul li{
    width: 48%;
}
.yul li a {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.yul li a div.img img {
    display: block;
    width: 100%;
}

.yul li a .cont {
    background: rgba(0, 0, 0, .34);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 99;
}

.yul li a .cont img {
    max-width: 100%;
}

.yul li a .cont h3 {
    font-size: 20px;
    margin: 20px 0 10px;
}

.yul li a .cont span {
    font-size: 15px;
    display: inline-block;
    margin-top: 8px;
}

.yul li a .cont p {
    font-size: 10px;
    text-align: center;
}


















/* z3 */
.z3 {
     background-color: #eeeeee;
    padding-top: 3vh;
    padding-bottom: 2vh;
    margin-top: 6vh;
}

.z3-main {
    margin-top: 2vh;
}

.z3-txt {
    margin-top: 1vh;
    font: 16px/1.8 "Microsoft Yahei";
    color: #3e3a39;
}


.z3-txt .mob_txtx {
    font-size: 14px;
    color: #4f4f4f;
    line-height: 1.7;
    text-indent: 20px;
}
.z3-txt .mob_txtx a {
    color: #4f4f4f;
}

.z3-txt a.more {
    display: block;
    margin-top: 2vh;
    width: 30%;
    text-align: center;
    font: 16px/2.2 "Microsoft Yahei";
    color: #da251c;
    border: 2px solid #da251c;
    white-space: nowrap;
}

/* z4 */
.z4 {
    margin-top: 2vh;
    padding-top: 2vh;
}

.z4 .m-article {
    margin-top: 2vh;
}

.z4 .swiper-slide {
    float: left;
    width: calc(50% - 20px);
    margin: 0 4px 0;
    border: 1px solid #dcdcdc;
    padding: 10px 6px 0;
}

.z4 .swiper-slide a img {
    width: 100%;
}

.z4 .swiper-slide h3 {
    text-align: center;
    font: 14px/30px "Microsoft Yahei";
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 5px 0;
}









/**/
.m5 {
    overflow: hidden;
    margin-top: 20px;
}
.m4{
    margin-top: 20px;
}
.slideTxtBox {
    overflow: hidden;
    background: #fff;
}

.slideTxtBox .hd {
    margin: 15px 0 20px 0;
}

.slideTxtBox .hd ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    display: -webkit-flex;
}

.slideTxtBox .hd li {
    width: 31%;
    text-align: center;
    font-size: 16px;
    background: #d2d2d2;
    color: #3e3a39;
    line-height: 35px;
    position: relative;
}

.slideTxtBox .hd li:last-child {
    margin-right: 0;
}

.slideTxtBox .hd li.on {
    background: #0151a3;
    color: #fff;
}

.slideTxtBox .bd .tjxw {
    width: 96%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.slideTxtBox .bd .tjxw {
    margin-top: 10px;
}

.slideTxtBox .bd .tjxw li {
    padding-left: 15px;
    background: url(//cdn.xypt.top/83b2fc70/21/05/4f00bf506a0150f7f2f4b4f3660190304b315d72.png) no-repeat left center;
    background-size: 2%;
    border-bottom: 1px solid #eee;
    line-height: 40px;
}

.slideTxtBox .bd .tjxw li a {
    display: block;
    color: #282828;
    font-size: 14px;
}

.slideTxtBox .bd .tjxw li span {
    display: block;
    color: #282828;
    opacity: 0.5;
    font-size: 14px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tj {
    border: solid 2px #eeeeee;
    padding: 5px;
}

.tj a.img {
    display: block;
    width: 45%;
}

.tj a.img img {
    display: block;
    width: 100%;
}

.nei {
    width: 50%;
    margin-left: 3%;
}

.nei a {
    display: block;
    color: #2f2725;
    font-size: 16px;
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 26px;
}

.nei p {
    color: #727171;
    font-size: 12px;
    line-height: 20px;
}



.ys_ll {
    width: 96%;
    margin: 0 auto;
    margin-top: 30px;
}

.ys_ll li {
    float: left;
    width: 49.5%;
    border: 1px solid #bfbfbf;
    padding-bottom: 30px;
    height: 200px;
}

.ys_ll li .img1 {
    display: table;
    margin: 0 auto;
    margin-top: 28px;
    text-align: center
}

.ys_ll li .img1 a img {
    text-align: center
}

.ys_ll li h2 a {
    text-align: center;
    color: #2f2725;
    font-size: 18px;
    font-weight: 400
}

.ys_ll li h2 {
    text-align: center;
    color: #2f2725;
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
}

.ys_ll li h3 a {
    text-align: center;
    color: #595757;
    font-size: 12px;
    font-weight: 400
}

.ys_ll li h3 {
    text-align: center;
    color: #595757;
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
}


/*  */
.bq {
    text-align: center;
    color: #9d9c9c;
    font-size: 12px;
    line-height: 22px;
    padding: 10px 0;
}

.box7 {
    background: url(//cdn.xypt.top/83b2fc70/21/05/5d04d9ba07b60dc402da380f165244ddb34aebcd.jpg) no-repeat top center;
    background-size: cover;
    padding: 20px 0;
}

.tewm {
    width: 30%;
    color: #ffffff;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
}

.tewm img {
    display: block;
    max-width: 100%;
}

.lxwm {
    width: 62%;
}

.lxwm h3 {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.lx {
    color: #ffffff;
    font-size: 12px;
    line-height: 24px;
    margin-top: 10px;
}

.lx p {
    padding-left: 10%;
    background: url(//cdn.xypt.top/83b2fc70/21/05/6fc86e717006fc3cfad436c83c94d6e393ec55d8.png) no-repeat left 5px;
    background-size: 8%;
}

.lx p:nth-child(2) {
    padding-left: 10%;
    background: url(//cdn.xypt.top/83b2fc70/21/05/b6a99771442eba50d54f508af8fdc6c9390a9c35.png) no-repeat 3px 5px;
    background-size: 5%;
}

.lx p:nth-child(3) {
    padding-left: 10%;
    background: url(//cdn.xypt.top/83b2fc70/21/05/bb1c7b9ed9358ce0fa84938cab1e66f1f2448fe5.png) no-repeat left 5px;
    background-size: 8%;
}

.lx p:nth-child(4) {
    padding-left: 10%;
    background: url(//cdn.xypt.top/83b2fc70/21/05/201cbb7bc5a492286a1355d45f9be872376b5f14.png) no-repeat left 5px;
    background-size: 8%;
}

.lx p:nth-child(5) {
    padding-left: 10%;
    background: url(//cdn.xypt.top/83b2fc70/21/05/586b682a1fe08eb81ce505b2a673a9d0581c8375.png) no-repeat 2px 5px;
    background-size: 6%;
}

.icon-home:before,
.icon-contact:before,
.icon-phone:before {
    content: '';
}

.footer img {
    vertical-align: middle;
    height: 25px;
}