html {
    line-height: 1.15; /* Correct the line height in all browsers */
    -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS. */
}
body {
    margin: 0;
}
*{
    margin:0;
    padding:0;
}
a {
    text-decoration: none;
    background-color: transparent; /* Remove the gray background on active links in IE 10. */
}
img {
    display: block;
    border-style: none; /*  Remove the border on images inside links in IE 10. */
}
li {
    list-style: none;
}
.bx {
    width: 1300px;
    margin: 0 auto;
}
.top_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 20px;
    position: relative;
}
.logo {
    width: 225px;
}
.top_nav {
    display: flex;
}
.top_box>ul {
    margin-top: 10px;
}
.top_box ul a {
    text-decoration: none;
}
.top_nav>a {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-right: 40px;
    border-bottom: 3px solid transparent;
    transition: all .5s;
}
.top_nav>a:hover {
    color: #f7b62d;
    border-bottom: 3px solid #f7b62d;
}
.top_nav>:nth-child(6) {
    color: #f7b62d;
    border-bottom: 3px solid #f7b62d;
}
.top_right {
    display: flex;
}
.top_phone {
    color: #f7b62d;
    font-size: 24px;
    line-height: 24px;
    display: flex;
    padding-bottom: 10px;
    /* position: absolute;
    right: 0;
    top: 29px; */
}

.top_phone>i {
    width: 30px;
    height: 30px;
    background: url("/img/phone.png") no-repeat;
    background-size: 24px 24px;
    background-position: 5px 1px;
}
.top_phone>span {
    margin-left: 10px;
}
/* 移动端 */
.m_box>img {
    width: 234px;
    height: 44px;
    margin: 10px auto;
}
.m_tit>div:first-child {
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    background: #f7b62d;
}
.m_tit div a {
    text-decoration: none;
}
.m_tit div a:hover {
    color: #fff;
}
.m_nav>a>div {
    color: #fff;
    text-align: center;
    line-height: 40px;
    text-align: center;
    background: #666;
    border-bottom: 1px solid #fff;
    display: none;
}
/* 内容 */
.content_boxss {
    color: #333;
    font-size: 16px;
    text-align: center;
}
.content_textss {
    color: #F7B62D;
    font-size: 30px;
    font-weight: 700;
}
.content_list {

    padding: 42px 0px;
    border-bottom: 1px solid #E5E5E5;
}
.content_box>div:last-child {
    border: none;
}
.fiscal_taxation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.content_time {
    width: 50px;
    margin: auto;
    text-align: center;
    padding-right: 40px;
}
.content_time>div {
    width: 112px;
}
.timer_date {
    color: #474750;
    font-size: 36px;
    font-weight: 600;
}
.timer_year {
    color: #474750;
    font-size: 14px;
}
.img_text>img {
    width: 218px;
    height: 140px;
    margin-right: 20px;
}
.img_text {
    border-left: 1px solid #E5E5E5;
    padding-left: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content_text {
    width: 966px;
}
.contit {
    color: #474750;
    font-size: 20px;
    font-weight: 600;
}
.confull-text {
    width: 710px;
    height: 40px;
    color: #8B8B92;
    font-size: 14px;
    margin: 10px 0 13px;

    overflow: hidden;
    text-overflow: ellipsis;
    /*弹性伸缩盒子模型显示*/
    display: -webkit-box;
    /*限制在一个块元素显示的文本的行数*/
    -webkit-line-clamp: 2;
    /*设置或检索伸缩盒子对象的子元素的排列方式*/
    -webkit-box-orient: vertical;
}
.content_text>a {
    font-size: 14px;
}
.content_text>a:hover {
    color: #F7B62D;
}
.img_text div a {
    text-decoration: none;
}

/* 底部 */
.buttom_box {
    /* height: 300px; */
    color: #fff;
    background: #2B2B2B;
    margin-top: 50px;
    font-size: 16px;
}
.buttom,.buttom_left {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}
.buttom {
    padding: 40px 0 20px;
}
.left_company>p {
    filter: alpha(opacity=50);/*IE*/
    -moz-opacity: .6;/*老版Mozilla*/
    -khtml-opacity: .6;/*老版Safari*/ 
    opacity: .6;
}
.finance_company {
    font-size: 24px;
    margin: 16px 0;
}
.buttom_left>div {
    margin-right: 40px;
}
.left_img {
    color: rgba(255, 255, 255, .6);
}
.left_img>img {
    width: 120px;
    height: 120px;
    margin-bottom: 12px;
}
.left_company {
    font-size: 16px;
    text-align: left;
}
/* .buttom_right {
    display: flex;
    justify-content: center;
} */
.buttom_right>ul:first-child {
    margin-right: 20px;
}
.right_business{
    display: flex;
    justify-content: flex-start;
}
.right_business>a {
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
    line-height: 30px;
    margin-right: 35px;
}
.right_business>a>li:hover {
    color: #fff;
}
.right_business>p {
    font-size: 18px;
}
.friendship {
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
    padding: 20px 0;
    border-top: 1px solid #E5E5E5;
}
.buttom_box div a {
    text-decoration: none;
}
.friendship>a {
    color: rgba(255, 255, 255, .6);
    padding-left: 5px;
}
.friendship>a:hover {
    color: #fff;
}
.but_box {
    color: rgba(255, 255, 255, .5);
    line-height: 44px;
    font-size: 14px;
    background: #111;
    text-align: center;
}
.but_box>a {
    color: rgba(255, 255, 255, .5);
}
.but_box>a:hover {
    color: #fff;
}
.left_img {
    text-align: center;
}

/* 固定浮窗 */
.fixed_box {
    position: fixed;
    right: 40px;
    bottom: 145px;
    width: 90px;
    background: #fff;
    border: 2px solid #ffffff;
    -moz-border-radius:4px;
    border-radius: 4px;
    padding: 0;
    box-shadow: 0px 2px 10px 0px rgb(177 166 166 / 10%);
    z-index: 9;
}
.fixed_list {
    text-align: center;
    font-size: 12px;
    color: #333;
    padding: 10px;
    cursor: pointer;
    position: relative;
}
.contact_phone {
    width: 150px;
    font-size: 18px;
    line-height: 40px;
    top: 16px;
    right: 93px;
    position: absolute;
    background: #fff;
    -moz-border-radius:4px;
    border-radius: 4px;
    display: none;
}
.in_future {
    width: 120px;
    height: 120px;
    top: -13px;
    right: 93px;
    position: absolute;
    background: #fff;
    -moz-border-radius:4px;
    border-radius: 4px;
    display: none;
}

.in_future>img {
    width: 100px;
    margin: 10px auto;
}
.fixed_list:hover {
    color: #F7B62D;
}
.fixed_list:hover div {
    display: block;
}
.fixed_list>img {
    width: 20px;
    height: 20px;
    margin: 10px auto;
}
.read_more {
    cursor: pointer;
}
.read_more:hover {
    color: #F7B62D;
}
.return_top {
    display: none;
}
.buttom_right>ul:first-child {
    margin-right: 20px;
}
#test1 {
    float: right;
    margin: 20px 0;
}