/* 全局去掉所有点击虚线框 */
*:focus {
  outline: none;
}

/* 专门针对 a 链接、按钮 */
a:focus,
button:focus,
input:focus {
  outline: none;
}
 .mYcn, .mYen {
        float: left;
        font-size: 15px;
    }

    .mYcn {
        padding-right: 10px;
       /* border-right: 1px solid #cccccc;*/
    }

    .mYen {
        padding-left: 10px;
    }

    .yldiv .js_none {
        display: none;
    }

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

    .v3logodiv {
        width: 80%;
        height: 95px;
        background: #fff;
        padding: 16px 0;
        clear: both;
		margin:0 auto;
		
		  display: flex;
  justify-content: space-between; /* 核心：两端对齐 */
  align-items: center;    
    }

        .v3logodiv img {
            height: 68px;
            width: auto;
            display: block;
         
        }
		 .v3logodiv span{ font-size:24px;}
	   .v3logodiv span i	{font-size: 30px;
    margin-right: 10px;}
        .v3logodiv p{
/*            height: 68px;*/
/*            width: auto;*/
            display: block;
            margin: 0 auto;
            margin-top:-68px;
            margin-right:55px;
            border-radius:25px;
            border:2px solid #ac242c;
            background:#ac242c;
            width:148px;
            color:white;
            font-size:14px;
            text-align:center;
        }

    .newNav {
        width: 85%;
		margin:0 auto;
        height: 64px;
        line-height: 64px;
        background: #fff;
        border-top: solid 1px #e5e5e5;
        border-bottom: solid 1px #e5e5e5;
        overflow:hidden;
    }

       
            .newNav ul li {
                float: left;
                padding: 0 15px;
                height: 64px;
            }

                .newNav ul li a {
                    font-size: 20px;
                    color: #000;
                }

            .newNav ul .active {
                background: url(/template/default/static/picture/navbj.png) no-repeat 50% 48px;
                z-index:2;
            }

                .newNav ul .active a {
                    color: #BC000E;
                }

            .newNav ul li:hover {
                background: url(/template/default/static/picture/navbj.png) no-repeat 50% 48px;
            }
			
			
 

/* 清除浮动 + 两端对齐核心 */
.newNav ul.clearfix {
  margin: 0;
  padding: 0;
  list-style: none;
  
  /* 核心：两端对齐 */
  display: flex;
  justify-content: space-between;
  align-items: center;
 
}

/* 导航项 */
.newNav li {
  flex: 1;            /* 平均分配宽度 */
  text-align: center; /* 文字居中 */
}

/* 链接样式 */
.newNav li a {
  display: block;
  color: #333;
  text-decoration: none;
 
  padding: 0 10px;
}

/* 高亮当前项 */
.newNav li.active a {
  color: #000c40; /* 高亮颜色可改 */
  font-weight: bold;
}



    .xl {
        width: 1200px;
        height: auto;
        margin: 0 auto;
    }

    .jpyl {
        width: 100%;
        min-height: 100px;
        background: #f2f2f2;
        padding: 40px 0;
    }

        .jpyl i {
            font-style: normal;
            color: #BC000E;
        }

        .jpyl h1, .jpyl h3, .jpyl h6 {
            text-align: center;
        }

    .yldiv {
        width: 1360px;
        height: auto;
        margin: 34px auto;
        overflow: hidden;
    }

        .yldiv ul {
            width: 100%;
            height: auto;
        }

            .yldiv ul li {
                width: 32%;
                min-height: 200px;
                background: #fff;
                float: left;
                margin-right: 2%;
                margin-bottom: 24px;
            }
			.yldiv ul li:nth-child(3n){ margin-right:0}

            .yldiv ul .lastLi {
                width: 100%;
                margin-top: 12px;
            }

                .yldiv ul .lastLi h3, .yldiv ul .lastLi h6, .yldiv ul .lastLi .hrefa {
                    padding-right: 140px;
                }

                    .yldiv ul .lastLi .hrefa a {
                        margin-left: 40px;
                    }

            .yldiv ul li h6 {
                color: #BC000E;
            }

            .yldiv ul li .hrefa {
                font-size: 16px;
                color: #000;
                text-align: center;
                color: #BC000E;
            }

                .yldiv ul li .hrefa a {
                    padding: 0 10px;
                    color: #000;
					font-size:18px;
					
                }

                    .yldiv ul li .hrefa a:hover {
                        color: #bc000e;
                    }

    .imgdiv {
        width: 100%;
        height: 260px;
        background: #ccc;
        position: relative;
    }

        .imgdiv .tapImg {
            position: absolute;
        }

        .imgdiv img {
            width: 100%;
            height: 100%;
        }

    .clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .clearfix {
        *+height:1%;
    }

    .video {
        width: 100%;
        min-height: 100px;
        text-align: center;
        font-size: 28px;
    }

    .adimg {
        width: 100%;
        height: 298px;
        background: url(/template/default/static/picture/adimg.jpg) no-repeat center center;
        background-size: 100%;
    }

    .sr {
        width: 1200px;
        height: auto;
        margin: 20px auto;
    }

    .bigTitlediv {
        width: 1200px;
        height: auto;
        margin: 20px auto;
    }

        .bigTitlediv .bigtitle {
            text-align: center;
            color: #000;
            font-size: 40px;
        }

    .smalltitle {
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        color: #000;
    }

    .imglist {
        width: 1200px;
        height: auto;
        overflow: hidden;
        margin: 0 auto;
        /*background:red;*/
    }

        .imglist ul {
            width: 110%;
            height: auto;
        }

            .imglist ul li {
                width: 390px;
                height: 295px;
                float: left;
                margin: 0 14px 14px 0;
                background: #ccc;
            }

    .hui {
        width: 100%;
        height: auto;
        background: #f8f8f8;
        padding: 20px 0;
    }

    .myred {
        color: #BC000E !important;
    }

    .ulindex {
        width: 1200px;
        height: auto;
        background: #fff !important;
        margin: 0 auto;
    }

        .ulindex li {
            width: 360px;
            height: auto;
            margin: 10px 20px;
            padding: 10px;
            float: left;
            text-align: justify;
        }

            .ulindex li span {
                font-size: 22px;
                /*text-align: center;*/
                width: 100%;
                display: block;
            }

            .ulindex li p {
                font-size: 16px;
                margin-top: 20px;
                border-top:solid 1px #BC000E;
                padding-top:20px;
            }

        .ulindex i {
            font-style: normal;
            color: #BC000E;
        }

    .myabout {
        width: 1000px;
        height: auto;
        margin: 40px auto 0 auto;
        border-left: solid 1px #ccc;
        border-right: solid 1px #ccc;
        clear: both;
        background: url(aboutbottom.png) no-repeat center bottom;
        background-size: 100%;
        padding-bottom: 50px;
    }

        .myabout h1 {
            text-align: center;
            padding: 20px 0;
        }

        .myabout p {
            width: 688px;
            font-size: 16px;
            line-height: 26px;
            color: #000;
            margin: 20px auto;
        }
        .v3logodiv img{
           /* width:163px;*/
        }


.erweima {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.wx-item {
    text-align: center; /* 图片+文字整体居中 */
}
.wx-item img {
    display: block;
  
    max-width: 120px; /* 二维码尺寸自行修改 */
    height: auto;
    margin: 0 auto 8px;
}
.wx-item p {
    font-size: 14px;
    color: #a2a2a2;
    margin: 0;
    line-height: 1.4;
}