/* 重置 */
body,html{
    padding: 0;
    margin: 0;
    color: #333;
    font-size: 14px;
    width: 100%;
    position: relative;
}
ul,li,dl,dd{
    list-style: none;
    padding: 0;
    margin: 0;
}
h1,h2,h3,h4{
    margin: 0;
    padding: 0;
}
i{
    font-style: normal;
}
p{
    margin: 0;
}
a{
    text-decoration: none;
}
img{
    display: block;
    width: 100%;
}
.centre-box{
    width: 1200px;
    margin: 0 auto;
}
 /* 顶部导航 */
 .top-nav{
    height: 48px;
    background-color: #026edd;
 }
 .centre-box .nav{
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
 }
 .centre-box .nav a{
    color: white;
    line-height: 48px;
    font-size: 20px;
    display:block;
    height: 48px;
    padding: 0 40px;
    box-sizing: border-box;
 }
 .centre-box .nav a:hover{
    background-color: #bfe0fc;
    color: #026edd;
 }
 /* 导语 */
 .daoyu{
    background-color: #f1f8fd;
    height: 226px;
 }
 .daoyu .daodu-c{
    background: url(../image/bg-1.jpg) no-repeat;
    height: 226px;
    padding-left: 186px;
    padding-top: 40px;
    box-sizing: border-box;
 }
 .daoyu .daodu-c p{
    background-color:#bfe0fc ;
    border-radius: 6px;
    font-size: 19px;
    width: 1035px;
    height: 154px;
    line-height: 30px;
    padding: 20px ;
    box-sizing: border-box;
    color: #026edd;
 }
.one{
    margin-top: 90px;
}
.one .cen-1{
    margin-top: 40px;
}
.one .cen-1 div{ 
    color: #1167b8;
    font-size: 16px;
    box-sizing: border-box;
}
.one .cen-1 .text-1{
    height: 200px;
    background: url(../image/bj-6.jpg) no-repeat;
    padding-left: 390px;
    padding-top: 110px;
}
.one .cen-1 .text-2{
    height: 143px;
    background: url(../image/bj-7.jpg) no-repeat;
    padding-left: 390px;
    padding-top: 50px;
}
.one .cen-1 .text-3{
    height: 145px;
    background: url(../image/bj-8.jpg) no-repeat;
    padding-left: 100px;
    padding-top: 27px;
}
.one .cen-1 .text-3 p{
    width: 1000px;
    display: block;
    line-height: 28px;
}
.two{
    display: flex;
}
.two .text-left{
    background: url(../image/bj-4.jpg) no-repeat;
    width: 628px;
    height: 474px;
}
.two .text-right{
    background: url(../image/bj-5.jpg) no-repeat;
    width: 571px;
    height: 474px;
}
.text-left .title{
    margin-top: 10px;
    color: #1167b8;
    font-size: 35px;
    font-weight: bold;
    padding-left: 110px;
}
.text-left .l-1,.text-left .l-2{
    padding-top: 60px;
    padding-left: 150px;
    box-sizing: border-box;  
}
.text-left .l-1 dt,.text-left .l-2 dt,.text-right .r-1 dt,.text-right .r-2 dt{
    color: #026edd;
    font-size: 17px;
}
.text-left .l-1 dd,.text-left .l-2 dd,.text-right .r-1 dd,.text-right .r-2 dd{
    color: #333;
    line-height: 24px;
    width: 390px;
    padding-top: 6px;
}
.text-left .l-2 dd{
    width: 410px;
    font-size: 13px;
}
.text-right .r-1,.text-right .r-2{
    padding-top: 30px;
    padding-left: 130px;
    box-sizing: border-box;
}
.text-right .r-2{
    padding-top: 100px;
}
.yimie{
    margin-top: 90px;
}
.yimie .cen{
    width: 100%;
    background: url(../image/bg.jpg);
    padding: 30px;
    margin-top: 40px;
}
.yimie .cen .text{
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 20px;
}
.yimie .cen dl{
    margin-top: 30px;
}
.yimie .cen dt{
    background-color: #f8eace;
    padding:10px 15px;
    border-radius: 4px;
    font-size: 16px;
    position: relative;   
    margin-right: 150px;
}
.yimie .cen dt .recommend{
    position: absolute;
    top: 0;
    right: -150px;
    padding:10px 15px;
    background-color: #a48b4b;
    color: white;
    border-radius: 4px;
}
.yimie .cen dd{
    line-height: 24px;
    color: #333;
    margin: 10px 0;
}
.youhui .yh-box{
    border-radius: 6px;
    border: 1px solid #c3e2fc;
    margin-top: 40px;
    padding: 30px 25px;
}
.youhui .yh-box dl{
    margin-bottom: 15px;
}
.youhui .yh-box dt a{
    font-size: 20px;
    margin-bottom: 10px;
}
.youhui .yh-box dt a{
    color: #026edd;
}
.youhui .yh-box dd{
    line-height: 30px;
    color: #777;
}
.footer-box div {
    text-align: center;
    padding: 10px 0;
    line-height: 24px;
}
.footer-box .lj_text a {
    color: #777;
}
.lj_text a {
    padding: 0 10px;
}
.footer-box{
    font-size: 14px;
    color: #777;
    margin-top: 50px;
    margin-bottom: 50px;
}
/* 面包屑导航 */
.crumbs_nav ul{
    display: flex;
    color: #777;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}
.crumbs_nav i{
    color: #999;
    font-size: 12px;
    margin-right: 15px;
    display: block;

}
.crumbs_nav ul a{
    color: #444;
    margin-right: 15px;
    display: block;
}
.crumbs_nav ul a:hover{
    color: #026edd;
}
/* 更多 */
.more{
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
      
}
.more a{
    color: #fff;
    display: block;
    background-color: #026edd;
    padding: 8px 12px;
    border-radius: 4px;
}
.more a:hover{
    background-color: #338be2;
}