body {
  padding: 6px;
}
.w {
width: 100%;
padding: 0 10px;
}
.header {
height: 643px;
background: url(../images/bg_header.png) no-repeat;
background-size: 100% 100%;
padding-top: 12px;
}
.header .shortcut {
display: flex;
justify-content: flex-end;
align-items: center;
height: 28px;
}
.header .shortcut li {
position: relative;
}
.header .shortcut li:nth-child(2n) {
margin: 0 20px;
}
.header .shortcut li a {
display: flex;
align-items: center;
font-size: 18px;
color: #333;
cursor: pointer;
}
.header .shortcut li a:hover {
 font-weight: 500;
}
.header .shortcut li a .icon {
margin-right: 10px;
}
.header .shortcut li:hover .panel {
display: block;
}
.header .shortcut li .panel {
display: none;
position: absolute;
top: 28px;
left: 50%;
width: 180px;
height: 180px;
background-color: #bfc;
transform: translateX(-50%);
padding: 10px;
border-radius: 5px;
}
.header .shortcut li .panel img {
width: 100%;
height: 100%;
background-color: #fff;
}
.header .nav {
display: flex;
align-items: center;
height: 97px;
margin-top: 12px;
background: url(../images/bg_nav.png) no-repeat;
background-size: 100% 70px;
background-position: center;
}
.header .nav .navlist {
display: flex;
align-items: center;
justify-content: space-around;
height: 100%;
}
.header .nav .navlist li {
width: 198px;
height: 100%;
}
.header .nav .navlist li.active,
.header .nav .navlist li:hover {
background-color: #d0e9ff;
}
.header .nav .navlist li.active a,
.header .nav .navlist li:hover a {
font-weight: 700;
}
.header .nav .navlist li a {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
font-size: 20px;
color: #015293;
}
.header .header_main {
display: flex;
flex-direction: column;
align-items: center;
padding-top: 40px;
}
.header .header_main .logo {
 display: flex;
 justify-content: center;
}
.header .header_main .logo img {
 width: 80%
}
.header .header_main .search {
display: flex;
width: 665px;
height: 51px;
margin-top: 40px;
box-shadow: 0 3px 4px 0 #0045758f;
border-radius: 23px;
background-color: #fff;
overflow: hidden;
}
.header .header_main .search .tag {
display: flex;
align-items: center;
justify-content: center;
width: 101px;
height: 51px;
border-radius: 23px;
background-color: #9ea190;
font-size: 18px;
color: #fff;
font-weight: 700;
}
.header .header_main .search input {
flex: 1;
border: 0;
outline: 0;
text-align: center;
font-size: 18px;
color: #333;
}
.header .header_main .search input::placeholder {
color: #646464;
}
.header .header_main .search .btn {
background-color: #fff;
border: 0;
outline: 0;
margin-right: 10px;
cursor: pointer;
}
.header .header_main .hots {
display: flex;
margin-top: 24px;
font-size: 16px;
}
.header .header_main .hots li {
margin: 0 10px;
}
.header .header_main .hots li a {
padding: 3px 13px;
border: 1px solid #016bb5;
color: #016bb5;
background-color: #fff;
border-radius: 20px;
}
/* 底部 */
.footer {
height: auto;
background-color: #016bb5;
padding-top: 11px;
}
.footer .footer_nav {
position: relative;
display: flex;
justify-content: space-between;
}
/* 友情链接 */
.footer .footer_nav li {
width: 312px;
padding-top: 11px;
}
.footer .footer_nav li a {
display: flex;
align-items: center;
justify-content: center;
height: 54px;
color: #fff;
font-size: 16px;
background-color: #075087;
}
.footer .footer_nav li a img {
margin-left: 20px;
}
.footer .footer_nav li .panel_box {
display: none;
position: absolute;
bottom: 65px;
left: 0;
width: 100%;
z-index: 99999;
}
.footer .footer_nav li .panel_box .panel {
display: flex;
flex-wrap: wrap;
padding: 20px;
background-color: #075087;
}
.footer .footer_nav li .panel_box .panel .panel_item {
width: 200px;
font-size: 18px;
transition: all 0.3s;
}
.footer .footer_nav li .panel_box .panel .panel_item:hover {
transform: translateX(3px);
}
.footer .footer_nav li.links:hover {
background-color: #075087;
}
.footer .footer_nav li.links:hover a img {
transform: rotate(180deg);
}
.footer .footer_nav li.links:hover .panel_box {
display: block;
}
/* 友情链接结束 */

.footer .footer_main {
display: flex;
flex-wrap: wrap;
height: auto;
margin-top: 30px;
font-size: 16px;
}
.footer .footer_main .item {
width: 100%;
}
.footer .footer_main .item.pic {
display: flex;
align-items: center;
justify-content: space-around;
border-right: 2px solid rgba(255, 255, 255, 0.2);
}
.footer .footer_main .item.word {
display: flex;
justify-content: space-around;
align-items: center;
color: #fff;
line-height: 30px;
}
.footer .footer_main .item.word a {
color: #fff;
}
.footer .footer_main .item.word a:hover {
text-decoration: underline;
}
