@charset "utf-8";
/* CSS Document */
*{
    list-style:none;
    margin: 0;
    padding: 0;
}
body{
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Microsoft YaHei', 'Source Han Sans SC', 'Noto Sans CJK SC', 'WenQuanYi Micro Hei', sans-serif;
    color: #505050;
	font-weight: normal;
    -webkit-tap-highlight-color: rgba(26, 26, 26, 0);
}
:focus{
    outline: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
a:focus{
	text-decoration: none;
}
input::-webkit-input-placeholder {
	color: #d0d0d0;
}
hr{
	border-top: 1px solid #f0f2f7;
}
header{
    width: 100%;
    height: 679px;
    background: url(../img/prac-banner.jpg) top center no-repeat;
}
header .logobar{
    height: 135px;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
header .logobar .search-box{
    height: 36px;
    width: 300px;
    position: relative;
    
}
header .logobar .search-box .search-input{
    border-radius: 36px;
    display: flex;
    justify-content: end;
    flex: 1;
    height: 36px;
    width: 280px;
    border: 1px #dedfe1 solid;
    background: #fff;
    font-size: 14px;
    padding-left: 20px;
    color: #505050;
}
header .logobar .search-box .search-btn{
    position: absolute;
    top: 7px;
    right: 11px;
    background: url(../img/search-btn.png) top center no-repeat;
    width: 22px;
    height: 22px;
    cursor: pointer;
}
header nav{
    background-color: #e60213;
    height: 56px;
    width: 100%;
}
header nav .nav-main{
    width: 1200px;
    height: 56px;
    margin: 0 auto;
}
header nav .nav-main ul{
    width: 1200px;
    height: 56px;
}
header nav .nav-main ul li{
    float: left;
    width: 153px;
    height: 56px;
    line-height: 56px;
}
header nav .nav-main ul li a{
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
    height: 56px;
    width: 153px;
}
header nav .nav-main ul li a.selected{
    background: #fff;
    color: #d32d26;
}
header nav .nav-main ul li a:hover{
    background: #fff;
    color: #d32d26;
}
.lt-main{
    width: 1200px;
    min-height: 600px;
    margin: 0 auto;
}
footer{
    height: 238px;
    width: 100%;
    background: #757575;
    
}
footer .ft-main-box{
    width: 1200px;
    height: 238px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
footer .ft-main-box .ft-logo-box{
    width: 627px;
    height: 238px;
}
footer .ft-main-box .ft-logo-box p{
    color: #fff;
    font-size: 12px;
    margin-bottom: 12px;
    padding-left: 77px;
    line-height: 20px;
}
footer .ft-main-box .ft-logo-box p a{
    color: #fff;
}
footer .ft-main-box .ft-logo-box p a:hover{
    color: #dedfe1;
}
footer .ft-main-box .ft-codebox{
    width: 250px;
    height: 238px;
    display: flex;
    justify-content: space-between;
}
footer .ft-main-box .ft-codebox .ft-code{
    width: 115px;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
footer .ft-main-box .ft-codebox .ft-code .codeimg{
    width: 115px;
    height: 115px;
    border-radius: 10px;
    background: #fff;
    text-align: center;
}
footer .ft-main-box .ft-codebox .ft-code .codeimg img{
    margin-top: 6px;
}
footer .ft-main-box .ft-codebox .ft-code p{
    color: #fff;
    font-size: 14px;
    margin-top: 22px;
}