html,body,p,h2,h1,h3,div,span,b,ul,li,a,image{
    padding: 0px;
    margin: 0px;
    font-family: Microsoft YaHei,Noto Sans CJK SC,WenQuanYi Micro Hei,Arial,sans-serif;

}
body{
    background: #fff;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
html,body{
    width: 100%;
}
img{
    vertical-align: top;
}
input:focus, textarea:focus {
    outline: none;
}

.col1{
    width: 50%;
}
.col2{
    width: 35%;
}
.col3{
    width: 15%;
}
.col4{
    width: 70%;
}
.col5{
    width: 20%;
}
.col6{
    width: 60%;
}
.col7{
    width: 10%;
}
.cenL{
    text-align: left;
}
.cenC{
    text-align: center;
}
.cenR{
    text-align: right;
}
.clear:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clear{zoom:1}
.fl{
    float: left;
}
.fr{
    float: right;
}
/*定位 上下左右居中*/
.center {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*定位 固定上下左右居中*/
.centerF {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*定位 上下居中*/
.centerY {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
/*定位 左右居中*/
.centerX {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
/*强制不换行*/
.line {
    white-space: nowrap;
}
/*自动换行*/
.linebreak {
    word-wrap: break-word;
    word-break: normal;
}
/*隐藏*/
.hide {
    display: none !important;
}
/*单行 超出用省略号代替*/
.line11 {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.line2 {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.line3 {

    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    /* 用来限制在一个块元素显示的文本的行数 */
    -webkit-line-clamp: 3;

}
.line7 {
    -webkit-line-clamp: 7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}

/*页面*/
.pagination{
    text-align: center;
    margin: 30px auto;
}
.pagination li{
    display: inline-block;
    margin: 0 20px;
    font-size: 14px;
}
.pagination li a,.pagination li span{

    font-size:14px;
}
.pagination li.active span{

    color: #33b0ff;
}
.pagination li.disabled span{

    color: #999;
}

/**/
.clearflex{
    overflow:hidden;}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
body {
    /* background: url("../images/top.png") no-repeat;*/
    background-size:  auto 200px;
}
.top{
    width: 100%;
    height: 70px;
    padding: 20px 0;
}
.nav{
    min-width: 1200px;
    height: 66px;
    background:#0082cd;
    padding: 2px 0;
    box-sizing: border-box;
}

.navc li{
    line-height: 62px;
    padding: 0 35px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.navc li:hover{
    background: #fff;
    color: #0082cd;
}
.navc li.cur{
    background: #fff;
    color: #0082cd;
}
.navc li a{
    display: block;
}
.navcli{
    position: relative;
}

.navcS{
    display: none;
    position: absolute;
    left: 0;
    top:63px;
    border-top: 15px rgba(0,0,0,0);
    right: 0;
    background: #fff;
    padding: 13px 0;
    border-radius: 6px;
    font-size: 16px;
    z-index: 99999;
    box-sizing: border-box;
}
.navcS li{
    line-height: 1.5;
    padding: 12px 0;
    color: #333;
}
.navcS li.cur{
    background: #eeeeee;
    color: #0082cd;
}
.navcli:hover .navcS{
    display: block;
}
.logo{
    width: 400px;
    float: left;
    margin-top: 17px;
}
.logo img{
    width: 100%;
}
.search-box{
    width: 302px;
    height: 40px;
    float: right;
    margin-top: 16px;
    margin-right: 30px;
    border-radius: 6px;
    /*overflow: hidden;*/
    /*background:#fff url("../images/searchb.png") left center no-repeat;*/
    background-position: 8px;
    background: #fff;
    overflow: hidden;

}

.search-boxl{
    width: 230px;
    height: 40px;
    padding-left: 40px;
    border: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 1px solid #0082cd;
    box-sizing: border-box;
    background:#fff url("../images/searchb.png") left 10px center no-repeat;

}
.search-boxr{
    width: 70px;
    height: 40px;
    color: #fff;
    border: 0;
    background:#0082cd;
}
/*底部*/
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

.link{
    background: #f8f8f8;
    border-top: 2px solid #0082cd;
    height: 90px;
    padding: 23px 0;
    box-sizing: border-box;
    font-size: 20px;
    color: #000;
    line-height: 44px;
    font-weight: bolder;
}
.linkc select{
    width: 300px;
    height: 44px;
    font-size: 16px;
    margin-left: 25px;
    border: 1px solid #eee;
    padding: 0 15px;
    appearance: none;
    　-moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url("../images/xx.png") no-repeat scroll right center;
    background-position-x: 270px;
    outline:none;
}
.linkc img{
    width: 50px;
    margin-right: 10px;
    vertical-align: middle;
}
select::-ms-expand {
    　　display: none;
}
.footer{
    background: #0082cd;
    padding: 38px 0;
    color: #fff;
    font-size: 14px;
}
.footert{
    text-align: center;
    line-height: 30px;
    margin-bottom: 20px;
}
.footerbl{
    width: 91px;
    margin: 7px 58px 0 58px;
    text-align: center;
}
.footerbl img{
    width: 100%;
    margin-bottom: 10px;
}
.footerbr{
    line-height: 2;
    letter-spacing: 3px;
}
/*公共*/
.mart20{
    margin-top: 20px;
}
.mart30{
    margin-top: 30px;
}
/*内页公共*/
.s-tit{

    border-bottom: 1px solid #7fc0e6;
    color: #0082cd;
    margin-bottom: 20px;
}
.s-tit-s{
    padding: 20px 0;
    display: inline-block;
    border-bottom: 3px solid #0082cd;
    font-size: 18px;
    letter-spacing: 2px;
}

.sidenav{
    width: 210px;
    padding:  30px 15px;
    border: 1px solid #dee2e6;
    box-sizing: border-box;
}
.sidenav ul li{
    width: 180px;
    text-align: center;
    padding: 15px 10px;
    font-size: 18px;
    margin-bottom: 10px;
    background: #f8f9fa;
    color: #000;
    box-sizing: border-box;
}
.sidenav ul li:last-child{
    margin-bottom: 0;
}
.sidenav ul li.cur{
    background: #0082cd;
    color: #fff;
}
/*运动*/
.animation {
    visibility: hidden;
    opacity: 0
}

.fadel,.fader,.fadeup,.fadez {
    visibility: visible
}

.fadeup {
    animation: slideInUp ease-out .6s forwards;
    -webkit-animation: slideInUp ease-out .6s forwards
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 50%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 50%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none
    }
}

.fadel {
    animation: slideInLeft ease-out .6s forwards;
    -webkit-animation: slideInLeft ease-out .6s forwards
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-50%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-50%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none
    }
}

.fader {
    animation: slideInRight ease-out .6s forwards;
    -webkit-animation: slideInRight ease-out .6s forwards
}

@keyframes slideInRight {
    from {
        transform: translate3d(50%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(50%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none
    }
}

.fadez {
    animation: zoomIn ease-out .6s forwards;
    -webkit-animation: zoomIn ease-out .6s forwards
}

@keyframes zoomIn {
    from {
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes zoomIn {
    from {
        -webkit-transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 1;
        -webkit-transform: none
    }
}