html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td {
    margin: 0;
    padding: 0
}

img {
    border: 0 none;
    vertical-align: top
}

ul,
li {
    list-style-type: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px
}

body,
input,
select,
button,
textarea {
    font-size: 12px;
    font-family: "Microsoft YaHei", "微软雅黑", Tahoma, Geneva, sans-serif
}

button {
    cursor: pointer
}

i,
em,
cite {
    font-style: normal
}

body {
    background: #fff;
    /* line-height: 1.2 */
    overflow-x: hidden;
}

a,
a:link {
    text-decoration: none
}

a:active,
a:hover {
    text-decoration: none
}

a:focus {
    outline: none
}

.fixed:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden
}


.te_nav {
    width: 1200px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.te_logo img {
    width: 334px;
    cursor: pointer;
}

.te_list {
    display: flex;
    align-items: center;
}

.te_list ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
}

.te_list ul li {
    text-decoration: none;
    list-style: none;
}

.te_list ul li a {
    text-decoration: none;
    list-style: none;
    font-size: 17px;
    color: #131313;
    padding: 14px;
}

.te_list ul li a:hover {
    color: #7d0811;
}

.te_list .currnav {
    color: #7d0811;
}

.te_search {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 18px;
}

.te_search img {
    position: relative;
    left: -35px;
    width: 22px;
}

.te_search input {
    font-size: 15px;
    outline: none;
    border: none;
    width: 80px;
    height: 36px;
    background: #f3f2f2;
    box-shadow: 0px 0px 18px 0px rgba(155, 154, 154, 0.09),
        0px 0px 3px 0px rgba(155, 154, 154, 0.49);
    border-radius: 20px;
    padding: 0 50px 0 15px;
}


.te_footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.te_footer .news_title {
    border-bottom: 1px solid rgba(155, 154, 154, 0.3);
    padding: 10px 0;
    width: 1200px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.te_footer_center {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 260px;
    background: #F5F5F7;
}

.te_footer_list {
    width: 1200px;
}

.te_code {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px;
}

.te_code {
    display: flex;
    align-items: center;
}

.te_code li {
    width: 188px;
    text-decoration: none;
    list-style: none;
    padding-top: 16px;
}

.te_code li a {
    text-decoration: none;
    list-style: none;
    color: #626262;
    transition: all .1s linear;
}

.te_footer_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    color: #626262;
    margin-top: 20px;
}

.te_footer_text p {
    margin-top: 6px;
    font-size: 14px;
}

.te_footer_top {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #A9A9A9;
    font-size: 14px;
    padding: 25px 0;
}

.te_footer_top img {
    width: 96px;
}

#footer {
    width: 100%;
}

.te_nav_big_box {
    width: 1200px;
    height: 70px;
    margin: 5px 0;
}

.te_nav_small_box {
    width: 1140px;
    height: 70px;
    background: #ffffff;
    color: #131313;
    display: flex;
    align-items: center;
    padding: 0 30px;
    font-size: 17px;
    color: #131313;
}

.te_nav_small_box a{
    list-style: none;
    text-decoration: none;
    color: #131313;
}

.te_nav_title:hover {
    color: #7d0811;
}

.te_nav_currtitle {
    color: #7d0811 !important;
}

.te_nav_span {
    width: 4px;
    height: 4px;
    background: #9b9a9a;
    border-radius: 50%;
    margin: 0 20px;
}

.news_title {
    position: relative;
    width: 1140px;
    display: flex;
    background-color: #ffffff;
    align-items: center;
    padding: 19px 30px;
}

.news_title>img {
    width: 22px;
    height: 22px;
}

.news_text {
    color: #131313;
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 0 20px;
}

.news_line {
    width: 1px;
    height: 14px;
    background-color: #919191;
    margin: 12px;
}

.news_content {
    font-size: 18px;
    color: #131313;
    font-weight: 400;
}

.bigbox{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.news_curpage {
    position: absolute;
    right: 30px;
    font-size: 13px;
    color: #9B9A9A;
}

.te_content {
    width: 100%;
    background-image: url("../images/newback1.png");
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 100px 0;
}

.te_nav_small {
    display:block;
}

.te_center {
    width: 1200px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.te_center_img {
    width: 100%;
    height:500px;
    cursor: pointer;
}

.curbottom{
    color: #7d0811 !important;
}