body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
    margin: 0;
    padding: 0
}


/* 初始化标签在所有浏览器中的margin、padding值 */

fieldset,
img {
    border: 0 none
}


/* 重置fieldset（表单分组）、图片的边框为0*/

dl,
ul,
ol,
menu,
li {
    list-style: none
}


/* 重置类表前导符号为onne,menu在HTML5中有效 */

blockquote,
q {
    quotes: none
}


/* 重置嵌套引用的引号类型 */

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}


/* 重置嵌套引用*/

input,
select,
textarea,
button {
    vertical-align: middle
}


/* 重置表单控件垂直居中*/

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer
}


/* 重置表单button按钮效果 */

body {
    background: #fff
}


/* 重置body 页面背景为白色 */

body,
th,
td,
input,
select,
textarea,
button {
    font-size: 12px;
    line-height: 1;
    font-family: "微软雅黑", "黑体", "宋体";
    color: #666
}


/* 重置页面文字属性 */

a {
    color: #666;
    text-decoration: none
}


/* 重置链接a标签 */

a:active,
a:hover {
    text-decoration: none
}


/* 重置链接a标签的鼠标滑动效果 */

address,
caption,
cite,
code,
dfn,
em,
var {
    font-style: normal;
    font-weight: normal
}


/* 重置样式标签的样式 */

caption {
    display: none;
}


/* 重置表格标题为隐藏 */

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}


/* 重置table属性 */

img {
    vertical-align: top
}


/* 图片在当前行内的垂直位置 */


/* 页面设置 */


/* 取消a标签点击后的虚线框 */

a {
    outline: none;
}



/* 设置页面文字等在拖动鼠标选中情况下的背景色与文字颜色 */


/*
::selection {color: #fff;background-color: #4C6E78;}
::-moz-selection {color: #fff;background-color: #4C6E78;}
*/


/*清除浮动*/

.clear {
    clear: both;
}

.clear-float:after{
    display:block;
    content:'';
    clear:both;
}
/*清除浮动--推荐使用*/

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}


body {
    max-width: 1920px;
    margin: 0 auto;
    background-color: rgba(250, 250, 252, 1);
}


/* 主区域样式 */
.ttkj-main-wrap {
    margin: 0 auto;
    width: 1200px;
}

.ttkj-header {
    background-color: rgba(250, 250, 250, .4);
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    backdrop-filter: blur(6px);
    box-shadow: 0 0px 6px 0px #aaa;
}
.ttkj-header-wrap {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ttkj-header-wrap img {
    display: block;
    width: 40px;
}
.ttkj-header-logo {
    display: flex;
    align-items: center;
}
.ttkj-header-logo p {
    margin-left: 10px;
    font-weight: 700;
    font-size: 29px;
    color: #333333;
}
.ttkj-header-r {
    display: flex;
    align-items: center;
}
.ttkj-header-r div {
    height: 34px;
    border-left: 1px solid gainsboro;
    padding: 0 15px;
    display: flex;
    align-items: center;
    /* flex-direction: column; */
    justify-content: center;
}
.ttkj-header-r div p{
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: #F74747;
    margin: 2px 0;
    line-height: 1.2;
}
.ttkj-header-r div p span {
    display: block;
}
.ttkj-header-r div img {
    display: block;
    width: 30px;
    /* margin: 0 8px; */
    margin-right: 5px;
}

.ttkj-main {
    padding-top: 80px;
}

.main-footer {
    background-color: rgba(33, 35, 48, 1);
    padding: 35px 0;
}

.main-copyright {
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    color: #B3BBD1;
}
.main-copyright a {
    color: #B3BBD1;
}
.main-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-contact-l {
    display: flex;
    justify-content: left;
    flex-direction: column;
}
.main-contact-l img {
    display: block;
    width: 140px;
    margin-bottom: 8px;
}
.main-contact-l p {
    font-size: 13px;
    text-align: left;
    color: #fff;
    margin-top: 7px;
}
.main-contact-l p span {
    margin-right: 15px;
}

.main-contact-wx img{
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 15px;
}
.main-contact-wx p {
    font-size: 13px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
.main-contact-r {
    display: flex;
}

.ttkj-footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.ttkj-footer-logo > img {
    display: block;
    width: 30px;
    margin: 0;
    margin-right: 10px;
}
.ttkj-footer-logo > p {
    margin-left: 10px;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    margin: 0;
}