@charset "utf-8";
body {
    font-family: "Microsoft YaHei",'number_only';
    font: 0.18rem/1.5 'Helvetica Neue', 'Helvetica', 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Microsoft YaHei', 'Tahoma', 'Hiragino sans gb', 'SimSun', 'Sans-serif';
}
 html,
      body {
        position: relative;
        height: 100%;
      }

body {
        background: #eee;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #000;
        margin: 0;
        padding: 0;
      }
@charset "utf-8";

/*-- 全局reset
-------------------------------------------*/

html, body, div,
h1, h2, h3, h4, h5, h6,
hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,
legend, button, input, textarea, label,
th, td, a, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

body {
    font: 12px/1.5 'Helvetica Neue', 'Helvetica', 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Microsoft YaHei', 'Tahoma', 'Hiragino sans gb', 'SimSun', 'Sans-serif';
    color: #333;
    background: #fafafa;
}

/*清除内外边距*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

/*设置默认字体*/
:focus {
    outline: 0;
}

ul,
ol {
    list-style: none;
}

/*重置列表*/
fieldset, img {
    border: 0 none;
    vertical-align: top;
    outline: none;
}

/*重置图片元素*/
address, caption, cite, code, dfn, em, i, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

code, kbd, samp, tt {
    font-size: 100%;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
    *font-size: 100%;
    outline: none;
}

/*
form label {
    cursor: pointer;
}
*/

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*重置表格*/
blockquote, q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;

}

a:hover {
    text-decoration: none;
    /* color: #2381d8; */
}

a.special,
.special a {
    color: #b83720;
}

a.special:hover,
.special a:hover {
    color: #b83720;
    text-decoration: none;
}

/*--清除浮动
-------------------------------------------*/
.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.cf:after,
.clearfix:after {
    clear: both;
}

.cf,
.clearfix {
    clear: both;
    *zoom: 1;
}







.textover1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.all_part {
    padding: 0 0 0.68rem;
}

.top_part {}

.top_part .logo {
    text-align: center;
    padding: 0.1rem 0;
}

.top_part .logo img {
    height: 0.38rem;
}

.index_banner {
    border-radius: 0.1rem;
    overflow: hidden;
    margin: 0 0 0.1rem;
    position: relative;
}

.index_banner ul {}

.index_banner ul li {}

.index_banner ul li .imgj {}

.index_banner ul li .imgj img {
    width: 100%;
}

.serch_box {
    background: #fff;
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 0.12rem;
    gap: 0.04rem;
    margin: 0 0 0.1rem;
}

.serch_box label {}

.serch_box label img {
    width: 0.16rem;
}

.serch_box  input[type="text"] {
    line-height: 0.36rem;
    flex: 1;
    font-size: 0.12rem;
}

.serch_box  button {
    line-height: 0.28rem;
    width: 0.56rem;
    margin: 0 0.04rem 0;
    border-radius: 0.1rem;
    color: #fff;
    background: linear-gradient(0deg, #ED6928, #EBA76A);
    font-size: 0.13rem;
}

.nav_part {}

.nav_part ul {
    display: flex;
    flex-wrap: wrap;
    margin: -0.025rem;
}

.nav_part ul li {
    width: 50%;
    padding: 0.025rem;
    box-sizing: border-box;
}

.nav_part ul li .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-size: cover;
    border-radius: 0.1rem;
    overflow: hidden;
    padding: 0.13rem 0.1rem 0.13rem 0.16rem;
    background-position: center center;
}

.nav_part ul li .bg1 {
    background-image: url(../images/bg1.png);
}

.nav_part ul li .bg2 {background-image: url(../images/bg2.png);}

.nav_part ul li .bg3 {background-image: url(../images/bg3.png);}

.nav_part ul li .bg4 {background-image: url(../images/bg4.png);}

.nav_part ul li .item .text {}

.nav_part ul li .item .text h4 {
    font-size: 0.17rem;
    font-weight: bold;
    margin: 0 0 0.1rem;
}

.nav_part ul li .item .text p {
    font-size: 0.12rem;
    color: #999;
}

.nav_part ul li .item .imgj {}

.nav_part ul li .item .imgj img {
    width: 0.44rem;
}

body.index {
    padding: 0 0.16rem;
}
.hot_new {
    display: flex;
    align-items: center;
    height: 0.47rem;
    background: #fff;
    border-radius: 0.1rem;
    margin: 0.1rem 0 0;
    padding: 0 0.1rem;
}

.hot_new label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.07rem  0 0;
    border-right: 1px solid #ddd;
    margin: 0 0.07rem  0 0;
}

.hot_new label img {
    width: 0.64rem;
}

.hot_new a {
    flex: 1;
    font-size: 0.14rem;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.1rem;
}

.hot_new a p {
    flex: 1;
}

.hot_new a i {
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/hjt.png) center center no-repeat;
    background-size: 0.14rem;
}
.index_news {
    background: #fff;
    border-radius: 0.1rem;
    margin: 0.1rem 0 0;
}

.index_news .index_ti {
    padding: 0.15rem 0.12rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index_news .index_ti h3 {
    font-size: 0.2rem;
    font-weight: bold;
    position: relative;
    line-height: 0.18rem;
}
.index_news .index_ti h3:before {
    content: "";
    display: block;
    width: 0.04rem;
    position: absolute;
    left: -0.12rem;
    top: 0;
    bottom: 0;
    background: linear-gradient(0deg, #ED6928, #EBA76A);
}
.index_news .index_ti .see_more {
    display: flex;
    align-items: center;
    border-radius: 0.1rem;
    border: 0.005rem solid #ddd;
    height: 0.22rem;
    padding: 0 0.05rem 0 0.1rem;
    gap: 0.05rem;
}

.index_news .index_ti .see_more span {}

.index_news .index_ti .see_more img {
    width: 0.14rem;
}

.ceping_box {}

.ceping_box ul {
    /* display: flex; */
    /* flex-flow: wrap; */
}

.ceping_box ul li {
    padding: 0.12rem;
}

.ceping_box ul li .item {
    display: flex;
    gap: .1rem;
}

.ceping_box ul li .item .imgj {
    flex: 1;
}

.ceping_box ul li .item .imgj img {
    width: 100%;
    border-radius: 5px;
        height: 60px;
}

.ceping_box ul li .item .text {
    flex: 2;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.ceping_box ul li .item .text h4 {
    font-size: 0.16rem;
    font-weight: bold;
}

.ceping_box ul li .item .text p {
    font-size: 0.12rem;
    color: #999;
}

.wenzh_box {}

.wenzh_box ul {
    display: flex;
    flex-flow: wrap;
    padding: 0 0.07rem;
}

.wenzh_box ul li {
    width: 50%;
    padding: 0.1rem 0.05rem;
    box-sizing: border-box;
}

.wenzh_box ul li .item {}

.wenzh_box ul li .item .imgj {
    margin: 0 0 0.1rem;
}

.wenzh_box ul li .item .imgj img {
    width: 100%;    height: 100px;
}

.wenzh_box ul li .item .text {}

.wenzh_box ul li .item .text h4 {
    font-size: 0.16rem;
    font-weight: bold;
    margin: 0 0 0.1rem;
}

.wenzh_box ul li .item .text p {
    font-size: 0.12rem;
    color: #999;
}

.bottom_nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 0 -0.02rem 0.06rem rgba(0,0,0,0.1);
}

.bottom_nav ul {
    display: flex;
    align-items: center;
}

.bottom_nav ul li {
    width: 25%;
    text-align: center;
}

.bottom_nav ul li .item {
    height: 0.58rem;
    display: block;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.bottom_nav ul li .item .imgj {
    opacity: 0.2;
}

.bottom_nav ul li .item .imgj img {
    width: 0.24rem;
}

.bottom_nav ul li .item .text {
    margin: 0.1rem 0 0;
    font-size: 0.12rem;
    color: #666;
}

.bottom_nav ul li .item .text span {
    /* font-size: 0.12rem; */
    /* color: #666; */
}

.bottom_nav ul li.on{}

.bottom_nav ul li.on .imgj {
    opacity: 1;
}

.bottom_nav ul li.on .text {
    color: #ED6928;
}


