body,html.ul{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
    color: #333;
}
a:hover{
    color: coral;
}
@font-face{
    font-family:myFont;
    font-weight: normal;
    font-style: normal;
    src:url('../font/JZY.woff') format("truetype");
}
header{
    width: 100%;
    height: 70px;
    background: #fff;
    overflow-y: hidden;
}
header section{
    width: 1300px;
    margin: 0 auto;
    display: flex;
    overflow-x: hidden;
}
header section div:nth-child(1){
    width: 10%;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 70px;
}
header section div:nth-child(1) > img {
    width: 50px;
    margin-top: 10px;
}
header section div:nth-child(2){
    width: 60%;
}
header section div:nth-child(2) > h4{
    line-height: 70px;
    font-size: 28px;
    margin: 0;
    color: #555;
    font-family: myFont,sans-serif;
}
.action{
    color: #aaa;
}
header section ul{
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    width: 30%;
    line-height: 70px;
}
.action-a{

}
.action-li{
    width: 33%;
    text-align: right;
    color: #555;
    font-size: 18px;
    font-weight: bold;
}
.split{
    width: 90px
}

#bg{
    width: 100%;
    max-width: 1920px;
    min-width: 1300px;
    margin: 0 auto;
    position: relative;
}
.ad{
    position: absolute;
    left: 50%;
    bottom: -100px;
    width: 1300px;
    height: 200px;
    margin-left: -650px;
    z-index: 888;
}
.ad ul{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
}
.ad li{
    width: 20%;
    height: 200px;
    box-shadow: 0 0 8px 2px #666;
    background: #fff;
    border-radius: 3px;
    text-align: center;
}
.ad li:hover{
    box-shadow: 0 0 6px 2px coral;
}
.img{
    width: 40px;
}
.ad li p{
    margin: 0;
    padding: 0;
}
.ad li p:nth-child(2){
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    color: #0a6999;
}
.ad li p:nth-child(3){
    font-size: 13px;
    color: #aaa;
    height: 50px;
    line-height: 20px;
    padding: 0 5px;
}
.imgs{
    width: 90px;
}
#bg img{
    width: 100%;
}
.box{
    margin: 100px auto 0 auto;
    width: 1300px;
}
.box h5{
    text-align: center;
    font-size: 20px;
    color: chocolate;
    margin: 0;
    padding: 0;
    font-weight: bold
}
.box .content img{
    width: 100%;
}
.desc-title{
    text-align: center;
    font-size: 15px;
    color: silver;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.contact{
    margin-top: 50px;
    height: 300px;
    display: flex;
}
.contact-left{
    width: 70%;
    text-indent: 2em;
    padding: 10px;
    color:#222;
    font-size: 15px;
    line-height: 30px
}
.contact-left p{
    margin-top: 20px;
    text-align: right;
    color: #888
}
.contact-right{
    width: 30%;
}

.service{
    display: flex;
    padding-top: 20px;
}
.service > div:nth-child(2){
    width: 70%;
    display: flex;
    flex-wrap: wrap;
}
.service > div:nth-child(2) img{
    width: 440px;
    margin-left: 5px;
    margin-top: 5px;
    border-radius: 5px;
    height: 220px;
}

.service > div:nth-child(1){
    width: 30%;
}
.service div:nth-child(1) img{
    width: 100%;
    margin-top: 50px;
}

.box-article{
    width: 1300px;
    margin: 30px auto;
    display: flex;
}
.box-article ul{
    list-style-type: none;
    width: 65%;
    margin-top: 0;
}
.box-article ul li{
    margin-bottom: 10px;
    border-bottom: #FFCC99 1px dashed
}
.box-article ul li:last-child{
    border-bottom: #FFCC99 0 dashed
}

.page{
    text-align: right;
    padding-right: 10px;
    padding-bottom: 8px;
}
.more{
    border-bottom: #0a6999 0 dashed;
}
.page a{
    font-size: 14px;
    text-decoration: none;
    color: #0a6999;
}
.page div{
    text-align: center;
    margin-top: 30px;
}
.page div span{
    margin-right: 30px;
}
.pagination ul{
    list-style-type: none;
}
.pagination li{
    float: left;
    margin-right: 10px;
    padding: 5px;
    border: 1px solid #0a6999;
    border-radius: 2px;
}
.pagination::after{
    content: '';
    clear: both;
}

.box-article ul li h4{
    margin: 1px 0;
    font-size: 14px;
}
.box-article ul li .p1{
    text-indent: 2em;
    margin: 5px 0 0;
    padding: 0;
    font-size: 14px;
    color:#666;
}

.p1:hover{
    color: #bbb;
}

.p2{
    margin: 5px 0;
    display: flex;
    justify-content: space-between;
    padding-right: 10px;
    font-size: 13px;
    color: #888;
}

.p2 span{
    color: orangered;
}

.box-article-thumb{
    width: 35%;
    position: relative;
}
.ups{
    width: 97%;
    margin: 0 auto;
    height: 300px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 77;
}
.link{
    margin-top: 30px;
    width: 1300px;
    display: flex;
    flex-wrap: wrap;
    justify-items: center;
}
.link .div{
    width: 200px;
    text-align: center;
    border: 1px solid #fff;
}
.link .div:hover{
    border: 1px solid #00a0e9;
}
footer{
    margin-top: 50px;
    height: 200px;
    width: 100%;
    background: #0a6999;
    text-align: center;
    padding-top: 30px;
}
.footer-box{
    width: 1300px;
    margin: 20px auto;
    display: flex;
}
.footer1{
    width: 30%;
    border-right: 1px #fff solid;
}
.footer1 p{
    color: #fff;
}
.footer2{
    width: 70%;
    text-align: left;
}
.footer2 p{
    padding-left: 40px;
    color: #fff;
}

