*{
    box-sizing: border-box;
}

/*当前位置*/
.dqwz{
    height:40px;
    line-height: 40px;
    width: 100%;
    background: #efefef;
}
.older .dqwz{
    height:50px;
    line-height: 50px;
}
.dqwz-con{
    padding-left: 20px;
    height:40px;
    margin: auto;
    background: url("home.png") no-repeat 0px;
    width:1160px;
}
.older .dqwz-con{
    font-size: 22px;
    height:50px;
}
.dqwz-con a{
    line-height: 40px;
    color: #333;
    font-size: 15px;
}
.older .dqwz-con a{
    line-height: 50px;
    font-size: 18px;
}
.mbread{
    display:none;
}

.main{
	width:1200px;
	margin:20px auto;
    padding:0;
}


.yinyan{
    width:1160px;
    padding:30px;
    margin:auto;
    background-color:#fff;
    position:relative;
    top:-70px;
    box-shadow: 5px 5px 10px #999
}
.yinyan .ytop{
    background-color:#ffc103;
    width:25px;
    height:80px;
    position:absolute;
    top:-30px;
    left:40px;
    z-index:9;
}
.yinyan .ytxt{
    border:solid 1px #ccc;
    width:150px;
    height:50px;
    line-height: 50px;
    text-align:center;
    font-size:20px;
    font-weight:bold;
    color:#2e61cf;
    position:absolute;
    top:30px;
    left:50px;
}
.yinyan .ynr{
    margin-top:70px;
    text-indent:2em;
    line-height:30px;
    font-weight:bold;
}

.main h2{
    text-align:center;
    margin:20px;
}

.kuai{
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.xbox{
    display:block;
    width:175px;
    height:120px;
    background-color:#f2f8ff;
    box-shadow: 5px 5px 10px #ccc;
    text-align:center;
    margin-bottom:25px;
    border-radius:5px;
    position:relative;
}
.xbox .ximg{
    display:block;
    height:55px;
    margin:20px auto 10px;
}
.xbox p{
    display:block;
}
.xbox .qrcode{
    display:none;
    z-index: 99;
    width:140px;
    padding:10px;
    background-color:#fff;
    box-shadow: 5px 5px 10px #ccc;
    position:absolute;
    margin-left:-70px;
    top:118px;
    left:50%;
}
.xbox .qrcode img{
    width:100%;
}
.xbox:hover .qrcode{
    display:block;

}

.san li{
    border-bottom:none;
}
.san li:before{
    background:url(dian.png) no-repeat;
    background-size:6px 11px;
    width:6px;
    height:11px;
    top:18px;
}

.titleS2{
    height:40px;
    border-bottom:solid 2px #2e61cf;
}
.titleS2 h3{
    height:26px;
    line-height:26px;
    font-size:20px;
    color:#000;
    padding:0;
    background-color:#fff;
}
.titleS2.lm{
    background:none;

}
.colleft{
    width:260px;
    float:left;
}
.colleft .ttitle{
    width:100%;
    padding:15px 20px;
    background-color:#0c4f8e;
    text-align:center;
    color:#fff;
    font-weight:bold;
    font-size:18px;
    line-height: 28px
}
.colleft .btitle a{
    display:block;
    width:100%;
    height:50px;
    background-color:#f6f6f6;
    font-size:16px;
    line-height: 50px;
    text-align:center;
    margin-bottom:1px;
}


.san.lm{
    width:860px;
    float:right;
}
.bigtitle{
    height:35px;
    line-height:35px;
    font-size:28px;
    color:#2e61cf;
    background:url(news2.png) no-repeat;
    margin:30px 0 0;
    padding-left:20px;
    clear:both;
}


.pic{
    display:block;
    width:1005;
}
.pic img{
    width:100%;
}

.zc{
    display:block;
    width:100%;
    height:95px;
    margin:10px 0;
}
.zc img{
    width:100%;
    height:95px;
}

.dot{
    display:block;
    width:100%;
    height:85px;
    margin-bottom:5px;
    background:#2e61cf;
    border-radius:5px;
    text-align:center;
    line-height:85px;
    color:#fff;
    font-size:20px;
}
.older .dot{
    font-size:28px;
}