img{max-width:100%; height:auto;}

/*翻页条*/


.pages{margin-top:20px;}
.pages table{width:auto !important; margin:0 auto}
 tbody{
     border: none;
 
 }
.pages table td,.pages table td div {
    font-family: "微软雅黑" !important;
}

.pages .PrevDisabled,.pages .Next,.pages a.Prev,.pages .NextDisabled {
    border: 1px solid #1e6ac7  !important;
    height: 25px !important;
    line-height: 25px !important;
    color: #1e6ac7 !important;
    padding: 0 10px !important;
    font-family: "微软雅黑" !important;
    vertical-align: middle;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.pages input[type="button"] {
    padding: 0 10px !important;
    height: 25px !important;
    ; line-height: 25px !important;
    background: #1e6ac7 !important;
    color: #fff !important;
    border: 0 !important;
    vertical-align: top;
    box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.pages input.defaultInputStyle {
    margin-left: 5px !important;
    margin-right: 5px !important;
    border: 1px solid #333 !important;
    height: 25px !important;
    line-height: 25px !important;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 5px !important;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.defaultButtonStyle {
    FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#1e6ac7, EndColorStr=#1e6ac7)!important;
    CURSOR: pointer;
    line-height: 14px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#1e6ac7), to(#1e6ac7))!important;
    background: -moz-linear-gradient( top,#1e6ac7,#1e6ac7)!important;
    background: -ms-linear-gradient(top,#1e6ac7 0%,#1e6ac7 100%)!important;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}









* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: 微软雅黑;
}

input,
img,
a {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

@font-face {
    font-family: 'sySong';
    src: url('../style/sySong.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.px1480 {
    max-width: 1480px;
    margin: 0 auto;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    transition: all 1s;
    transform: translate(-50%, -50%);

}
/*
.pic img:hover {
    transform: scale(1.05);
}
*/
.wap {
    display: none;
}

.top {
    position: fixed;
    max-width: 1920px;
    margin: 0 auto;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 20px 0;
    z-index: 99;
}

.head-l {
    float: left;
    margin-top: 15px;
}

.head-l a {
    display: block;
}

.logo a img {
    display: inline-block;
    vertical-align: middle;
}

.logo a i {
    position: relative;
    padding: 0 20px;
    vertical-align: middle;
}

.logo a i:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 55px;
    background-color: #fff;
}

.logo a span {
    display: inline-block;
    font-size: 32px;
    color: #fff;
    vertical-align: middle;
    font-family: 'sySong';
}

.head-r {
    float: right;
    margin-top: 20px;
    font-size: 0;
    line-height: 32px;
    text-align: right;
}

.head-r a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
}

.head-r a img {
    vertical-align: middle;
    padding-right: 5px;
}

.head-r span {
    display: inline-block;
    padding: 0 12px;
    color: #fff;
    vertical-align: middle;
    font-size: 16px;
}

.head-r a:hover {
    opacity: .8;
}

.nav>ul>li {
    position: relative;
    display: inline-block;
    margin-left: 45px;
    line-height: 60px;
    text-align: center;
}

.nav>ul>li:after {
    content: '';
    position: absolute;
    width: 47px;
    height: 23px;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/nav-icon.png) no-repeat center center;
    display: none;
}

.nav>ul>li>a {
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    vertical-align: middle;
}

.nav>ul>li:hover:after {
    display: block;
}

.nav>ul>li>ul {
    position: absolute;
    top: 60px;
    left: 50%;
    width: 160px;
    margin-left: -80px;
    background-color: #fff;
    z-index: 999;
    border-top: 2px solid #076ecb;
    display: none;
}

.nav>ul>li>ul>li {
    padding: 15px 5px;
    border-top: 1px solid #dce4e2;
    line-height: 16px;
    text-align: center;
}

.nav>ul>li>ul>li>a {
    font-size: 16px;
    color: #333;
}

.nav>ul>li>ul>li:hover {
    background-color: #2d8be1;
}

.nav>ul>li>ul>li:hover>a {
    color: #fff;
}

.banner a {
    position: relative;
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/head-tc.png) no-repeat center top;
    background-size: 100% auto;
}

.sos-box {
    position: fixed;
    left: 0;
    right: 0;
    top: 30%;
    z-index: 9;
    text-align: center;
}

.search {
    position: relative;
    width: 800px;
    height: 54px;
    background-color: #fff;
    padding-right: 100px;
    margin-left: auto;
    margin-right: auto;
}

.search input[type="text"] {
    padding-left: 15px;
    width: 100%;
    height: 54px;
    line-height: 54px;
}

.search span {
    position: absolute;
    width: 100px;
    right: 0;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background-color: #076ecb;
}

.search span input[type="image"] {
    vertical-align: middle;
}

.ss-num {
    margin-top: 20px;
    line-height: 30px;
}

.ss-num span {
    font-size: 16px;
    color: #fff;
}

.ss-num a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 0 5px;
    text-transform: uppercase;
    transition: all .3s;
    background-position: center center;
}

.ss-num a:hover {
    padding: 0 10px;
    background: url(../images/sousuo.png) no-repeat center center;
    color: #076ecb;
}

.footer {
    padding: 15px 0;
    background: url(../images/foot-bg.jpg) no-repeat center center;
    background-size: cover;
}

.foot {
    overflow: hidden;
}

.foot-l {
    float: left;
    width: 80%;
}

.fl-top {
    padding-bottom: 10px;
}

.fl-top span {
    padding-left: 30px;
    background: url(../images/link.png) no-repeat left center;
    font-size: 14px;
    color: #fff;
}

.fl-top a {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}

.fl-top i {
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
}

.fl-top a:hover {
    opacity: .8;
}

.fd-l p {
    font-size: 14px;
    color: #fff;
}

.foot-r {
    float: right;
    text-align: center;
    margin-top: 15px;
    margin-right: 13px;
    padding-top: 10px;
}

@media screen and (max-width:1480px) {
    .px1480 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width:1405px) {
    .logo a img {
        height: 55px;
    }
    .logo a i:after {
        height: 25px;
    }
    .logo a i {
        padding: 0 5px;
    }
    .logo a span {
        font-size: 16px;
    }
    .nav>ul>li {
        margin-left: 25px;
    }
}

@media screen and (max-width:1024px) {
    .header {
        display: none;
    }
    #nav {
        display: none;
    }
    body {
        padding-top: 60px;
    }
    .wap {
        display: block !important;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #076ecb;
        z-index: 999;
        padding: 10px;
    }
    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block;
    }
    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }
    .m-logo a i {
        position: relative;
        padding: 0 10px;
        vertical-align: middle;
    }
    .m-logo a i:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 30px;
        background-color: #fff;
    }
    .m-logo a span {
        display: inline-block;
        font-size: 16px;
        color: #fff;
        vertical-align: middle;
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink a {
        font-size: 12px;
        margin-right: 5px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #304174;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 5px;
    }
    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        margin-top: 15px;
        border: 1px solid #fff;
    }
    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }
    .m-search input[type="text"]::placeholder {
        color: #fff;
    }
    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }
    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #1e68ab;
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }
    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }
    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }
    .m-nav ul li ul {
        display: none;
    }
    .m-nav ul li ul li {
        border: none;
    }
    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }
    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }
    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../images/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }
    .sos-box {
        display: block;
        position: relative;
        text-align: left;
    }

   .search{
        display: none;
   }
   .ss-num{
         position: absolute;
         margin-top: 50px;
         padding: 10px 20px;
        
         border-radius: 10px;
         background-color: rgb(30,106,199, 0.5);
         left: 50%;
         width: 80%;
         transform: translate(-50%,0);
   }
   .ss-num span{
         display:block;
   }
    
}

@media screen and (max-width:700px) {
    .foot-l {
        float: none;
        width: 70%;
    }
    .foot-r {
        float: right;
        text-align: center;
        margin-top:-55px;
    }
}

@media screen and (max-width:370px) {
    .m-logo a span {
        font-size: 12px;
    }
    .m-logo img {
        max-height: 35px;
    }
}