*{
    margin: 0;
    padding: 0;
}
a{
    color: #333;
    text-decoration: none;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:transparent;
}
div{
    -webkit-tap-highlight-color:transparent;
}
input,textarea{
    outline: none;
}
video{
    background: #000;
}
img{
    border: 0;
    max-width: 100%;
    outline: none;
}
li{
    list-style: none;
}
div{
    outline: none;
}
textarea{
    font-family: Helvetica,Arial,sans-serif;
}
body{
    font-size: 14px;
    font-family: Helvetica,Arial,sans-serif;
    /* font-family: "Microsoft YaHei"; */
    min-width: 1400px;
}
.flex{
    display: flex;
}
.flexsb{
    display: flex;
    justify-content: space-between;
}
.img img{
    display: block;
}
.btn{
    transition: all 0.3s;
    user-select: none;
}
.btn:active{
    transform: translateY(2px);
}
.w1280{
    width: 1280px;
    margin: 0 auto;
}
.head .top{
    height: 80px;
}
.head .top .logo{
    height: 30px;
    padding: 25px 0;
    display: block;
}
.head .top .logo img{
    display: block;
    height: 100%;
}
.head .top .btn{
    line-height: 24px;
    height: 24px;
    width: 72px;
    color: #fff;
    text-align: center;
    background: #01407F;
    margin-left: 10px;
    border-radius: 4px;
}
.head .top .btn.red{
    background: #BF181E;
}
.head .top .right{
    display: flex;
    padding-top: 29px;
}
.head .nav{
    height: 50px;
    background: #EEEEEE;
}
.head .nav .item{
    width: 210px;
    text-align: center;
    position: relative;
}
.head .nav .item>a{
    font-size: 18px;
    color: #2D2D2D;
    line-height: 50px;
}
.head .nav .item:first-child{
    text-align: left;
    width: 120px;
}
.head .nav .item:first-child:hover::after,.head .nav .item:last-child:hover::after{
    display: none;
}
.head .nav .item:last-child{
    text-align: right;
    width: 110px;
}
.head .nav .item:hover>a,.head .nav .item.on>a{
    color: #01407F;
    font-weight: bold;
}
.head .nav .item:hover::after{
    content: "";
    display: block;
    width: 10px;
    height: 4px;
    background: #01407F;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 38px;
}
.head .nav .item:hover .two{
    display: block;
}
.head .nav .two{
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
}
.head .nav .two a{
    display: block;
    background: rgba(1,64,127,0.90);
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    position: relative;
}
.head .nav .two a:hover{
    background: #fff;
    color: #003C7F;
}
.head .nav .two a:hover::after{
    content: "";
    display: block;
    width: 4px;
    height: 14px;
    background: #BF181E;
    position: absolute;
    left: 0;
    top: 18px;
}


.footerbg-top{
    background: #013162;
}
.footerbg-center{
    background: #013c78;
}
.footer .top{
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    display: flex;
}
.footer .top a{
    color: #fff;
    margin-right: 100px;
}
.footer .top a:hover{
    color: #bf181e;
}
.footer .box{
    padding-top: 62px;
    box-sizing: border-box;
    padding-bottom: 30px;
}
.footer .box .title{
    font-size: 30px;
    line-height: 30px;
    color: #FFFFFF;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 29px;
    background-position: 0 bottom;
    background-repeat: no-repeat;
}
.footer .link .title{
    background-image: url(../images/footer_titlebg1.png);
}
.footer .info .title{
    background-image: url(../images/footer_titlebg2.png);
}
.footer .weixin .title{
    background-image: url(../images/footer_titlebg3.png);
}
.footer .link{
    width: 300px;
}
.footer .link .list{
    display: flex;
    flex-wrap: wrap;
}
.footer .link .list a{
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.footer .info{
    width: 600px;
}
.footer .info p{
    font-size: 18px;
    line-height: 36px;
    color: #FFFFFF;
    padding-left: 35px;
    background-repeat: no-repeat;
    background-position: left center;
}
.footer .info p:nth-child(1){
    background-image: url(../images/footer_tel.png);
}
.footer .info p:nth-child(2){
    background-image: url(../images/footer_email.png);
}
.footer .info p:nth-child(3){
    background-image: url(../images/footer_weizhi.png);
}
.footer .weixin{
    width: 300px;
}
.footer .weixin .list{
    display: flex;
}
.footer .weixin .item{
    width: 90px;
    margin-right: 40px;
    text-align: center;
    color: #fff;
    line-height: 18px;
}
.footer .weixin img{
    width: 90px;
    height: 90px;
    display: block;
    margin-bottom: 10px;
}
.footer .weixin .list h5{
    font-size: 18px;
}

.copyright{
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #A1A1A1;
    background: #013162;
}
.copyright a{
    color: #A1A1A1;
}
.copyright a:hover{
    color: #fff;
}


.fix-right{
    position: fixed;
    z-index: 10;
    right: 10px;
    top: 45%;
}
.fix-right a{
    display: block;
    width: 140px;
    height: 50px;
    line-height: 50px;
    color: #01407F;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #d2d2d2;
    background: #fff;
    background-repeat: no-repeat;
    background-position: 100px center;
    margin-bottom: 4px;
    box-sizing: border-box;
    padding-left: 15px;
}
.fix-right a:nth-child(1){
    background-image: url(../images/fix_icon_yuyue.png);
    background-position: 104px center;
}
.fix-right a:nth-child(2){
    background-image: url(../images/fix_icon_lianxi.png);
}
.fix-right a:nth-child(3){
    background-image: url(../images/fix_icon_jt.png);
}



.sec-banner{
    width: 100%;
    height: 400px;
    background-size: 1920px 400px;
    background-position: center 0;
    background-repeat: no-repeat;
}
.sec-banner h2{
    font-size: 60px;
    line-height: 90px;
    color: #fff;
    font-weight: normal;
    padding-top: 130px;
}


.page{
    display: flex;
    color: #000000;
    justify-content: center;
}
.page a{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    color: #5F5F5F;
    background: #fff;
    border: 1px solid #EEEEEE;
    margin: 0 5px 5px;
    box-sizing: border-box;
}
.page a.next{
    width: auto;
    padding: 0 5px;
}
.page a:hover,.page a.on{
    color: #fff;
    background: #0272E4;
    border-color: #0272E4;
}
/*分页 begin*/
.pagination li {margin:0 5px;font-size:14px;border:none;border-radius:4px;}
.pagination li a {border-radius:4px;color:#6e6e6e;background:#fff;padding:12px 16px;border:1px solid #DCDCDC;}
/* .pagination li i {font-weight:bold;font-size:18px;padding:0 3px} */
.pagination li.active a,.pagination li a:hover {background:#0272E4;color:#fff;border:1px solid #0272E4;}
/*分页 end*/
.pagination {list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom}
.pagination li {display:inline-block!important;border:solid 1px #EBEBEB;border-radius:4px}
.pagination a {color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s}
.pagination .disabled a:link,.pagination .disabled a:visited,.pagination .disabled a:hover {cursor:not-allowed;pointer-events:none;color:#EBEBEB}
.pagination .active {pointer-events:none}
.pagination .active,.pagination a:hover {transition:all .3s cubic-bezier(0.175,0.885,0.32,1) 0s}
.text-center {text-align:center}