a:hover{text-decoration: unset;}
img { max-width:100%; }
.f{display: flex;width:100%;}
.c{justify-content: center;}
.a{align-items: center;}
.fc{flex-direction: column}
.fr{flex-direction: row}
.space-80{height:80px;}
.space-50{height:50px;}

.h1{font-size:28px; color:#333333;}
.h2{font-size:16px; color:#666666;line-height: 35px;}
.h3{font-size:28px; color:#070707;line-height: 35px;}
.h4{font-size:14px; color:#999;line-height: 35px;}
.h5{font-size:16px; color:#666;line-height: 25px;}

/*标题*/
.title{display: flex;justify-content: center;height:160px;align-items: center;flex-direction: column; text-transform:uppercase; }
.title span{font-size:28px;color:#5b5e66;}
.title h1{font-size:20px;color:#425385;}
/*更多*/
.more{ padding-left:15px;position: relative;width:70px;height: 70px;display: flex;justify-content: center;align-items: center;text-decoration: unset;color:unset;}
.more:hover{color:unset;text-decoration: unset;}
.more::after{content:"";width:70px;height: 70px;display: flex;border:1px solid #666;position: absolute;transform: rotate(45deg);top:0;left:13px;}
.more::before{ content:"";width:70px;height: 70px;display: flex;border:1px solid #666;position: absolute; transform: rotate(45deg);top:0;left:0;}

/*头部*/
.max{max-width: 1920px; min-width: 1200px}
.container { max-width: 1366px;min-width: 1200px;}
.header{height:90px;display: flex;justify-content: space-between;align-items: center; }
.header .logo{height:60px; }
.header .search-content{position: relative;}
.header .search{width:420px;height:60px;border-radius: 4px;border:unset;background: #edf3f4;font-size: 18px;padding-left:20px;padding-right:70px;}
.header .search-content img{width:30px;height:30px;position:absolute;right:20px;top:15px;}
/*菜单*/
.menu {width:100%;background: #138ce5;height:70px;}
.menu-box{display: flex;align-items: center;color:white;height:100%;font-size:20px;}
.menu-box .item{height:100%;width:15%;display: flex;align-items: center;justify-content: center;color:white;text-decoration: unset;}
.menu-box .item span{ height:100%;display: flex;align-items: center;}
.menu-box .item span:hover{font-size:22px;}
.menu-box .itemed span{ border-bottom:3px solid #dce7ba;font-size:24px;}

/*脚*/
.footer{ height:290px;background-image: url("/static/website/images/11.jpg"); background-size: 100% 100%;}
.footer .box {height:230px;font-size:18px;padding:0 40px;}