img{
    max-width: 100%;
}
ul {
    list-style-type:none;
}


/*查看跟多按钮*/
.moreButton {
    background: rgb(187, 187, 187);
    font-size: 14px;
    height: 40px;
    width: 100px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    display: block;
    position: relative;
    float: right;
    border-radius: 2px;
}
.moreButton:hover{
    text-decoration: none;
    background:#333;
}
.moreButton span{
    color: #ffffff;
    position: relative;
    z-index: 100;
}
.moreButton:before {
    width:100%;
    height:100%;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(187, 187, 187);

    -webkit-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: all .3s ease-out;
}
.moreButton:hover:before {
    border-radius: 0;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    z-index: 1;
    background: #1234a0;

}
.logo {
    width: auto;
    padding: 20px 0 50px 0;
}

/*搜索区域*/

 .navformbox{
     float: right;
     margin: 55px 0 0 0;
     position: relative;
    display: inline-block;
}
 .navformbox input.sinput{
     float: left;
     width: 250px;
     height: 36px;
     border: 1px solid #7a7a7a;
     text-indent: 10px;
     font-size: 14px;
     outline: none;
     border-radius: 8px;
}
 .navformbox .sosobtn{
     display: inline-block;
     border: none;
     border-radius:0 8px 8px 0px;
     font-weight: normal;
     font-size: 12px;
     width: 51px;
     height: 40px;
     text-align: center;
     color: transparent;
     margin: 0 0 0 8px;
     background: url(../images/soso.png) no-repeat 14px center #2951b2;
     background-size: 24px;
     position: absolute;
     top: 0;
     right: 0;
     border-left: 1px #bdbdbd solid;
     overflow: hidden;
     cursor: pointer;
}
#jsddm li {
    box-sizing: border-box;
    text-align: center;
}
#jsddm li a {
    padding: 0 34px;
}

.nav {
    background: #2951b2;
    height: 50px;
}



/*友情链接*/
.jz {
    width: 1200px;
    margin: 40px auto;
}
.c_bkebt {
    height: 40px;
    width: 100%;
    border-bottom: 1px #dddddd solid;
    font-weight: bold;
    font-size: 14px;
    color: #666666;
    line-height: 40px;
}
.c_bkebt span{
    font-size: 18px;
    color: #333333;
    position: relative;
}
.c_bkebt span:after{
    width: 100%;
    height: 2px;
    display: block;
    background: #436bcd;
    content: ' ';
    position: absolute;
    left: 0;
    bottom: -10px;
}
.lsjl {
    padding: 0;
    overflow: hidden;
    zoom: 1;
    display: block;
    margin: 13px -10px;
}
.lsjl li {
    float: left;
    width:25%;
    padding:  0 10px;
    margin: 0 0 10px 0;
    box-sizing: border-box;
}
.lsjl li a{
    display: block;
    overflow: hidden;
    border: 1px solid #666666;
    box-sizing: border-box;
}
.lsjl li:hover a{
    border: 1px solid #d00000;
}
.lsjl li a img {
    width: 100%;
}


/*页脚去*/
.foot_box{
    background: #2951b2;
    color: #ffffff;
    padding: 10px 0;
}
.foot_box .wxbtn {
    display: inline-block;
    margin: 0 40px;
}
.foot_box .wxbtn a{
       display: inline-block;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    line-height: 26px;
}
.foot_box ul.listul {
     display: inline-block;
    text-align: left;
    padding: 0;
    margin: 45px 0 0 40px;
    vertical-align: top;
}
.foot_box .listul a{
    display: inline-block;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    line-height: 30px;
    padding: 0 0 0 34px;
}
.foot_box .listul li:nth-child(1) a{
    background: url(../images/email.png) no-repeat 4px center;
    background-size: 20px;
}
.foot_box .listul li:nth-child(2) a{
    background: url(../images/tel.png) no-repeat 4px center;
    background-size: 20px;
}
.foot_box .listul li:nth-child(3) a{
    background: url(../images/wz.png) no-repeat 4px center;
    background-size: 20px;
}
.IPC{
    display: block;
    width: 100%;
    text-align: center;
    color: #ffffff;
    background: #0f3797;
    padding: 18px 0;
    font-size: 14px;
}
.IPC a{
    color: #ffffff;
}






/*微信二维码*/
.dialogotwo,
.dialogo{
    display: none;
}

.dialogotwo.dialogoactive,
.dialogo.dialogoactive{
    display: block;
}
.dialogotwo .dialogobg,
.dialogo .dialogobg{
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
    z-index: 1000;
}
.dialogotwo .dialogotext ,
.dialogo .dialogotext{
    width: 400px;
    height: auto;
    background: #ffffff;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 10px 20px;
    box-sizing: border-box;
    transform: translate(-50%,-50%);
    z-index: 1100;
}
.dialogotwo .dialogotext .colsebtn,
.dialogo .dialogotext .colsebtn{
    margin: 0 -10px 10px 0;
    text-align: right;
}
.dialogotwo .dialogotext .colsebtn img,
.dialogo .dialogotext .colsebtn img{
    width: 32px;
    cursor: pointer;
    transition: all 0.3s;
}
.dialogotwo .dialogotext .colsebtn img:hover,
.dialogo .dialogotext .colsebtn img:hover{
    transform: rotate(180deg);;
}
.dialogotwo .dialogotext p,
.dialogo .dialogotext p {
    padding: 0 0 0 8px;
    font-size: 17px;
    line-height: 22px;
    text-align: left;
    display: inline-block;
    float: left;
    font-weight: bolder;
    color: #666666;
    margin: 10px 0 0 0;
}

.logo img{
    margin-top: -10px ;
}

#jsddm li a:hover {
    background: #c93748;
}

#jsddm li a.current {
    background: #c93748;
}

.noneimg{
    display: block;
    text-align: center;
    margin:60px 0 20px 0;
}
.noneimg img{
    display: block;
    margin: 0 auto;
}
.noneimg p{
    font-size: 15px;
    margin: 12px 0 0 0;
    font-weight: 600;
    color: #007fc6;
}