/*Html5*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
    display: block;
}


/*Base*/

html {
    font-family: Microsoft YaHei, Arial, sans-serif, "Helvetica Neue", Helvetica, Tahoma;
    color: #333;
}

body {
    font-size: 1.4rem;
    font-size: 14px;
}

* {
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    text-decoration: none;
}
.news-content-list li .text:hover,.notice-list li .text:hover{
    color: #ba180c;
}
ul,
ol {
    list-style: none;
}

li {
    list-style: none;
}

i,
em {
    font-style: normal;
}

@font-face {
    font-family: 'iconfont';
    src: url('icon/iconfont.eot');
    src: url('icon/iconfont.eot?#iefix') format('embedded-opentype'),
        url('icon/iconfont.woff2') format('woff2'),
        url('icon/iconfont.woff') format('woff'),
        url('icon/iconfont.ttf') format('truetype'),
        url('icon/iconfont.svg#iconfont') format('svg');}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.clear {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.cen {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.warp {
    width: 1200px;
    margin: 0 auto;
}

.flex-row {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}
.flex-col {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.sigle-text{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
header .warp {
    padding: 40px 0;
}

header .logo img {
    height: 55px;
}
header .logo p{
    font-size: 18px;
    color: #666;
    padding-left: 10px;
    border-left: 1px solid #ddd;
    margin-left: 10px;
}
.phone{
    background: url(../../images/ph/phone.jpg) no-repeat left center;
    padding-left: 50px;
}
header .phone p{
    font-size: 14px;
    color: #999;
}
header .phone .flex-col{
    margin-left: 8px;
    align-items: flex-start;
}
header .phone a{
    font-size: 26px;
    font-weight: bold;
    color: #cf261f;
}
nav {
    height: 55px;
    background: #33499f;
    width: 100%;
}

nav li a {
    display: block;
    padding: 0 29px;
    color: #fff;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    box-sizing: border-box;
    text-align: center;
}

nav ul.warp {
    justify-content: center;
}

nav li {
    position: relative;
}

nav li:hover>a,
nav li a.active {
    background: #cf261f;
}

.subnav {
    position: absolute;
    top: 55px;
    z-index: 19;
    width: 100%;
}

.subnav a {
    height: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    background: rgba(51, 51, 51, .8);
    line-height: 45px;
}

.subnav li::after {
    display: none;
}

nav li:hover .subnav a {
    height: 45px;
    font-size: 14px;
}

footer{
    width: 100%;
    padding: 45px 0;
    background: #33499f;
    color: #fff;
}
footer a{
    color: #fff;
}
footer .warp.flex-row{
    align-items: flex-start;
}
footer .f-nav{
    width: 270px;
}
footer .f-title{
    width: 100%;
    padding-bottom: 15px;
    font-size: 18px;
    border-bottom: 1px solid #485ca9;
}
footer .f-nav  ul{
    justify-content: flex-start;
    flex-wrap: wrap;
}
footer .f-nav li{
    margin-top: 15px;
    margin-right: 15px;
}
footer .f-add{
    width: 335px;
}
footer .f-add p{
    margin-top: 15px;
}
footer .f-add .p2 span{
    font-size: 26px;
}
footer .cr p{
    text-align: right;
    margin: 7px 0;
}
footer .wechart img{
    width: 106px;
    height: 106px;
}
footer .wechart  p{
    width: 100%;
    text-align: center;
}
.back-top {
    position: fixed;
    z-index: 22;
    right: 20px;
    bottom: 90px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    display: none;
    cursor: pointer;
}

.back-top .iconfont {
    font-size: 36px;
    color: #034089;
}
img{
    border:none;
}