
/*图片缩放动效*/
.imgscale img {
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.imgscale img:hover {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.eightcontent>.swiper-container>.swiper-wrapper>.swiper-slide>.txt{
    height: 30px;
    width: 100%;
    color: #181717;
    text-align: center;
    margin: 5px auto 10px auto;
    font-size: 15px;
}

/*版权信息*/
.bottomcontent{
    width:100%;
    margin:30px auto 0px auto;
    position: relative;
    background-color:#0E62BC;
}
.bottomcontent .zpcontent{
    height:256px;
    flex: 1;
    margin:0px;
    padding:0px;
}
.bottomcontent .zpcontent img{
    width:100%;
    height:256px;
    z-index: 5;
}
.bottomcontent .zpcontent .title{
    width: 1256px;
    height: 32px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    line-height: 32px;
    font-style: normal;
    margin: -180px auto 0px auto;
    z-index: 10;
    text-align: left;
}
.bottomcontent .zpcontent .titlesecond{
    display: flex;
    width: 1256px;
    text-align: center;
    margin: 30px auto 0px auto;
}
.bottomcontent .zpcontent .titlesecond .box{
    width: 115px;
    height: 27px;
    background: #0E62BC;
    margin-right: 50px;
    text-align: center;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
    font-style: normal;
    padding-top: 10px;
    cursor: pointer;
}

/*底部宣传banner*/
.mainbanner{
    /*width:100%;*/
    width:1256px;
    margin:20px auto 0px auto;
    position: relative;
    cursor: pointer;
    height:200px;
}
.mainbanner img{
    width:100%;
    height:100%;
}

/*友情链接-文本模式*/
.linkcontent {
    width: 100%;
    background: #0E62BC;
    box-shadow: inset 0px -1px 0px 0px #40403F;
    margin: 0px auto 0px auto;
    text-align: center;
    padding-bottom: 12px;
}
.linkcontent>.container{
    width: 1256px;
    height: 31px;
    background: #0E62BC;
    display: flex;
    text-align: center;
    margin: 15px auto;
    justify-content: space-between;
}
.linkcontent>.container>.box{
    position: relative;
    text-align: center;
    width: 22%;
    height: 100%;
}
.linkcontent>.container>.box>.boxcontent{
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    padding: 0px 100px 0px auto;
    position: relative;
}
.linkcontent>.container>.box>.boxcontent>.title{
    width: 100%;
    height: 100%;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    margin-top: 7px;
    padding-top: 3px;
}
.linkcontent>.container>.box>.boxcontent>.flagup{
    position: absolute;
    top: 6px;
    right: 10px;
}
.linkcontentmorecontenter{
    display: none;
    width: 1256px;
    margin: 15px auto;
}
.linkcontentmore{
    width: 100%;
    height: auto;
    background: #0E62BC;
    display: flex;
    text-align: center;
    margin: 15px auto;
    justify-content: space-between;
}
.linkcontentmore>.box{
    position: relative;
    text-align: center;
    color: #fff;
    width: 22%;
}
.linkcontentmore>.box>.boxcontent{
    width: 187px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0px auto 0px auto;
    position: relative;
}
.linkcontentmore>.box>.boxcontent ul{
    list-style: none;
    zoom: 1;
    list-style-type: none;
    float: left;
    margin: 0px;
    padding: 0px;
}
.linkcontentmore>.box>.boxcontent>ul>li{
    margin-left: 5px;
    float: left;
    margin-top: 11px;
    position: relative;
    display: flex;
    text-align: center;
}
.linkcontentmore>.box>.boxcontent>ul>li>a{
    font-size: 14px;
    text-decoration: none;
    height: 19px;
    line-height: 20px;
    padding: 0 12px;
    color: #fff;
}

/*友情链接-图片模式*/
.linkcontent_img{
    width: 1256px;
    margin: 20px auto 0px auto;
    position: relative;
    display: flex;
}

.linkcontent_img .header{
    width: 92px;
    height: 28px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    text-align: left;
    font-style: normal;
}
.linkcontent_img .line{
    width: 100%;
    height: 0px;
    border: 1px ridge #fff;
    margin-top: 14px;
}

.linkcontent_img .box{
    height: 60px;
    position: relative;
    margin-right: 21px;
    cursor: pointer;
    flex: 1;
}
.linkcontent_img .box img{
    width: 100%;
    height: 100%;
    z-index: 5;
}

/*
.linkcontent_img .box img:hover{
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
*/

.linkcontent_img .box .title{
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 33px;
    color: #ffffff;
    z-index: 10;
}


/*版权信息*/
.telecontent{
    width: 1256px;
    height: 90px;
    margin: 20px auto 0px auto;
    position: relative;
    display: flex;
}
.telecontent .titleleft{
    width: 20%;
    text-align: right;
}

.telecontent .titleleft img{
    /*width: 276px;*/
    width: 125px;
    height: 92px;
    margin-top: -10px;
}
.telecontent .content{
    width: 60%;
    height: 20px;
    text-align: center;
}
.telecontent .content .first{
    width: 100%;
    height: 12px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
    text-align: center;
    font-style: normal;
    margin: 5px auto;
}
.telecontent .content .second{
    width: 100%;
    height: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: center;
    font-style: normal;
    margin: 20px auto;
}
.telecontent .titleright{
    width: 20%;
    margin: 0px auto;
    text-align: left;
}
.telecontent .titleright img{
    width: 92px;
    height: 92px;
    margin-top: -11px;
}
.imgslider{
    width: 23px;
    height: 31px;
    position: fixed;
    bottom: 200px;
    right: 10px;
    background: #87C843;
    box-shadow: 0px 2px 4px 0px rgba(14,98,188,0.25);
    border-radius: 4px;
    padding: 10px 10px 10px 16px;
    cursor: pointer;
    z-index: 999;
}
.querycondition{
    display: none;
    width: 213px;
    height:25px;
    position: absolute;
    right: 99px;
    top: 42px;
}
.querycondition .querytext{
    width:120px;
    height:25px;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    outline: none;
    background-color: #fff;
    transition: all 0.3s ease;
    box-sizing: border-box;
}
.conditionbtn{
    border: 1px solid #e0e0e0;
    outline: none;
    background-color: #fff;
    transition: all 0.3s ease;
    box-sizing: border-box;
    height: 23px;
    width: 39px;
}
.leftbottom .selected a{
    border-bottom: 1px ridge #0E62BC;
    color:#0E62BC !important;
}
.leftbottom .selected::before{
    color:#0E62BC !important;
}
.content .selected a{
    border-bottom: 1px ridge #0E62BC;
    color:#0E62BC !important;
}
.content .selected::before{
    color:#0E62BC !important;
}
.telecontent .content .second a{
    text-decoration: none;
    color: #333333;
    margin-top: 1px;
}