/*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;
}

.in-content {
    min-height: 500px;
    width: 1200px;
    margin: 0 auto;
}
.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{
    height: 95px;
    background: #fff;
}
header .warp{
    height: 95px;
}
.logo img{
    width: 169x;
    height: 43px;
}
header .iconfont{
    font-size: 32px;
    color: #707070;
    margin-right: 3px;
}
header  .p1{
    font-size: 12px;
    color: #999;
}
header  .p2{
    font-size: 18px;
    color: #707070;
    letter-spacing: 5px;
    font-weight: bold;
    text-align: center;
    width: 100%;

}
header  .p3{
    font-size: 26px;
}
header .p3 .t{
    animation: mymove 1s infinite;   
    color: #066346;
    font-weight: bold; 
    display: inline-block;
}
header  .p3 span{
    color: #707070;
}
.nav {
    margin-left: 50px;
}
.nav li{
    position: relative;
}
.nav li a{
    display: block;
    height: 95px;
    line-height: 95px;
    width: 110px;
    text-align: center;
    font-size: 16px;
    color: #333;
    transition: all 0.3s ease-in-out;
}
.nav .subnav{
    display: block;
    position: absolute;
    top: 95px;
    left: 0;
    z-index: 18;
}

.nav .subnav li a{
    height: 0;
    background: #fff;
    line-height: 50px;
    overflow: hidden;
}
.nav li:hover .subnav a{
    height: 50px;
}
.nav .subnav a:hover,.nav a.active,.nav a:hover{
    background: #066346;
    color: #fff;
}

footer{
    width: 100%;
    padding: 50px 0;
    background: #066346;
}
footer .warp.flex-row{
    align-items: flex-start;
}

footer p{
    color: #fff;
}
footer p a{
    color: #fff;
}
footer .f-title{
    padding-bottom: 20px;
    font-size: 16px;
    border-bottom: 1px solid #1f7359;
    margin-bottom: 10px;
} 
footer .f-nav{
    width: 265px;
    overflow: hidden;
}
.f-nav .f-nav-list.flex-row{
    justify-content: flex-start;
    flex-wrap: wrap;
}
.f-add{
    width: 334px;
    overflow: hidden;
}
.f-add .add{
    margin-top: 20px;
}

.f-nav .f-nav-list a{
    color: #fff;
    margin-right: 25px;
    margin-top: 15px;
}
.f-icp p{
    margin-bottom: 25px;
    text-align: right;
}
footer .qr img{
    width: 110px;
    height: 110px;
    border:5px solid #fff;
}
footer .qr p{
    margin-top: 15px;
}