/*字体*/
/* @font-face{font-family:"Fontke";src:url("Fontke.woff2") format("woff2"),url("Fontke.woff") format("woff"),url("Fontke.ttf") format("truetype"),url("Fontke.eot") format("embedded-opentype"),url("Fontke.svg") format("svg"),url("Fontke.otf") format("opentype");}
*/
@font-face {
    font-family: 'zhengti';
    src: url('../font/HarmonyOS_Sans_Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: calc(100vw/19.2);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width:1901px) {
    html {
        font-size: 100px;
    }
}

@media (max-width:1580px) {
    html {
        font-size: 66px;
    }
}

@media (max-width:767px) {
    html {
        font-size: calc(100vw/7.5);
    }
}

body {
    min-height: 100%;
    font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background: #fff;
}

@media (max-width:1580px) {
    body {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    body {
        font-size: 0.28rem;
    }
}

img {
    border: 0;
    vertical-align: top;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    font-weight: normal;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

input,
button {
    -webkit-appearance: none;
    border-radius: 0;
}

button {
    cursor: pointer;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

textarea {
    resize: none;
    overflow: auto;
    font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}

input,
button,
textarea,
select {
    border: 0;
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    font-weight: normal;
    color: inherit;
    background: transparent;
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

table {
    border-collapse: collapse;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    zoom: 1;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.container {
    margin: 0 auto;
    width: 83.333333%;
    max-width: 1600px;
}

@media (max-width:1580px) {
    .container {
        width: 84%;
    }
}

@media (max-width:1199px) {
    .container {
        width: 90%;
    }
}

.bg-color1 {
    background-color: #fff;
}

.ptb100 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media (max-width:767px) {
    .ptb100 {
        padding-top: 1.2rem;
        padding-bottom: 1.2em;
    }
}

.pt100 {
    padding-top: 1rem;
}

@media (max-width:767px) {
    .pt100 {
        padding-top: 1.2rem;
    }
}

.pb100 {
    padding-bottom: 1rem;
}

@media (max-width:767px) {
    .pb100 {
        padding-bottom: 1.2rem;
    }
}

.ptb140 {
    padding-top: 0.5rem;
    padding-bottom: 0.4rem;
    background-color: #677a3f;
}

@media (max-width:767px) {
    .ptb140 {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
    }
}

.pt140 {
    padding-top: 1.4rem;
}

@media (max-width:767px) {
    .pt140 {
        padding-top: 1.2rem;
    }
}

.pb140 {
    padding-bottom: 1.4rem;
}

@media (max-width:767px) {
    .pb140 {
        padding-bottom: 1.2rem;
    }
}

.font16 {
    font-size: 16px;
}

@media (max-width:1580px) {
    .font16 {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .font16 {
        font-size: 0.28rem;
    }
}

.font20 {
    font-size: 0.2rem;
}

@media (max-width:1580px) {
    .font20 {
        font-size: 18px;
    }
}

@media (max-width:991px) {
    .font20 {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .font20 {
        font-size: 0.3rem;
    }
}

.font24 {
    font-size: 0.24rem;
}

@media (max-width:1580px) {
    .font24 {
        font-size: 20px;
    }
}

@media (max-width:991px) {
    .font24 {
        font-size: 18px;
    }
}

@media (max-width:767px) {
    .font24 {
        font-size: 0.34rem;
    }
}

.font30 {
    font-size: 0.3rem;
}

@media (max-width:1199px) {
    .font30 {
        font-size: 0.36rem;
    }
}

@media (max-width:767px) {
    .font30 {
        font-size: 0.4rem;
    }
}

.font36 {
    font-size: 0.36rem;
}

@media (max-width:1199px) {
    .font36 {
        font-size: 0.4rem;
    }
}

@media (max-width:767px) {
    .font36 {
        font-size: 0.42rem;
    }
}

#hi-upgrade {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #fff;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

#hi-upgrade .hi-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -177px 0 0 -450px;
    width: 900px;
}

#hi-upgrade .hi-wrap .hi-title {
    font-size: 30px;
    line-height: 40px;
    color: #333;
}

#hi-upgrade .hi-wrap .hi-close {
    margin: 10px 0;
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    color: #677a3f;
}

#hi-upgrade .hi-wrap .hi-close:hover {
    text-decoration: underline;
}

#hi-upgrade .hi-wrap .hi-text1 {
    color: #666;
}

#hi-upgrade .hi-wrap .hi-text1 span {
    color: #677a3f;
}

#hi-upgrade .hi-wrap .hi-text2 {
    position: relative;
    margin: 60px 0;
    color: #333;
}

#hi-upgrade .hi-wrap .hi-text2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 100%;
    border-top: 1px solid #ddd;
}

#hi-upgrade .hi-wrap .hi-text2 span {
    position: relative;
    z-index: 5;
    padding: 0 30px;
    background: #fff;
}

#hi-upgrade .hi-wrap .hi-list {
    overflow: hidden;
}

#hi-upgrade .hi-wrap .hi-list li {
    display: inline-block;
    width: 16%;
}

#hi-upgrade .hi-wrap .hi-list li div {
    margin: 0 auto 5px;
    width: 50px;
    height: 50px;
}

#hi-upgrade .hi-wrap .hi-list li a {
    color: #666;
}

#hi-upgrade .hi-wrap .hi-list li a:hover {
    color: #677a3f;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
    background: url(/doa/skin/image/hi-llq-1.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
    background: url(/doa/skin/image/hi-llq-2.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
    background: url(/doa/skin/image/hi-llq-3.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
    background: url(/doa/skin/image/hi-llq-4.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
    background: url(/doa/skin/image/hi-llq-5.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
    background: url(/doa/skin/image/hi-llq-6.jpg) no-repeat center / 100%;
}

/* 导航 */
/* End */
/* 底部 */
.weitop {
    position: relative;
}

.weitop:before {
    content: "";
    display: block;
    width: 126px;
    height: 526px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 2;
    background-position: left top;
    background-size: contain;
    background-image: url(/doa/skin/image/dabugotbagfzq1.png);
    left: 0;
    top: -142.6px;
}

@media (max-width:1580px) {
    .weitop:before {
        width: 80px;
        height: 400px;
        top: -92px;
    }
}

@media (max-width:1199px) {
    .weitop:before {
        width: 60px;
        top: -69px;
    }
}

@media (max-width:767px) {
    .weitop:before {
        display: none;
    }
}

.weibot {
    position: relative;
}

.weibot:after {
    content: "";
    display: block;
    width: 126px;
    height: 526px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 2;
    background-position: right bottom;
    background-size: contain;
    background-image: url(/doa/skin/image/dabugotbagfzq2.png);
    right: 0;
    bottom: -137.6px;
}

@media (max-width:1580px) {
    .weibot:after {
        width: 80px;
        height: 400px;
        bottom: -87px;
    }
}

@media (max-width:1199px) {
    .weibot:after {
        width: 60px;
        bottom: -66px;
    }
}

@media (max-width:767px) {
    .weibot:after {
        display: none;
    }
}

.fotbox {
    color: #fff;
    position: relative;
}

.fotbox .fot1 {
    padding: 0.8rem 0 0.7rem;
    background: url(/doa/skin/image/fotbag1.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.fotbox .fot1 .jut {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.52rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width:767px) {
    .fotbox .fot1 .jut {
        flex-wrap: wrap;
    }
}

.fotbox .fot1 .jut .lt {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width:767px) {
    .fotbox .fot1 .jut .lt {
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 0.2rem;
    }
}

.fotbox .fot1 .jut .lt .logo {
    display: block;
    width: 2.38rem;
    overflow: hidden;
    margin-right: 0.36rem;
}

@media (max-width:1580px) {
    .fotbox .fot1 .jut .lt .logo {
        width: 3.2rem;
    }
}

@media (max-width:767px) {}

.fotbox .fot1 .jut .lt .logo img {
    width: 100%;
    float: left;
}

.fotbox .fot1 .jut .select {
    width: 2.1rem;
    position: relative;
    height: 0.45rem;
    background-color: rgb(0 134 23 / 10%);
    border: solid 1px #677a3f70;
}

@media (max-width:767px) {
    .fotbox .fot1 .jut .select {
        display: none;
        width: 2.8rem;
        height: 0.7rem;
    }
}

.fotbox .fot1 .jut .select .tit {
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: flex;
    user-select: none;
    align-items: center;
    justify-content: space-between;
}

.fotbox .fot1 .jut .select .tit span {
    display: block;
    width: calc(100% - 0.44rem);
    padding: 0 0.22rem;
    font-size: 16px;
}

@media (max-width:1580px) {
    .fotbox .fot1 .jut .select .tit span {
        font-size: 14px;
    }
}

.fotbox .fot1 .jut .select .tit i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.44rem;
    height: 100%;
    position: relative;
}

.fotbox .fot1 .jut .select .tit i img {
    display: block;
    width: 12px;
    float: left;
}

.fotbox .fot1 .jut .select .tit i:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 80%;
    background-color: #677a3f70;
}

.fotbox .fot1 .jut .select .hover1 {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background-color: 677a3f;
    padding: 5px 0;
    display: none;
    max-height: 3.8rem;
    overflow: auto;
    opacity: ;
    border: solid 1px #677a3f;
    z-index: 4;    background-color: #3f4424;
}

.fotbox .fot1 .jut .select .hover1::-webkit-scrollbar {
    width: 2px;
    height: 1px;
}

.fotbox .fot1 .jut .select .hover1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #999999;
}

.fotbox .fot1 .jut .select .hover1::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #f5f5f5;
}

.fotbox .fot1 .jut .select .hover1 a {
    color: #333;
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 5px 0.22rem;
    border-bottom: 1px solid #677a3fa2;
}

@media (max-width:1580px) {
    .fotbox .fot1 .jut .select .hover1 a {
        font-size: 12px;
    }
}

.fotbox .fot1 .jut .select .hover1 a:last-child {
    border-bottom: none;
}

.fotbox .fot1 .jut .gt {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width:767px) {
    .fotbox .fot1 .jut .gt {
        width: 100%;
        align-items: flex-end;
    }
}

@media (min-width:768px) {
    .fotbox .fot1 .jut .gt .select {
        display: none;
    }
}

.fotbox .fot1 .jut .gt .fz_nei {
    display: flex;
    align-items: center;
}

@media (max-width:767px) {
    .fotbox .fot1 .jut .gt .fz_nei {
        flex-wrap: wrap;
        width: 40%;
    }
}

.fotbox .fot1 .jut .gt .fen {
    font-size: 16px;
    margin-right: 0.3rem;
}

@media (max-width:1580px) {
    .fotbox .fot1 .jut .gt .fen {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .fotbox .fot1 .jut .gt .fen {
        width: 100%;
        margin-bottom: 6px;
    }
}

.fotbox .fot1 .jut .gt .list {
    display: flex;
    align-items: center;
}

.fotbox .fot1 .jut .gt .list .li {
    position: relative;
    margin-right: 0.2rem;
}

.fotbox .fot1 .jut .gt .list .li:last-child {
    margin-right: 0;
}

.fotbox .fot1 .jut .gt .list .li .er {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 120px;
    padding: 5px;
    background-color: #fff;
    margin-top: 15px;
}

@media (max-width:1580px) {
    .fotbox .fot1 .jut .gt .list .li .er {
        width: 100px;
    }
}

.fotbox .fot1 .jut .gt .list .li .er img {
    width: 100%;
}

.fotbox .fot1 .jut .gt .list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.5rem;
    height: 0.5rem;
    background-color: rgba(51, 94, 158, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
}

@media (max-width:991px) {
    .fotbox .fot1 .jut .gt .list a {
        width: 0.6rem;
        height: 0.6rem;
    }
}

.fotbox .fot1 .jut .gt .list a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #333;
}

.fotbox .fot1 .jut .gt .list a img {
    position: relative;
    opacity: 0.8;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    max-width: 16px;
    max-height: 16px;
}

@media (max-width:1580px) {
    .fotbox .fot1 .jut .gt .list a img {
        max-width: 12px;
        max-height: 12px;
    }
}

@media (min-width:768px) {
    .fotbox .fot1 .jut .gt .list a:hover {
        border-color: #333;
    }

    .fotbox .fot1 .jut .gt .list a:hover img {
        opacity: 1;
    }

    .fotbox .fot1 .jut .gt .list a:hover:before {
        width: 100%;
    }
}

.fotbox .fot1 .cont {
    display: flex;
    justify-content: space-between;
    margin-top: 0.68rem;
}

@media (max-width:767px) {
    .fotbox .fot1 .cont {
        flex-wrap: wrap;
    }
}

.fotbox .fot1 .cont .item {
    margin-right: 0.8rem;
}

@media (max-width:991px) {
    .fotbox .fot1 .cont .item {
        margin-right: 0.2rem;
    }

    .fotbox .fot1 .cont .item:last-child {
        margin-right: 0;
    }
}

@media (max-width:767px) {
    .fotbox .fot1 .cont .item {
        width: 100%;
        margin-bottom: 0.4rem;
        margin-right: 0;
        padding-right: 0.2rem;
    }

    .fotbox .fot1 .cont .item:last-child {
        margin-bottom: 0;
    }
}

.fotbox .fot1 .cont .item .tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    font-size: 16px;
}

@media (max-width:1580px) {
    .fotbox .fot1 .cont .item .tit {
        font-size: 14px;
    }
}

.fotbox .fot1 .cont .item .tit i {
    display: block;
    padding-left: 10px;
}

.fotbox .fot1 .cont .item .tit i img {
    width: 10px;
    float: left;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media (min-width:768px) {
    .fotbox .fot1 .cont .item .tit i {
        display: none;
    }
}

.fotbox .fot1 .cont .item .f_list {
    padding-top: 0.18rem;
}

@media (max-width:767px) {
    .fotbox .fot1 .cont .item .f_list {
        display: none;
        padding-top: 0.24rem;
    }
}

.fotbox .fot1 .cont .item .f_list a {
    display: block;
    color: #fff;
    opacity: 0.6;
    font-size: 14px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-bottom: 10px;
}

@media (max-width:1580px) {
    .fotbox .fot1 .cont .item .f_list a {
        font-size: 12px;
        margin-bottom: 6px;
    }
}

@media (min-width:1200px) {
    .fotbox .fot1 .cont .item .f_list a:hover {
        opacity: 1;
    }
}

@media (max-width:767px) {
    .fotbox .fot1 .cont .item .f_list a {
        margin-bottom: 10px;
    }
}

.fotbox .fot1 .cont .item .f_list .nei {
    margin-right: 0.4rem;
}

.fotbox .fot1 .cont .item .f_list .nei:last-child {
    margin-right: 0;
}

.fotbox .fot1 .cont .item.on .tit i img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fotbox .fot1 .cont .fz_item .f_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width:1199px) {
    .fotbox .fot1 .cont .fz_item .f_list {
        display: block;
    }
}

@media (max-width:767px) {
    .fotbox .fot1 .cont .fz_item .f_list {
        display: none;
    }
}

@media (max-width:1199px) {
    .fotbox .fot1 .cont .fz_item .f_list .nei {
        margin-right: 0;
    }
}

.fotbox .fot2 {
    padding: 10px 0;
    background-color: #161616;
}

@media (max-width:767px) {
    .fotbox .fot2 {
        padding: 0.5rem 0;
    }
}

.fotbox .fot2 .container {
    display: flex;
    justify-content: space-between;
}

@media (max-width:767px) {
    .fotbox .fot2 .container {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
}

.fotbox .fot2 .container span,
.fotbox .fot2 .container a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0.22;
}

@media (max-width:1580px) {

    .fotbox .fot2 .container span,
    .fotbox .fot2 .container a {
        font-size: 14px;
    }
}

.fotbox .fot2 .container a {
    margin-left: 10px;
}

@media (min-width:1200px) {
    .fotbox .fot2 .container a:hover {
        opacity: 0.8;
    }
}

@media (max-width:991px) {
    .fotbox .fot2 .container a {
        margin-left: 0;
    }
}

.fotbox .fot2 .container .lt {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width:1199px) {
    .fotbox .fot2 .container .lt {
        width: 60%;
    }
}

@media (max-width:767px) {
    .fotbox .fot2 .container .lt {
        justify-content: center;
        margin-bottom: 0.2rem;
        width: 100%;
    }
}

.fotbox .fot2 .container .lt a {
    display: flex;
    align-items: center;
    margin-right: 0.6rem;
}

.fotbox .fot2 .container .lt a:last-child {
    margin-right: 0;
}

@media (max-width:767px) {
    .fotbox .fot2 .container .lt a {
        margin-right: 0;
    }
}

.fotbox .fot2 .container .lt a i {
    display: block;
    width: 18px;
    overflow: hidden;
}

@media (max-width:1580px) {
    .fotbox .fot2 .container .lt a i {
        width: 14px;
    }
}

.fotbox .fot2 .container .lt a i img {
    float: left;
    width: 100%;
}

.fotbox .fot2 .container .gt {
    display: flex;
}

.fotbox .fot2 .container .gt a {
    display: block;
    margin: 0 10px;
}

.fotbox .fot2 .container .gt a:last-child {
    margin-right: 0;
}

/* End */
.basemenubut {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
    width: 22px;
}

.basemenubut span {
    display: block;
    width: 100%;
    height: 2px;
    margin-bottom: 5px;
    border-radius: 3px;
    background-color: #666;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.basemenubut span:last-child {
    margin-bottom: 0;
}

.basemenubut span:nth-child(2) {
    width: 80%;
}

.basemenubut2 span:nth-child(1) {
    transform: rotate(45deg);
    margin: 0;
    margin-top: 2px;
}

.basemenubut2 span:nth-child(2) {
    display: none;
}

.basemenubut2 span:nth-child(3) {
    transform: rotate(-45deg);
    margin: 0;
    margin-top: -2px;
}

/* 导航 */
.hadheight {
    display: none;
    height: 111px;
}

@media (max-width:1580px) {
    .hadheight {
        height: 81px;
    }
}

@media (max-width:991px) {
    .hadheight {
        height: 71px;
    }
}

@media (max-width:767px) {
    .hadheight {
        height: 61px;
    }
}

.hadbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 666;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.hadbox-sec1 {
    transition: all 0.3s linear;
    display: flex;
    justify-content: space-between;
    color: #fff;
    /* border-bottom:1px solid rgba(255,255,255,0.2);*/
    line-height: 110px;
    height: 110px;
}

@media (max-width:1580px) {
    .hadbox-sec1 {
        height: 80px;
        line-height: 80px;
    }
}

@media (max-width:991px) {
    .hadbox-sec1 {
        height: 70px;
        line-height: 70px;
    }
}

@media (max-width:767px) {
    .hadbox-sec1 {
        height: 60px;
        line-height: 60px;
    }
}

.hadbox-sec1 .lt {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0.25rem 0.3rem;
    /* border-right:1px solid rgba(255,255,255,0.2);*/
}

.hadbox-sec1 .lt .logo {
    display: block;
    width: 4rem;
    overflow: hidden;
    margin-right: 0.23rem;
}

@media (max-width:1580px) {
    .hadbox-sec1 .lt .logo {
        width: 4.8rem;
    }
}

@media (max-width:991px) {
    .hadbox-sec1 .lt .logo {
        width: 4.5rem;
    }
   
}

@media (max-width:567px) {
    .hadbox-sec1 .lt .logo {
        width: 4.6rem;
    }
    .solution .container .solution-list ul li .img{    height: 125px;}
}

.hadbox-sec1 .lt .logo img,
.hadbox-sec1 .lt .logo svg {
    float: left;
    width: 100%;
}

.hadbox-sec1 .lt .logo img:nth-child(2),
.hadbox-sec1 .lt .logo svg:nth-child(2) {
    display: none;
}

.hadbox-sec1 .lt .text {
    font-size: 14px;
    opacity: 0.4;
    line-height: 1.4;
}

@media (max-width:1580px) {
    .hadbox-sec1 .lt .text {
        font-size: 12px;
    }
}

@media (max-width:767px) {
    .hadbox-sec1 .lt .text {
        font-size: 14px;
    }
}

.hadbox-sec1 .f_navbox {
    display: flex;
    align-items: center;
}

@media (max-width:1199px) {
    .hadbox-sec1 .f_navbox {
        display: none;
    }
}

.hadbox-sec1 .f_navbox li .tit {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 20px;
    position: relative;
    padding: 0 0.31rem;
}

@media (max-width:1580px) {}

@media (max-width:1580px) {
    .hadbox-sec1 .f_navbox li .tit {
        font-size: 20px;
        padding: 0 18px;
    }
}

@media (max-width:1199px) {
    .hadbox-sec1 .f_navbox li .tit {
        padding: 0 12px;
    }
}

.hadbox-sec1 .f_navbox li .tit i {
    display: block;
    overflow: hidden;
    opacity: 0.5;
    margin-left: 10px;
    font-size: 13px;
}

@media (max-width:1580px) {
    .hadbox-sec1 .f_navbox li .tit i {
        margin-left: 6px;
        font-size: 11px;
    }
}

.hadbox-sec1 .f_navbox li .tit i img {
    width: 100%;
    float: left;
}

.hadbox-sec1 .f_navbox li .tit i img:nth-child(2) {
    display: none;
}

.hadbox-sec1 .f_navbox li .tit:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    background-color: #677a3f;
    height: 2px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 2px;
}

@media (max-width:1580px) {
    .hadbox-sec1 .f_navbox li .tit:after {
        height: 2px;
    }
}


.hadbox-sec1 .f_navbox li .fz_hover {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    visibility: hidden;
    line-height: 0;
    height: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
}

.hadbox-sec1 .f_navbox li .fz_hover .container {
    display: flex;
    justify-content: center;
}

.hadbox-sec1 .f_navbox li .fz_hover .container ul  {
    display: flex;
    justify-content: center;
}







.hadbox-sec1 .f_navbox li .fz_hover .container ul li.active {
    max-width: 100%;
    line-height: 80px;
    background: url(/doa/skin/image/xiebagheadd1.png) no-repeat;
    background-position: center;
    background-size: auto 100%;
}

.hadbox-sec1 .f_navbox li .fz_hover .container ul li.active a {
    color: #fff;
}



.Contactus{margin-top: 0.5rem;    background-color: #f3f5e7;    padding: 20px;height: 150px;}
.Contactus .name{font-size: 24px;margin-bottom: 0.2rem;}
.Contactus p{width: 50%; float: left;}




@media (max-width:700px) {
    .Contactus p{width: 100%; }
    .Contactus{height: 170px;    line-height: 26px;}
    .Contactus .name{font-size: 20px;}
}



@media (max-width:1580px) {
    .hadbox-sec1 .f_navbox li .fz_hover .container ul {
        line-height: 80px;
        background-size: 150px 100%;
    }

   

}

.hadbox-sec1 .f_navbox li .fz_hover .container ul li{
    padding: 0 75px;text-align: center;
    line-height: 80px;
    height: 80px;
}

.hadbox-sec1 .f_navbox li .fz_hover .container ul li a {
    display: block;
    /* padding: 0 75px; */
    color: #333333;
    font-size: 16px;
}



@media (max-width:1580px) {
    .hadbox-sec1 .f_navbox li .fz_hover .container ul li a {
        padding: 0 34px;
        font-size: 14px;
    }

    .hadbox-sec1 .f_navbox li .fz_hover .container ul li{
        padding: 0 30px;}


}
@media (max-width:1380px) {
    .hadbox-sec1 .f_navbox li .fz_hover .container ul li{
        padding: 0 7px;}


}


@media (max-width:1280px) {
    .hadbox-sec1 .f_navbox li .fz_hover .container ul li{
        padding: 0 7px;}


}




/* .hadbox-sec1 .f_navbox li .fz_hover .container ul li:hover a {
    color: #fff;
}

.hadbox-sec1 .f_navbox li .fz_hover .container ul li.on a {
    color: #fff;
} */

.hadbox-sec1 .f_navbox li .had_hover {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
}

.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro {
    padding: 0.52rem 0;
}

.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile {
    display: flex;
    margin-bottom: 0.2rem;
}

.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile:last-child {
    margin-bottom: 0;
}

.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .f_img {
    width: 21.875%;
    position: relative;
    display: block;
}

.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .f_img .img {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 55.5%;
    overflow: hidden;
}

.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .f_img .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .f_img .img:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
}

.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .f_img:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #cccccc;
}

.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .f_img .fz_title {
    position: absolute;
    left: 0;
    top: 0.1rem;
    text-align: center;
    width: 100%;
    color: #fff;
    line-height: 1.6;
}

.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut {
    width: 78.125%;
    padding-left: 0.55rem;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    line-height: 1;
}

.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item {
    width: 33.3333%;
    padding-right: 0.2rem;
    margin-bottom: 0.2rem;
}

.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 0.2rem;
    font-size: 18px;
    padding-bottom: 0.16rem;
    padding-top: 0.16rem;
    line-height: 1;
    color: #333333;
    border-bottom: 1px solid #e8e8e8;
}

@media (max-width:1580px) {
    .hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title {
        font-size: 16px;
    }
}

.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title i {
    display: block;
    width: 8px;
    overflow: hidden;
}

.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title i img,
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title i svg {
    width: 100%;
    float: left;
}

.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title i img:nth-child(2),
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title i svg:nth-child(2) {
    display: none;
}

.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title i img path,
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title i svg path {
    fill: #666;
}

.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title:hover {
    color: #677a3f;
}

.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title:hover i img path,
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title:hover svg path {
    fill: #677a3f;
}

.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.4;
    padding-top: 0.2rem;
}

.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong a {
    display: flex;
    align-items: center;
    width: 50%;
    color: #666666;
    font-size: 14px;
    padding-right: 10px;
    margin-bottom: 0.08rem;
}

@media (max-width:1580px) {
    .hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong a {
        font-size: 12px;
    }
}

.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong a:nth-last-of-type(-n+2) {
    margin-bottom: 0;
}

.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong a:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #666;
}

.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong a span {
    display: block;
    width: calc(100% - 4px);
    padding-left: 0.1rem;
}

.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong a:hover {
    color: #677a3f;
}

.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong a:hover:before {
    background-color: #677a3f;
}

.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution {
    width: 100%;
    padding-top: 0.4rem;
}

.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.1rem;
}

.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item {
    width: 25%;
    padding: 0 0.1rem;
    margin-bottom: 0.2rem;
}

.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item .fz_list {
    display: block;
    position: relative;
    overflow: hidden;
}

.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item .fz_list .img {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 50.4%;
}

.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item .fz_list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item .fz_list .font {
    position: absolute;
    top: 69%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    padding: 0.18rem 0;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item .fz_list .font .fz_title {
    line-height: 1.4;
    font-size: 18px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-align: center;
}

@media (max-width:1580px) {
    .hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item .fz_list .font .fz_title {
        font-size: 14px;
    }
}

.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item .fz_list:hover .img img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item .fz_list:hover .font {
    background: rgba(0, 54, 134, 0.8);
    top: 0;
    padding-top: 25.2%;
}

.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item .fz_list:hover .font .fz_title {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hadbox-sec1 .f_navbox li:hover .tit span {
    color: #677a3f;
}

.hadbox-sec1 .f_navbox li:hover .tit:after {
    width: 78%;
}

.hadbox-sec1 .f_navbox li:hover .fz_hover {
    visibility: visible;
    line-height: 80px;
    height: 80px;
}

@media (max-width:1580px) {
    .hadbox-sec1 .f_navbox li:hover .fz_hover {
        line-height: 80px;
        height: 80px;
    }
}

.hadbox-sec1 .f_navbox li:hover .hover1 {
    display: block;
}

.hadbox-sec1 .f_navbox li.on .tit {
    color: #677a3f;
}

.hadbox-sec1 .gt {
    display: flex;
    height: 100%;
    align-items: center;
}

.hadbox-sec1 .gt .lange {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 0.5rem;
}

@media (max-width:767px) {
    .hadbox-sec1 .gt .lange {
        display: none;
    }
}

.hadbox-sec1 .gt .lange .tit {
    display: flex;
    align-items: center;
    color: #fff;
}

.hadbox-sec1 .gt .lange .tit span {
    opacity: 0.5;
}

.hadbox-sec1 .gt .lange .tit i,
.hadbox-sec1 .gt .lange .tit b {
    display: flex;
    overflow: hidden;
}

.hadbox-sec1 .gt .lange .tit i img,
.hadbox-sec1 .gt .lange .tit b img,
.hadbox-sec1 .gt .lange .tit i svg,
.hadbox-sec1 .gt .lange .tit b svg {
    width: 100%;
    float: left;
}

.hadbox-sec1 .gt .lange .tit i img:nth-child(2),
.hadbox-sec1 .gt .lange .tit b img:nth-child(2),
.hadbox-sec1 .gt .lange .tit i svg:nth-child(2),
.hadbox-sec1 .gt .lange .tit b svg:nth-child(2) {
    display: none;
}

.hadbox-sec1 .gt .lange .tit i img path,
.hadbox-sec1 .gt .lange .tit b img path,
.hadbox-sec1 .gt .lange .tit i svg path,
.hadbox-sec1 .gt .lange .tit b svg path {
    fill: #fff;
}

.hadbox-sec1 .gt .lange .tit i {
    width: 18px;
    margin-right: 10px;
}

@media (max-width:1580px) {
    .hadbox-sec1 .gt .lange .tit i {
        width: 16px;
        margin-right: 8px;
    }
}

.hadbox-sec1 .gt .lange .tit b {
    width: 10px;
    margin-left: 10px;
}

@media (max-width:1580px) {
    .hadbox-sec1 .gt .lange .tit b {
        width: 8px;
        margin-right: 8px;
    }
}

.hadbox-sec1 .gt .lange .f_na {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    padding: 12px 15px;
    background-color: #fff;
    display: none;
}

@media (max-width:767px) {
    .hadbox-sec1 .gt .lange .f_na {
        left: initial;
        right: 0;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        padding: 8px 10px;
        width: 120px;
    }
}

.hadbox-sec1 .gt .lange .f_na a {
    line-height: 40px;
    display: block;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    white-space: nowrap;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width:1580px) {
    .hadbox-sec1 .gt .lange .f_na a {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .hadbox-sec1 .gt .lange .f_na a {
        font-size: 12px;
        line-height: 32px;
    }
}

.hadbox-sec1 .gt .lange .f_na a:last-child {
    border-bottom: none;
}

.hadbox-sec1 .gt .search1 {
    width: 1.06rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

@media (max-width:767px) {
    .hadbox-sec1 .gt .search1 {
        display: none;
    }
}

.hadbox-sec1 .gt .search1 .tit {
    display: flex;
    align-items: center;
}

.hadbox-sec1 .gt .search1 .tit img,
.hadbox-sec1 .gt .search1 .tit svg {
    width: 0.2rem;
}

@media (max-width:1199px) {

    .hadbox-sec1 .gt .search1 .tit img,
    .hadbox-sec1 .gt .search1 .tit svg {
        width: 16px;
    }
}

.hadbox-sec1 .gt .search1 .tit img path,
.hadbox-sec1 .gt .search1 .tit svg path {
    fill: #677a3f;
}

.hadbox-sec1 .gt .qie {
    padding: 0 0.3rem;
}

@media (min-width:1200px) {
    .hadbox-sec1 .gt .qie {
        display: none;
    }
}

.hadbox-sec1 .gt .qie span {
    background-color: #fff;
}

.hadbox-sec2 {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    width: 100%;
    height: 100vh;
    height: calc(100vh - 70px);
    background-color: #fff;
    display: none;
}

.hadbox-sec2 .container {
    position: relative;
}

@media (max-width:1199px) {
    .hadbox-sec2 .container {
        height: 100%;
        padding: 0;
    }
}

@media (max-width:1199px) {}

.hadbox-sec2 .container .f_portrait {
    width: 90px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #677a3f;
    border-radius: 4px;
    font-size: 14px;
}

.hadbox-sec2 .container .form {
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    margin-bottom: 0.34rem;
    margin-top: 0.34rem;
}

.hadbox-sec2 .container .form .f_sub,
.hadbox-sec2 .container .form .tx {
    height: 1rem;
}

.hadbox-sec2 .container .form .int {
    display: flex;
    align-items: center;
    width: calc(100% - 2.5rem);
    padding: 0 0.45rem;
}

@media (max-width:767px) {
    .hadbox-sec2 .container .form .int {
        width: calc(100% - 1.5rem);
    }
}

.hadbox-sec2 .container .form .int i {
    width: 0.38rem;
    display: block;
    overflow: hidden;
}

.hadbox-sec2 .container .form .int i img {
    float: left;
    width: 100%;
}

.hadbox-sec2 .container .form .int .tx {
    width: calc(100% - 0.38rem);
    padding: 0.2rem 0.44rem;
}

@media (max-width:767px) {
    .hadbox-sec2 .container .form .int .tx {
        font-size: 0.28rem;
        padding: 0.2rem 0.3rem;
    }
}

.hadbox-sec2 .container .form .f_sub {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    color: #fff;
    background-color: #677a3f;
}

@media (max-width:767px) {
    .hadbox-sec2 .container .form .f_sub {
        width: 1.5rem;
        font-size: 0.28rem;
    }
}

.hadbox-sec2 .container .navbox {
    padding: 0.4rem 0;
    line-height: 60px;
    height: 100%;
}

.hadbox-sec2 .container .navbox>ul {
    height: calc(100% - 90px);
    margin-bottom: 10px;
    overflow-x: hidden;
    overflow-y: auto;
}

.hadbox-sec2 .container .navbox>ul li {
    list-style: none;
}

.hadbox-sec2 .container .navbox>ul>li {
    border-bottom: 1px solid #ddd;
}

.hadbox-sec2 .container .navbox>ul>li .tit {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
}

.hadbox-sec2 .container .navbox>ul>li .tit i {
    width: 60px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.hadbox-sec2 .container .navbox>ul>li .tit i img,
.hadbox-sec2 .container .navbox>ul>li .tit i svg {
    float: left;
    width: 10px;
    transform: scale(1.4);
}

.hadbox-sec2 .container .navbox>ul>li .tit i img path,
.hadbox-sec2 .container .navbox>ul>li .tit i svg path {
    fill: #333;
    width: 100%;
}

.hadbox-sec2 .container .navbox>ul>li ul {
    line-height: 35px;
    padding-bottom: 15px;
    padding-left: 20px;
    display: none;
}

.hadbox-sec2 .container .navbox>ul>li ul>li a {
    font-size: 16px;
    color: #666;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hadbox-sec2 .container .navbox>ul>li ul>li a i {
    width: 50px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
}

.hadbox-sec2 .container .navbox>ul>li ul>li a i img,
.hadbox-sec2 .container .navbox>ul>li ul>li a i svg {
    float: left;
    width: 30px;
}

.hadbox-sec2 .container .navbox>ul>li ul>li a i img path,
.hadbox-sec2 .container .navbox>ul>li ul>li a i svg path {
    fill: #666;
}

.hadbox-sec2 .container .navbox>ul>li ul>li a i:after,
.hadbox-sec2 .container .navbox>ul>li ul>li a i:before {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -13px;
    background-color: #999;
}

.hadbox-sec2 .container .navbox>ul>li ul>li a i:before {
    transform: rotate(90deg);
}

.hadbox-sec2 .container .navbox>ul>li ul>li.active>a i:before {
    opacity: 0;
}

.hadbox-sec2 .container .navbox>ul>li ul ul a {
    font-size: 14px;
}

.hadbox-sec2 .container .navbox>ul>li.active .tit i {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.hadbox-sec2 .container .navbox>ul>li.on .tit {
    color: #677a3f;
}

.hadbox-sec3 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
}

.hadbox-sec3 .hadbot_cont .cont {
    padding-top: 0.8rem;
}

@media (max-width:767px) {
    .hadbox-sec3 .hadbot_cont .cont {
        padding: 0.6rem 0;
    }
}

.hadbox-sec3 .hadbot_cont .cont .form {
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    margin-bottom: 0.34rem;
}

.hadbox-sec3 .hadbot_cont .cont .form .f_sub,
.hadbox-sec3 .hadbot_cont .cont .form .tx {
    height: 1rem;
}

.hadbox-sec3 .hadbot_cont .cont .form .int {
    display: flex;
    align-items: center;
    width: calc(100% - 2.5rem);
    padding: 0 0.45rem;
}

@media (max-width:767px) {
    .hadbox-sec3 .hadbot_cont .cont .form .int {
        width: calc(100% - 1.5rem);
    }
}

.hadbox-sec3 .hadbot_cont .cont .form .int i {
    width: 0.38rem;
    display: block;
    overflow: hidden;
}

.hadbox-sec3 .hadbot_cont .cont .form .int i img {
    float: left;
    width: 100%;
}

.hadbox-sec3 .hadbot_cont .cont .form .int .tx {
    width: calc(100% - 0.38rem);
    padding: 0.2rem 0.44rem;
}

@media (max-width:767px) {
    .hadbox-sec3 .hadbot_cont .cont .form .int .tx {
        font-size: 0.28rem;
        padding: 0.2rem 0.3rem;
    }
}

.hadbox-sec3 .hadbot_cont .cont .form .f_sub {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    color: #fff;
    background-color: #677a3f;
}

@media (max-width:767px) {
    .hadbox-sec3 .hadbot_cont .cont .form .f_sub {
        width: 1.5rem;
        font-size: 0.28rem;
    }
}

.hadbox-sec3 .hadbot_cont .cont .fz_key {
    padding-left: 0.4rem;
    padding-right: 0.8rem;
    display: flex;
    align-items: flex;
    margin-bottom: 0.6rem;
}

@media (max-width:767px) {
    .hadbox-sec3 .hadbot_cont .cont .fz_key {
        display: none;
    }
}

.hadbox-sec3 .hadbot_cont .cont .fz_key span,
.hadbox-sec3 .hadbot_cont .cont .fz_key a {
    display: block;
    color: #999999;
    font-size: 16px;
}

@media (max-width:1580px) {

    .hadbox-sec3 .hadbot_cont .cont .fz_key span,
    .hadbox-sec3 .hadbot_cont .cont .fz_key a {
        font-size: 14px;
    }
}

.hadbox-sec3 .hadbot_cont .cont .fz_key a:hover {
    color: #999999;
}

.hadbox-sec3 .hadbot_cont .cont .fz_key .name {
    display: block;
    width: 105px;
}

@media (max-width:1580px) {
    .hadbox-sec3 .hadbot_cont .cont .fz_key .name {
        width: 90px;
    }
}

.hadbox-sec3 .hadbot_cont .cont .fz_key .jut {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 105px);
}

@media (max-width:1580px) {
    .hadbox-sec3 .hadbot_cont .cont .fz_key .jut {
        width: calc(100% - 90px);
    }
}

.hadbox-sec3 .hadbot_cont .cont .fz_key .jut span {
    display: block;
    margin: 0 0.24rem;
}

.hadbox-sec3 .hadbot_cont .cont .fz_key .jut a,
.hadbox-sec3 .hadbot_cont .cont .fz_key .jut span {
    margin-bottom: 0.14rem;
}

.hadbox-sec3 .hadbot_cont .cont .fz_title {
    padding-left: 0.4rem;
    font-size: 24px;
    padding-bottom: 0.34rem;
    line-height: 1;
    border-bottom: 3px solid #e8e8e8;
    margin-bottom: 0.25rem;
}

@media (max-width:1580px) {
    .hadbox-sec3 .hadbot_cont .cont .fz_title {
        font-size: 20px;
    }
}

@media (max-width:767px) {
    .hadbox-sec3 .hadbot_cont .cont .fz_title {
        display: none;
    }
}

.hadbox-sec3 .hadbot_cont .cont .f_zhong {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media (max-width:767px) {
    .hadbox-sec3 .hadbot_cont .cont .f_zhong {
        display: none;
    }
}

.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt {
    width: 65%;
    display: flex;
    justify-content: space-between;
    padding-left: 0.4rem;
}

@media (max-width:1580px) {
    .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt {
        width: 80%;
    }
}

.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item {
    margin-right: 0.8rem;
}

@media (max-width:991px) {
    .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item {
        margin-right: 0.2rem;
    }

    .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item:last-child {
        margin-right: 0;
    }
    .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt{    width: 80%;}

    .solution .container .solution-list ul li .tbox{    height: 50px;}
    .solution .container .solution-list ul li .tbox .t1{    line-height: 17px;}
    .newinfo .cont .gt{display: none;}
   
}

@media (max-width:767px) {
    .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item {
        width: 100%;
        margin-bottom: 0.4rem;
    }

    .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item:last-child {
        margin-bottom: 0;
    }
}

.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000;
    font-size: 16px;
}

@media (max-width:1580px) {
    .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit {
        font-size: 14px;
    }
}

.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit i {
    display: block;
    padding-left: 10px;
}

.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit i img {
    width: 10px;
    float: left;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media (min-width:768px) {
    .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit i {
        display: none;
    }
}

.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list {
    padding-top: 0.18rem;
}

@media (max-width:767px) {
    .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list {
        display: none;
        padding-top: 0.24rem;
    }
}

.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list a {
    display: block;
    color: #000000;
    opacity: 0.7;
    font-size: 14px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-bottom: 10px;
}

@media (max-width:1580px) {
    .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list a {
        font-size: 12px;
        margin-bottom: 6px;
    }
}

@media (min-width:1200px) {
    .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list a:hover {
        opacity: 1;
    }
}

@media (max-width:767px) {
    .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list a {
        margin-bottom: 10px;
    }
}

.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list a:hover {
    color: #677a3f;
    opacity: 1;
}

.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list .nei {
    margin-right: 0.4rem;
}

.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list .nei:last-child {
    margin-right: 0;
}

.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item.on .tit i img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .fz_item .f_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width:767px) {
    .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .fz_item .f_list {
        display: none;
    }
}

.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
}

@media (max-width:1900px) {
    .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen {
        font-size: 14px;
    }
}

.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .name {
    font-size: 16px;
    margin-right: 0.3rem;
}

@media (max-width:1580px) {
    .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .name {
        font-size: 14px;
    }
}

.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list {
    display: flex;
    align-items: center;
}

.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li {
    position: relative;
    margin-right: 0.2rem;
}

.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li:last-child {
    margin-right: 0;
}

.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li .er {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 120px;
    padding: 5px;
    background-color: #fff;
    margin-top: 15px;
}

@media (max-width:1580px) {
    .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li .er {
        width: 100px;
    }
}

.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li .er img,
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li .er svg {
    width: 100%;
}

.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #677a3f;
    border-radius: 50%;
}

@media (max-width:991px) {
    .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a {
        width: 0.6rem;
        height: 0.6rem;
    }
}

@media (max-width:767px) {
    .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a {
        width: 0.72rem;
        height: 0.72rem;
    }
}

.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a img {
    opacity: 0.8;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    max-width: 16px;
    max-height: 16px;
}

@media (max-width:1580px) {
    .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a img {
        max-width: 12px;
        max-height: 12px;
    }
}

@media (min-width:768px) {
    .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a:hover img {
        opacity: 1;
    }
}

.hadbox:hover .hadbox-sec1 {
    background-color: #fff;
    border-color: #f1f1f1;
}

.hadbox:hover .hadbox-sec1 .lt {
    border-color: #f1f1f1;
}

.hadbox:hover .hadbox-sec1 .lt .logo img:nth-child(1),
.hadbox:hover .hadbox-sec1 .lt .logo svg:nth-child(1) {
    display: none;
}

.hadbox:hover .hadbox-sec1 .lt .logo img:nth-child(2),
.hadbox:hover .hadbox-sec1 .lt .logo svg:nth-child(2) {
    display: block;
}

.hadbox:hover .hadbox-sec1 .lt .text {
    color: #999999;
    opacity: 1;
}

.hadbox:hover .hadbox-sec1 .f_navbox li .tit {
    color: #333333;
}

.hadbox:hover .hadbox-sec1 .f_navbox li .tit i img:nth-child(1) {
    display: none;
}

.hadbox:hover .hadbox-sec1 .f_navbox li .tit i img:nth-child(2) {
    display: block;
}

.hadbox:hover .hadbox-sec1 .gt .lange {
    border-color: #f1f1f1;
}

.hadbox:hover .hadbox-sec1 .gt .lange .tit span {
    opacity: 1;
    color: #333333;
}

.hadbox:hover .hadbox-sec1 .gt .lange .tit i img path,
.hadbox:hover .hadbox-sec1 .gt .lange .tit i svg path,
.hadbox:hover .hadbox-sec1 .gt .lange .tit b img path,
.hadbox:hover .hadbox-sec1 .gt .lange .tit b svg path {
    fill: #333333;
}

.hadbox:hover .hadbox-sec1 .gt .lange .tit b svg path {
    fill: #7f7f7f;
}

.hadbox:hover .hadbox-sec1 .gt .search1 {
    background-color: #f5f5f5;
}

.hadbox:hover .hadbox-sec1 .gt .qie span {
    background-color: #666;
}

.hadbox2 .hadbox-sec1 {
    background-color: #fff;
    border-color: #f1f1f1;
}

.hadbox2 .hadbox-sec1 .lt {
    border-color: #f1f1f1;
}

.hadbox2 .hadbox-sec1 .lt .logo img:nth-child(1),
.hadbox2 .hadbox-sec1 .lt .logo svg:nth-child(1) {
    display: none;
}

.hadbox2 .hadbox-sec1 .lt .logo img:nth-child(2),
.hadbox2 .hadbox-sec1 .lt .logo svg:nth-child(2) {
    display: block;
}

.hadbox2 .hadbox-sec1 .lt .text {
    color: #999999;
    opacity: 1;
}

.hadbox2 .hadbox-sec1 .f_navbox li .tit {
    color: #333333;
}

.hadbox2 .hadbox-sec1 .f_navbox li .tit i img:nth-child(1) {
    display: none;
}

.hadbox2 .hadbox-sec1 .f_navbox li .tit i img:nth-child(2) {
    display: block;
}

.hadbox2 .hadbox-sec1 .gt .lange {
    border-color: #f1f1f1;
}

.hadbox2 .hadbox-sec1 .gt .lange .tit span {
    opacity: 1;
    color: #333333;
}

.hadbox2 .hadbox-sec1 .gt .lange .tit i img path,
.hadbox2 .hadbox-sec1 .gt .lange .tit i svg path,
.hadbox2 .hadbox-sec1 .gt .lange .tit b img path,
.hadbox2 .hadbox-sec1 .gt .lange .tit b svg path {
    fill: #333333;
}

.hadbox2 .hadbox-sec1 .gt .lange .tit b svg path {
    fill: #7f7f7f;
}

.hadbox2 .hadbox-sec1 .gt .search1 {
    background-color: #f5f5f5;
}

.hadbox2 .hadbox-sec1 .gt .qie span {
    background-color: #666;
}

.hadbox3 .hadbox-sec1 {
    line-height: 80px;
    height: 80px;
}

@media (max-width:1580px) {
    .hadbox3 .hadbox-sec1 {
        height: 70px;
        line-height: 70px;
    }
}

@media (max-width:991px) {
    .hadbox3 .hadbox-sec1 {
        height: 60px;
        line-height: 60px;
    }
}

@media (max-width:767px) {
    .hadbox3 .hadbox-sec1 {
        height: 60px;
        line-height: 60px;
    }
}

.hadbot {
    background-color: #fff;
    height: calc(100vh - 110px);
}

@media (max-width:1580px) {
    .hadbot {
        height: calc(100vh - 80px);
    }
}

@media (max-width:767px) {
    .hadbot {
        height: auto;
    }
}

.hadbot .hadbot_cont {
    overflow: auto;
    height: calc(100% - 100px);
}

@media (max-width:1580px) {
    .hadbot .hadbot_cont {
        height: calc(100% - 80px);
    }
}

@media (max-width:767px) {
    .hadbot .hadbot_cont {
        height: auto;
    }
}

.hadbot .hadbot_cont::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 2px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.hadbot .hadbot_cont::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #677a3f;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.hadbot .hadbot_cont::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed;
}

.hadbot .hadbot_jut {
    height: 100px;
    width: 100%;
    background: url(/doa/skin/image/coloedfdfbag1.jpg) no-repeat center;
    background-size: cover;
}

@media (max-width:1580px) {
    .hadbot .hadbot_jut {
        height: 80px;
    }
}

@media (max-width:767px) {
    .hadbot .hadbot_jut {
        display: none;
    }
}

.hadbot .hadbot_jut .container {
    height: 100%;
}

.hadbot .hadbot_jut .container .cont {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.38rem;
    color: #fff;
}

.hadbot .hadbot_jut .container .cont .fz_lt {
    display: flex;
}

.hadbot .hadbot_jut .container .cont .fz_lt .font {
    margin-right: 1rem;
}

.hadbot .hadbot_jut .container .cont .fz_lt .font .name {
    line-height: 1;
    opacity: 0.5;
    font-size: 14px;
    margin-bottom: 10px;
}

@media (max-width:1580px) {
    .hadbot .hadbot_jut .container .cont .fz_lt .font .name {
        font-size: 12px;
    }
}

.hadbot .hadbot_jut .container .cont .fz_lt .font .tel {
    line-height: 0.8;
    font-size: 24px;
}

@media (max-width:1580px) {
    .hadbot .hadbot_jut .container .cont .fz_lt .font .tel {
        font-size: 22px;
    }
}

.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background-color: #fff;
    width: 150px;
    color: #677a3f;
    transition: all 0.3s linear;
    font-size: 16px;
    height: 50px;
}

@media (max-width:1580px) {
    .hadbot .hadbot_jut .container .cont .fz_lt .fz_bt {
        width: 130px;
        font-size: 14px;
        height: 45px;
    }
}

.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt i {
    display: block;
    width: 0.2rem;
    margin-right: 0.2rem;
    overflow: hidden;
}

.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt i img,
.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt i svg {
    width: 100%;
    float: left;
}

.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt:hover {
    background-color: #d47f00;
    color: #fff;
}

.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt:hover i svg path {
    fill: #fff;
}

.hadbot .hadbot_jut .container .cont .close {
    display: flex;
    align-items: center;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
}

@media (max-width:1580px) {
    .hadbot .hadbot_jut .container .cont .close {
        font-size: 16px;
    }
}

.hadbot .hadbot_jut .container .cont .close i {
    display: block;
    overflow: hidden;
    width: 0.24rem;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-left: 0.2rem;
}

.hadbot .hadbot_jut .container .cont .close i img,
.hadbot .hadbot_jut .container .cont .close i svg {
    width: 100%;
    float: left;
}

.hadbot .hadbot_jut .container .cont .close:hover i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* End */
/* BANNER */
.bannerbox {
    width: 100%;
    position: relative;
}

@media (max-width:1199px) {
    .bannerbox {
        height: auto;
    }
}

.bannerbox .fz_zhong {
    width: 100%;
    position: relative;
    z-index: 888;
}

.bannerbox .f_jut {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 1;
    -webkit-transition: all 0.3s 1.2s ease;
    transition: all 0.3s 2s ease;
    overflow: hidden;
    display: none;
}

@media (max-width:1199px) {
    .bannerbox .f_jut {
        display: none;
    }
}

.bannerbox .f_jut .fz_img {
    width: 100%;
    height: 100%;
    position: relative;
}

.bannerbox .f_jut .fz_img .lt,
.bannerbox .f_jut .fz_img .gt {
    width: 56.25%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 4;
}

.bannerbox .f_jut .fz_img .lt span,
.bannerbox .f_jut .fz_img .gt span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.bannerbox .f_jut .fz_img .lt {
    transform: skew(-18deg);
    transform-origin: right top;
    left: 0;
}

.bannerbox .f_jut .fz_img .lt span {
    background: url(/doa/skin/image/bannbagzuoyou1.png);
    background-position: left bottom;
    background-size: cover;
    background-repeat: no-repeat;
    transform: skew(18deg);
}

.bannerbox .f_jut .fz_img .gt {
    right: 0;
    transform: skew(-18deg);
    transform-origin: left bottom;
}

.bannerbox .f_jut .fz_img .gt span {
    background: url(/doa/skin/image/bannbagzuoyou2.png);
    background-position: right 0;
    background-size: cover;
    background-repeat: no-repeat;
    transform: skew(18deg);
}

.bannerbox .f_jut .fz_img .img {
    width: 100%;
    height: 100%;
}

.bannerbox .f_jut .fz_img .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bannerbox .f_jut .fz_img .img2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.bannerbox .f_jut .font {
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 16px;
    color: #ffffff;
}

@media (max-width:1580px) {
    .bannerbox .f_jut .font {
        font-size: 14px;
    }
}

.bannerbox .f_jut .font span {
    display: block;
    width: 3px;
    height: 0.66rem;
    background-color: #e60012;
    margin: 0 auto;
    margin-bottom: 0.2rem;
}

.bannerbox .f_jut .font .tit {
    line-height: 1;
    margin-bottom: 0.2rem;
}

.bannerbox .f_jut .font i {
    display: block;
    width: 0.22rem;
    overflow: hidden;
    margin: 0 auto;
    -webkit-animation: shangxia 2s linear infinite;
    animation: shangxia 2s linear infinite;
}

.bannerbox .f_jut .font i img {
    float: left;
    width: 100%;
}

.bannerbox .fz_cont .item {
    position: relative;
}

.bannerbox .fz_cont .item:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 79%;
    height: 100%;
    background: url(/doa/skin/image/jianbianimfaz1.png) no-repeat;
    background-position: right top;
    background-size: 100%;
    display: none;
}

@media (max-width:767px) {
    .bannerbox .fz_cont .item:before {
        height: 100%;
        width: 100%;
        background-color: #677a3f;
        opacity: 0.5;
    }
}

.bannerbox .fz_cont .item .fz_img {
    height: 100vh;
    width: 100%;
}

.bannerbox .fz_cont .item .fz_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bannerbox .fz_cont .item .fz_img img:nth-child(2) {
    display: none;
}

@media (max-width:767px) {
    .bannerbox .fz_cont .item .fz_img img:nth-child(1) {
        display: none;
    }

    .bannerbox .fz_cont .item .fz_img img:nth-child(2) {
        display: block;
    }
}

.bannerbox .fz_cont .item .f_main {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width:767px) {
    .bannerbox .fz_cont .item .f_main {
        top: 74%;
    }
}

.bannerbox .fz_cont .item .f_main .font {
    width: 100%;
    text-align: left;
}

@media (max-width:767px) {}

.bannerbox .fz_cont .item .f_main .font .tit {
    font-size: 0.6rem;
    line-height: 0.2;
    margin-bottom: 0.5rem;
    position: relative;
    font-weight: bold;
}

.bannerbox .fz_cont .item .f_main .font .tit:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 10px;
    width: 0.28rem;
    height: 0.28rem;
    /* background:url(/doa/skin/image/xingxing1.png) no-repeat center;*/
    background-size: contain;
}

@media (max-width:767px) {
    .bannerbox .fz_cont .item .f_main .font .tit:after {
        left: inherit;
        right: 100%;
        margin-left: 0;
        top: 6px;
        margin-right: 2px;
        display: none;
    }
}

.bannerbox .fz_cont .item .f_main .font .text {
    opacity: 0.4;
}

@media (max-width:1199px) {
    .bannerbox .fz_cont .item .f_main .font .text {
        opacity: 0.6;
    }
}

.bannerbox .fz_cont .qie {
    position: absolute;
    left: 0;
    bottom: 1.4rem;
    width: 100%;
    z-index: 2;
}

@media (max-width:767px) {
    .bannerbox .fz_cont .qie {
        bottom: 0.6rem;
        display: none;
    }
}

.bannerbox .fz_cont .qie .container {
    display: flex;
    justify-content: space-between;
}

.bannerbox .fz_cont .qie .container .banner_page {
    font-size: 18px;
    display: flex;
    align-items: flex-start;
    color: #fff;
    padding-left: 0.6rem;
    line-height: 0.8;
}

@media (max-width:1580px) {
    .bannerbox .fz_cont .qie .container .banner_page {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .bannerbox .fz_cont .qie .container .banner_page {
        padding-left: 0;
    }
}

.bannerbox .fz_cont .qie .container .banner_page .swiper-pagination-current {
    font-size: 0.6rem;
    margin-right: 6px;
}

.bannerbox .fz_cont .qie .container .banner_page .swiper-pagination-total {
    margin-left: 10px;
}

.bannerbox .fz_cont .qie .container .sel {
    display: flex;
    align-items: center;
}

.bannerbox .fz_cont .qie .container .sel .banner_prev,
.bannerbox .fz_cont .qie .container .sel .banner_next {
    width: 0.8rem;
    height: 0.8rem;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border: solid 2px #ffffff;
    position: relative;
    overflow: hidden;
}

@media (max-width:767px) {

    .bannerbox .fz_cont .qie .container .sel .banner_prev,
    .bannerbox .fz_cont .qie .container .sel .banner_next {
        border-width: 1px;
    }
}

.bannerbox .fz_cont .qie .container .sel .banner_prev:before,
.bannerbox .fz_cont .qie .container .sel .banner_next:before {
    content: "";
    display: block;
    width: 0%;
    height: 108%;
    background-color: #677a3f;
    position: absolute;
    left: -2px;
    bottom: -2px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin: auto;
}

.bannerbox .fz_cont .qie .container .sel .banner_prev i,
.bannerbox .fz_cont .qie .container .sel .banner_next i {
    display: block;
    width: 20px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

@media (max-width:767px) {

    .bannerbox .fz_cont .qie .container .sel .banner_prev i,
    .bannerbox .fz_cont .qie .container .sel .banner_next i {
        width: 0.17rem;
    }
}

.bannerbox .fz_cont .qie .container .sel .banner_prev i img,
.bannerbox .fz_cont .qie .container .sel .banner_next i img,
.bannerbox .fz_cont .qie .container .sel .banner_prev i svg,
.bannerbox .fz_cont .qie .container .sel .banner_next i svg {
    width: 100%;
    float: left;
}

.bannerbox .fz_cont .qie .container .sel .banner_prev i img path,
.bannerbox .fz_cont .qie .container .sel .banner_next i img path,
.bannerbox .fz_cont .qie .container .sel .banner_prev i svg path,
.bannerbox .fz_cont .qie .container .sel .banner_next i svg path {
    fill: #fff;
}

.bannerbox .fz_cont .qie .container .sel .banner_prev:hover:before,
.bannerbox .fz_cont .qie .container .sel .banner_next:hover:before {
    width: 108%;
}

.bannerbox .fz_cont .qie .container .sel .banner_prev:hover i img path,
.bannerbox .fz_cont .qie .container .sel .banner_next:hover i img path,
.bannerbox .fz_cont .qie .container .sel .banner_prev:hover i svg path,
.bannerbox .fz_cont .qie .container .sel .banner_next:hover i svg path {
    fill: #677a3f;
}

.bannerbox .fz_cont .qie .container .sel .banner_prev {
    border-right: none;
}

.bannerbox.on .f_jut {
    opacity: 0;
    visibility: hidden;
}

.bannerbox.on .f_jut .fz_img .lt span {
    animation: left1 1.4s 0.8s linear;
}

.bannerbox.on .f_jut .fz_img .lt {
    animation: left2 1.4s 0.8s linear;
}

.bannerbox.on .f_jut .fz_img .gt span {
    animation: right1 1.4s 0.8s linear;
}

.bannerbox.on .f_jut .fz_img .gt {
    animation: right2 1.4s 0.8s linear;
}

@-webkit-keyframes left1 {
    0% {
        left: 0;
    }

    100% {
        left: 200%;
    }
}

@-webkit-keyframes right1 {
    0% {
        right: 0;
    }

    100% {
        right: 200%;
    }
}

@-webkit-keyframes left2 {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

@-webkit-keyframes right2 {
    0% {
        right: 0;
    }

    100% {
        right: -100%;
    }
}

@keyframes shangxia {
    0% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(-5px);
    }
}

/* End */
/* 首页 */
@media (max-width:991px) {
    .hm-sec1 {
        padding-top: 1.2rem;
    }
}

.hm-sec5 {
    background-color: #677a3f;
}

.hm-sec5 .container .fz_title .but {
    color: #fff !important;
}

.hm-sec1 .container {
    /* background-color:#fff;*/
}

@media (min-width:768px) {
    .hm-sec1 .container {
        position: relative;
        /*top:-0.78rem;*/
        z-index: 3;
    }
}

@media (max-width:767px) {
    .hm-sec1 .container {
        border: none;
    }
}

.hm-sec1 .container .fz_title {
    width: 100%;
    padding: 0.3rem 0rem 0;
    display: flex;
    justify-content: space-between;
    margin: 0.2rem 0 0.5rem;
}

@media (max-width:991px) {
    .hm-sec1 .container .fz_title {
        padding: 0;
    }
}

@media (max-width:767px) {
    .hm-sec1 .container .fz_title {
        margin-bottom: 0.34rem;
    }
}

.hm-sec1 .container .fz_title .tit {
    color: #677a3f;
    font-weight: 700;
}

.hm-sec5 .container .fz_title .tit {
    color: #fff;
}

.hm-sec1 .container .fz_title .but {
    display: flex;
    color: #677a3f;
    font-size: 18px;
    align-items: center;
}

@media (max-width:1580px) {
    .hm-sec1 .container .fz_title .but {
        font-size: 16px;
    }
}

@media (max-width:991px) {
    .hm-sec1 .container .fz_title .but {
        font-size: 14px;
    }
}

.hm-sec1 .container .fz_title .but i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-left: 10px;
    border-radius: 50%;
    background-color: #677a3f;
    height: 20px;
}

@media (max-width:1580px) {
    .hm-sec1 .container .fz_title .but i {
        width: 18px;
        height: 18px;
        margin-left: 8px;
    }
}

.hm-sec1 .container .fz_title .but i img,
.hm-sec1 .container .fz_title .but i svg {
    float: left;
    width: 30%;
}

@media (min-width:1200px) {
    .hm-sec1 .container .fz_title .but:hover i {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
}

.hm-sec1 .container .jut {
    border: solid 1px #e8e8e8;
}

.hm-sec1 .container .jut .item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media (min-width:768px) {
    .hm-sec1 .container .jut .item {
        border-left: none;
        border-right: none;
    }
}

.hm-sec1 .container .jut .item .lt,
.hm-sec1 .container .jut .item .gt {
    width: 50%;
}

@media (max-width:767px) {

    .hm-sec1 .container .jut .item .lt,
    .hm-sec1 .container .jut .item .gt {
        width: 100%;
    }
}

.hm-sec1 .container .jut .item .lt {
    position: relative;
}

.hm-sec1 .container .jut .item .lt .img {
    width: 100%;
    position: relative;
    padding-bottom: 50%;
    overflow: hidden;
}

@media (max-width:1199px) {}

.hm-sec1 .container .jut .item .lt .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    left: 0;
    object-fit: cover;
}

.hm-sec1 .container .jut .item .lt .zi {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.52rem;
    font-size: 0.6rem;
    line-height: 1.1;
    z-index: 2;
    color: #fff;
}

.hm-sec1 .container .jut .item .gt .font {
    padding: 0.4rem 0.5rem;
}

.hm-sec1 .container .jut .item .gt .font .tit {
    width: 100%;
    white-space: nowrap;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.hm-sec1 .container .jut .item .gt .font .time {
    display: block;
    font-size: 16px;
    color: #ccc;
    margin-bottom: 0.42rem;
}

@media (max-width:1580px) {
    .hm-sec1 .container .jut .item .gt .font .time {
        font-size: 14px;
    }
}

@media (max-width:991px) {
    .hm-sec1 .container .jut .item .gt .font .time {
        margin-bottom: 0.22rem;
    }
}

.hm-sec1 .container .jut .item .gt .font .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #666666;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    height: 56px;
    margin-bottom: 0.62rem;
}

@media (max-width:1580px) {
    .hm-sec1 .container .jut .item .gt .font .text {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }
}

@media (max-width:991px) {
    .hm-sec1 .container .jut .item .gt .font .text {
        margin-bottom: 0.4rem;
    }
}

.hm-sec1 .container .jut .item .gt .font .but {
    padding-top: 0.4rem;
    border-top: 1px solid #f1f1f1;
    display: flex;
    align-items: center;
    color: #677a3f;
    font-size: 16px;
    position: relative;
}

@media (max-width:1580px) {
    .hm-sec1 .container .jut .item .gt .font .but {
        font-size: 14px;
    }
}

@media (max-width:991px) {
    .hm-sec1 .container .jut .item .gt .font .but {
        padding-top: 0.16rem;
    }
}

.hm-sec1 .container .jut .item .gt .font .but i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    overflow: hidden;
    -webkit-transition: all 0.3s 0.3s linear;
    transition: all 0.3s 0.3s linear;
    margin-left: 10px;
    border-radius: 50%;
    background-color: #677a3f;
    height: 20px;
}

@media (max-width:1580px) {
    .hm-sec1 .container .jut .item .gt .font .but i {
        width: 18px;
        height: 18px;
        margin-left: 8px;
    }
}

.hm-sec1 .container .jut .item .gt .font .but i img,
.hm-sec1 .container .jut .item .gt .font .but i svg {
    float: left;
    width: 30%;
}

.hm-sec1 .container .jut .item .gt .font .but:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s 0.1s linear;
    transition: all 0.3s 0.1s linear;
    width: 0;
    height: 1px;
    background-color: #666;
}

@media (min-width:1200px) {
    .hm-sec1 .container .jut .item:hover .img img {
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }

    .hm-sec1 .container .jut .item:hover .font .tit {
        color: #677a3f;
    }

    .hm-sec1 .container .jut .item:hover .font .text {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    .hm-sec1 .container .jut .item:hover .font .but:after {
        width: 100%;
    }

    .hm-sec1 .container .jut .item:hover .font .but i {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.hm-sec1 .container .cont {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.4rem;
}

@media (max-width:767px) {
    .hm-sec1 .container .cont {
        margin-top: 0.4rem;
    }
}

.hm-sec1 .container .cont .item {
    display: flex;
    align-items: flex-start;
    padding: 0.2rem;
    border: 1px solid #f1f1f1;
    width: 50%;
    margin-bottom: 0.4rem;
}

@media (max-width:991px) {
    .hm-sec1 .container .cont .item {
        padding: 0.26rem 0.3rem;
    }
}

@media (max-width:767px) {
    .hm-sec1 .container .cont .item {
        width: 100%;
        padding: 0.4rem 0.4rem;
        border: 1px solid #f1f1f1;
        margin-bottom: 0.3rem;
    }

    .hm-sec1 .container .cont .item:last-child {
        margin-bottom: 0;
    }
}

@media (min-width:768px) {
    .hm-sec1 .container .cont .item:last-child {
        border-right: none;
    }

    .hm-sec1 .container .cont .item:nth-child(2n) {
        border-left: none;
    }
}

.hm-sec1 .container .cont .item .img {
    width: 35%;
    position: relative;
    padding-bottom: 23.75%;
    overflow: hidden;
}

.hm-sec1 .container .cont .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.hm-sec1 .container .cont .item .font {
    width: 65%;
    padding-left: 0.38rem;
}

.hm-sec1 .container .cont .item .font .tit {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    color: #000000;
    margin-bottom: 0.2rem;
}

.hm-sec1 .container .cont .item .font p {
    color: #8a8a8a;
    font-size: 0.18rem;
    margin-bottom: 0.1rem;
}

.hm-sec1 .container .cont .item .font p b {
    color: #677a3f;
}

@media (max-width:1580px) {
    .hm-sec1 .container .cont .item .font .tit {
        font-size: 16px;
        line-height: 26px;
        height: 52px;
    }
}

@media (max-width:1199px) {
    .hm-sec1 .container .cont .item .font .tit {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
        margin-bottom: 0.4rem;
    }
}

@media (max-width:991px) {
    .hm-sec1 .container .cont .item .font .tit {
        margin-bottom: 0.1rem;
    }
}

@media (max-width:767px) {
    .hm-sec1 .container .cont .item .font .tit {
        margin-bottom: 0.12rem;
        font-size: 16px;
    }
}

.hm-sec1 .container .cont .item .font .tit span {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #677a3f 0%);
    background-size: 0 100%;
    background-repeat: no-repeat;
}

.hm-sec1 .container .cont .item .font .time {
    color: #cccccc;
    font-size: 14px;
}

@media (min-width:992px) {
    .hm-sec1 .container .cont .item:hover .img img {
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }

    .hm-sec1 .container .cont .item:hover .font .tit {
        color: #677a3f;
    }

    .hm-sec1 .container .cont .item:hover .font .tit span {
        background-size: 100% 100%;
    }
}

.hm-sec2 {
    background: #fff url(/doa/skin/image/zifontimfaz1.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
    padding-top: 1.1rem;
}

@media (max-width:767px) {
    .hm-sec2 {
        padding-top: 1.2rem;
    }
}

.hm-sec2 .fz_title {
    max-width: 743px;
    width: 100%;
    text-align: center;
    line-height: 1;
    margin: 0 auto;
    margin-bottom: 0.56rem;
    font-size: 22px;
}

.item1 {
    font-size: 0.4rem;
    font-weight: 600;
    color: #677a3f;
}

@media (max-width:1199px) {
    .hm-sec2 .fz_title {
        margin-bottom: 0.4rem;
    }
}

.hm-sec2 .but {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 50px;
    color: #fff;
    background-color: #677a3f;
    position: relative;
    margin: 0 auto 0.95rem;
    font-size: 16px;
    border-radius: 30px;
}

@media (max-width:1580px) {
    .hm-sec2 .but {
        font-size: 14px;
        margin-bottom: 0.75rem;
    }
}

@media (max-width:991px) {
    .hm-sec2 .but {
        width: 120px;
        height: 45px;
    }
}

.hm-sec2 .but:before {
    content: "";
    display: block;
    width: 0%;
    height: 100%;
    background-color: #333;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin: auto;
}

@media (min-width:1200px) {
    .hm-sec2 .but:hover:before {
        width: 100%;
    }

    .hm-sec2 .but:hover i {
        transform: translateX(8px);
    }
}

.hm-sec2 .but span {
    position: relative;
    font-size: 18px;
}

.hm-sec2 .but i {
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: block;
    width: 6px;
    overflow: hidden;
    margin-right: 22px;
}

@media (max-width:991px) {
    .hm-sec2 .but i {
        margin-right: 16px;
    }
}

.hm-sec2 .but i img {
    width: 100%;
    float: left;
}

.hm-sec2 .cont {
    display: flex;
}

@media (max-width:991px) {
    .hm-sec2 .cont {
        flex-wrap: wrap;
    }
}

.hm-sec2 .cont .item {
    overflow: hidden;
    width: 35.625%;
    position: relative;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    margin-left: -12%;
}

@media (max-width:1580px) {
    .hm-sec2 .cont .item {
        margin-left: -10%;
    }
}

@media (max-width:1199px) {
    .hm-sec2 .cont .item {
        margin-left: -13%;
    }
}

@media (max-width:991px) {
    .hm-sec2 .cont .item {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width:767px) {
    .hm-sec2 .cont .item {
        width: 100%;
    }
}

.hm-sec2 .cont .item .img {
    width: 100%;
    height: 8rem;
    overflow: hidden;
    position: relative;
}

@media (min-width:992px) {
    .hm-sec2 .cont .item .img {
        transform: skew(-18deg);
        transform-origin: right top;
    }
}

@media (max-width:767px) {
    .hm-sec2 .cont .item .img {
        height: 11rem;
    }
}

.hm-sec2 .cont .item .img img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: left 0.3s linear;
    margin-left: -50vw;
    margin-top: -50vh;
}

@media (min-width:992px) {
    .hm-sec2 .cont .item .img img {
        transform: skew(18deg);
    }
}

@media (max-width:1199px) {
    .hm-sec2 .cont .item .img img {
        width: 160%;
        height: 160%;
        margin-left: -20%;
        margin-top: -30%;
        top: 0;
        left: 0;
    }
}

@media (max-width:991px) {
    .hm-sec2 .cont .item .img img {
        width: 100%;
        height: 100%;
        margin: 0;
    }
}

@media (max-width:767px) {
    .hm-sec2 .cont .item .img img {
        width: 240%;
        height: 120%;
        margin-left: 0;
    }
}

.hm-sec2 .cont .item .fz_jut {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 1.6rem;
    z-index: 2;
    color: #fff;
    padding-top: 1.94rem;
}

@media (max-width:1199px) {
    .hm-sec2 .cont .item .fz_jut {
        padding-left: 0.8rem;
        padding-top: 0.94rem;
    }
    .solution .container .solution-list ul li .tbox .t1{    font-size: 0.1rem;}
}

@media (max-width:767px) {
    .hm-sec2 .cont .item .fz_jut {
        padding: 0.6rem 0.4rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.hm-sec2 .cont .item .fz_jut .font {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding-left: 0.9rem;
}

@media (max-width:1199px) {
    .hm-sec2 .cont .item .fz_jut .font {
        padding-left: 1.6rem;
    }
}

@media (max-width:991px) {
    .hm-sec2 .cont .item .fz_jut .font {
        padding-left: 0;
        flex-wrap: wrap;
    }
}

@media (max-width:991px) {
    .hm-sec2 .cont .item .fz_jut .font {
        padding-right: 2rem;
    }
}

@media (max-width:767px) {
    .hm-sec2 .cont .item .fz_jut .font {
        width: 100%;
        padding-right: 0;
    }
}

.hm-sec2 .cont .item .fz_jut .font .title {
    width: 100%;
    line-height: 1.2;
    min-width: 150px;
}

@media (max-width:991px) {}

@media (max-width:767px) {
    .hm-sec2 .cont .item .fz_jut .font .title {
        width: 100%;
        margin-bottom: 0.4rem;
    }
}

.hm-sec2 .cont .item .fz_jut .font .nei {
    opacity: 0;
    visibility: hidden;
    width: 0;
    transition: opacity 0.15s 0.3s linear;
    width: 76%;
}

@media (max-width:991px) {
    .hm-sec2 .cont .item .fz_jut .font .nei {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width:767px) {
    .hm-sec2 .cont .item .fz_jut .font .nei {
        width: 100%;
    }
}

.hm-sec2 .cont .item .fz_jut .font .nei .text {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.8;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 1rem;
}

@media (max-width:1580px) {
    .hm-sec2 .cont .item .fz_jut .font .nei .text {
        font-size: 16px;
        margin-bottom: 1rem;
    }
}

@media (max-width:1199px) {
    .hm-sec2 .cont .item .fz_jut .font .nei .text {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .hm-sec2 .cont .item .fz_jut .font .nei .text {
        font-size: 14px;
        margin-bottom: 0.4rem;
    }
}

@media (min-width:992px) {
    .hm-sec2 .cont .item .fz_jut .font .nei .text {
        opacity: 0;
        transform: translateY(20px);
    }
}

.hm-sec2 .cont .item .fz_jut .font .nei .fz_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
}

@media (min-width:992px) {
    .hm-sec2 .cont .item .fz_jut .font .nei .fz_list {
        opacity: 0;
        transform: translateY(20px);
    }
}

@media (max-width:767px) {
    .hm-sec2 .cont .item .fz_jut .font .nei .fz_list {
        margin-bottom: 0.1rem;
    }
}

.hm-sec2 .cont .item .fz_jut .font .nei .fz_list .li {
    padding: 0 0.16rem 10px;
    padding-right: 0.5rem;
    border-left: 2px solid rgba(182, 215, 233, 0.4);
    margin-bottom: 20px;
}

@media (max-width:1199px) {
    .hm-sec2 .cont .item .fz_jut .font .nei .fz_list .li {
        margin-bottom: 16px;
        padding: 0 0.28rem 10px;
    }
}

@media (max-width:767px) {
    .hm-sec2 .cont .item .fz_jut .font .nei .fz_list .li {
        width: 50%;
        padding: 0 0.24rem 10px;
    }
}

.hm-sec2 .cont .item .fz_jut .font .nei .fz_list .li .name {
    font-size: 20px;
    margin-bottom: 0.12rem;
}

@media (max-width:1580px) {
    .hm-sec2 .cont .item .fz_jut .font .nei .fz_list .li .name {
        font-size: 18px;
    }
}

@media (max-width:1199px) {
    .hm-sec2 .cont .item .fz_jut .font .nei .fz_list .li .name {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .hm-sec2 .cont .item .fz_jut .font .nei .fz_list .li .name {
        font-size: 0.22rem;
    }
}

.hm-sec2 .cont .item .fz_jut .font .nei .fz_list .li .shu {
    line-height: 0.8;
    font-size: 26px;
    font-weight: bold;
}

@media (max-width:1580px) {
    .hm-sec2 .cont .item .fz_jut .font .nei .fz_list .li .shu {
        font-size: 22px;
    }
}

@media (max-width:1199px) {
    .hm-sec2 .cont .item .fz_jut .font .nei .fz_list .li .shu {
        font-size: 0.24rem;
    }
}

@media (max-width:991px) {
    .hm-sec2 .cont .item .fz_jut .font .nei .fz_list .li .shu {
        font-size: 0.28rem;
    }
}

.hm-sec2 .cont .item .fz_jut .font .nei .f_but {
    display: flex;
    color: #fff;
    font-size: 18px;
    align-items: center;
}

@media (max-width:1580px) {
    .hm-sec2 .cont .item .fz_jut .font .nei .f_but {
        font-size: 16px;
    }
}

@media (max-width:991px) {
    .hm-sec2 .cont .item .fz_jut .font .nei .f_but {
        font-size: 14px;
    }
}

.hm-sec2 .cont .item .fz_jut .font .nei .f_but i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-left: 10px;
    border-radius: 50%;
    background-color: #fff;
    height: 20px;
}

@media (max-width:1580px) {
    .hm-sec2 .cont .item .fz_jut .font .nei .f_but i {
        width: 18px;
        height: 18px;
        margin-left: 8px;
    }
}

.hm-sec2 .cont .item .fz_jut .font .nei .f_but i img,
.hm-sec2 .cont .item .fz_jut .font .nei .f_but i svg {
    float: left;
    width: 30%;
}

.hm-sec2 .cont .item .fz_jut .font .nei .f_but i img path,
.hm-sec2 .cont .item .fz_jut .font .nei .f_but i svg path {
    fill: #677a3f;
}

@media (min-width:1200px) {
    .hm-sec2 .cont .item .fz_jut .font .nei .f_but:hover i {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
}

.hm-sec2 .cont .item:nth-child(2) .img {
    transform-origin: left bottom;
}

.hm-sec2 .cont .item:nth-child(2) .img img {
    left: 80%;
}

@media (max-width:1199px) {
    .hm-sec2 .cont .item:nth-child(2) .img img {
        left: 0;
    }
}

.hm-sec2 .cont .item:nth-child(2).on .img img {
    left: 50%;
}

@media (max-width:1199px) {
    .hm-sec2 .cont .item:nth-child(2).on .img img {
        left: 0;
    }
}

.hm-sec2 .cont .item:first-child {
    margin-left: 0;
}

.hm-sec2 .cont .item:first-child .fz_jut .font {
    padding-left: 0;
}

.hm-sec2 .cont .item.on {
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
    width: 76.8%;
}

@media (max-width:991px) {
    .hm-sec2 .cont .item.on {
        width: 100%;
    }
}

@media (max-width:767px) {
    .hm-sec2 .cont .item.on {
        width: 100%;
    }
}

.hm-sec2 .cont .item.on .fz_jut .font {
    padding-right: 2rem;
}

@media (max-width:1580px) {
    .hm-sec2 .cont .item.on .fz_jut .font {
        padding-right: 1.6rem;
    }
}

@media (max-width:767px) {
    .hm-sec2 .cont .item.on .fz_jut .font {
        padding-right: 0;
    }
}

.hm-sec2 .cont .item.on .fz_jut .font .title {
    width: 24%;
    flex-shrink: 1;
}

@media (max-width:767px) {
    .hm-sec2 .cont .item.on .fz_jut .font .title {
        width: 100%;
    }
}

.hm-sec2 .cont .item.on .fz_jut .font .nei {
    flex-shrink: 1;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.15s 0.5s linear;
    width: 75%;
}

@media (max-width:767px) {
    .hm-sec2 .cont .item.on .fz_jut .font .nei {
        width: 100%;
    }
}

.hm-sec2 .cont .item.on .fz_jut .font .nei .text,
.hm-sec2 .cont .item.on .fz_jut .font .nei .fz_list {
    transition: all 0.4s 0.6s linear;
    opacity: 1;
    transform: translateY(0);
}

.hm-sec3 .jut {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1px;
}

.hm-sec3 .jut .item {
    width: 50%;
}

@media (max-width:767px) {
    .hm-sec3 .jut .item {
        width: 100%;
        margin-bottom: 0.4rem;
    }
}

.hm-sec3 .jut .item .list {
    width: 100%;
    display: block;
    position: relative;
}

.hm-sec3 .jut .item .list .img {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 62.5%;
}

@media (max-width:991px) {
    .hm-sec3 .jut .item .list .img {
        padding-bottom: 88%;
    }
}

@media (max-width:767px) {
    .hm-sec3 .jut .item .list .img {
        padding-bottom: 68.5%;
    }
}

.hm-sec3 .jut .item .list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.hm-sec3 .jut .item .list .jut {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.76rem 0.44rem;
}

@media (max-width:767px) {
    .hm-sec3 .jut .item .list .jut {
        padding: 0.66rem 0.36rem;
    }
}

.hm-sec3 .jut .item .list .jut .font {
    max-width: 430px;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 0.46rem;
    padding-bottom: 0;
    width: 70%;
    position: relative;
}

@media (max-width:991px) {
    .hm-sec3 .jut .item .list .jut .font {
        width: 88%;
    }
}

@media (max-width:767px) {
    .hm-sec3 .jut .item .list .jut .font {
        width: 100%;
    }
}

.hm-sec3 .jut .item .list .jut .font .tit {
    color: #677a3f;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-bottom: 12px;
}

@media (max-width:1580px) {
    .hm-sec3 .jut .item .list .jut .font .tit {
        margin-bottom: 8px;
    }
}

.hm-sec3 .jut .item .list .jut .font .text {
    color: #666;
    font-size: 16px;
    line-height: 26px;
    height:auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media (max-width:1580px) {
    .hm-sec3 .jut .item .list .jut .font .text {
        height: 48px;
        line-height: 24px;
        font-size: 14px;
    }
}

.hm-sec3 .jut .item .list .jut .font .but {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #677a3f;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.36rem;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translateY(45%);
    transform: translateY(45%);
}

@media (max-width:991px) {
    .hm-sec3 .jut .item .list .jut .font .but {
        width: 36px;
        height: 36px;
    }
}

@media (max-width:767px) {
    .hm-sec3 .jut .item .list .jut .font .but {
        margin-top: 0.24rem;
    }
}

.hm-sec3 .jut .item .list .jut .font .but img,
.hm-sec3 .jut .item .list .jut .font .but svg {
    display: block;
    width: 6px;
    float: left;
    position: relative;
}

@media (max-width:1580px) {

    .hm-sec3 .jut .item .list .jut .font .but img,
    .hm-sec3 .jut .item .list .jut .font .but svg {
        width: 4px;
    }
}

.hm-sec3 .jut .item .list .jut .font .but img path,
.hm-sec3 .jut .item .list .jut .font .but svg path {
    fill: #fff;
}

.hm-sec3 .jut .item .list .jut .font .but:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background-color: #333;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media (min-width:1200px) {
    .hm-sec3 .jut .item .list:hover .img img {
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }

    .hm-sec3 .jut .item .list:hover .jut .font .tit,
    .hm-sec3 .jut .item .list:hover .jut .font .text {
        margin-left: 6px;
    }

    .hm-sec3 .jut .item .list:hover .jut .font .but:before {
        width: 100%;
    }
}

.hm-sec3 .cont {
    display: flex;
    flex-wrap: wrap;
}

.hm-sec3 .cont .item {
    border-right: 1px solid #fff;
    width: 33.333%;
}

@media (max-width:767px) {
    .hm-sec3 .cont .item {
        width: 100%;
        margin-bottom: 0.4rem;
    }
}

.hm-sec3 .cont .item:last-child {
    border-right: none;
}

.hm-sec3 .cont .item .list {
    display: block;
    width: 100%;
    position: relative;
}

.hm-sec3 .cont .item .list .img {
    width: 100%;
    position: relative;
    padding-bottom: 68%;
    overflow: hidden;
}

@media (max-width:1199px) {
    .hm-sec3 .cont .item .list .img {
        padding-bottom: 84%;
    }
}

@media (max-width:767px) {
    .hm-sec3 .cont .item .list .img {
        padding-bottom: 60%;
    }
}

.hm-sec3 .cont .item .list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.hm-sec3 .cont .item .list .img:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(/doa/skin/image/jianbianimgf1.png) no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    z-index: 2;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.hm-sec3 .cont .item .list .font {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.64rem 0.7rem 0.4rem;
    color: #fff;
    z-index: 3;
}

@media (max-width:991px) {
    .hm-sec3 .cont .item .list .font {
        padding: 0.4rem 0.4rem 0.26rem;
    }
}

.hm-sec3 .cont .item .list .font .tit {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    margin-bottom: 12px;
}

@media (max-width:1580px) {
    .hm-sec3 .cont .item .list .font .tit {
        margin-bottom: 8px;
    }
}

.hm-sec3 .cont .item .list .font .text {
    /* opacity: 0; */
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media (max-width:1580px) {
    .hm-sec3 .cont .item .list .font .text {
        height: 48px;
        line-height: 24px;
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .hm-sec3 .cont .item .list .font .text {
        opacity: 0.8;
    }
}

.hm-sec3 .cont .item .list .font .but {
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.6rem;
    height: 0.6rem;
    margin-top: 0.8rem;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media (max-width:1199px) {
    .hm-sec3 .cont .item .list .font .but {
        margin-top: 0.4rem;
    }
}

@media (max-width:991px) {
    .hm-sec3 .cont .item .list .font .but {
        width: 40px;
        height: 40px;
        margin-top: 0.2rem;
    }
}

@media (max-width:767px) {
    .hm-sec3 .cont .item .list .font .but {
        margin-top: 0.4rem;
    }
}

.hm-sec3 .cont .item .list .font .but img,
.hm-sec3 .cont .item .list .font .but svg {
    width: 33.33%;
    float: left;
    position: relative;
    z-index: 2;
}

.hm-sec3 .cont .item .list .font .but img:nth-child(2),
.hm-sec3 .cont .item .list .font .but svg:nth-child(2) {
    display: none;
}

.hm-sec3 .cont .item .list .font .but img path,
.hm-sec3 .cont .item .list .font .but svg path {
    fill: #fff;
}

.hm-sec3 .cont .item .list .font .but:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    border-radius: 50%;
    background-color: rgb(218, 0, 0);
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s 0.3s linear;
    transform: rotate(-45deg);
}

@media (min-width:1200px) {
    .hm-sec3 .cont .item .list:hover .img img {
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }

    .hm-sec3 .cont .item .list:hover .img:after {
        opacity: 1;
    }

    .hm-sec3 .cont .item .list:hover .font .text {
        opacity: 0.8;
    }

    .hm-sec3 .cont .item .list:hover .font .but {
        transform: rotate(45deg);
        border-color: transparent;
        background-color: #677a3f;
    }

    .hm-sec3 .cont .item .list:hover .font .but img path,
    .hm-sec3 .cont .item .list:hover .font .but svg path {
        fill: #677a3f;
    }
}

/* End */
/* 申请打样 */
.prooalt {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 666;
    overflow: hidden;
    display: none;
}

.prooalt .bag {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

.prooalt .cont {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 600px;
    width: 94%;
    background-color: #fff;
}

.prooalt .cont .fz_tit {
    line-height: 1rem;
    padding: 0 0.52rem;
    padding-right: 0.26rem;
    color: #fff;
    background: url(/doa/skin/image/shenqingbag1.png) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prooalt .cont .fz_tit .close {
    width: 0.24rem;
    line-height: 1;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
}

.prooalt .cont .fz_tit .close img {
    width: 100%;
}

.prooalt .cont .fz_tit .close:hover {
    transform: rotate(90deg);
}

.prooalt .cont .fz_jut {
    width: 100%;
    padding: 0.32rem 0.5rem 14px;
}

@media (max-width:767px) {
    .prooalt .cont .fz_jut {
        padding: 0.4rem 0.3rem 12px;
    }
}

.prooalt .cont .fz_jut .fz_list {
    display: none;
}

.prooalt .cont .fz_jut .fz_list.active {
    display: block;
}

.prooalt .cont .fz_jut .fz_list .item .int {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 0.15rem;
}

.prooalt .cont .fz_jut .fz_list .item .int input,
.prooalt .cont .fz_jut .fz_list .item .int .lab {
    font-size: 16px;
    color: #666;
}

@media (max-width:1580px) {

    .prooalt .cont .fz_jut .fz_list .item .int input,
    .prooalt .cont .fz_jut .fz_list .item .int .lab {
        font-size: 14px;
    }
}

.prooalt .cont .fz_jut .fz_list .item .int input {
    width: calc(100% - 20px);
    padding: 0.16rem 0;
}

.prooalt .cont .fz_jut .fz_list .item .int .lab {
    color: #ff0000;
}

.prooalt .cont .fz_jut .fz_list .item .int.on .lab {
    opacity: 0;
}

.prooalt .cont .fz_jut .fz_list .item .textarea1 {
    border-bottom: none;
    margin-bottom: 10px;
}

.prooalt .cont .fz_jut .fz_list .item .textarea1 textarea {
    border: 1px solid #dddddd;
    padding: 0.2rem;
    width: 100%;
    height: 90px;
    border-radius: 5px;
    margin-top: 0.2rem;
}

@media (max-width:1580px) {
    .prooalt .cont .fz_jut .fz_list .item .textarea1 textarea {
        height: 80px;
    }
}

@media (max-width:767px) {
    .prooalt .cont .fz_jut .fz_list .item .textarea1 textarea {
        height: 70px;
    }
}

.prooalt .cont .fz_jut .fz_list .item .yan {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.prooalt .cont .fz_jut .fz_list .item .yan input {
    width: calc(100% - 190px);
    padding: 0 0.2rem;
}

@media (max-width:1580px) {
    .prooalt .cont .fz_jut .fz_list .item .yan input {
        width: calc(100% - 160px);
    }
}

.prooalt .cont .fz_jut .fz_list .item .yan .fz_huan {
    display: flex;
    align-items: center;
    width: 180px;
}

@media (max-width:1580px) {
    .prooalt .cont .fz_jut .fz_list .item .yan .fz_huan {
        width: 150px;
    }
}

@media (max-width:767px) {
    .prooalt .cont .fz_jut .fz_list .item .yan .fz_huan {
        width: 130px;
    }
}

.prooalt .cont .fz_jut .fz_list .item .yan .fz_huan .but {
    color: #677a3f;
    font-size: 14px;
    margin-right: 12px;
}

@media (max-width:1580px) {
    .prooalt .cont .fz_jut .fz_list .item .yan .fz_huan .but {
        font-size: 12px;
        margin-right: 10px;
    }
}

.prooalt .cont .fz_jut .fz_list .item .yan .fz_huan .img {
    width: 68%;
    overflow: hidden;
}

@media (max-width:767px) {
    .prooalt .cont .fz_jut .fz_list .item .yan .fz_huan .img {
        width: 62%;
    }
}

.prooalt .cont .fz_jut .fz_list .item .yan .fz_huan .img img {
    float: left;
    width: 100%;
}

.prooalt .cont .fz_jut .fz_list .item .fz_but {
    width: 100%;
    height: 0.5rem;
    margin-top: 0.3rem;
    background-color: #677a3f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

@media (max-width:1580px) {
    .prooalt .cont .fz_jut .fz_list .item .fz_but {
        font-size: 14px;
        height: 45px;
    }
}

@media (max-width:767px) {
    .prooalt .cont .fz_jut .fz_list .item .fz_but {
        height: 0.8rem;
    }
}

.prooalt .cont .fz_jut .fz_list .item .fz_but i {
    display: block;
    width: 16px;
    overflow: hidden;
    margin-right: 10px;
}

@media (max-width:1580px) {
    .prooalt .cont .fz_jut .fz_list .item .fz_but i {
        width: 14px;
        margin-right: 8px;
    }
}

.prooalt .cont .fz_jut .fz_list .item .fz_but i img {
    width: 100%;
    float: left;
}

.prooalt .cont .fz_jut .fz_list .item .fz_but:hover {
    opacity: 0.9;
}

.prooalt .cont .fz_jut .fz_list .item .name {
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 0 0 0.16rem;
}

@media (max-width:767px) {
    .prooalt .cont .fz_jut .fz_list .item .name {
        font-size: 16px;
    }
}

.prooalt .cont .fz_jut .fz_list .item .name span {
    display: block;
    width: calc(100% - 20px);
}

.prooalt .cont .fz_jut .fz_list .item .name .lab {
    color: #ff0000;
}

.prooalt .cont .fz_jut .fz_list .item .zhong {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.22rem;
}

.prooalt .cont .fz_jut .fz_list .item .zhong label {
    display: flex;
    width: 33.333%;
    position: relative;
    color: #333333;
    font-size: 14px;
    margin-bottom: 5px;
}

@media (max-width:767px) {
    .prooalt .cont .fz_jut .fz_list .item .zhong label {
        font-size: 14px;
    }
}

.prooalt .cont .fz_jut .fz_list .item .zhong label i {
    display: block;
    width: 20px;
    height: 20px;
    border: solid 2px #dddddd;
}

@media (max-width:1580px) {
    .prooalt .cont .fz_jut .fz_list .item .zhong label i {
        width: 16px;
        height: 16px;
        border-width: 1px;
    }
}

.prooalt .cont .fz_jut .fz_list .item .zhong label span {
    display: block;
    width: 80%;
    width: calc(100% - 20px);
    padding: 0 10px;
}

@media (max-width:1580px) {
    .prooalt .cont .fz_jut .fz_list .item .zhong label span {
        width: calc(100% - 16px);
    }
}

.prooalt .cont .fz_jut .fz_list .item .zhong label input {
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
}

.prooalt .cont .fz_jut .fz_list .item .zhong label input:checked~i {
    border-color: #677a3f;
    background: #677a3f;
    background: #677a3f url(/doa/skin/image/dagouiconimg1.png) no-repeat center;
    background-size: 60% auto;
}

.prooalt .cont .fz_jut .fz_list .item:nth-child(2) .zhong {
    margin-bottom: 0.1rem;
}

.prooalt .cont .fz_jut .fz_list .text {
    text-align: center;
    color: #999999;
    font-size: 14px;
    margin-top: 14px;
}

@media (max-width:1580px) {
    .prooalt .cont .fz_jut .fz_list .text {
        font-size: 12px;
    }
}

.prooalt .cont .fz_jut .scrolhe {
    width: 100%;
}

@media (max-width:1580px) {
    .prooalt .cont .fz_jut .scrolhe {
        height: 5rem;
        overflow: auto;
    }
}

@media (max-width:767px) {
    .prooalt .cont .fz_jut .scrolhe {
        height: 8rem;
    }
}

/* End */
/* 集团成员弹窗 */
.abtalt {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 666;
    overflow: hidden;
    display: none;
}

.abtalt .bag {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

.abtalt .cont {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 600px;
    width: 94%;
    background-color: #fff;
}

.abtalt .cont .fz_tit {
    line-height: 1rem;
    padding: 0 0.52rem;
    padding-right: 0.26rem;
    color: #fff;
    background: url(/doa/skin/image/shenqingbag1.png) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.abtalt .cont .fz_tit .close {
    width: 0.24rem;
    line-height: 1;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
}

.abtalt .cont .fz_tit .close img {
    width: 100%;
}

.abtalt .cont .fz_tit .close:hover {
    transform: rotate(90deg);
}

.abtalt .cont .fz_jut {
    padding: 0.5rem;
    padding-right: 0.2rem;
}

.abtalt .cont .fz_jut .list1 {
    padding-right: 0.3rem;
    overflow: auto;
    height: 5.2rem;
}

.abtalt .cont .fz_jut .list1::-webkit-scrollbar {
    width: 2px;
    height: 1px;
}

.abtalt .cont .fz_jut .list1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #999999;
}

.abtalt .cont .fz_jut .list1::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #f5f5f5;
}

.abtalt .cont .fz_jut .list1 .item {
    width: 100%;
    border-top: 1px solid #dddddd;
}

.abtalt .cont .fz_jut .list1 .item:last-child {
    border-bottom: 1px solid #dddddd;
}

.abtalt .cont .fz_jut .list1 .item .tit {
    padding: 0.22rem 0;
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
}

.abtalt .cont .fz_jut .list1 .item .tit span {
    display: block;
    width: calc(100% - 26px);
}

@media (max-width:1580px) {
    .abtalt .cont .fz_jut .list1 .item .tit span {
        width: calc(100% - 14px);
    }
}

.abtalt .cont .fz_jut .list1 .item .tit i {
    display: block;
    position: relative;
    width: 16px;
}

@media (max-width:1580px) {
    .abtalt .cont .fz_jut .list1 .item .tit i {
        width: 14px;
    }
}

.abtalt .cont .fz_jut .list1 .item .tit i:after,
.abtalt .cont .fz_jut .list1 .item .tit i:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #414141;
    margin-top: -1px;
    margin-left: -8px;
}

@media (max-width:1580px) {

    .abtalt .cont .fz_jut .list1 .item .tit i:after,
    .abtalt .cont .fz_jut .list1 .item .tit i:before {
        margin-left: -7px;
    }
}

.abtalt .cont .fz_jut .list1 .item .tit i:before {
    transform: rotate(90deg);
}

.abtalt .cont .fz_jut .list1 .item .nei {
    display: none;
    padding: 0 0 34px;
}

@media (max-width:1580px) {
    .abtalt .cont .fz_jut .list1 .item .nei {
        padding: 10px 0 30px;
    }
}

.abtalt .cont .fz_jut .list1 .item .nei .fz_label {
    font-size: 20px;
    margin-bottom: 8px;
}

@media (max-width:1580px) {
    .abtalt .cont .fz_jut .list1 .item .nei .fz_label {
        font-size: 18px;
    }
}

.abtalt .cont .fz_jut .list1 .item .nei .name {
    color: #333;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 8px;
}

@media (max-width:991px) {
    .abtalt .cont .fz_jut .list1 .item .nei .name {
        line-height: 24px;
    }
}

.abtalt .cont .fz_jut .list1 .item .nei .text {
    color: #999999;
    line-height: 22px;
    font-size: 14px;
}

.abtalt .cont .fz_jut .list1 .item .nei .but {
    padding-top: 12px;
    display: flex;
    align-items: center;
    color: #677a3f;
    font-size: 16px;
}

@media (max-width:1580px) {
    .abtalt .cont .fz_jut .list1 .item .nei .but {
        font-size: 14px;
        padding-top: 8px;
    }
}

@media (max-width:991px) {}

.abtalt .cont .fz_jut .list1 .item .nei .but i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-left: 10px;
    border-radius: 50%;
    background-color: #677a3f;
    height: 20px;
}

@media (max-width:1580px) {
    .abtalt .cont .fz_jut .list1 .item .nei .but i {
        width: 18px;
        margin-left: 8px;
    }
}

.abtalt .cont .fz_jut .list1 .item .nei .but i img,
.abtalt .cont .fz_jut .list1 .item .nei .but i svg {
    float: left;
    width: 30%;
}

.abtalt .cont .fz_jut .list1 .item .nei .but:hover i {
    transform: translateX(6px);
}

.abtalt .cont .fz_jut .list1 .item.on .tit {
    color: #677a3f;
}

.abtalt .cont .fz_jut .list1 .item.on .tit i:before {
    opacity: 0;
}

/* End */
/* 产品弹窗 */
.fabricalt {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 666;
    overflow: hidden;
    display: none;
}

.fabricalt .bag {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

.fabricalt .cont {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 600px;
    width: 94%;
    background-color: #fff;
}

.fabricalt .cont .fz_tit {
    line-height: 1rem;
    padding: 0 0.52rem;
    padding-right: 0.26rem;
    color: #fff;
    background: url(/doa/skin/image/shenqingbag1.png) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fabricalt .cont .fz_tit .close {
    width: 0.24rem;
    line-height: 1;
    transition: all 0.3s linear;
    cursor: pointer;
}

.fabricalt .cont .fz_tit .close img {
    width: 100%;
}

.fabricalt .cont .fz_tit .close:hover {
    transform: rotate(90deg);
}

.fabricalt .cont .fz_jut {
    width: 100%;
    padding: 0.32rem 0.5rem 14px;
}

@media (max-width:767px) {
    .fabricalt .cont .fz_jut {
        padding: 0.4rem 0.3rem 12px;
    }
}

.fabricalt .cont .fz_jut .item .int {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 0.15rem;
}

.fabricalt .cont .fz_jut .item .int input,
.fabricalt .cont .fz_jut .item .int .lab {
    font-size: 16px;
    color: #666;
}

@media (max-width:1580px) {

    .fabricalt .cont .fz_jut .item .int input,
    .fabricalt .cont .fz_jut .item .int .lab {
        font-size: 14px;
    }
}

@media (max-width:767px) {

    .fabricalt .cont .fz_jut .item .int input,
    .fabricalt .cont .fz_jut .item .int .lab {
        font-size: 12px;
    }
}

.fabricalt .cont .fz_jut .item .int input {
    width: calc(100% - 20px);
    padding: 0.12rem 0;
}

.fabricalt .cont .fz_jut .item .int .lab {
    color: #ff0000;
}

.fabricalt .cont .fz_jut .item .int.on .lab {
    opacity: 0;
}

.fabricalt .cont .fz_jut .item .sele {
    width: 100%;
    margin-bottom: 0.15rem;
}

.fabricalt .cont .fz_jut .item .sele select {
    border-radius: 5px;
    border: solid 1px #dddddd;
    width: 100%;
    padding: 12px 0.38rem;
    background: url(/doa/skin/image/selesanjiaoimg1.png) no-repeat;
    background-position: 95% center;
    color: #000000;
    font-size: 16px;
}

@media (max-width:1580px) {
    .fabricalt .cont .fz_jut .item .sele select {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .fabricalt .cont .fz_jut .item .sele select {
        padding: 8px 0.3rem;
        font-size: 12px;
    }
}

.fabricalt .cont .fz_jut .item .textarea1 {
    border-bottom: none;
    margin-bottom: 10px;
}

.fabricalt .cont .fz_jut .item .textarea1 textarea {
    border: 1px solid #dddddd;
    padding: 0.2rem;
    width: 100%;
    height: 1.4rem;
    border-radius: 5px;
    margin-top: 0.2rem;
}

@media (max-width:1580px) {}

@media (max-width:767px) {
    .fabricalt .cont .fz_jut .item .textarea1 textarea {
        height: 60px;
    }
}

.fabricalt .cont .fz_jut .item .yan {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.fabricalt .cont .fz_jut .item .yan input {
    width: calc(100% - 190px);
    padding: 0 0.2rem;
}

@media (max-width:1580px) {
    .fabricalt .cont .fz_jut .item .yan input {
        width: calc(100% - 160px);
    }
}

.fabricalt .cont .fz_jut .item .yan .fz_huan {
    display: flex;
    align-items: center;
    width: 180px;
}

@media (max-width:1580px) {
    .fabricalt .cont .fz_jut .item .yan .fz_huan {
        width: 150px;
    }
}

@media (max-width:767px) {
    .fabricalt .cont .fz_jut .item .yan .fz_huan {
        width: 130px;
    }
}

.fabricalt .cont .fz_jut .item .yan .fz_huan .but {
    color: #677a3f;
    font-size: 14px;
    margin-right: 12px;
}

@media (max-width:1580px) {
    .fabricalt .cont .fz_jut .item .yan .fz_huan .but {
        font-size: 12px;
        margin-right: 10px;
    }
}

.fabricalt .cont .fz_jut .item .yan .fz_huan .img {
    width: 68%;
    overflow: hidden;
}

@media (max-width:767px) {
    .fabricalt .cont .fz_jut .item .yan .fz_huan .img {
        width: 62%;
    }
}

.fabricalt .cont .fz_jut .item .yan .fz_huan .img img {
    float: left;
    width: 100%;
}

.fabricalt .cont .fz_jut .item .fz_but {
    width: 100%;
    height: 0.5rem;
    margin-top: 0.3rem;
    background-color: #677a3f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

@media (max-width:1580px) {
    .fabricalt .cont .fz_jut .item .fz_but {
        font-size: 14px;
        height: 45px;
    }
}

@media (max-width:767px) {
    .fabricalt .cont .fz_jut .item .fz_but {
        height: 0.8rem;
    }
}

.fabricalt .cont .fz_jut .item .fz_but i {
    display: block;
    width: 16px;
    overflow: hidden;
    margin-right: 10px;
}

@media (max-width:1580px) {
    .fabricalt .cont .fz_jut .item .fz_but i {
        width: 14px;
        margin-right: 8px;
    }
}

.fabricalt .cont .fz_jut .item .fz_but i img {
    width: 100%;
    float: left;
}

.fabricalt .cont .fz_jut .item .name {
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 0 0 0.16rem;
}

@media (max-width:767px) {
    .fabricalt .cont .fz_jut .item .name {
        font-size: 12px;
    }
}

.fabricalt .cont .fz_jut .item .name span {
    display: block;
    width: calc(100% - 20px);
}

.fabricalt .cont .fz_jut .item .name .lab {
    color: #ff0000;
}

.fabricalt .cont .fz_jut .item .zhong {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.22rem;
}

.fabricalt .cont .fz_jut .item .zhong label {
    display: flex;
    width: 33.333%;
    position: relative;
    color: #333333;
    font-size: 14px;
    margin-bottom: 5px;
}

@media (max-width:767px) {
    .fabricalt .cont .fz_jut .item .zhong label {
        font-size: 10px;
    }
}

.fabricalt .cont .fz_jut .item .zhong label i {
    display: block;
    width: 20px;
    height: 20px;
    border: solid 2px #dddddd;
}

@media (max-width:1580px) {
    .fabricalt .cont .fz_jut .item .zhong label i {
        width: 16px;
        height: 16px;
        border-width: 1px;
    }
}

.fabricalt .cont .fz_jut .item .zhong label span {
    display: block;
    width: 80%;
    width: calc(100% - 20px);
    padding: 0 10px;
}

@media (max-width:1580px) {
    .fabricalt .cont .fz_jut .item .zhong label span {
        width: calc(100% - 16px);
    }
}

.fabricalt .cont .fz_jut .item .zhong label input {
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
}

.fabricalt .cont .fz_jut .item .zhong label input:checked~i {
    border-color: #677a3f;
    background: #677a3f;
    background: #677a3f url(/doa/skin/image/dagouiconimg1.png) no-repeat center;
    background-size: 60% auto;
}

.fabricalt .cont .fz_jut .item:nth-child(2) .zhong {
    margin-bottom: 0.1rem;
}

.fabricalt .cont .fz_jut .text {
    text-align: center;
    color: #999999;
    font-size: 14px;
    margin-top: 14px;
}

@media (max-width:1580px) {
    .fabricalt .cont .fz_jut .text {
        font-size: 12px;
    }
}

.fabricalt .cont .fz_jut .fz_int2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.fabricalt .cont .fz_jut .fz_int2 .int {
    width: 50%;
}

@media (max-width:767px) {
    .fabricalt .cont .fz_jut .fz_int2 .int {
        width: 100%;
    }
}

.fabricalt .cont .fz_jut .fz_add {
    display: flex;
    justify-content: space-between;
}

.fabricalt .cont .fz_jut .fz_add .int {
    width: 64.8%;
}

.fabricalt .cont .fz_jut .fz_add .sele {
    width: calc(35.2% - 0.2rem);
}

.fabricalt .cont .fz_jut .fz_zixun {
    display: flex;
    align-items: center;
}

.fabricalt .cont .fz_jut .fz_zixun .fz_name {
    width: 22%;
    color: #999999;
    font-size: 16px;
    text-align: center;
}

@media (max-width:1580px) {
    .fabricalt .cont .fz_jut .fz_zixun .fz_name {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .fabricalt .cont .fz_jut .fz_zixun .fz_name {
        font-size: 12px;
        width: 36%;
    }
}

.fabricalt .cont .fz_jut .fz_zixun .sele {
    width: 88%;
    margin-bottom: 0;
}

@media (max-width:767px) {
    .fabricalt .cont .fz_jut .fz_zixun .sele {
        width: 64%;
    }
}

/* End */
/* .basepage {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.basepage a,
.basepage span {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #f1f1f1;
    color: #999999;
    flex-shrink: 0;
    float: left;
    margin: 0 5px 10px;
} */



.basepage {
    display: block;
    padding: 0 15px;
    margin: 50px 0 100px;
    border-radius: 4px;
    text-align: center;
}

.basepage>li.active {
    color: #fff;
    padding: 6px 12px;
    background-color: #677a3f;
    border-color: #677a3f;
}

.basepage>li.moresP {
    padding: 6px 12px;
}

.basepage>li {
    display: inline-block;
    margin-left: -4px;
    position: relative;
    padding: 6px 0;
    line-height: 1.42857143;
    color: #677a3f;
    margin-left: -1px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

.basepage>li a {
    padding: 6px 12px;
    color: #000;
}









@media (max-width:991px) {

    .basepage a,
    .basepage span {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

.basepage .active {
    border: 1px solid #677a3f;
    background-color: #677a3f;
    color: #fff;
}

.basepage .active:hover {
    color: #fff;
}

.basepage .prev,
.basepage .next {
    position: relative;
    color: #999999;
}

@media (max-width:991px) {}

.basepage .prev i,
.basepage .next i {
    display: block;
}

.basepage .fan {
    width: auto;
    padding: 0 15px;
}

.basepage a:hover {
    border: 1px solid #677a3f;
    background-color: #677a3f;
    color: #fff;
}

.basepage .prev:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/doa/skin/image/pagel1-1.svg) no-repeat center / 20px auto;
}

.basepage .next:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/doa/skin/image/pagel2-1.svg) no-repeat center / 20px auto;
}

.basepage .prev i {
    margin-right: 8px;
}

@media (min-width:1200px) {
    .basepage .prev:hover {
        background-color: #677a3f;
        border-color: #677a3f;
    }

    .basepage .prev:hover:after {
        background-image: url(/doa/skin/image/pagel1.svg);
    }
}

.basepage .next i {
    margin-left: 8px;
}

@media (min-width:1200px) {
    .basepage .next:hover {
        background-color: #677a3f;
        border-color: #677a3f;
    }

    .basepage .next:hover:after {
        background-image: url(/doa/skin/image/pagel2.svg);
    }
}

/* 新闻中心 */
.newsbanner {
    position: relative;
}

.newsbanner .img {
    width: 100%;
    height: 6.82rem;
    position: relative;
}

@media (max-width:767px) {
    .newsbanner .img {
        height: 4.8rem;
    }
}

.newsbanner .img:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.1;
}

.newsbanner .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsbanner .img img:nth-child(2) {
    display: none;
}

@media (max-width:767px) {
    .newsbanner .img img:nth-child(1) {
        display: none;
    }

    .newsbanner .img img:nth-child(2) {
        display: block;
    }
}

.newsbanner .cont {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.newsbanner .cont .tit {
    font-size: 0.6rem;
    margin-bottom: 0.14rem;
}

.newsbanner .cont .tit span {
    position: relative;
}

.newsbanner .cont .tit span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 10px;
    width: 0.28rem;
    height: 0.28rem;
    /* background: url(/doa/skin/image/hongxingh1.svg) no-repeat center; */
    background-size: contain;
}

@media (max-width:767px) {
    .newsbanner .cont .tit span:after {
        top: 6px;
    }
}

.newsbanner .cont .text {
    max-width: 50%;
    line-height: 30px;
    font-size: 16px;
}

@media (max-width:1580px) {
    .newsbanner .cont .text {
        line-height: 26px;
        font-size: 14px;
    }
}

@media (max-width:991px) {
    .newsbanner .cont .text {
        max-width: 100%;
    }
}

@media (max-width:767px) {
    .newsbanner .cont .text {
        max-width: 100%;
    }
}

.news_nav {
    width: 100%;
    margin-bottom: 0.52rem;
}

.news_nav .swiper-slide {
    width: auto;
    margin-right: 0.74rem;
}

@media (max-width:767px) {
    .news_nav .swiper-slide {
        margin-right: 0.32rem;
    }
}

.news_nav .swiper-slide:last-child {
    margin-right: 0;
}

.news_nav .swiper-slide .item {
    display: block;
    line-height: 1.1;
    padding-bottom: 8px;
    color: #666666;
    border-bottom: 2px solid transparent;
    font-size: 18px;
}

@media (max-width:1900px) {
    .news_nav .swiper-slide .item {
        font-size: 16px;
    }
}

.news_nav .swiper-slide.on .item {
    color: #d40400;
    border-color: #d40400;
    font-weight: 600;
}

.newbox .fz_cont {
    position: relative;
    margin-bottom: 0.4rem;
}

.newbox .fz_cont .news_cont {
    width: 100%;
}

@media (max-width:767px) {
    .newbox .fz_cont .news_cont {
        margin-bottom: 0.36rem;
    }
}

.newbox .fz_cont .news_cont .item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: solid 1px #f1f1f1;
}

.newbox .fz_cont .news_cont .item .lt,
.newbox .fz_cont .news_cont .item .gt {
    width: 50%;
}

@media (max-width:767px) {

    .newbox .fz_cont .news_cont .item .lt,
    .newbox .fz_cont .news_cont .item .gt {
        width: 100%;
    }
}

.newbox .fz_cont .news_cont .item .lt {
    position: relative;
}

.newbox .fz_cont .news_cont .item .lt .img {
    width: 100%;
    position: relative;
    padding-bottom: 50%;
    overflow: hidden;
}

@media (max-width:1199px) {}

.newbox .fz_cont .news_cont .item .lt .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    left: 0;
    object-fit: cover;
}

.newbox .fz_cont .news_cont .item .lt .zi {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.52rem;
    font-size: 0.6rem;
    line-height: 1.1;
    z-index: 2;
    color: #fff;
}

.newbox .fz_cont .news_cont .item .gt .font {
    padding: 0.4rem 0.5rem;
}

@media (max-width:991px) {
    .newbox .fz_cont .news_cont .item .gt .font {
        padding: 0.3rem 0.36rem;
    }
}

.newbox .fz_cont .news_cont .item .gt .font .tit {
    width: 100%;
    white-space: nowrap;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.newbox .fz_cont .news_cont .item .gt .font .time {
    display: block;
    font-size: 16px;
    color: #ccc;
    margin-bottom: 0.42rem;
}

@media (max-width:1580px) {
    .newbox .fz_cont .news_cont .item .gt .font .time {
        font-size: 14px;
    }
}

@media (max-width:991px) {
    .newbox .fz_cont .news_cont .item .gt .font .time {
        margin-bottom: 0.22rem;
    }
}

.newbox .fz_cont .news_cont .item .gt .font .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    line-height: 28px;
    letter-spacing: 0px;
    color: #666666;
    height: 56px;
    margin-bottom: 0.62rem;
}

@media (max-width:1580px) {
    .newbox .fz_cont .news_cont .item .gt .font .text {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }
}

@media (max-width:991px) {
    .newbox .fz_cont .news_cont .item .gt .font .text {
        margin-bottom: 0.4rem;
    }
}

@media (min-width:768px) {
    .newbox .fz_cont .news_cont .item .gt .font .text {
        font-size: 16px;
    }
}

.newbox .fz_cont .news_cont .item .gt .font .but {
    padding-top: 0.4rem;
    border-top: 1px solid #f1f1f1;
    display: flex;
    align-items: center;
    color: #677a3f;
    font-size: 16px;
    position: relative;
}

@media (max-width:1580px) {
    .newbox .fz_cont .news_cont .item .gt .font .but {
        font-size: 14px;
    }
}

@media (max-width:991px) {
    .newbox .fz_cont .news_cont .item .gt .font .but {
        padding-top: 0.16rem;
    }
}

.newbox .fz_cont .news_cont .item .gt .font .but i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    overflow: hidden;
    -webkit-transition: all 0.3s 0.3s linear;
    transition: all 0.3s 0.3s linear;
    margin-left: 10px;
    border-radius: 50%;
    background-color: #677a3f;
    height: 20px;
}

@media (max-width:1580px) {
    .newbox .fz_cont .news_cont .item .gt .font .but i {
        width: 18px;
        height: 18px;
        margin-left: 8px;
    }
}

.newbox .fz_cont .news_cont .item .gt .font .but i img,
.newbox .fz_cont .news_cont .item .gt .font .but i svg {
    float: left;
    width: 30%;
}

.newbox .fz_cont .news_cont .item .gt .font .but:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s 0.1s linear;
    transition: all 0.3s 0.1s linear;
    width: 0;
    height: 1px;
    background-color: #666;
}

@media (min-width:1200px) {
    .newbox .fz_cont .news_cont .item:hover .img img {
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }

    .newbox .fz_cont .news_cont .item:hover .font .tit {
        color: #677a3f;
    }

    .newbox .fz_cont .news_cont .item:hover .font .text {
        transform: translateX(10px);
    }

    .newbox .fz_cont .news_cont .item:hover .font .but i {
        transform: translateX(10px);
    }

    .newbox .fz_cont .news_cont .item:hover .font .but:after {
        width: 100%;
    }
}

.newbox .fz_cont .bnews_page {
    z-index: 2;
    width: 100%;
}

@media (min-width:768px) {
    .newbox .fz_cont .bnews_page {
        width: auto;
        position: absolute;
        left: inherit;
        right: 0.5rem;
        bottom: 0.5rem;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .newbox .fz_cont .bnews_page {
        bottom: 0.36rem;
    }
}

@media (max-width:767px) {
    .newbox .fz_cont .bnews_page {
        display: flex;
        bottom: 0;
        justify-content: center;
    }
}

.newbox .fz_cont .bnews_page span {
    width: 8px;
    opacity: 1;
    height: 8px;
    margin: 0;
    background-color: #dddddd;
    margin-left: 10px;
}

@media (max-width:767px) {
    .newbox .fz_cont .bnews_page span {
        margin: 0 5px;
    }
}

.newbox .fz_cont .bnews_page .swiper-pagination-bullet-active {
    background-color: #677a3f;
}

.newbox .cont {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.8rem;
}

.newbox .cont .item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0.4rem;
    border: 1px solid #f1f1f1;
    width: 50%;
    margin-bottom: 0.3rem;
}

@media (max-width:991px) {
    .newbox .cont .item {
        padding: 0.26rem 0.3rem;
    }
}

@media (max-width:767px) {
    .newbox .cont .item {
        width: 100%;
        padding: 0.4rem 0.4rem;
        border: 1px solid #f1f1f1;
        margin-bottom: 0.3rem;
    }
}

@media (min-width:768px) {
    .newbox .cont .item:nth-child(2n) {
        border-left: none;
    }
}

.newbox .cont .item .img {
    width: 35%;
    position: relative;
    padding-bottom: 23.75%;
    overflow: hidden;
}

@media (max-width:767px) {
    .newbox .cont .item .img {
        width: 100%;
        padding-bottom: 50%;
    }
}

.newbox .cont .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.newbox .cont .item .font {
    width: 65%;
    padding-left: 0.38rem;
}

@media (max-width:767px) {
    .newbox .cont .item .font {
        width: 100%;
        padding-left: 0;
        margin-top: 0.4rem;
    }
}

.newbox .cont .item .font .tit {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 18px;
    line-height: 30px;
    height: auto;
    color: #000000;
    margin-bottom: 0.1rem;
}

.newbox .cont .item .font p {
    color: rgb(151, 151, 151);
}

@media (max-width:1580px) {
    .newbox .cont .item .font .tit {
        font-size: 16px;
        line-height: 26px;
        height: auto;
    }
}

@media (max-width:1199px) {
    .newbox .cont .item .font .tit {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
        margin-bottom: 0.4rem;
    }
}

@media (max-width:991px) {
    .newbox .cont .item .font .tit {
        margin-bottom: 0.1rem;
    }
}

@media (max-width:767px) {
    .newbox .cont .item .font .tit {
        margin-bottom: 0.2rem;
        font-size: 16px;
        line-height: 24px;
        height: 48px;
    }
}

.newbox .cont .item .font .tit span {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #677a3f 0%);
    background-size: 0 100%;
    background-repeat: no-repeat;
}

.newbox .cont .item .font .time {
    color: #cccccc;
    font-size: 14px;
}

@media (min-width:992px) {
    .newbox .cont .item:hover .img img {
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }

    .newbox .cont .item:hover .font .tit {
        color: #677a3f;
    }

    .newbox .cont .item:hover .font .tit span {
        background-size: 100% 100%;
    }
}

.newbox .fzq_jut {
    width: 100%;
    margin-bottom: 0.8rem;
}

.newbox .fzq_jut .item {
    display: block;
    width: 100%;
}

@media (max-width:767px) {
    .newbox .fzq_jut .item {
        padding: 0;
    }
}

.newbox .fzq_jut .item .list {
    border-top: 1px solid #ddd;
    display: block;
    width: 100%;
    position: relative;
    height: 170px;
    padding: 0 0.5rem;
    display: flex;
    align-items: center;
}

@media (max-width:1580px) {
    .newbox .fzq_jut .item .list {
        height: 140px;
    }
}

@media (max-width:767px) {
    .newbox .fzq_jut .item .list {
        height: auto;
        padding: 0.6rem 0.4rem;
    }
}

.newbox .fzq_jut .item:last-child .list {
    border-bottom: 1px solid #ddd;
}

.newbox .fzq_jut .item .bag {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.newbox .fzq_jut .item .bag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.newbox .fzq_jut .item .bag:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
}

.newbox .fzq_jut .item .wrap-center {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.newbox .fzq_jut .item .wrap-center .date {
    width: 16%;
    padding-right: 0.2rem;
    border-right: 1px solid #d8d8d8;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media (max-width:991px) {
    .newbox .fzq_jut .item .wrap-center .date {
        width: 22%;
    }
}

@media (max-width:767px) {
    .newbox .fzq_jut .item .wrap-center .date {
        width: 100%;
        border-right: none;
        display: flex;
        align-items: center;
        margin-bottom: 0.2rem;
    }
}

.newbox .fzq_jut .item .wrap-center .date .time {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 0.28rem;
    margin-bottom: 10px;
    line-height: 0.8;
}

@media (max-width:1580px) {
    .newbox .fzq_jut .item .wrap-center .date .time {
        font-size: 24px;
    }
}

@media (max-width:1199px) {
    .newbox .fzq_jut .item .wrap-center .date .time {
        font-size: 18px;
    }
}

@media (max-width:767px) {
    .newbox .fzq_jut .item .wrap-center .date .time {
        margin-bottom: 0;
        margin-right: 0.4rem;
    }
}

.newbox .fzq_jut .item .wrap-center .date .year {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #999;
    font-size: 18px;
}

@media (max-width:1580px) {
    .newbox .fzq_jut .item .wrap-center .date .year {
        font-size: 16px;
    }
}

.newbox .fzq_jut .item .wrap-center .item-info {
    padding-left: 0.8rem;
    display: flex;
    flex-wrap: wrap;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 84%;
}

@media (max-width:991px) {
    .newbox .fzq_jut .item .wrap-center .item-info {
        width: 78%;
    }
}

@media (max-width:767px) {
    .newbox .fzq_jut .item .wrap-center .item-info {
        padding-left: 0;
        width: 100%;
    }
}

.newbox .fzq_jut .item .wrap-center .item-info .inline-block {
    width: 48%;
    flex: 1 1 50%;
    font-size: 16px;
    color: #999;
    margin-bottom: 10px;
}

@media (max-width:1580px) {
    .newbox .fzq_jut .item .wrap-center .item-info .inline-block {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .newbox .fzq_jut .item .wrap-center .item-info .inline-block {
        flex: 1 1 100%;
        width: 100%;
        margin-bottom: 6px;
    }
}

.newbox .fzq_jut .item .wrap-center .item-info .inline-block:last-child {
    margin-bottom: 0;
}

@media (min-width:1200px) {
    .newbox .fzq_jut .item:hover {
        border-color: #fff;
    }

    .newbox .fzq_jut .item:hover .bag {
        opacity: 1;
    }

    .newbox .fzq_jut .item:hover .wrap-center .date {
        border-color: rgba(255, 255, 255, 0.5);
    }

    .newbox .fzq_jut .item:hover .wrap-center .date .time {
        color: #fff;
    }

    .newbox .fzq_jut .item:hover .wrap-center .date .year {
        color: #fff;
    }

    .newbox .fzq_jut .item:hover .wrap-center .item-info .inline-block {
        color: #fff;
    }
}

/* End */
/* 面包屑 */
.breadbox .cont {
    display: flex;
    align-items: center;
    padding: 0.32rem 0;
}

@media (max-width:1580px) {}

@media (max-width:991px) {
    .breadbox .cont {
        padding: 12px 0;
    }
}

.breadbox .cont a,
.breadbox .cont span {
    font-size: 16px;
    line-height: 26px;
    color: #999999;
    zoom: 1;
}

@media (max-width:1580px) {

    .breadbox .cont a,
    .breadbox .cont span {
        font-size: 14px;
        line-height: 24px;
    }
}

.breadbox .cont a img,
.breadbox .cont span img {
    float: left;
    width: 18px;
}

@media (max-width:1580px) {

    .breadbox .cont a img,
    .breadbox .cont span img {
        width: 16px;
    }
}

.breadbox .cont span {
    width: 6px;
    margin: 0 18px;
    display: block;
}

@media (max-width:1580px) {
    .breadbox .cont span {
        margin: 0 14px;
    }
}

@media (max-width:991px) {
    .breadbox .cont span {
        margin: 0 8px;
    }
}

.breadbox .cont .on {
    color: #003bb0;
}

.breadbox .cont a:last-child {
    color: #333333;
}

@media (max-width:991px) {
    .breadbox .cont a:last-child {
        max-width: 36%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

@media (max-width:375px) {
    .breadbox .cont a:last-child {
        max-width: 30%;
    }
}

.breadbox .cont .wofe {
    display: flex;
}

.breadbox .cont .wofe .li {
    display: flex;
    align-items: flex-start;
    padding: 0 6px;
    border: 1px solid #4070f4;
    line-height: 24px;
    font-size: 14px;
    color: #677a3f;
}

.breadbox .cont .wofe .li a {
    line-height: 1;
}

/* 文本编辑详情页 */
.make-text {
    line-height: 1.75;
    color: #4E5969;
    font-size: 16px;
    font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
}

@media (max-width:1580px) {
    .make-text {
        font-size: 14px;
        line-height: 1.7;
    }
}

@media (max-width:1199px) {
    .make-text {
        line-height: 1.6;
    }
    .make-text table td p img{
      width: 100% !important;
    }
    
}

.make-text img {
    max-width: 100%;
}

.make-text table td {
    /* border: 1px solid #ddd; */
}

.make-text ul,
.make-text li,
.make-text ol {
    list-style: inherit;
}

.make-text ul {
    padding-left: 20px;
}

.make-text h1,
.make-text h2,
.make-text h3,
.make-text h4,
.make-text h5,
.make-text h6 {
    font-weight: revert;
    line-height: 1.22;
    font-size: 0.24rem;
    color: #1F2226;
}

@media (max-width:1580px) {

    .make-text h1,
    .make-text h2,
    .make-text h3,
    .make-text h4,
    .make-text h5,
    .make-text h6 {
        font-size: 20px;
    }
}

@media (max-width:991px) {

    .make-text h1,
    .make-text h2,
    .make-text h3,
    .make-text h4,
    .make-text h5,
    .make-text h6 {
        font-size: 18px;
    }
}

@media (max-width:767px) {

    .make-text h1,
    .make-text h2,
    .make-text h3,
    .make-text h4,
    .make-text h5,
    .make-text h6 {
        font-size: 0.34rem;
    }
}

@media (max-width:767px) {

    .make-text h1,
    .make-text h2,
    .make-text h3,
    .make-text h4,
    .make-text h5,
    .make-text h6 {
        font-size: 16px !important;
        line-height: 1.3;
    }
}

.make-text p,
.make-text span {
    font-size: 16px;
    font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
    color: #666666;
}

@media (max-width:767px) {

    .make-text p,
    .make-text span {
        line-height: 24px;
        font-size: 16px !important;
    }
}

.bsTop {
    width: 100% !important;
}

.bsFrameDiv>div {
    height: 208px !important;
}

.bsFrameDiv img {
    margin: 16px !important;
}

/* 新闻详情 */
.newinfo {
    padding-top: 0.6rem;
    padding-bottom: 1rem;
}

.newinfo .cont {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -1.2rem;
}







@media (max-width:1580px) {
    .newinfo .cont {
        margin: 0 -0.7rem;
    }
}

@media (max-width:991px) {
    .newinfo .cont {
        margin: 0 -0.3rem;
    }
}

@media (max-width:767px) {
    .newinfo .cont {
        margin: 0;
    }
}

.newinfo .cont .lt,
.newinfo .cont .gt {
    padding: 0 1.2rem;
}

@media (max-width:1580px) {

    .newinfo .cont .lt,
    .newinfo .cont .gt {
        padding: 0 0.7rem;
    }
}

@media (max-width:991px) {

    .newinfo .cont .lt,
    .newinfo .cont .gt {
        padding: 0 0.3rem;
    }


}

@media (max-width:767px) {

    .newinfo .cont .lt,
    .newinfo .cont .gt {
        padding: 0;
    }
}

.newinfo .cont .lt {
    width: 63.75%;
}

.newinfo .cont .lt1{width: 100%;}

@media (max-width:767px) {
    .newinfo .cont .lt {
        width: 100%;
    }
}

.newinfo .cont .lt .tit {
    font-size: 0.3rem;
    line-height: 1.2;
    margin-bottom: 0.28rem;
}

@media (max-width:767px) {}

.newinfo .cont .lt .jut {
    font-size: 16px;
    color: #333333;
    padding-bottom: 0.14rem;
    margin-bottom: 0.32rem;
    border-bottom: 1px solid #f0f0f0;
}

@media (max-width:1900px) {
    .newinfo .cont .lt .jut {
        font-size: 14px;
    }
}

.newinfo .cont .lt .jut .itme {
    color: #666666;
    /* margin-left: 0.44rem; */
}

@media (max-width:767px) {
    .newinfo .cont .lt .jut .itme {
        margin-left: 0.26rem;
    }
}

.newinfo .cont .lt .make-text {
    margin-bottom: 0.88rem;
}

@media (max-width:767px) {
    .newinfo .cont .lt .make-text {
        margin-bottom: 0.44rem;
    }
}

.newinfo .cont .lt .fen {
    display: flex;
    padding-bottom: 0.2rem;
    margin-bottom: 0.26rem;
    border-bottom: 1px solid #f0f0f0;
}

@media (max-width:991px) {
    .newinfo .cont .lt .fen {
        padding-bottom: 0.4rem;
        margin-bottom: 0.52rem;
    }
    .newinfo .cont .lt{width: 100%;}
}

@media (max-width:767px) {
    .newinfo .cont .lt .fen {
        padding-bottom: 0.2rem;
    }
}

.newinfo .cont .lt .fen .f_jut {
    display: flex;
    align-items: center;
    margin-left: 0;
}

.newinfo .cont .lt .fen .f_jut a {
    display: block;
    width: 28px;
    height: 24px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0 6px;
}

.newinfo .cont .lt .fen .f_jut .bshare-weixin {
    background-image: url(/doa/skin/image/feniocniwferwm1.svg);
    width: 30px;
    height: 26px;
}

.newinfo .cont .lt .fen .f_jut .bshare-sinaminiblog {
    background-image: url(/doa/skin/image/feniocniwferwm2.svg);
}

.newinfo .cont .lt .fen .f_jut .bshare-qqim {
    background-image: url(/doa/skin/image/feniocniwferwm3.svg);
}

.newinfo .cont .lt .f_page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newinfo .cont .lt .f_page .f_prev,
.newinfo .cont .lt .f_page .f_next {
    display: block;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(50% - 50px);
}

.newinfo .cont .lt .f_page p a {
    color: #000;
}


@media (max-width:991px) {}

@media (max-width:767px) {

    .newinfo .cont .lt .f_page .f_prev,
    .newinfo .cont .lt .f_page .f_next {
        width: 100%;
        max-width: 66%;
    }
}

.newinfo .cont .lt .f_page .f_prev:hover,
.newinfo .cont .lt .f_page .f_next:hover {
    color: #677a3f;
    text-decoration: underline;
}

@media (max-width:767px) {}

@media (max-width:767px) {
    .newinfo .cont .lt .f_page .f_next {
        margin-top: 0.2rem;
    }
}

.newinfo .cont .lt .f_page .f_cent {
    display: flex;
    color: #222222;
    align-items: center;
}

.newinfo .cont .lt .f_page .f_cent i {
    margin-left: 10px;
    display: block;
    width: 14px;
    overflow: hidden;
}

@media (max-width:1580px) {
    .newinfo .cont .lt .f_page .f_cent i {
        width: 12px;
        margin-left: 6px;
    }
}

.newinfo .cont .lt .f_page .f_cent i img {
    width: 100%;
    float: left;
}

.newinfo .cont .lt .f_page .f_cent:hover {
    color: #677a3f;
}

.newinfo .cont .gt {
    width: 36.25%;
}

@media (max-width:767px) {
    .newinfo .cont .gt {
        width: 100%;
        margin-top: 0.8rem;
    }
}

@media (min-width:992px) {
    .newinfo .cont .gt {
        position: sticky;
        top: 90px;
    }
}

.newinfo .cont .gt .tit {
    line-height: 1;
    color: #999999;
    margin-bottom: 0.26rem;
}

.newinfo .cont .gt .jut .item {
    display: flex;
    align-items: center;
    padding: 0.3rem 0;
    border-bottom: 1px solid #f2f2f2;
}

.newinfo .cont .gt .jut .item:first-child {
    padding-top: 0;
}

.newinfo .cont .gt .jut .item .img {
    width: 28%;
    position: relative;
    padding-bottom: 20%;
    overflow: hidden;
}

.newinfo .cont .gt .jut .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.newinfo .cont .gt .jut .item .font {
    width: 72%;
    padding-left: 0.2rem;
}

.newinfo .cont .gt .jut .item .font .text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    height: 48px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #333333;
    margin-bottom: 10px;
}

@media (max-width:1580px) {
    .newinfo .cont .gt .jut .item .font .text {
        margin-bottom: 6px;
        height: 44px;
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width:991px) {
    .newinfo .cont .gt .jut .item .font .text {
        line-height: 24px;
        height: 48px;
    }
}

.newinfo .cont .gt .jut .item .font .text span {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #005ce6 0%);
    background-size: 0 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-repeat: no-repeat;
}

.newinfo .cont .gt .jut .item .font .date {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #cccccc;
    font-size: 14px;
}

@media (max-width:1580px) {
    .newinfo .cont .gt .jut .item .font .date {
        font-size: 12px;
    }
}

@media (min-width:1200px) {
    .newinfo .cont .gt .jut .item:hover .img img {
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }

    .newinfo .cont .gt .jut .item:hover .font .text {
        color: #677a3f;
    }

    .newinfo .cont .gt .jut .item:hover .font .text span {
        background-size: 100% 100%;
    }
}

/* End */
/* 法律声明 */
.privacybox {
    padding-top: 0.6rem;
}

.privacybox .tit {
    font-size: 0.48rem;
    text-align: center;
    margin-bottom: 0.18rem;
}

.privacybox .make-text {
    padding-top: 0.34rem;
    border-top: 1px solid #f0f0f0;
}

.privacybox .container {
    padding: 0 2rem;
}

@media (max-width:767px) {
    .privacybox .container {
        padding: 0;
    }
}

/* End */
/* 网站地图 */
.sitmapbox {
    padding-top: 0.6rem;
}

.sitmapbox .fz_tit {
    font-size: 0.48rem;
    text-align: center;
    margin-bottom: 0.18rem;
}

.sitmapbox .cont {
    padding: 0 2rem;
}

@media (max-width:1199px) {
    .sitmapbox .cont {
        padding: 0 1rem;
    }
}

@media (max-width:991px) {
    .sitmapbox .cont {
        padding: 0 0.4rem;
    }
}

@media (max-width:767px) {
    .sitmapbox .cont {
        padding: 0;
    }
}

.sitmapbox .cont .item {
    width: 100%;
    padding-bottom: 0.34rem;
    margin-bottom: 0.26rem;
    border-bottom: 1px solid #f0f0f0;
}

.sitmapbox .cont .item .tit {
    color: #333;
}

.sitmapbox .cont .item .jut {
    padding-top: 0.18rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.sitmapbox .cont .item .jut .li {
    width: 20%;
    padding-right: 10px;
    margin-bottom: 16px;
}

@media (max-width:767px) {
    .sitmapbox .cont .item .jut .li {
        width: 50%;
    }
}

.sitmapbox .cont .item .jut .li .name {
    font-size: 16px;
    color: #333;
}

@media (max-width:767px) {
    .sitmapbox .cont .item .jut .li .name {
        font-size: 14px;
    }
}

.sitmapbox .cont .item .jut .li .nei {
    margin-top: 10px;
}

.sitmapbox .cont .item .jut .li .nei a {
    display: block;
    color: #999;
    font-size: 14px;
    margin-bottom: 8px;
}

@media (max-width:767px) {
    .sitmapbox .cont .item .jut .li .nei a {
        font-size: 12px;
    }
}

.sitmapbox .cont .item .jut .li .nei a:last-child {
    margin-bottom: 0;
}

@media (min-width:1200px) {
    .sitmapbox .cont .item .jut .li .nei a:hover {
        color: #677a3f;
    }
}

/* End */
/* 服务支持 */
.servicebox {
    padding-top: 0.6rem;
}

.servicebox .cont {
    display: flex;
}

@media (max-width:767px) {
    .servicebox .cont {
        flex-wrap: wrap;
    }
}

.servicebox .cont .item {
    width: 25%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    flex: 1 1 25%;
    height: 6rem;
    overflow: hidden;
}

@media (max-width:767px) {
    .servicebox .cont .item {
        width: 100%;
        flex: 1 1 100%;
        margin-bottom: 0.4rem;
    }

    .servicebox .cont .item:last-child {
        margin-bottom: 0;
    }
}

.servicebox .cont .item .list {
    display: block;
    position: relative;
    width: 100%;
    height: 6rem;
    overflow: hidden;
}

.servicebox .cont .item .list .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.servicebox .cont .item .list .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    float: left;
}

.servicebox .cont .item .list .font {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.65rem 0.5rem 0;
    width: 100%;
    height: 100%;
}

.servicebox .cont .item .list .font .jut {
    position: relative;
    width: 100%;
    height: 100%;
}

.servicebox .cont .item .list .font .jut .tit {
    width: 100%;
    color: #fff;
}

.servicebox .cont .item .list .font .jut .text {
    margin-top: 0.12rem;
    opacity: 0.8;
    color: #fff;
    font-size: 16px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

@media (max-width:1580px) {
    .servicebox .cont .item .list .font .jut .text {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .servicebox .cont .item .list .font .jut .text {
        opacity: 1;
        visibility: visible;
    }
}

.servicebox .cont .item .list .font .jut .but {
    position: absolute;
    left: 0;
    bottom: 0.6rem;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.6rem;
    height: 0.6rem;
    margin-top: 0.8rem;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media (max-width:1199px) {
    .servicebox .cont .item .list .font .jut .but {
        margin-top: 0.4rem;
    }
}

@media (max-width:991px) {
    .servicebox .cont .item .list .font .jut .but {
        width: 40px;
        height: 40px;
    }
}

.servicebox .cont .item .list .font .jut .but img,
.servicebox .cont .item .list .font .jut .but svg {
    width: 33.33%;
    float: left;
    position: relative;
    z-index: 2;
}

.servicebox .cont .item .list .font .jut .but img:nth-child(2),
.servicebox .cont .item .list .font .jut .but svg:nth-child(2) {
    display: none;
}

.servicebox .cont .item .list .font .jut .but img path,
.servicebox .cont .item .list .font .jut .but svg path {
    fill: #fff;
}

.servicebox .cont .item .list .font .jut .but:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s 0.3s linear;
    transform: rotate(-45deg);
}

.servicebox .cont .on {
    width: 50%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    flex: 1 1 50%;
}

@media (max-width:767px) {
    .servicebox .cont .on {
        width: 100%;
        flex: 1 1 100%;
    }
}

.servicebox .cont .on .list .font .jut .text {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s 0.3s linear;
    transition: all 0.3s 0.3s linear;
}

.servicebox .cont .on .list .font .jut .but {
    transform: rotate(45deg);
    border-color: transparent;
    background-color: #fff;
}

.servicebox .cont .on .list .font .jut .but img:nth-child(1) {
    display: none;
}

.servicebox .cont .on .list .font .jut .but img:nth-child(2) {
    display: block;
}

.servicebox .cont .on .list .font .jut .but svg path {
    fill: #677a3f;
}

/* End */
/* 常见问题 */
.faqbox {
    padding-top: 0;
}

@media (max-width:1199px) {
    .faqbox {
        padding-top: 0.6rem;
    }
}

.faqbox_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.9rem;
    flex-wrap: wrap;
}

.faqbox_nav .news_nav {
    width: calc(100% - 388px);
    margin: 0;
}

@media (max-width:1580px) {
    .faqbox_nav .news_nav {
        width: calc(100% - 290px);
    }
}

@media (max-width:991px) {
    .faqbox_nav .news_nav {
        width: 100%;
        margin-bottom: 0.4rem;
    }
}

.faqbox_nav .form {
    max-width: 368px;
    width: 40%;
    display: flex;
    background-color: #f8f8f8;
    align-items: center;
    padding-right: 0.3rem;
}

@media (max-width:1580px) {
    .faqbox_nav .form {
        max-width: 280px;
    }
}

@media (max-width:767px) {
    .faqbox_nav .form {
        width: 100%;
        max-width: 100%;
    }
}

.faqbox_nav .form input {
    padding: 0.2rem 0.3rem;
    font-size: 16px;
    color: #999999;
    width: calc(100% - 18px);
}

.faqbox_nav .form .f_sub {
    width: 18px;
}

@media (max-width:1580px) {
    .faqbox_nav .form .f_sub {
        width: 16px;
    }
}

.faqbox .cont .item {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.faqbox .cont .item .f_tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.42rem 0.4rem;
    cursor: pointer;
}

.faqbox .cont .item .f_tit .tit {
    display: flex;
    align-items: flex-start;
    color: #333333;
    width: calc(100% - 0.34rem);
    font-size: 0.2rem;
}

@media (max-width:1580px) {
    .faqbox .cont .item .f_tit .tit {
        font-size: 18px;
    }
}

@media (max-width:991px) {
    .faqbox .cont .item .f_tit .tit {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .faqbox .cont .item .f_tit .tit {
        width: calc(100% - 30px);
    }
}

@media (max-width:767px) {
    .faqbox .cont .item .f_tit .tit {
        font-size: 0.28rem;
    }
}

.faqbox .cont .item .f_tit .tit::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    background-color: #dddddd;
    border-radius: 50%;
    margin-right: 0.2rem;
    margin-top: 0.16rem;
}

@media (max-width:1580px) {
    .faqbox .cont .item .f_tit .tit::before {
        width: 8px;
        height: 8px;
        margin-top: 0.14rem;
    }
}

.faqbox .cont .item .f_tit .but {
    width: 0.18rem;
    height: 0.18rem;
    overflow: hidden;
    position: relative;
}

.faqbox .cont .item .f_tit .but img {
    float: left;
    width: 100%;
}

.faqbox .cont .item .f_tit .but img:nth-child(2) {
    display: none;
}

.faqbox .cont .item .f_tit .but:after,
.faqbox .cont .item .f_tit .but:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -0.1rem;
    width: 100%;
    height: 2px;
    background-color: #333;
}

.faqbox .cont .item .f_tit .but:before {
    transform: rotate(90deg);
}

.faqbox .cont .item .jut {
    display: none;
    padding: 0 0.7rem;
    padding-right: 0.3rem;
}

.faqbox .cont .item .jut .font {
    width: 100%;
    padding: 0.35rem 0;
    color: #666666;
    font-size: 16px;
    line-height: 1.6;
    border-top: 1px solid #dddddd;
}

@media (max-width:1580px) {
    .faqbox .cont .item .jut .font {
        font-size: 14px;
    }
}

.faqbox .cont .item.on {
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}

.faqbox .cont .item.on .f_tit .tit {
    color: #677a3f;
}

.faqbox .cont .item.on .f_tit .tit:before {
    background-color: #677a3f;
}

.faqbox .cont .item.on .f_tit .but:before {
    opacity: 0;
}

.faqbox .cont .item.on .f_tit .but img:nth-child(1) {
    display: none;
}

.faqbox .cont .item.on .f_tit .but img:nth-child(2) {
    display: block;
}

.faqbox .move {
    width: 100%;
    margin-top: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999999;
    font-size: 16px;
}

@media (max-width:1580px) {
    .faqbox .move {
        font-size: 14px;
    }
}

.faqbox .move i {
    display: block;
    width: 0.26rem;
    margin-right: 0.2rem;
    animation: rotate1 2s linear infinite;
}

.faqbox .move i img {
    float: left;
    width: 100%;
}

@keyframes rotate1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* End */
/* 资源中心 */
.resourbox {
    padding-top: 0.4rem;
}

.resourbox .cont {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.15rem;
}

@media (max-width:767px) {
    .resourbox .cont {
        margin: 0;
    }
}

.resourbox .cont .item {
    width: 25%;
    padding: 0 0.15rem;
    margin-bottom: 0.3rem;
}

@media (max-width:1580px) {
    .resourbox .cont .item {
        width: 33.3333%;
    }
}

@media (max-width:767px) {
    .resourbox .cont .item {
        padding: 0;
        width: 100%;
    }
}

.resourbox .cont .item .list {
    display: block;
    height: 100%;
    background-color: #f8f8f8;
}

.resourbox .cont .item .list .fz_img {
    width: 100%;
    position: relative;
}

.resourbox .cont .item .list .fz_img .img {
    padding-bottom: 56%;
    position: relative;
    overflow: hidden;
}

.resourbox .cont .item .list .fz_img .img img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.resourbox .cont .item .list .fz_img .video_icon {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.resourbox .cont .item .list .fz_img .video_icon img {
    width: 0.68rem;
}

.resourbox .cont .item .list .fz_img .label {
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    display: flex;
    align-items: center;
    z-index: 3;
    color: #333333;
    font-size: 14px;
    width: 91px;
    height: 25px;
    background: url(/doa/skin/image/shouiconi1.png) no-repeat;
    background-position: center;
    background-size: 100%;
    padding-left: 24px;
}

.resourbox .cont .item .list .font {
    padding: 0.24rem 0.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.resourbox .cont .item .list .font .tit {
    color: #333;
    width: calc(100% - 74px);
    font-size: 18px;
}

@media (max-width:1900px) {
    .resourbox .cont .item .list .font .tit {
        font-size: 16px;
    }
}

@media (max-width:991px) {}

.resourbox .cont .item .list .font .but {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #3971ad;
}

@media (max-width:1580px) {
    .resourbox .cont .item .list .font .but {
        font-size: 14px;
    }
}

.resourbox .cont .item .list .font .but i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-left: 10px;
    border-radius: 50%;
    background-color: #677a3f;
    height: 20px;
}

@media (max-width:1580px) {
    .resourbox .cont .item .list .font .but i {
        width: 18px;
        margin-left: 8px;
    }
}

.resourbox .cont .item .list .font .but i img,
.resourbox .cont .item .list .font .but i svg {
    float: left;
    width: 50%;
}

@media (min-width:1200px) {
    .resourbox .cont .item .list:hover .fz_img .img img {
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }
}

.resourbox .basepage {
    margin-top: 0.6rem;
}

/* End */
/* 联系我们 */
.contactbox-sec1 {
    padding-bottom: 0;
}

.contactbox-sec1 .cont {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.contactbox-sec1 .cont .lt,
.contactbox-sec1 .cont .gt {
    width: 50%;
}

@media (max-width:991px) {

    .contactbox-sec1 .cont .lt,
    .contactbox-sec1 .cont .gt {
        width: 100%;
    }
}

.contactbox-sec1 .cont .lt {
    padding-right: 0.3rem;
}

@media (max-width:991px) {
    .contactbox-sec1 .cont .lt {
        margin-bottom: 0.6rem;
    }
}

@media (max-width:767px) {
    .contactbox-sec1 .cont .lt {
        padding-right: 0;
    }
}

.contactbox-sec1 .cont .lt .tit {
    font-size: 0.48rem;
    margin-bottom: 0.32rem;
}

@media (max-width:991px) {
    .contactbox-sec1 .cont .lt .tit {
        margin-bottom: 0.5rem;
    }
}

@media (max-width:767px) {
    .contactbox-sec1 .cont .lt .tit {
        font-size: 0.52rem;
    }
}

.contactbox-sec1 .cont .lt .jut {
    font-size: 18px;
    line-height: 1.4;
    color: #333333;
    margin-bottom: 0.4rem;
}

@media (max-width:1580px) {
    .contactbox-sec1 .cont .lt .jut {
        font-size: 16px;
    }
}

.contactbox-sec1 .cont .lt .jut p {
    margin-bottom: 0.2rem;
}

.contactbox-sec1 .cont .lt .jut p:last-child {
    margin-bottom: 0;
}

.contactbox-sec1 .cont .lt .fen {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
}

@media (max-width:1900px) {
    .contactbox-sec1 .cont .lt .fen {
        font-size: 14px;
    }
}

.contactbox-sec1 .cont .lt .fen .name {
    font-size: 16px;
    margin-right: 0.3rem;
}

@media (max-width:1580px) {
    .contactbox-sec1 .cont .lt .fen .name {
        font-size: 14px;
    }
}

.contactbox-sec1 .cont .lt .fen .list {
    display: flex;
    align-items: center;
}

.contactbox-sec1 .cont .lt .fen .list .li {
    position: relative;
    margin-right: 0.2rem;
}

.contactbox-sec1 .cont .lt .fen .list .li:last-child {
    margin-right: 0;
}

.contactbox-sec1 .cont .lt .fen .list .li .er {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 120px;
    padding: 5px;
    background-color: #fff;
    margin-top: 15px;
}

@media (max-width:1580px) {
    .contactbox-sec1 .cont .lt .fen .list .li .er {
        width: 100px;
    }
}

.contactbox-sec1 .cont .lt .fen .list .li .er img {
    width: 100%;
}

.contactbox-sec1 .cont .lt .fen .list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #677a3f;
    border-radius: 50%;
}

@media (max-width:991px) {
    .contactbox-sec1 .cont .lt .fen .list a {
        width: 0.6rem;
        height: 0.6rem;
    }
}

@media (max-width:767px) {
    .contactbox-sec1 .cont .lt .fen .list a {
        width: 0.72rem;
        height: 0.72rem;
    }
}

.contactbox-sec1 .cont .lt .fen .list a img {
    opacity: 0.8;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    max-width: 16px;
    max-height: 16px;
}

@media (max-width:1580px) {
    .contactbox-sec1 .cont .lt .fen .list a img {
        max-width: 12px;
        max-height: 12px;
    }
}

@media (min-width:768px) {
    .contactbox-sec1 .cont .lt .fen .list a:hover img {
        opacity: 1;
    }
}

.contactbox-sec1 .cont .gt {
    padding-right: 0.22rem;
    max-height: 5.7rem;
    overflow: auto;
}

.contactbox-sec1 .cont .gt::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 2px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.contactbox-sec1 .cont .gt::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #999999;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.contactbox-sec1 .cont .gt::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #f5f5f5;
}

.contactbox-sec1 .cont .gt .item {
    background-color: #f9f9f8;
    margin-bottom: 2px;
}

.contactbox-sec1 .cont .gt .item .tit {
    display: flex;
    justify-content: space-between;
    padding: 0.28rem 0.3rem;
    font-size: 18px;
    cursor: pointer;
}

@media (max-width:1580px) {
    .contactbox-sec1 .cont .gt .item .tit {
        width: calc(100% - 26px);
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .contactbox-sec1 .cont .gt .item .tit {
        font-size: 14px;
    }
}

.contactbox-sec1 .cont .gt .item .tit span {
    display: block;
    width: calc(100% - 30px);
}

@media (max-width:1580px) {
    .contactbox-sec1 .cont .gt .item .tit span {
        width: calc(100% - 26px);
    }
}

.contactbox-sec1 .cont .gt .item .tit .but {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background-color: #999;
    border-radius: 50%;
}

@media (max-width:1580px) {
    .contactbox-sec1 .cont .gt .item .tit .but {
        width: 16px;
        height: 16px;
    }
}

@media (max-width:767px) {
    .contactbox-sec1 .cont .gt .item .tit .but {
        margin-top: 4px;
    }
}

.contactbox-sec1 .cont .gt .item .tit .but img {
    width: 100%;
    float: left;
}

.contactbox-sec1 .cont .gt .item .tit .but img:nth-child(2) {
    display: none;
}

.contactbox-sec1 .cont .gt .item .tit .but svg {
    width: 30%;
}

.contactbox-sec1 .cont .gt .item .tit .but svg path {
    fill: #fff;
}

.contactbox-sec1 .cont .gt .item .jut {
    display: none;
    padding: 0 0.3rem 0.26rem;
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    margin-top: -6px;
}

@media (max-width:1580px) {
    .contactbox-sec1 .cont .gt .item .jut {
        margin-top: -4px;
        font-size: 14px;
        line-height: 26px;
    }
}

.contactbox-sec1 .cont .gt .on .tit .but {
    background-color: #677a3f;
    transform: rotate(90deg);
}

.contactbox-sec1 .cont .gt .on .tit .but svg path {
    fill: #fff;
}

.contactbox-sec1 .cont .gt .on .tit .but img:nth-child(1) {
    display: none;
}

.contactbox-sec1 .cont .gt .on .tit .but img:nth-child(2) {
    display: block;
}

.contactbox-sec2 .tit {
    text-align: center;
    width: 100%;
    font-size: 0.48rem;
    margin-bottom: 0.48rem;
}

@media (max-width:767px) {
    .contactbox-sec2 .tit {
        font-size: 0.52rem;
    }
}

.contactbox-sec2 .cont {
    padding: 1rem 0.8rem;
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width:991px) {
    .contactbox-sec2 .cont {
        padding: 0.6rem 0.4rem;
    }
}

@media (max-width:767px) {
    .contactbox-sec2 .cont {
        padding: 0.8rem 0.4rem;
    }
}

.contactbox-sec2 .cont .item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -0.1rem;
}

@media (max-width:767px) {
    .contactbox-sec2 .cont .item {
        width: 100%;
        margin: 0;
    }
}

.contactbox-sec2 .cont .item .li {
    width: 50%;
    padding: 0 0.1rem;
    margin-bottom: 0.2rem;
}

@media (max-width:767px) {
    .contactbox-sec2 .cont .item .li {
        width: 100%;
        padding: 0;
    }
}

.contactbox-sec2 .cont .item .li input,
.contactbox-sec2 .cont .item .li select,
.contactbox-sec2 .cont .item .li textarea {
    background-color: #f5f5f5;
    padding: 0.172rem 20px;
    width: 100%;
    color: #333;
    font-size: 16px;
}

@media (max-width:1580px) {

    .contactbox-sec2 .cont .item .li input,
    .contactbox-sec2 .cont .item .li select,
    .contactbox-sec2 .cont .item .li textarea {
        font-size: 14px;
    }
}

.contactbox-sec2 .cont .item .li input::-webkit-input-placeholder,
.contactbox-sec2 .cont .item .li select::-webkit-input-placeholder,
.contactbox-sec2 .cont .item .li textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
}

.contactbox-sec2 .cont .item .li input::-moz-placeholder,
.contactbox-sec2 .cont .item .li select::-moz-placeholder,
.contactbox-sec2 .cont .item .li textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

.contactbox-sec2 .cont .item .li input:-ms-input-placeholder,
.contactbox-sec2 .cont .item .li select:-ms-input-placeholder,
.contactbox-sec2 .cont .item .li textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
}

.contactbox-sec2 .cont .item .li select {
    background: #f5f5f5 url(/doa/skin/image/selesanjiaoimg1.png) no-repeat;
    background-position: 95% center;
    background-size: 10px auto;
}

@media (max-width:1580px) {
    .contactbox-sec2 .cont .item .li select {
        background-size: 8px auto;
    }
}

.contactbox-sec2 .cont .item .li textarea {
    height: 2.82rem;
}

@media (max-width:1580px) {
    .contactbox-sec2 .cont .item .li textarea {
        height: 3.11rem;
    }
}

.contactbox-sec2 .cont .int1 {
    width: 100%;
}

.contactbox-sec2 .cont .int1 .jut {
    width: 50%;
}

@media (max-width:767px) {
    .contactbox-sec2 .cont .int1 .jut {
        width: 100%;
    }
}

.contactbox-sec2 .cont .int1 .li {
    width: 100%;
}

.contactbox-sec2 .cont .but {
    margin-top: 0.1rem;
}

.contactbox-sec2 .cont .but .f_sub,
.contactbox-sec2 .cont .but .f_set {
    overflow: hidden;
}

@media (max-width:767px) {

    .contactbox-sec2 .cont .but .f_sub,
    .contactbox-sec2 .cont .but .f_set {
        width: 40%;
        margin: 0 10px;
    }
}

.contactbox-sec2 .cont .but .f_sub button,
.contactbox-sec2 .cont .but .f_set button {
    transition: all 0.3s linear;
    width: 1.44rem;
    height: 0.54rem;
    background-color: #999999;
    color: #fff;
    font-size: 16px;
}

@media (max-width:1580px) {

    .contactbox-sec2 .cont .but .f_sub button,
    .contactbox-sec2 .cont .but .f_set button {
        font-size: 14px;
    }
}

@media (max-width:767px) {

    .contactbox-sec2 .cont .but .f_sub button,
    .contactbox-sec2 .cont .but .f_set button {
        width: 1.6rem;
        height: 0.8rem;
    }
}

@media (min-width:1200px) {

    .contactbox-sec2 .cont .but .f_sub button:hover,
    .contactbox-sec2 .cont .but .f_set button:hover {
        background-color: #677a3f;
    }
}

.contactbox-sec2 .cont .but .f_sub button {
    float: right;
}

/* End */
/* 可持续发展 */
.sustainbox_tit {
    text-align: center;
    margin-bottom: 0.38rem;
}

.sustainbox_tit .tit {
    font-size: 0.48rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.6rem;
    letter-spacing: 0px;
    color: #000000;
}

@media (max-width:767px) {
    .sustainbox_tit .tit {
        font-size: 0.52rem;
        line-height: 1.4;
    }
}

.sustainbox_tit .text {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 10px;
}

@media (max-width:1580px) {
    .sustainbox_tit .text {
        font-size: 14px;
        line-height: 26px;
    }
}

.sustainbox-sec1 {
    padding-top: 0.8rem;
}

.sustainbox-sec1 .cont {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sustainbox-sec1 .cont .lt {
    width: 43.75%;
    padding-right: 1.06rem;
}

@media (max-width:767px) {
    .sustainbox-sec1 .cont .lt {
        padding-right: 0;
        width: 100%;
        order: 1;
        margin-top: 0.5rem;
    }
}

.sustainbox-sec1 .cont .lt .tit {
    font-size: 0.48rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.6rem;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 10px;
}

@media (max-width:767px) {
    .sustainbox-sec1 .cont .lt .tit {
        font-size: 0.52rem;
        line-height: 1.4;
    }
}

.sustainbox-sec1 .cont .lt .text {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #666666;
}

@media (max-width:1580px) {
    .sustainbox-sec1 .cont .lt .text {
        font-size: 14px;
        line-height: 26px;
    }
}

.sustainbox-sec1 .cont .gt {
    width: 56.25%;
}

@media (max-width:767px) {
    .sustainbox-sec1 .cont .gt {
        width: 100%;
    }
}

.sustainbox-sec1 .cont .gt .img {
    width: 100%;
    position: relative;
    padding-bottom: 66.666%;
    overflow: hidden;
}

.sustainbox-sec1 .cont .gt .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.sustainbox-sec2 {
    background-color: #f8f8f8;
}

.sustainbox-sec2 .cont {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.19rem;
}

@media (max-width:767px) {
    .sustainbox-sec2 .cont {
        margin: 0;
    }
}

.sustainbox-sec2 .cont .item {
    width: 25%;
    padding: 0 0.19rem;
}

@media (max-width:1580px) {
    .sustainbox-sec2 .cont .item {
        width: 50%;
        margin-bottom: 0.36rem;
    }
}

@media (max-width:767px) {
    .sustainbox-sec2 .cont .item {
        padding: 0;
        width: 100%;
    }
}

.sustainbox-sec2 .cont .item .list {
    width: 100%;
    display: block;
    background-color: #fff;
    height: 100%;
}

.sustainbox-sec2 .cont .item .list .img {
    width: 100%;
    padding-bottom: 47.29%;
    overflow: hidden;
    position: relative;
}

.sustainbox-sec2 .cont .item .list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.sustainbox-sec2 .cont .item .list .img .zi {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 0.3rem;
    z-index: 3;
}

@media (max-width:767px) {
    .sustainbox-sec2 .cont .item .list .img .zi {
        font-size: 0.42rem;
    }
}

.sustainbox-sec2 .cont .item .list .img:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #677a3f;
    opacity: 0.6;
}

.sustainbox-sec2 .cont .item .list .font {
    width: 100%;
    padding: 0.54rem 0.5rem;
}

.sustainbox-sec2 .cont .item .list .font .text {
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333333;
}

@media (max-width:1580px) {
    .sustainbox-sec2 .cont .item .list .font .text {
        font-size: 14px;
        line-height: 24px;
    }
}

.sustainbox-sec3 .cont {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

@media (max-width:767px) {
    .sustainbox-sec3 .cont {
        margin: 0;
    }
}

.sustainbox-sec3 .cont .item {
    width: 65.9275%;
    padding: 0 5px;
    margin-bottom: 10px;
}

@media (max-width:767px) {
    .sustainbox-sec3 .cont .item {
        padding: 0;
        width: 100%;
        margin-bottom: 0.4rem;
    }
}

.sustainbox-sec3 .cont .item:nth-child(2n),
.sustainbox-sec3 .cont .item:nth-child(3n) {
    width: 34.0725%;
}

@media (max-width:767px) {

    .sustainbox-sec3 .cont .item:nth-child(2n),
    .sustainbox-sec3 .cont .item:nth-child(3n) {
        width: 100%;
    }
}

.sustainbox-sec3 .cont .item:nth-child(4n) {
    width: 65.9275%;
}

@media (max-width:767px) {
    .sustainbox-sec3 .cont .item:nth-child(4n) {
        width: 100%;
    }
}

.sustainbox-sec3 .cont .item .list {
    display: block;
    position: relative;
}

.sustainbox-sec3 .cont .item .list .img {
    width: 100%;
    height: 3.2rem;
    position: relative;
    overflow: hidden;
}

@media (max-width:767px) {
    .sustainbox-sec3 .cont .item .list .img {
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
}

.sustainbox-sec3 .cont .item .list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sustainbox-sec3 .cont .item .list .img:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sustainbox-sec3 .cont .item .list .font {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0.58rem 0.36rem;
    color: #fff;
}

@media (max-width:767px) {
    .sustainbox-sec3 .cont .item .list .font {
        position: relative;
    }
}

.sustainbox-sec3 .cont .item .list .font .tit {
    font-size: 0.3rem;
    margin-bottom: 0.26rem;
}

@media (max-width:1580px) {
    .sustainbox-sec3 .cont .item .list .font .tit {
        margin-bottom: 0.12rem;
    }
}

@media (max-width:767px) {
    .sustainbox-sec3 .cont .item .list .font .tit {
        font-size: 0.42rem;
    }
}

.sustainbox-sec3 .cont .item .list .font .text {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    max-width: 400px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    letter-spacing: 0px;
    color: #ffffff;
}

@media (max-width:1580px) {
    .sustainbox-sec3 .cont .item .list .font .text {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width:991px) {
    .sustainbox-sec3 .cont .item .list .font .text {
        font-size: 12px;
        line-height: 22px;
    }
}

@media (max-width:1199px) {
    .sustainbox-sec3 .cont .item .list .font .text {
        opacity: 1;
    }
}

@media (min-width:1200px) {
    .sustainbox-sec3 .cont .item .list:hover .img img {
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }

    .sustainbox-sec3 .cont .item .list:hover .img:after {
        opacity: 0.9;
        background-color: #677a3f;
    }

    .sustainbox-sec3 .cont .item .list:hover .font .text {
        opacity: 1;
    }
}

.sustainbox-sec4 {
    position: relative;
    min-height: 8rem;
}

@media (max-width:767px) {
    .sustainbox-sec4 {
        min-height: 9rem;
    }
}

.sustainbox-sec4 .bag {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sustainbox-sec4 .bag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sustainbox-sec4 .bag:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-color: #000;
}

.sustainbox-sec4 .container {
    position: relative;
}

.sustainbox-sec4 .sustainbox_tit {
    margin-bottom: 1.4rem;
}

@media (max-width:767px) {
    .sustainbox-sec4 .sustainbox_tit {
        margin-bottom: 0.6rem;
    }
}

.sustainbox-sec4 .sustainbox_tit .tit {
    color: #fff;
}

.sustainbox-sec4 .cont {
    display: flex;
    flex-wrap: wrap;
}

.sustainbox-sec4 .sustainbox4_cont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.sustainbox-sec4 .sustainbox4_cont .swiper-slide {
    width: auto;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.sustainbox-sec4 .sustainbox4_cont .item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3.54rem 1.45rem 0;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media (max-width:1580px) {
    .sustainbox-sec4 .sustainbox4_cont .item {
        padding: 3rem 0.6rem 0;
    }
}

@media (max-width:991px) {
    .sustainbox-sec4 .sustainbox4_cont .item {
        padding: 2.6rem 0.2rem 0;
    }
}

@media (max-width:767px) {
    .sustainbox-sec4 .sustainbox4_cont .item {
        margin-bottom: 0.6rem;
    }
}

.sustainbox-sec4 .sustainbox4_cont .item .img {
    width: 1.2rem;
    height: 1.2rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 50%;
    justify-content: center;
    margin-bottom: 0.3rem;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sustainbox-sec4 .sustainbox4_cont .item .img img,
.sustainbox-sec4 .sustainbox4_cont .item .img svg {
    height: 41.66%;
}

.sustainbox-sec4 .sustainbox4_cont .item .img img:nth-child(2),
.sustainbox-sec4 .sustainbox4_cont .item .img svg:nth-child(2) {
    display: none;
}

.sustainbox-sec4 .sustainbox4_cont .item .img img path,
.sustainbox-sec4 .sustainbox4_cont .item .img svg path {
    fill: #677a3f;
}

.sustainbox-sec4 .sustainbox4_cont .item .font {
    width: 100%;
    text-align: center;
}

.sustainbox-sec4 .sustainbox4_cont .item .font .tit {
    color: #fff;
    margin-bottom: 0.26rem;
    font-size: 0.3rem;
}

@media (max-width:767px) {
    .sustainbox-sec4 .sustainbox4_cont .item .font .tit {
        font-size: 0.42rem;
    }
}

.sustainbox-sec4 .sustainbox4_cont .item .font .text {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0;
}

@media (max-width:1580px) {
    .sustainbox-sec4 .sustainbox4_cont .item .font .text {
        font-size: 14px;
        line-height: 26px;
    }
}

@media (max-width:1199px) {
    .sustainbox-sec4 .sustainbox4_cont .item .font .text {
        opacity: 1;
    }
}

@media (min-width:1200px) {
    .sustainbox-sec4 .sustainbox4_cont .item:hover {
        transform: translateY(-0.4rem);
    }

    .sustainbox-sec4 .sustainbox4_cont .item:hover .img {
        background-color: #d40400;
    }

    .sustainbox-sec4 .sustainbox4_cont .item:hover .img img:nth-child(1) {
        display: none;
    }

    .sustainbox-sec4 .sustainbox4_cont .item:hover .img img:nth-child(2) {
        display: block;
    }

    .sustainbox-sec4 .sustainbox4_cont .item:hover .img svg path {
        fill: #fff;
    }

    .sustainbox-sec4 .sustainbox4_cont .item:hover .font .text {
        opacity: 0.7;
    }
}

.sustainbox-sec5 .cont {
    display: block;
    width: 100%;
    position: relative;
}

.sustainbox-sec5 .cont .img {
    width: 100%;
    height: 6rem;
}

.sustainbox-sec5 .cont .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sustainbox-sec5 .cont .font {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.sustainbox-sec5 .cont .font .tit {
    font-size: 0.48rem;
    margin-bottom: 0.18rem;
    color: #333;
}

@media (max-width:767px) {
    .sustainbox-sec5 .cont .font .tit {
        font-size: 0.52rem;
    }
}

.sustainbox-sec5 .cont .font .but {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #677a3f;
}

@media (max-width:1580px) {
    .sustainbox-sec5 .cont .font .but {
        font-size: 14px;
    }
}

.sustainbox-sec5 .cont .font .but i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-left: 10px;
    border-radius: 50%;
    background-color: #677a3f;
    height: 20px;
}

@media (max-width:1580px) {
    .sustainbox-sec5 .cont .font .but i {
        width: 18px;
        height: 18px;
        margin-left: 8px;
    }
}

.sustainbox-sec5 .cont .font .but i img,
.sustainbox-sec5 .cont .font .but i svg {
    float: left;
    width: 30%;
}

.sustainbox-sec5 .cont .font .but i img path,
.sustainbox-sec5 .cont .font .but i svg path {
    fill: #fff;
}

@media (min-width:1200px) {
    .sustainbox-sec5 .cont:hover .font .but i {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
}

/* End */
/* 研发创新 */
.innobox-sec1 {
    padding-top: 0.6rem;
}

.innobox-sec1 .cont {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.15rem;
}

@media (max-width:767px) {
    .innobox-sec1 .cont {
        margin: 0;
    }
}

.innobox-sec1 .cont .item {
    width: 33.333%;
    padding: 0 0.15rem;
}

@media (max-width:767px) {
    .innobox-sec1 .cont .item {
        padding: 0;
        width: 100%;
        margin-bottom: 0.4rem;
    }

    .innobox-sec1 .cont .item:last-child {
        margin-bottom: 0;
    }
}

.innobox-sec1 .cont .item .list {
    display: block;
    background-color: #f8f8f8;
    padding: 0.56rem 0.32rem 0.3rem;
    height: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.innobox-sec1 .cont .item .list .shu {
    display: flex;
    align-items: flex-start;
    line-height: 0.8;
    font-size: 18px;
    color: #d40400;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media (max-width:1900px) {
    .innobox-sec1 .cont .item .list .shu {
        font-size: 16px;
    }
}

@media (max-width:991px) {
    .innobox-sec1 .cont .item .list .shu {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .innobox-sec1 .cont .item .list .shu {
        font-size: 12px;
    }
}

.innobox-sec1 .cont .item .list .shu span {
    font-size: 0.6rem;
    display: block;
    margin-right: 4px;
}

.innobox-sec1 .cont .item .list .xian {
    width: 0.4rem;
    height: 2px;
    background-color: #dddddd;
    margin: 0.3rem 0 0.58rem;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media (max-width:767px) {
    .innobox-sec1 .cont .item .list .xian {
        margin-bottom: 0.3rem;
    }
}

.innobox-sec1 .cont .item .list .text {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333333;
    padding-right: 1.16rem;
}

@media (max-width:1580px) {
    .innobox-sec1 .cont .item .list .text {
        font-size: 14px;
        line-height: 26px;
    }
}

@media (max-width:991px) {
    .innobox-sec1 .cont .item .list .text {
        padding-right: 0;
    }
}

@media (max-width:767px) {
    .innobox-sec1 .cont .item .list .text {
        padding-right: 0;
    }
}

@media (min-width:1200px) {
    .innobox-sec1 .cont .item .list:hover {
        background: #677a3f url(/doa/skin/image/zhuanlibag1.jpg) no-repeat center / cover;
    }

    .innobox-sec1 .cont .item .list:hover .shu {
        color: #fff;
    }

    .innobox-sec1 .cont .item .list:hover .xian {
        width: 100%;
        background-color: #dddddd;
        opacity: 0.2;
    }

    .innobox-sec1 .cont .item .list:hover .text {
        color: #fff;
    }
}

.innobox-sec2 {
    background-color: #f8f8f8;
}

.innobox-sec2 .item {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0.3rem;
}

.innobox-sec2 .item .font {
    width: 43.75%;
    padding: 0.3rem 0.8rem;
    padding-right: 1rem;
}

@media (max-width:991px) {
    .innobox-sec2 .item .font {
        padding-right: 0.2rem;
    }
}

@media (max-width:767px) {
    .innobox-sec2 .item .font {
        width: 100%;
        padding: 0.6rem 0.4rem;
        order: 1;
    }
}

.innobox-sec2 .item .font .tit {
    font-size: 0.48rem;
    color: #000000;
    margin-bottom: 10px;
}

@media (max-width:767px) {
    .innobox-sec2 .item .font .tit {
        font-size: 0.52rem;
    }
}

.innobox-sec2 .item .font .text {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #666666;
}

@media (max-width:1199px) {
    .innobox-sec2 .item .font .text {
        font-size: 14px;
        line-height: 24px;
        height: 4rem;
        overflow: auto;
    }
}

@media (max-width:991px) {
    .innobox-sec2 .item .font .text {
        height: 3rem;
    }
}

@media (max-width:767px) {
    .innobox-sec2 .item .font .text {
        height: auto;
    }
}

.innobox-sec2 .item .gt {
    width: 56.25%;
    overflow: hidden;
    height: 100%;
}

@media (max-width:767px) {
    .innobox-sec2 .item .gt {
        width: 100%;
    }
}

.innobox-sec2 .item .gt .img {
    height: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 75.555%;
}

@media (max-width:767px) {
    .innobox-sec2 .item .gt .img {
        width: 100%;
    }
}

@media (min-width:768px) {}

.innobox-sec2 .item .gt .img img,
.innobox-sec2 .item .gt .img video {
    width: 140%;
    height: 140%;
    position: absolute;
    margin-left: -20%;
    top: 0;
    left: 0;
    object-fit: cover;
}

@media (min-width:768px) {}

@media (max-width:767px) {

    .innobox-sec2 .item .gt .img img,
    .innobox-sec2 .item .gt .img video {
        width: 100%;
        height: 100%;
        margin: 0;
    }
}

.innobox-sec2 .item .gt .img .video {
    z-index: 2;
}

.innobox-sec2 .item .gt .img:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    height: 100%;
    width: 100%;
    background: url(/doa/skin/image/qiebian.svg) no-repeat;
    background-position: top left;
    background-size: auto 100%;
    z-index: 2;
}

@media (max-width:767px) {
    .innobox-sec2 .item .gt .img:after {
        display: none;
    }
}

@media (min-width:768px) {
    .innobox-sec2 .item:nth-child(2n) .font {
        order: 1;
    }

    .innobox-sec2 .item:nth-child(2n) .gt .img:after {
        transform: rotateY(180deg);
        left: 1px;
    }
}

.innobox-sec3 .cont {
    display: flex;
}

@media (max-width:991px) {
    .innobox-sec3 .cont {
        flex-wrap: wrap;
    }
}

.innobox-sec3 .cont .item {
    width: 12.5%;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    flex: 1 1 12.5%;
}

@media (max-width:1199px) {
    .innobox-sec3 .cont .item {
        width: 15%;
        flex: 1 1 15%;
    }
}

@media (max-width:991px) {
    .innobox-sec3 .cont .item {
        width: 100%;
        margin-bottom: 0.5rem;
        flex: 1 1 100%;
    }

    .innobox-sec3 .cont .item:last-child {
        margin-bottom: 0;
    }
}

.innobox-sec3 .cont .item .list {
    display: block;
    position: relative;
    width: 100%;
}

.innobox-sec3 .cont .item .list .img {
    width: 100%;
    height: 6.6rem;
    position: relative;
}

@media (max-width:991px) {
    .innobox-sec3 .cont .item .list .img {
        height: 5rem;
    }
}

@media (max-width:767px) {
    .innobox-sec3 .cont .item .list .img {
        height: 6.6rem;
    }
}

.innobox-sec3 .cont .item .list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.innobox-sec3 .cont .item .list .img:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
}

.innobox-sec3 .cont .item .list .font {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.52rem 0.38rem 0;
    width: 100%;
    height: 100%;
}

@media (max-width:1199px) {
    .innobox-sec3 .cont .item .list .font {
        padding: 0.52rem 0.3rem;
    }
}

.innobox-sec3 .cont .item .list .font .jut {
    position: relative;
    width: 100%;
    height: 100%;
}

.innobox-sec3 .cont .item .list .font .jut .tit {
    width: 100%;
    color: #fff;
}

@media (max-width:1199px) {
    .innobox-sec3 .cont .item .list .font .jut .tit {
        font-size: 18px;
    }
}

.innobox-sec3 .cont .item .list .font .jut .text {
    margin-top: 0.16rem;
    opacity: 0.8;
    color: #fff;
    font-size: 16px;
    max-width: 530px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

@media (max-width:1580px) {
    .innobox-sec3 .cont .item .list .font .jut .text {
        font-size: 14px;
    }
}

@media (max-width:991px) {
    .innobox-sec3 .cont .item .list .font .jut .text {
        opacity: 1;
        visibility: visible;
    }
}

.innobox-sec3 .cont .item .list .font .jut .but {
    position: absolute;
    left: 0;
    bottom: 0.6rem;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.6rem;
    height: 0.6rem;
    margin-top: 0.8rem;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media (max-width:1199px) {
    .innobox-sec3 .cont .item .list .font .jut .but {
        margin-top: 0.4rem;
    }
}

@media (max-width:991px) {
    .innobox-sec3 .cont .item .list .font .jut .but {
        width: 40px;
        height: 40px;
    }
}

.innobox-sec3 .cont .item .list .font .jut .but img {
    width: 33.33%;
    float: left;
    position: relative;
    z-index: 2;
}

.innobox-sec3 .cont .item .list .font .jut .but img:nth-child(2) {
    display: none;
}

.innobox-sec3 .cont .item .list .font .jut .but:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transform: scale(0);
}

.innobox-sec3 .cont .item .list .font .jut .but:hover {
    transform: rotate(45deg);
    border-color: transparent;
}

.innobox-sec3 .cont .item .list .font .jut .but:hover:before {
    transform: scale(1);
}

.innobox-sec3 .cont .item .list .font .jut .but:hover img:nth-child(1) {
    display: none;
}

.innobox-sec3 .cont .item .list .font .jut .but:hover img:nth-child(2) {
    display: block;
}

.innobox-sec3 .cont .on {
    width: 50%;
    flex: 1 1 50%;
}

@media (max-width:1199px) {
    .innobox-sec3 .cont .on {
        width: 40%;
        flex: 1 1 40%;
    }
}

@media (max-width:991px) {
    .innobox-sec3 .cont .on {
        width: 100%;
        flex: 1 1 100%;
    }
}

.innobox-sec3 .cont .on .list .font .jut .text {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s 0.3s linear;
    transition: all 0.3s 0.3s linear;
}

/* End */
/* 关于我们 */
.abtbanner {
    position: relative;
    height: 260vh;
}

.abtbanner .fz_zhong {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
}

.abtbanner .fz_zhong .bag {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

.abtbanner .fz_zhong .img {
    width: 100%;
    height: 100%;
}

.abtbanner .fz_zhong .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abtbanner .fz_zhong .img img:nth-child(2) {
    display: none;
}

.abtbanner .fz_zhong .cont {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.abtbanner .fz_zhong .cont .tit {
    font-size: 0.6rem;
    text-align: center;
    margin-bottom: 0.1rem;
}

.abtbanner .fz_zhong .cont .tit span {
    position: relative;
}

.abtbanner .fz_zhong .cont .tit span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 10px;
    width: 0.28rem;
    height: 0.28rem;
    background: url(/doa/skin/image/hongxingh1.svg) no-repeat center;
    background-size: contain;
}

@media (max-width:767px) {
    .abtbanner .fz_zhong .cont .tit span:after {
        top: 6px;
    }
}

.abtbanner .fz_zhong .cont .text {
    font-size: 0.36rem;
    margin-bottom: 1.4rem;
}

@media (max-width:767px) {
    .abtbanner .fz_zhong .cont .text {
        margin-bottom: 0.8rem;
    }
}

.abtbanner .fz_zhong .cont .video1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
}

@media (max-width:1580px) {
    .abtbanner .fz_zhong .cont .video1 {
        font-size: 14px;
    }
}

.abtbanner .fz_zhong .cont .video1 i {
    width: 1rem;
    height: 1rem;
    display: block;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    margin-bottom: 0.14rem;
}

.abtbanner .fz_zhong .cont .video1 i:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: rota360 2s linear infinite;
    background: url(/doa/skin/image/bainyuancion1.png) no-repeat center;
    background-size: contain;
}

.abtbanner .fz_zhong .cont .video1 i img {
    width: 26.8%;
    object-fit: contain;
    float: left;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transform: scale(0.91);
}

@media (min-width:1200px) {
    .abtbanner .fz_zhong .cont .video1 i:hover img {
        transform: scale(1);
    }
}

.abtbanner .f_jut {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abtbanner .f_jut .container {
    margin: 0;
}

.abtbanner .f_jut .container .font {
    text-align: left;
    max-width: 12rem;
    color: #fff;
    margin: 0 auto;
    width: 100%;
}

@media (max-width:767px) {
    .abtbanner .f_jut .container .font {
        max-width: 100%;
    }
}

.abtbanner .f_jut .container .font .fz_text {
    position: relative;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 0 1.84rem;
}

@media (max-width:1580px) {
    .abtbanner .f_jut .container .font .fz_text {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (max-width:991px) {
    .abtbanner .f_jut .container .font .fz_text {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width:767px) {
    .abtbanner .f_jut .container .font .fz_text {
        font-size: 18px;
        line-height: 30px;
        padding: 0 0.46rem;
    }
}

.abtbanner .f_jut .container .font .fz_text:after,
.abtbanner .f_jut .container .font .fz_text:before {
    content: "";
    display: block;
    position: absolute;
    width: 0.38rem;
    height: 0.28rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.abtbanner .f_jut .container .font .fz_text:before {
    top: 0;
    left: 0;
    background-image: url(/doa/skin/image/douhao1.png);
}

.abtbanner .f_jut .container .font .fz_text:after {
    right: 0;
    background-image: url(/doa/skin/image/douhao2.png);
    bottom: 0;
}

.abtbanner .f_jut .container .font .but {
    width: 1.84rem;
    height: 0.54rem;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    font-size: 16px;
    color: #677a3f;
    margin: 0.4rem auto 0;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    align-items: center;
}

@media (max-width:1580px) {
    .abtbanner .f_jut .container .font .but {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .abtbanner .f_jut .container .font .but {
        width: 2.2rem;
        height: 0.7rem;
    }
}

.abtbanner .f_jut .container .font .but span {
    position: relative;
}

.abtbanner .f_jut .container .font .but:before {
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background-color: #677a3f;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
}

@media (min-width:1200px) {
    .abtbanner .f_jut .container .font .but:hover {
        color: #fff;
    }

    .abtbanner .f_jut .container .font .but:hover:before {
        width: 100%;
    }
}

.abtbanner.on .fz_zhong .cont {
    opacity: 0;
}

@keyframes rota360 {
    to {
        transform: rotate(0);
    }

    from {
        transform: rotate(360deg);
    }
}

.abtbox-sec1 .cont {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.abtbox-sec1 .cont .lt {
    width: 41.375%;
}

@media (max-width:1199px) {
    .abtbox-sec1 .cont .lt {
        width: 50%;
    }
}

@media (max-width:991px) {
    .abtbox-sec1 .cont .lt {
        width: 60%;
    }
}

@media (max-width:767px) {
    .abtbox-sec1 .cont .lt {
        width: 100%;
    }
}

.abtbox-sec1 .cont .lt .font .tit {
    width: 100%;
    color: #000000;
    font-size: 0.48rem;
    margin-bottom: 0.1rem;
}

@media (max-width:767px) {
    .abtbox-sec1 .cont .lt .font .tit {
        font-size: 0.52rem;
    }
}

.abtbox-sec1 .cont .lt .font .text {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #666666;
    margin-bottom: 0.68rem;
}

@media (max-width:1580px) {
    .abtbox-sec1 .cont .lt .font .text {
        font-size: 14px;
        line-height: 24px;
    }
}

.abtbox-sec1 .cont .lt .font .but {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #677a3f;
    margin-bottom: 0.72rem;
}

@media (max-width:1580px) {
    .abtbox-sec1 .cont .lt .font .but {
        font-size: 14px;
    }
}

.abtbox-sec1 .cont .lt .font .but i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-left: 10px;
    border-radius: 50%;
    background-color: #677a3f;
    height: 20px;
}

@media (max-width:1580px) {
    .abtbox-sec1 .cont .lt .font .but i {
        width: 18px;
        margin-left: 8px;
    }
}

.abtbox-sec1 .cont .lt .font .but i img,
.abtbox-sec1 .cont .lt .font .but i svg {
    float: left;
    width: 30%;
}

.abtbox-sec1 .cont .lt .font .but i img path,
.abtbox-sec1 .cont .lt .font .but i svg path {
    fill: #fff;
}

@media (min-width:1200px) {
    .abtbox-sec1 .cont .lt .font .but:hover i {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
}

.abtbox-sec1 .cont .lt .font .jut {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.abtbox-sec1 .cont .lt .font .jut .li {
    width: 33.333%;
    padding-left: 0.3rem;
    border-left: 1px solid #dddddd;
    margin-bottom: 0.4rem;
}

@media (max-width:767px) {
    .abtbox-sec1 .cont .lt .font .jut .li {
        width: 50%;
    }
}

.abtbox-sec1 .cont .lt .font .jut .li .fz_tit {
    font-size: 16px;
    margin-bottom: 0.12rem;
}

@media (max-width:1900px) {
    .abtbox-sec1 .cont .lt .font .jut .li .fz_tit {
        font-size: 14px;
    }
}

@media (max-width:1580px) {}

@media (max-width:991px) {
    .abtbox-sec1 .cont .lt .font .jut .li .fz_tit {
        font-size: 12px;
    }
}

@media (max-width:767px) {
    .abtbox-sec1 .cont .lt .font .jut .li .fz_tit {
        font-size: 0.2rem;
    }
}

.abtbox-sec1 .cont .lt .font .jut .li .shu {
    font-size: 30px;
    font-weight: bold;
    line-height: 0.8;
    color: #333333;
}

@media (max-width:1580px) {
    .abtbox-sec1 .cont .lt .font .jut .li .shu {
        font-size: 26px;
    }
}

@media (max-width:767px) {
    .abtbox-sec1 .cont .lt .font .jut .li .shu {
        font-size: 0.38rem;
    }
}

.abtbox-sec1 .cont .lt .font .jut .li .fz_text {
    color: #999;
    font-size: 16px;
    margin-top: 0.12rem;
}

@media (max-width:1900px) {
    .abtbox-sec1 .cont .lt .font .jut .li .fz_text {
        font-size: 14px;
    }
}

@media (max-width:1580px) {}

@media (max-width:991px) {
    .abtbox-sec1 .cont .lt .font .jut .li .fz_text {
        font-size: 12px;
    }
}

@media (max-width:767px) {
    .abtbox-sec1 .cont .lt .font .jut .li .fz_text {
        font-size: 0.2rem;
    }
}

.abtbox-sec1 .cont .gt {
    width: 58.625%;
    overflow: hidden;
}

@media (max-width:1199px) {
    .abtbox-sec1 .cont .gt {
        width: 50%;
    }
}

@media (max-width:991px) {
    .abtbox-sec1 .cont .gt {
        width: 40%;
    }
}

@media (max-width:767px) {
    .abtbox-sec1 .cont .gt {
        width: 100%;
    }
}

@media (max-width:767px) {
    .abtbox-sec1 .cont .gt {
        width: 100%;
    }
}

.abtbox-sec1 .cont .gt .img {
    height: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 85%;
}

@media (max-width:767px) {
    .abtbox-sec1 .cont .gt .img {
        width: 100%;
    }
}

@media (min-width:768px) {}

.abtbox-sec1 .cont .gt .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

@media (min-width:768px) {}

@media (max-width:767px) {
    .abtbox-sec1 .cont .gt .img img {
        width: 100%;
        height: 100%;
        margin: 0;
    }
}

.abtbox-sec1 .cont .gt .img:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    height: 100%;
    width: 100%;
    background: url(/doa/skin/image/qiebian.svg) no-repeat;
    background-position: top left;
    background-size: auto 100%;
    z-index: 2;
}

@media (max-width:767px) {
    .abtbox-sec1 .cont .gt .img:before {
        display: none;
    }
}

.abtbox-sec2 {
    position: relative;
}

.abtbox-sec2 .abtbox2_cont {
    width: 100%;
}

.abtbox-sec2 .abtbox2_cont .img {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

@media (max-width:1199px) {
    .abtbox-sec2 .abtbox2_cont .img {
        height: 10rem;
    }
}

.abtbox-sec2 .abtbox2_cont .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abtbox-sec2 .abtbox2_cont .img:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
}

.abtbox-sec2 .abtbox2_cont .on .img img {
    animation: scalefz1 60s linear infinite;
}

.abtbox-sec2 .cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding-top: 1.7rem;
    color: #fff;
    text-align: center;
}

@media (max-width:767px) {
    .abtbox-sec2 .cont {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-top: 0;
    }
}

.abtbox-sec2 .cont .tit {
    line-height: 1.2;
    font-size: 0.48rem;
    margin-bottom: 0.18rem;
}

@media (max-width:767px) {
    .abtbox-sec2 .cont .tit {
        font-size: 0.52rem;
    }
}

.abtbox-sec2 .cont .text {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 0.68rem;
}

@media (max-width:1580px) {
    .abtbox-sec2 .cont .text {
        font-size: 14px;
    }
}

.abtbox-sec2 .cont .but {
    display: flex;
    justify-content: center;
}

.abtbox-sec2 .cont .but a {
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    align-items: center;
}

@media (max-width:1580px) {
    .abtbox-sec2 .cont .but a {
        font-size: 16px;
    }
}

@media (max-width:991px) {
    .abtbox-sec2 .cont .but a {
        font-size: 14px;
    }
}

.abtbox-sec2 .cont .but a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-left: 10px;
    border-radius: 50%;
    background-color: #fff;
    height: 20px;
}

@media (max-width:1580px) {
    .abtbox-sec2 .cont .but a i {
        width: 18px;
        margin-left: 8px;
    }
}

.abtbox-sec2 .cont .but a i img,
.abtbox-sec2 .cont .but a i svg {
    float: left;
    width: 30%;
}

.abtbox-sec2 .cont .but a i img path,
.abtbox-sec2 .cont .but a i svg path {
    fill: #677a3f;
}

@media (min-width:1200px) {
    .abtbox-sec2 .cont .but a:hover i {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
}

.abtbox-sec2 .fz_nav {
    width: 100%;
    position: relative;
    margin-top: 0.8rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.abtbox-sec2 .fz_nav .abtbox2_page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

.abtbox-sec2 .fz_nav .abtbox2_page span {
    background-color: #fff;
    content: "";
    display: block;
    height: 1px;
    width: 0;
}

.abtbox-sec2 .fz_nav .abtbox2_page.on span {
    width: 100%;
    transition: all 5.1s linear;
}

.abtbox-sec2 .fz_nav .abtbox2_nav {
    color: #fff;
}

.abtbox-sec2 .fz_nav .abtbox2_nav .swiper-slide {
    width: 50%;
}

.abtbox-sec2 .fz_nav .abtbox2_nav .swiper-slide .item {
    font-size: 2rem;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    opacity: 0.2;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media (max-width:1199px) {
    .abtbox-sec2 .fz_nav .abtbox2_nav .swiper-slide .item {
        font-size: 1rem;
    }
}

@media (max-width:767px) {
    .abtbox-sec2 .fz_nav .abtbox2_nav .swiper-slide .item {
        font-size: 1rem;
    }
}

.abtbox-sec2 .fz_nav .abtbox2_nav .swiper-slide.on .item {
    opacity: 1;
}

.abtbox-sec3 {
    width: 100%;
    height: 140vh;
    position: relative;
}

.abtbox-sec3 .cont {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    padding: 360px 0 0;
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

@media (max-width:1580px) {
    .abtbox-sec3 .cont {
        padding: 300px 0 0;
    }
}

@media (max-width:767px) {
    .abtbox-sec3 .cont {
        padding: 4.6rem 0 0;
    }
}

.abtbox-sec3 .cont .fz_zhong {
    position: relative;
    height: 100%;
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

.abtbox-sec3 .cont .fz_zhong .bag {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.abtbox-sec3 .cont .fz_zhong .bag img,
.abtbox-sec3 .cont .fz_zhong .bag .video {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.abtbox-sec3 .cont .fz_zhong .bag .video {
    position: absolute;
    z-index: 2;
}

.abtbox-sec3 .cont .fz_zhong .bag:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    z-index: 4;
}

.abtbox-sec3 .cont .fz_zhong .jut {
    position: absolute;
    top: 0%;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 0 10%;
    overflow: hidden;
}

.abtbox-sec3 .cont .font {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: -30%;
    left: 0;
    right: 0;
    transition: all 0.6s linear;
    padding: 0 10px;
    z-index: 6;
}

.abtbox-sec3 .cont .font .tit {
    font-size: 0.48rem;
    line-height: 1.1;
    margin-bottom: 0.14rem;
}

@media (max-width:767px) {
    .abtbox-sec3 .cont .font .tit {
        font-size: 0.52rem;
    }
}

.abtbox-sec3 .cont .font .text {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 0.68rem;
}

@media (max-width:1580px) {
    .abtbox-sec3 .cont .font .text {
        font-size: 14px;
        line-height: 24px;
    }
}

.abtbox-sec3 .cont .font .but {
    display: flex;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    justify-content: center;
    opacity: 0;
    transform: translateY(30px);
}

.abtbox-sec3 .cont .font .but a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
}

@media (max-width:1580px) {
    .abtbox-sec3 .cont .font .but a {
        font-size: 14px;
    }
}

.abtbox-sec3 .cont .font .but a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-left: 10px;
    border-radius: 50%;
    background-color: #fff;
    height: 20px;
}

@media (max-width:1580px) {
    .abtbox-sec3 .cont .font .but a i {
        width: 18px;
        margin-left: 8px;
    }
}

.abtbox-sec3 .cont .font .but a i img,
.abtbox-sec3 .cont .font .but a i svg {
    float: left;
    width: 30%;
}

.abtbox-sec3 .cont .font .but a i img path,
.abtbox-sec3 .cont .font .but a i svg path {
    fill: #677a3f;
}

@media (min-width:1200px) {
    .abtbox-sec3 .cont .font .but a:hover i {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.abtbox-sec3 .cont .fz_font2 .tit {
    color: #333;
}

.abtbox-sec3 .cont .fz_font2 .text {
    color: #666;
}

.abtbox-sec3 .cont .fz_font2 .but a span {
    color: #677a3f;
}

.abtbox-sec3.on .cont {
    padding: 0;
    height: 100vh;
}

.abtbox-sec3.on .cont .fz_zhong {
    width: 100%;
    max-width: 100%;
}

.abtbox-sec3.on .cont .font,
.abtbox-sec3.on .cont .fz_font2 {
    top: 40%;
}

.abtbox-sec3.on .cont .font .but {
    opacity: 1;
    -webkit-transition: all 0.3s 0.6s linear;
    transition: all 0.3s 0.6s linear;
    transform: translateY(0);
}

.abtbox-sec4 .cont {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.6rem;
}

.abtbox-sec4 .cont .lt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50.6%;
    height: 3.33rem;
    background: url(/doa/skin/image/wangzheimgf1.png) no-repeat center;
    background-size: 100%;
}

@media (max-width:991px) {
    .abtbox-sec4 .cont .lt {
        width: 100%;
    }
}

.abtbox-sec4 .cont .lt .logo {
    width: 59%;
}

.abtbox-sec4 .cont .lt .logo img {
    width: 100%;
}

.abtbox-sec4 .cont .gt {
    width: 49.4%;
    padding-left: 0.6rem;
}

@media (max-width:991px) {
    .abtbox-sec4 .cont .gt {
        width: 100%;
        padding-left: 0;
        margin-top: 0.5rem;
    }
}

.abtbox-sec4 .cont .gt .tit {
    margin-bottom: 0.26rem;
}

.abtbox-sec4 .cont .gt .text {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}

@media (max-width:1580px) {
    .abtbox-sec4 .cont .gt .text {
        font-size: 14px;
        line-height: 26px;
    }
}

@media (max-width:991px) {
    .abtbox-sec4 .cont .gt .text {
        line-height: 20px;
    }
}

.abtbox-sec4 .fz_text {
    text-align: center;
    padding: 0.6rem 1.4rem 0;
    margin-bottom: 0.7rem;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    border-top: 1px solid #dddddd;
    letter-spacing: 0px;
    color: #333333;
}

@media (max-width:1580px) {
    .abtbox-sec4 .fz_text {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width:1199px) {
    .abtbox-sec4 .fz_text {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width:767px) {
    .abtbox-sec4 .fz_text {
        padding: 0.6rem 0 0;
    }
}

.abtbox-sec4 .jut {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.abtbox-sec4 .jut .item {
    width: 20%;
    padding: 0 0.7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

@media (max-width:1199px) {
    .abtbox-sec4 .jut .item {
        padding: 0 0.4rem;
    }
}

@media (max-width:991px) {
    .abtbox-sec4 .jut .item {
        width: 33.333%;
        margin-bottom: 0.6rem;
    }
}

@media (max-width:767px) {
    .abtbox-sec4 .jut .item {
        width: 50%;
        padding: 0 0.2rem;
    }
}

.abtbox-sec4 .jut .item .img {
    display: block;
    height: 0.4rem;
    overflow: hidden;
    margin-bottom: 0.35rem;
}

@media (max-width:767px) {
    .abtbox-sec4 .jut .item .img {
        height: 0.8rem;
    }
}

.abtbox-sec4 .jut .item .img img,
.abtbox-sec4 .jut .item .img svg {
    float: left;
    height: 100%;
}

.abtbox-sec4 .jut .item .font {
    width: 100%;
}

.abtbox-sec4 .jut .item .font .tit {
    font-size: 0.24rem;
    margin-bottom: 10px;
}

@media (max-width:1580px) {
    .abtbox-sec4 .jut .item .font .tit {
        font-size: 20px;
    }
}

@media (max-width:991px) {
    .abtbox-sec4 .jut .item .font .tit {
        font-size: 18px;
    }
}

@media (max-width:767px) {
    .abtbox-sec4 .jut .item .font .tit {
        font-size: 0.34rem;
    }
}

.abtbox-sec4 .jut .item .font .text {
    font-size: 16px;
    color: #333333;
}

@media (max-width:1580px) {
    .abtbox-sec4 .jut .item .font .text {
        font-size: 14px;
    }
}

.abtbox-sec5 {
    overflow: hidden;
    background-color: #f8f8f8;
    padding-bottom: 0.6rem;
}

.abtbox-sec5 .sustainbox_tit {
    margin-bottom: 0.5rem;
}

.abtbox-sec5 .cont {
    position: relative;
}

.abtbox-sec5 .cont .abtbox6_cont {
    width: 100%;
    max-width: 600px;
    overflow: visible;
}

.abtbox-sec5 .cont .abtbox6_cont .abtbox6_prev,
.abtbox-sec5 .cont .abtbox6_cont .abtbox6_next {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    width: 0.66rem;
    height: 0.66rem;
    display: flex;
    opacity: 0.4;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border: solid 2px #333;
    color: #333;
}

@media (max-width:767px) {

    .abtbox-sec5 .cont .abtbox6_cont .abtbox6_prev,
    .abtbox-sec5 .cont .abtbox6_cont .abtbox6_next {
        border-width: 1px;
    }
}

.abtbox-sec5 .cont .abtbox6_cont .abtbox6_prev:before,
.abtbox-sec5 .cont .abtbox6_cont .abtbox6_next:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background-color: #677a3f;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.abtbox-sec5 .cont .abtbox6_cont .abtbox6_prev i,
.abtbox-sec5 .cont .abtbox6_cont .abtbox6_next i {
    display: block;
    width: 10px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

@media (max-width:767px) {

    .abtbox-sec5 .cont .abtbox6_cont .abtbox6_prev i,
    .abtbox-sec5 .cont .abtbox6_cont .abtbox6_next i {
        width: 0.12rem;
    }
}

.abtbox-sec5 .cont .abtbox6_cont .abtbox6_prev i img,
.abtbox-sec5 .cont .abtbox6_cont .abtbox6_next i img,
.abtbox-sec5 .cont .abtbox6_cont .abtbox6_prev i svg,
.abtbox-sec5 .cont .abtbox6_cont .abtbox6_next i svg {
    width: 100%;
    float: left;
}

.abtbox-sec5 .cont .abtbox6_cont .abtbox6_prev i img path,
.abtbox-sec5 .cont .abtbox6_cont .abtbox6_next i img path,
.abtbox-sec5 .cont .abtbox6_cont .abtbox6_prev i svg path,
.abtbox-sec5 .cont .abtbox6_cont .abtbox6_next i svg path {
    fill: #333;
}

.abtbox-sec5 .cont .abtbox6_cont .abtbox6_prev:hover,
.abtbox-sec5 .cont .abtbox6_cont .abtbox6_next:hover {
    opacity: 1;
    border-color: #677a3f;
}

.abtbox-sec5 .cont .abtbox6_cont .abtbox6_prev:hover:before,
.abtbox-sec5 .cont .abtbox6_cont .abtbox6_next:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
}

.abtbox-sec5 .cont .abtbox6_cont .abtbox6_prev:hover i img path,
.abtbox-sec5 .cont .abtbox6_cont .abtbox6_next:hover i img path,
.abtbox-sec5 .cont .abtbox6_cont .abtbox6_prev:hover i svg path,
.abtbox-sec5 .cont .abtbox6_cont .abtbox6_next:hover i svg path {
    fill: #fff;
}

.abtbox-sec5 .cont .abtbox6_cont .abtbox6_prev {
    left: -0.86rem;
}

@media (max-width:767px) {
    .abtbox-sec5 .cont .abtbox6_cont .abtbox6_prev {
        left: 0;
    }
}

.abtbox-sec5 .cont .abtbox6_cont .abtbox6_next {
    right: -0.86rem;
}

@media (max-width:767px) {
    .abtbox-sec5 .cont .abtbox6_cont .abtbox6_next {
        right: 0;
    }
}

.abtbox-sec5 .cont .abtbox6_cont .swiper-slide {
    width: 75%;
    opacity: 0.5;
}

@media (max-width:767px) {
    .abtbox-sec5 .cont .abtbox6_cont .swiper-slide {
        opacity: 1;
    }
}

.abtbox-sec5 .cont .abtbox6_cont .swiper-slide .item {
    height: 6.2rem;
    padding: 0.62rem 0.2rem;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.abtbox-sec5 .cont .abtbox6_cont .swiper-slide .img {
    width: 100%;
    background-color: #fff;
    padding: 0.5rem;
    height: 3.4rem;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.38rem;
}

.abtbox-sec5 .cont .abtbox6_cont .swiper-slide .img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.abtbox-sec5 .cont .abtbox6_cont .swiper-slide .tit {
    text-align: center;
    color: #000000;
}

@media (max-width:767px) {
    .abtbox-sec5 .cont .abtbox6_cont .swiper-slide {
        opacity: 1;
        width: 100%;
    }

    .abtbox-sec5 .cont .abtbox6_cont .swiper-slide .item {
        padding: 0 0.2rem;
    }

    .abtbox-sec5 .cont .abtbox6_cont .swiper-slide .img {
        height: 4.5rem;
        box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    }
}

.abtbox-sec5 .cont .abtbox6_cont .swiper-slide-active {
    opacity: 1;
    width: 100%;
}

.abtbox-sec5 .cont .abtbox6_cont .swiper-slide-active .item {
    padding: 0 0.2rem;
}

.abtbox-sec5 .cont .abtbox6_cont .swiper-slide-active .img {
    height: 4.5rem;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.abtbox-sec6 .cont {
    display: flex;
    flex-wrap: wrap;
}

.abtbox-sec7{padding: 1rem 0 1rem;}


.abtbox-sec6 .cont .item {
    width: 50%;
}

@media (max-width:767px) {
    .abtbox-sec6 .cont .item {
        width: 100%;
        margin-bottom: 0.4rem;
    }
}

.abtbox-sec6 .cont .item:last-child {
    border-right: none;
}

.abtbox-sec6 .cont .item .list {
    display: block;
    width: 100%;
    position: relative;
}

.abtbox-sec6 .cont .item .list .img {
    width: 100%;
    position: relative;
    padding-bottom: 42.5%;
    overflow: hidden;
}

@media (max-width:1199px) {
    .abtbox-sec6 .cont .item .list .img {
        padding-bottom: 56%;
    }
}

@media (max-width:991px) {}

@media (max-width:767px) {
    .abtbox-sec6 .cont .item .list .img {
        padding-bottom: 58%;
    }
}

.abtbox-sec6 .cont .item .list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.abtbox-sec6 .cont .item .list .img:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.16;
    z-index: 2;
}

.abtbox-sec6 .cont .item .list .img:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(/doa/skin/image/jianbianimgf1.png) no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    z-index: 2;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    z-index: 3;
}

.abtbox-sec6 .cont .item .list .font {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.64rem 0.7rem 0.4rem;
    color: #fff;
    width: 100%;
    height: 100%;
    z-index: 4;
}

@media (max-width:1199px) {
    .abtbox-sec6 .cont .item .list .font {
        padding: 0.3rem 0.4rem 0.26rem;
    }
}

@media (max-width:767px) {
    .abtbox-sec6 .cont .item .list .font {
        padding: 0.6rem 0.4rem;
    }
}

.abtbox-sec6 .cont .item .list .font .tit {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    margin-bottom: 12px;
}

@media (max-width:1580px) {
    .abtbox-sec6 .cont .item .list .font .tit {
        margin-bottom: 8px;
    }
}

.abtbox-sec6 .cont .item .list .font .text {
    opacity: 0;
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media (max-width:1580px) {
    .abtbox-sec6 .cont .item .list .font .text {
        height: 48px;
        line-height: 24px;
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .abtbox-sec6 .cont .item .list .font .text {
        opacity: 0.8;
    }
}

.abtbox-sec6 .cont .item .list .font .but {
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.6rem;
    height: 0.6rem;
    margin-top: 0.8rem;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media (max-width:1199px) {
    .abtbox-sec6 .cont .item .list .font .but {
        margin-top: 0.4rem;
    }
}

@media (max-width:991px) {
    .abtbox-sec6 .cont .item .list .font .but {
        width: 40px;
        height: 40px;
    }
}

.abtbox-sec6 .cont .item .list .font .but img,
.abtbox-sec6 .cont .item .list .font .but svg {
    width: 33.33%;
    float: left;
    position: relative;
    z-index: 2;
}

.abtbox-sec6 .cont .item .list .font .but img path,
.abtbox-sec6 .cont .item .list .font .but svg path {
    fill: #fff;
}

.abtbox-sec6 .cont .item .list .font .but:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transform: scale(0);
}

@media (min-width:1200px) {
    .abtbox-sec6 .cont .item .list:hover .img img {
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }

    .abtbox-sec6 .cont .item .list:hover .img:after {
        opacity: 1;
    }

    .abtbox-sec6 .cont .item .list:hover .font .text {
        opacity: 0.8;
    }

    .abtbox-sec6 .cont .item .list:hover .font .but {
        transform: rotate(45deg);
        background-color: #fff;
        border-color: transparent;
    }

    .abtbox-sec6 .cont .item .list:hover .font .but img:nth-child(1) {
        display: none;
    }

    .abtbox-sec6 .cont .item .list:hover .font .but img:nth-child(2) {
        display: block;
    }

    .abtbox-sec6 .cont .item .list:hover .font .but svg path {
        fill: #677a3f;
    }
}

@keyframes scalefz1 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(3);
    }
}

@keyframes width1 {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes width2 {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

/* End */
/* 发展历程 */
.coursebox {
    position: relative;
}

.coursebox:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #f8f8f8 url(/doa/skin/image/fazhnagbagimfa1.jpg) no-repeat center;
    background-size: cover;
    z-index: -1;
    opacity: 0.9;
}

.coursebox.active_before:before {
    position: fixed;
}

.coursebox-sec1 {
    position: relative;
    margin-top: 0.54rem;
    padding-top: 0;
}

@media (max-width:767px) {
    .coursebox-sec1 {
        padding-top: 0.54rem;
    }
}

.coursebox-sec1 .cont {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.coursebox-sec1 .cont .lt {
    width: 43.75%;
    padding-right: 1.64rem;
    height: 6.2rem;
}

@media (max-width:1199px) {
    .coursebox-sec1 .cont .lt {
        padding-right: 1rem;
    }
}

@media (max-width:767px) {
    .coursebox-sec1 .cont .lt {
        width: 100%;
        height: auto;
        padding-right: 0;
    }
}

@media (min-width:768px) {
    .coursebox-sec1 .cont .lt {
        position: sticky;
        top: 1.4rem;
    }
}

.coursebox-sec1 .cont .lt .fz_title {
    margin-bottom: 0.7rem;
}

@media (max-width:767px) {
    .coursebox-sec1 .cont .lt .fz_title {
        margin-bottom: 0.2rem;
    }
}

.coursebox-sec1 .cont .lt .course1_cont {
    width: 100%;
    margin-bottom: 0.5rem;
}

.coursebox-sec1 .cont .lt .course1_cont .item {
    width: 100%;
}

.coursebox-sec1 .cont .lt .course1_cont .item .date {
    font-size: 16px;
    margin-bottom: 6px;
}

@media (max-width:1580px) {
    .coursebox-sec1 .cont .lt .course1_cont .item .date {
        font-size: 14px;
    }
}

.coursebox-sec1 .cont .lt .course1_cont .item .tit {
    width: 100%;
    font-size: 0.48rem;
    margin-bottom: 0.18rem;
}

@media (max-width:767px) {
    .coursebox-sec1 .cont .lt .course1_cont .item .tit {
        font-size: 0.52rem;
    }
}

.coursebox-sec1 .cont .lt .course1_cont .item .text {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}

@media (max-width:1580px) {
    .coursebox-sec1 .cont .lt .course1_cont .item .text {
        font-size: 14px;
        line-height: 24px;
    }
}

.coursebox-sec1 .cont .lt .nav {
    width: 100%;
    padding-right: 1.64rem;
}

@media (max-width:1199px) {
    .coursebox-sec1 .cont .lt .nav {
        padding-right: 1rem;
    }
}

@media (min-width:768px) {
    .coursebox-sec1 .cont .lt .nav {
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

@media (max-width:767px) {
    .coursebox-sec1 .cont .lt .nav {
        padding-right: 0;
    }
}

.coursebox-sec1 .cont .lt .nav .text {
    font-size: 16px;
    color: #999999;
    margin-bottom: 10px;
}

@media (max-width:1580px) {
    .coursebox-sec1 .cont .lt .nav .text {
        font-size: 14px;
    }
}

.coursebox-sec1 .cont .lt .nav .course1_nav {
    width: 100%;
}

.coursebox-sec1 .cont .lt .nav .course1_nav .swiper-slide {
    width: auto;
    margin-right: 0.4rem;
}

.coursebox-sec1 .cont .lt .nav .course1_nav .swiper-slide .item {
    color: #999999;
    cursor: pointer;
    line-height: 1;
    font-weight: bold;
    font-size: 16px;
}

@media (max-width:1580px) {
    .coursebox-sec1 .cont .lt .nav .course1_nav .swiper-slide .item {
        font-size: 14px;
    }
}

.coursebox-sec1 .cont .lt .nav .course1_nav .swiper-slide.on .item {
    color: #333333;
}

.coursebox-sec1 .cont .gt {
    width: 56.25%;
}

@media (max-width:767px) {
    .coursebox-sec1 .cont .gt {
        width: 100%;
        margin-top: 0.8rem;
    }
}

.coursebox-sec1 .cont .gt:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #dddddd;
}

@media (max-width:767px) {
    .coursebox-sec1 .cont .gt:before {
        display: none;
    }
}

.coursebox-sec1 .cont .gt .item {
    width: 100%;
}

.coursebox-sec1 .cont .gt .item .li {
    padding-left: 1.2rem;
    position: relative;
    margin-bottom: 0.5rem;
}

@media (max-width:1199px) {
    .coursebox-sec1 .cont .gt .item .li {
        padding-left: 0.6rem;
    }
}

@media (max-width:767px) {
    .coursebox-sec1 .cont .gt .item .li {
        padding-left: 0;
    }
}

.coursebox-sec1 .cont .gt .item .li .date {
    font-weight: bold;
    line-height: 0.8;
    font-size: 0.48rem;
    display: flex;
    align-items: center;
}

@media (max-width:767px) {
    .coursebox-sec1 .cont .gt .item .li .date {
        font-size: 0.52rem;
        margin-bottom: 0.4rem;
    }
}

@media (min-width:768px) {
    .coursebox-sec1 .cont .gt .item .li .date {
        position: absolute;
        top: 0.3rem;
        left: -10px;
        z-index: 2;
    }
}

.coursebox-sec1 .cont .gt .item .li .date i {
    display: block;
    width: 0.26rem;
    overflow: hidden;
    margin-right: 0.2rem;
}

.coursebox-sec1 .cont .gt .item .li .date i img {
    float: left;
    width: 100%;
}

@media (min-width:768px) {
    .coursebox-sec1 .cont .gt .item .li .date span {
        color: #fff;
    }
}

.coursebox-sec1 .cont .gt .item .li .img {
    width: 100%;
    position: relative;
    display: block;
    padding-bottom: 42.222%;
    overflow: hidden;
    margin-bottom: 0.2rem;
}

@media (max-width:767px) {
    .coursebox-sec1 .cont .gt .item .li .img {
        padding-bottom: 49.222%;
    }
}

.coursebox-sec1 .cont .gt .item .li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media (min-width:1200px) {
    .coursebox-sec1 .cont .gt .item .li .img:hover img {
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }
}

.coursebox-sec1 .cont .gt .item .li .jut {
    width: 100%;
    padding-right: 1.25rem;
}

@media (max-width:1199px) {
    .coursebox-sec1 .cont .gt .item .li .jut {
        padding-right: 1rem;
    }
}

@media (max-width:991px) {
    .coursebox-sec1 .cont .gt .item .li .jut {
        padding-right: 0;
    }
}

.coursebox-sec1 .cont .gt .item .li .jut .list1 {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    margin-bottom: 0.16rem;
}

@media (max-width:1580px) {
    .coursebox-sec1 .cont .gt .item .li .jut .list1 {
        font-size: 14px;
        line-height: 26px;
    }
}

@media (max-width:767px) {
    .coursebox-sec1 .cont .gt .item .li .jut .list1 {
        line-height: 24px;
    }
}

.coursebox-sec1 .cont .gt .item .li .jut .list1:last-child {
    margin-bottom: 0;
}

.coursebox-sec1 .cont .gt .item .li .jut .list1 .yue {
    color: #333333;
    font-size: 20px;
    width: 78px;
}

@media (max-width:1580px) {
    .coursebox-sec1 .cont .gt .item .li .jut .list1 .yue {
        width: 70px;
        font-size: 18px;
    }
}

@media (max-width:1199px) {
    .coursebox-sec1 .cont .gt .item .li .jut .list1 .yue {
        font-size: 16px;
        width: 58px;
    }
}

.coursebox-sec1 .cont .gt .item .li .jut .list1 .name {
    display: block;
    width: calc(100% - 78px);
    color: #666666;
}

@media (max-width:1580px) {
    .coursebox-sec1 .cont .gt .item .li .jut .list1 .name {
        width: calc(100% - 70px);
    }
}

.coursebox-sec1 .cont .gt .item:last-child .li:last-child {
    margin-bottom: 0;
}

/* End */
/* 投资者关系 */
.investorbox-sec1 {
    padding-top: 0.6rem;
    border-bottom: 1px solid #dddddd;
}

.investorbox-sec1 .container {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.investorbox-sec1 .container .lt {
    width: 51.875%;
    padding-right: 1;
}

@media (max-width:991px) {
    .investorbox-sec1 .container .lt {
        width: 38%;
    }
}

@media (max-width:767px) {
    .investorbox-sec1 .container .lt {
        width: 100%;
        padding-right: 0;
    }
}

.investorbox-sec1 .container .lt .fz_tit {
    font-size: 0.36rem;
    color: #000000;
    margin-bottom: 0.42rem;
}

@media (max-width:767px) {
    .investorbox-sec1 .container .lt .fz_tit {
        font-size: 0.52rem;
    }
}

.investorbox-sec1 .container .lt .name {
    font-size: 14px;
    color: #666666;
    line-height: 1;
    margin-bottom: 0.22rem;
}

.investorbox-sec1 .container .lt .text {
    font-size: 0.72rem;
    color: #000000;
    line-height: 0.8;
}

.investorbox-sec1 .container .gt {
    width: 48.125%;
}

@media (max-width:991px) {
    .investorbox-sec1 .container .gt {
        width: 62%;
    }
}

@media (max-width:767px) {
    .investorbox-sec1 .container .gt {
        width: 100%;
        margin-top: 0.6rem;
    }
}

.investorbox-sec1 .container .gt .jut {
    display: flex;
    align-items: flex;
    flex-wrap: wrap;
    margin-bottom: 0.44rem;
}

@media (max-width:767px) {
    .investorbox-sec1 .container .gt .jut {
        margin-bottom: 0.2rem;
    }
}

.investorbox-sec1 .container .gt .jut .li {
    width: 25%;
}

@media (max-width:767px) {
    .investorbox-sec1 .container .gt .jut .li {
        width: 50%;
        margin-bottom: 0.6rem;
    }
}

.investorbox-sec1 .container .gt .jut .li .name {
    color: #666666;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0.2rem;
}

.investorbox-sec1 .container .gt .jut .li .shu {
    color: #000000;
    font-size: 0.3rem;
    line-height: 0.8;
}

@media (max-width:767px) {
    .investorbox-sec1 .container .gt .jut .li .shu {
        font-size: 0.42rem;
    }
}

.investorbox-sec1 .container .gt .text {
    color: #999999;
    font-size: 14px;
}

.investorbox-sec2 {
    padding-bottom: 0;
}

.investorbox-sec2 .investorbox2_nav {
    width: 100%;
    margin-bottom: 0.6rem;
}

.investorbox-sec2 .investorbox2_nav .swiper-slide {
    width: auto;
    margin-right: 0.7rem;
}

.investorbox-sec2 .investorbox2_nav .swiper-slide .item {
    display: block;
    padding-bottom: 8px;
    border-bottom: 2px solid transparent;
    color: #666666;
    font-size: 18px;
}

@media (max-width:1580px) {
    .investorbox-sec2 .investorbox2_nav .swiper-slide .item {
        font-size: 16px;
    }
}

.investorbox-sec2 .investorbox2_nav .swiper-slide.on .item {
    border-color: #e60012;
    color: #e60012;
}

.investorbox-sec2 .cont .item {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
    padding: 0.26rem 0.4rem;
    flex-wrap: wrap;
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.05);
    justify-content: space-between;
}

@media (max-width:767px) {
    .investorbox-sec2 .cont .item {
        padding: 0.46rem 0.3rem;
    }
}

.investorbox-sec2 .cont .item .fz_title {
    display: flex;
    width: 75%;
    align-items: center;
    padding-right: 0.3rem;
}

@media (max-width:767px) {
    .investorbox-sec2 .cont .item .fz_title {
        width: 100%;
        margin-bottom: 0.26rem;
    }
}

.investorbox-sec2 .cont .item .fz_title:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #dddddd;
    border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.investorbox-sec2 .cont .item .fz_title .tit {
    width: 95%;
    width: calc(100% - 10px);
    color: #333333;
    padding-left: 0.2rem;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.2rem;
}

@media (max-width:1580px) {
    .investorbox-sec2 .cont .item .fz_title .tit {
        font-size: 18px;
    }
}

@media (max-width:991px) {
    .investorbox-sec2 .cont .item .fz_title .tit {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .investorbox-sec2 .cont .item .fz_title .tit {
        font-size: 0.3rem;
    }
}

.investorbox-sec2 .cont .item .gt {
    width: 25%;
    display: flex;
    justify-content: space-between;
}

@media (max-width:767px) {
    .investorbox-sec2 .cont .item .gt {
        width: 100%;
    }
}

.investorbox-sec2 .cont .item .gt .date {
    font-size: 16px;
    color: #cccccc;
}

@media (max-width:1580px) {
    .investorbox-sec2 .cont .item .gt .date {
        font-size: 14px;
    }
}

.investorbox-sec2 .cont .item .gt .but {
    display: flex;
    align-items: center;
    color: #3971ad;
    font-size: 16px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media (max-width:1580px) {
    .investorbox-sec2 .cont .item .gt .but {
        font-size: 14px;
    }
}

.investorbox-sec2 .cont .item .gt .but i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: 10px;
    background-color: #677a3f;
    overflow: hidden;
}

@media (max-width:1580px) {
    .investorbox-sec2 .cont .item .gt .but i {
        width: 18px;
        height: 18px;
        margin-left: 8px;
    }
}

@media (max-width:767px) {
    .investorbox-sec2 .cont .item .gt .but i {
        width: 14px;
        height: 14px;
    }
}

.investorbox-sec2 .cont .item .gt .but i img,
.investorbox-sec2 .cont .item .gt .but i svg {
    float: left;
    width: 100%;
}

.investorbox-sec2 .cont .item .gt .but i img:nth-child(2),
.investorbox-sec2 .cont .item .gt .but i svg:nth-child(2) {
    display: none;
}

.investorbox-sec2 .cont .item .gt .but i svg {
    width: 40%;
}

.investorbox-sec2 .cont .item .gt .but i svg path {
    fill: #fff;
}

@media (min-width:1200px) {
    .investorbox-sec2 .cont .item:hover {
        background-color: #677a3f;
    }

    .investorbox-sec2 .cont .item:hover .fz_title .tit {
        color: #fff;
    }

    .investorbox-sec2 .cont .item:hover .fz_title:before {
        background-color: #fff;
    }

    .investorbox-sec2 .cont .item:hover .gt .date {
        color: #cccccc;
    }

    .investorbox-sec2 .cont .item:hover .gt .but {
        color: #fff;
    }

    .investorbox-sec2 .cont .item:hover .gt .but i img:nth-child(1) {
        display: none;
    }

    .investorbox-sec2 .cont .item:hover .gt .but i img:nth-child(2) {
        display: block;
    }

    .investorbox-sec2 .cont .item:hover .gt .but i {
        background-color: #fff;
    }

    .investorbox-sec2 .cont .item:hover .gt .but i svg path {
        fill: #677a3f;
    }
}

.investorbox-sec2 .basepage {
    margin-top: 0.8rem;
}

.investorbox-sec3 .cont {
    position: relative;
}

.investorbox-sec3 .cont .img {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 18.75%;
}

@media (max-width:767px) {
    .investorbox-sec3 .cont .img {
        padding-bottom: 50%;
    }
}

.investorbox-sec3 .cont .img img {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width:767px) {
    .investorbox-sec3 .cont .img img {
        width: 250%;
    }
}

@media (max-width:991px) {
    .investorbox-sec3 .cont .img:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.3;
        position: absolute;
        top: 0;
        left: 0;
    }
}

.investorbox-sec3 .cont .font {
    font-size: 16px;
    line-height: 30px;
    width: 50%;
    padding-right: 1rem;
}

@media (max-width:1580px) {
    .investorbox-sec3 .cont .font {
        font-size: 14px;
        line-height: 26px;
    }
}

@media (max-width:1199px) {
    .investorbox-sec3 .cont .font {
        width: 70%;
        padding-right: 0.3rem;
    }
}

@media (max-width:991px) {
    .investorbox-sec3 .cont .font {
        line-height: 22px;
        padding-right: 0;
        width: 100%;
        padding: 0 0.5rem;
    }
}

@media (max-width:767px) {
    .investorbox-sec3 .cont .font {
        width: 100%;
        padding: 0;
        margin-top: 0.6rem;
    }
}

@media (min-width:768px) {
    .investorbox-sec3 .cont .font {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        color: #fff;
    }
}

.investorbox-sec3 .cont .font a {
    color: #fff;
}

@media (max-width:767px) {
    .investorbox-sec3 .cont .font a {
        color: #333;
    }
}

.investorbox-sec3 .cont .font a:hover {
    text-decoration: underline;
}

/* End */
/* 搜索结果页面 */
@media (min-width:768px) {
    .searchbox {
        padding-top: 0.8rem;
    }
}

.searchbox .form {
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    margin-bottom: 0.36rem;
}

.searchbox .form .f_sub,
.searchbox .form .tx {
    height: 1rem;
}

.searchbox .form .int {
    display: flex;
    align-items: center;
    width: calc(100% - 2.5rem);
    padding: 0 0.45rem;
}

@media (max-width:767px) {
    .searchbox .form .int {
        width: calc(100% - 1.5rem);
    }
}

.searchbox .form .int i {
    width: 0.38rem;
    display: block;
    overflow: hidden;
}

.searchbox .form .int i img {
    float: left;
    width: 100%;
}

.searchbox .form .int .tx {
    width: calc(100% - 0.38rem);
    padding: 0.2rem 0.44rem;
}

@media (max-width:767px) {
    .searchbox .form .int .tx {
        font-size: 0.28rem;
        padding: 0.2rem 0.3rem;
    }
}

.searchbox .form .f_sub {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    color: #fff;
    background-color: #677a3f;
}

@media (max-width:767px) {
    .searchbox .form .f_sub {
        width: 1.5rem;
        font-size: 0.28rem;
    }
}

.searchbox .name {
    padding-left: 0.4rem;
    margin-bottom: 0.74rem;
    font-size: 16px;
    color: #999999;
}

@media (max-width:1580px) {
    .searchbox .name {
        font-size: 14px;
    }
}

.searchbox .searchbox_nav {
    border-bottom: 2px solid #e8e8e8;
    margin-bottom: 0.15rem;
}

.searchbox .searchbox_nav .swiper-slide {
    width: auto;
    margin-right: 0.3rem;
}

.searchbox .searchbox_nav .swiper-slide .item {
    font-size: 24px;
    color: #333333;
    display: block;
    padding: 0 0.4rem 0.24rem;
}

@media (max-width:1580px) {
    .searchbox .searchbox_nav .swiper-slide .item {
        font-size: 20px;
    }
}

@media (max-width:991px) {
    .searchbox .searchbox_nav .swiper-slide .item {
        font-size: 18px;
    }
}

@media (max-width:767px) {
    .searchbox .searchbox_nav .swiper-slide .item {
        font-size: 16px;
    }
}

.searchbox .searchbox_nav .swiper-slide.on .item {
    color: #d40400;
}

.searchbox .cont .jut {
    width: 100%;
    border-bottom: 1px double #ddd;
    padding-bottom: 0.4rem;
    margin-bottom: 0.1rem;
}

@media (max-width:767px) {
    .searchbox .cont .jut {
        padding-bottom: 0.7rem;
        margin-bottom: 0.4rem;
    }
}

.searchbox .cont .jut:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.searchbox .cont .jut .fz_title {
    padding: 0 0.42rem;
    font-weight: bold;
    margin-top: 0.5rem;
}

@media (max-width:767px) {
    .searchbox .cont .jut .fz_title {
        padding: 0;
        font-size: 0.5rem;
    }
}

.searchbox .cont .jut .item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0.3rem 0.42rem 0;
    padding-right: 4.4rem;
}

@media (max-width:1580px) {
    .searchbox .cont .jut .item {
        padding-right: 3rem;
    }
}

@media (max-width:1199px) {
    .searchbox .cont .jut .item {
        padding-right: 2rem;
    }
}

@media (max-width:991px) {
    .searchbox .cont .jut .item {
        padding-right: 0.42rem;
    }
}

@media (max-width:767px) {
    .searchbox .cont .jut .item {
        padding: 0.5rem 0;
    }
}

.searchbox .cont .jut .item .fz_img {
    width: 11.75%;
    border: solid 1px #dddddd;
    position: relative;
}

@media (max-width:767px) {
    .searchbox .cont .jut .item .fz_img {
        width: 100%;
    }
}

.searchbox .cont .jut .item .fz_img .video_icon {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.searchbox .cont .jut .item .fz_img .video_icon img {
    width: 0.36rem;
}

@media (max-width:767px) {
    .searchbox .cont .jut .item .fz_img .video_icon img {
        width: 0.84rem;
    }
}

.searchbox .cont .jut .item .fz_img .img {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 74.6%;
}

.searchbox .cont .jut .item .fz_img .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.searchbox .cont .jut .item .font {
    width: 88.25%;
    padding-left: 0.3rem;
}

@media (max-width:767px) {
    .searchbox .cont .jut .item .font {
        padding-left: 0;
        width: 100%;
        margin-top: 0.4rem;
    }
}

.searchbox .cont .jut .item .font .tit {
    display: flex;
    align-items: center;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    color: #333333;
    margin-bottom: 6px;
}

@media (max-width:1580px) {
    .searchbox .cont .jut .item .font .tit {
        font-size: 16px;
    }
}

.searchbox .cont .jut .item .font .tit .f_title {
    color: #333333;
    max-width: calc(100% - 80px);
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width:1580px) {
    .searchbox .cont .jut .item .font .tit .f_title {
        max-width: calc(100% - 70px);
    }
}

.searchbox .cont .jut .item .font .tit .but {
    display: flex;
    align-items: center;
    width: 70px;
    font-size: 16px;
    color: #3975b1;
    margin-left: 10px;
    justify-content: flex-end;
}

@media (max-width:1580px) {
    .searchbox .cont .jut .item .font .tit .but {
        width: 60px;
        font-size: 14px;
    }
}

.searchbox .cont .jut .item .font .tit .but i {
    overflow: hidden;
    display: block;
    width: 20px;
    margin-left: 10px;
}

@media (max-width:1580px) {
    .searchbox .cont .jut .item .font .tit .but i {
        width: 16px;
        margin-left: 6px;
    }
}

.searchbox .cont .jut .item .font .tit .but i img {
    width: 100%;
    float: left;
}

.searchbox .cont .jut .item .font .text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    color: #999999;
    width: 100%;
    display: block;
    margin-bottom: 0.26rem;
}

.searchbox .cont .jut .item .font .fz_zh {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    color: #666666;
}

.searchbox .cont .jut .item .font .fz_zh a,
.searchbox .cont .jut .item .font .fz_zh span {
    display: block;
    color: #666666;
}

.searchbox .cont .jut .item .font .fz_zh span {
    margin: 0 6px;
}

.searchbox .cont .jut .item .font .fz_zh span:first-child {
    margin: 0;
}

@media (min-width:1200px) {
    .searchbox .cont .jut .item .font .fz_zh a:hover {
        color: #677a3f;
    }
}

@media (min-width:1200px) {
    .searchbox .cont .jut .item:hover .img img {
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }

    .searchbox .cont .jut .item:hover .font .tit {
        color: #677a3f;
    }

    .searchbox .cont .jut .item:hover .font .tit .f_title {
        color: #677a3f;
    }
}

.searchbox .cont .jut .f_item .font .text {
    overflow: visible;
    white-space: initial;
}

.searchbox .cont .jut .move {
    display: block;
    font-size: 16px;
    padding: 0 0.42rem;
    color: #666;
    margin-top: 0.4rem;
}

@media (min-width:1200px) {
    .searchbox .cont .jut .move:hover {
        color: #677a3f;
    }
}

@media (max-width:767px) {
    .searchbox .cont .jut .move {
        text-align: center;
    }
}

/* End */
/* 右侧固定 */
.rtfixed {
    position: fixed;
    z-index: 555;
    top: 50%;
    right: 0.2rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

@media (max-width:767px) {
    .rtfixed {
        top: 88%;
    }
}

.rtfixed .item {
    position: relative;
    width: 0.44rem;
    margin-bottom: 10px;
}

@media (max-width:1580px) {
    .rtfixed .item {
        margin-bottom: 6px;
    }
}

@media (max-width:1199px) {
    .rtfixed .item {
        width: 36px;
    }
}

.rtfixed .item:last-child {
    margin-bottom: 0;
}

@media (max-width:767px) {
    .rtfixed .item {
        width: 50px;
    }

    .rtfixed .item:first-child {
        display: none;
    }
}

.rtfixed .item .tit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #f8f9fa;
    box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    border: solid 2px #ffffff;
    color: #677a3f;
    font-size: 14px;
    transition: all 0.3s linear;
    line-height: 18px;
    padding: 12px 8px;
}

@media (max-width:1580px) {
    .rtfixed .item .tit {
        line-height: 14px;
        font-size: 12px;
        padding: 12px 6px;
    }
}

@media (max-width:767px) {
    .rtfixed .item .tit {
        width: 50px;
        border-radius: 50%;
        height: 50px;
    }
}

.rtfixed .item .tit i {
    display: block;
    height: 18px;
    overflow: hidden;
    margin-bottom: 14px;
}

@media (max-width:1580px) {
    .rtfixed .item .tit i {
        height: 14px;
        margin-bottom: 10px;
    }
}

@media (max-width:767px) {
    .rtfixed .item .tit i {
        margin-bottom: 0;
        height: 20px;
    }
}

.rtfixed .item .tit i img,
.rtfixed .item .tit i svg {
    float: left;
    height: 100%;
}

.rtfixed .item .tit i img:nth-child(2),
.rtfixed .item .tit i svg:nth-child(2) {
    display: none;
}

.rtfixed .item .tit i img path,
.rtfixed .item .tit i svg path {
    fill: #fff;
}

@media (max-width:767px) {
    .rtfixed .item .tit span {
        display: none;
    }
}

.rtfixed .item .hover1 {
    display: none;
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 280px;
    padding-right: 0.2rem;
}

@media (max-width:1580px) {
    .rtfixed .item .hover1 {
        width: 240px;
    }
}

.rtfixed .item .hover1 .jut {
    background-color: #fff;
    box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border: solid 2px #ffffff;
    padding: 0 0.2rem 0.16rem;
}

.rtfixed .item .hover1 .jut .li {
    display: flex;
    align-items: flex-start;
    padding-top: 0.26rem;
    padding-bottom: 0.18rem;
    border-bottom: 1px solid #dddddd;
}

.rtfixed .item .hover1 .jut .li i {
    display: block;
    width: 18px;
    overflow: hidden;
}

@media (max-width:1580px) {
    .rtfixed .item .hover1 .jut .li i {
        width: 14px;
    }
}

.rtfixed .item .hover1 .jut .li i img {
    width: 100%;
    float: left;
}

.rtfixed .item .hover1 .jut .li .font {
    width: 80%;
    width: calc(100% - 18px);
    padding-left: 0.1rem;
}

@media (max-width:1580px) {
    .rtfixed .item .hover1 .jut .li .font {
        width: calc(100% - 14px);
    }
}

.rtfixed .item .hover1 .jut .li .font .name {
    font-size: 16px;
    color: #333333;
    line-height: 1;
    margin-bottom: 10px;
}

@media (max-width:1580px) {
    .rtfixed .item .hover1 .jut .li .font .name {
        font-size: 14px;
    }
}

.rtfixed .item .hover1 .jut .li .font .tel {
    line-height: 0.8;
    font-size: 18px;
    color: #677a3f;
}

@media (max-width:1580px) {
    .rtfixed .item .hover1 .jut .li .font .tel {
        font-size: 16px;
    }
}

.rtfixed .item .hover1 .jut .fz_gou {
    align-items: center;
}

.rtfixed .item .hover1 .jut .fz_gou .font {
    display: flex;
    align-items: center;
}

.rtfixed .item .hover1 .jut .fz_gou .font .name {
    margin-bottom: 0;
    margin-right: 10px;
}

.rtfixed .item .hover1 .jut .fz_gou .font .fz_bt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 30px;
    background-color: #677a3f;
    color: #fff;
    transition: all 0.3s linear;
    font-size: 14px;
}

@media (max-width:1580px) {
    .rtfixed .item .hover1 .jut .fz_gou .font .fz_bt {
        width: 80px;
        height: 26px;
        font-size: 12px;
    }
}

@media (min-width:1200px) {
    .rtfixed .item .hover1 .jut .fz_gou .font .fz_bt:hover {
        background-color: rgba(0, 54, 134, 0.9);
    }
}

.rtfixed .item .hover1 .jut .but {
    margin-top: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #333333;
}

@media (max-width:1580px) {
    .rtfixed .item .hover1 .jut .but {
        font-size: 12px;
    }
}

.rtfixed .item .hover1 .jut .but i {
    display: block;
    width: 6px;
    overflow: hidden;
    margin-left: 10px;
    transition: all 0.3s linear;
}

.rtfixed .item .hover1 .jut .but i img {
    float: left;
    width: 100%;
}

@media (min-width:1200px) {
    .rtfixed .item .hover1 .jut .but:hover {
        color: #677a3f;
    }

    .rtfixed .item .hover1 .jut .but:hover i {
        transform: translateX(6px);
    }
}

.rtfixed .item:hover .hover1 {
    display: block;
}

.rtfixed .item.fz_zi .tit {
    color: #fff;
    background: #677a3f url(/doa/skin/image/fitxbag1.png) no-repeat center;
    background-size: 120%;
}

/* .rtfixed .item.fz_zi .tit i img:nth-child(1) {
    display: none;
} */

.rtfixed .item.fz_zi .tit i img:nth-child(2) {
    display: block;
}

.rtfixed .top {
    cursor: pointer;
}

.rtfixed .top .tit {
    border-radius: 50%;
    width: 0.44rem;
    height: 0.44rem;
    padding: 0;
}

@media (max-width:1199px) {
    .rtfixed .top .tit {
        width: 36px;
        height: 36px;
    }
}

@media (max-width:767px) {
    .rtfixed .top .tit {
        width: 50px;
        height: 50px;
    }
}

.rtfixed .top .tit i {
    height: 8px;
    margin-bottom: 0;
    transition: all 0.3s linear;
}

@media (max-width:767px) {}

.rtfixed .top .tit i img,
.rtfixed .top .tit i svg {
    height: 100%;
    float: left;
}

.rtfixed .top .tit i img path,
.rtfixed .top .tit i svg path {
    fill: #333;
}

.rtfixed .top .tit:hover i {
    margin-top: -6px;
}

/* End */
/* 全球网点 */
.branchbox {
    padding-top: 0.5rem;
}

.branchbox .jut {
    position: relative;
    z-index: 6;
    max-width: 600px;
    margin: 0 auto 1rem;
}

@media (max-width:767px) {
    .branchbox .jut {
        margin-bottom: 0.6rem;
    }
}

.branchbox .jut .form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.1rem;
}

.branchbox .jut .form .item,
.branchbox .jut .form .but {
    padding: 0 0.1rem;
}

.branchbox .jut .form .item select,
.branchbox .jut .form .but select,
.branchbox .jut .form .item .fz_but,
.branchbox .jut .form .but .fz_but {
    width: 100%;
    height: 55px;
}

@media (max-width:1580px) {

    .branchbox .jut .form .item select,
    .branchbox .jut .form .but select,
    .branchbox .jut .form .item .fz_but,
    .branchbox .jut .form .but .fz_but {
        height: 50px;
    }
}

@media (max-width:767px) {

    .branchbox .jut .form .item select,
    .branchbox .jut .form .but select,
    .branchbox .jut .form .item .fz_but,
    .branchbox .jut .form .but .fz_but {
        height: 0.8rem;
    }
}

.branchbox .jut .form .item select,
.branchbox .jut .form .but select {
    background: #f8f8f8 url(/doa/skin/image/xialaimgfaz1.svg) no-repeat;
    background-position: 88% center;
    padding: 0.12rem 0.2rem;
    font-size: 16px;
    background-size: 0.1rem;
    color: #333333;
}

@media (max-width:1580px) {

    .branchbox .jut .form .item select,
    .branchbox .jut .form .but select {
        font-size: 14px;
        background-size: 0.2rem;
    }
}

@media (max-width:767px) {

    .branchbox .jut .form .item select,
    .branchbox .jut .form .but select {
        font-size: 12px;
    }
}

.branchbox .jut .form .item .fz_but,
.branchbox .jut .form .but .fz_but {
    background-color: #677a3f;
    color: #fff;
    font-size: 16px;
}

@media (max-width:1580px) {

    .branchbox .jut .form .item .fz_but,
    .branchbox .jut .form .but .fz_but {
        font-size: 14px;
    }
}

@media (max-width:767px) {

    .branchbox .jut .form .item .fz_but,
    .branchbox .jut .form .but .fz_but {
        font-size: 12px;
    }
}

.branchbox .jut .form .item {
    width: 38%;
}

.branchbox .jut .form .but {
    width: 24%;
}

.branchbox .cont {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.branchbox .cont .lt {
    width: 75%;
    padding-right: 5.5%;
    position: relative;
}

@media (max-width:767px) {
    .branchbox .cont .lt {
        display: none;
        width: 100%;
    }
}

.branchbox .cont .lt .pictrue {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.branchbox .cont .lt .pictrue .fz_img {
    overflow: hidden;
    width: 100%;
}

.branchbox .cont .lt .pictrue .fz_img img {
    width: 100%;
    float: left;
}

.branchbox .cont .lt .pictrue .item {
    visibility: hidden;
    opacity: 0;
}

.branchbox .cont .lt .pictrue .item.fz_active {
    visibility: visible;
    opacity: 1;
}

.branchbox .cont .lt .pictrue .item .wei1 {
    top: 30%;
    left: 72%;
}

.branchbox .cont .lt .pictrue .item .wei2 {
    top: 39%;
    left: 79%;
}

.branchbox .cont .lt .pictrue .item .wei3 {
    top: 41%;
    left: 80%;
}

.branchbox .cont .lt .pictrue .item .wei4 {
    top: 29%;
    left: 80.4%;
}

.branchbox .cont .lt .pictrue .item .wei5 {
    top: 31%;
    left: 83.4%;
}

.branchbox .cont .lt .pictrue .item .wei6 {
    top: 46%;
    left: 80.4%;
}

.branchbox .cont .lt .pictrue .item .wei7 {
    top: 55%;
    left: 74.4%;
}

.branchbox .cont .lt .pictrue .item .wei8 {
    top: 59%;
    left: 74.4%;
}

.branchbox .cont .lt .pictrue .item .wei9 {
    top: 41%;
    left: 74.4%;
}

.branchbox .cont .lt .pictrue .item .wei9 .text {
    left: initial;
    right: 100%;
    text-align: right;
    margin-left: 0;
    margin-right: 10px;
}

.branchbox .cont .lt .pictrue .item .wei10 {
    top: 45%;
    left: 73.4%;
}

.branchbox .cont .lt .pictrue .item .wei10 .text {
    left: initial;
    right: 100%;
    text-align: right;
    margin-left: 0;
    margin-right: 10px;
}

.branchbox .cont .lt .pictrue .item .wei11 {
    top: 41%;
    left: 65.5%;
}

.branchbox .cont .lt .pictrue .item .wei12 {
    top: 27%;
    left: 51.5%;
}

.branchbox .cont .lt .pictrue .item .wei13 {
    top: 17%;
    left: 54.5%;
}

.branchbox .cont .lt .pictrue .item .wei14 {
    top: 18%;
    left: 44.5%;
}

.branchbox .cont .lt .pictrue .item .wei15 {
    top: 34%;
    left: 50.5%;
}

.branchbox .cont .lt .pictrue .item .wei16 {
    top: 72%;
    left: 49.5%;
}

.branchbox .cont .lt .pictrue .item .wei17 {
    top: 16%;
    left: 16.5%;
}

.branchbox .cont .lt .pictrue .item .wei18 {
    top: 26%;
    left: 10.5%;
}

.branchbox .cont .lt .pictrue .item .wei19 {
    top: 41%;
    left: 10%;
}

.branchbox .cont .lt .pictrue .item .wei20 {
    top: 73%;
    left: 28%;
}

.branchbox .cont .lt .pictrue .item .wei21 {
    top: 77%;
    left: 87%;
}

.branchbox .cont .lt .pictrue .li {
    position: absolute;
    top: 0;
    left: 0;
}

.branchbox .cont .lt .pictrue .li i {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #677a3f;
}

.branchbox .cont .lt .pictrue .li .text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    width: auto;
    white-space: nowrap;
    line-height: 1.4;
    color: #999999;
    font-size: 14px;
    margin-left: 5px;
}

@media (max-width:1580px) {
    .branchbox .cont .lt .pictrue .li .text {
        font-size: 12px;
    }
}

.branchbox .cont .lt .pictrue .left1 .text {
    left: initial;
    right: 100%;
    text-align: right;
    margin-left: 0;
    margin-right: 10px;
}

.branchbox .cont .lt .pictrue .on i {
    position: relative;
}

.branchbox .cont .lt .pictrue .on i:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0.26rem;
    height: 0.28rem;
    background: url(/doa/skin/image/hongxingh2.png) no-repeat center;
    background-size: 100% 90%;
}

.branchbox .cont .lt .pictrue .on .text {
    color: #d40400;
    margin-left: 10px;
}

.branchbox .cont .lt .china {
    max-width: 9rem;
    margin: 0 auto;
    width: 100%;
    margin-top: -0.7rem;
}

@media (max-width:1580px) {
    .branchbox .cont .lt .china {
        margin-top: -1.2rem;
        max-width: 12rem;
    }
}

.branchbox .cont .lt .active {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.branchbox .cont .lt .active .fz_zhong .item .bot1 .text {
    left: 50%;
    top: 100%;
    margin: 0;
    margin-top: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.branchbox .cont .lt .active .fz_zhong .item .zhong1 {
    top: 89%;
    left: 65%;
}

.branchbox .cont .lt .active .fz_zhong .item .zhong2 {
    top: 86%;
    left: 64%;
}

.branchbox .cont .lt .active .fz_zhong .item .zhong3 {
    top: 91%;
    left: 69%;
}

.branchbox .cont .lt .active .fz_zhong .item .zhong4 {
    top: 88%;
    left: 77%;
}

.branchbox .cont .lt .active .fz_zhong .item .zhong5 {
    top: 88%;
    left: 57%;
}

.branchbox .cont .lt .active .fz_zhong .item .zhong5 .text {
    left: 50%;
    top: 100%;
    margin: 0;
    margin-top: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.branchbox .cont .lt .active .fz_zhong .item .zhong6 {
    top: 85%;
    left: 44%;
}

.branchbox .cont .lt .active .fz_zhong .item .zhong7 {
    top: 84%;
    left: 72%;
}

.branchbox .cont .lt .active .fz_zhong .item .zhong8 {
    top: 81%;
    left: 67%;
}

.branchbox .cont .lt .active .fz_zhong .item .zhong9 {
    top: 82%;
    left: 54%;
}

.branchbox .cont .lt .active .fz_zhong .item .zhong10 {
    top: 77%;
    left: 74%;
}

.branchbox .cont .lt .active .fz_zhong .item .zhong11 {
    top: 79%;
    left: 61%;
}

.branchbox .cont .lt .active .fz_zhong .item .zhong12 {
    top: 74%;
    left: 64%;
}

.branchbox .cont .lt .active .fz_zhong .item .zhong13 {
    top: 70%;
    left: 72%;
}

.branchbox .cont .lt .active .fz_zhong .item .zhong14 {
    top: 76%;
    left: 49%;
}

.branchbox .cont .lt .active .fz_zhong .item .zhong15 {
    top: 66%;
    left: 74%;
}

.branchbox .cont .lt .active .fz_zhong .item .zhong16 {
    top: 65%;
    left: 66%;
}

.branchbox .cont .lt .active .fz_zhong .item .zhong17 {
    top: 68%;
    left: 59%;
}

.branchbox .cont .lt .active .fz_zhong .item .zhong18 {
    top: 60%;
    left: 73%;
}

.branchbox .cont .lt .active .fz_zhong .item .zhong19 {
    top: 59%;
    left: 63%;
}

.branchbox .cont .lt .active .fz_zhong .item .zhong20 {
    top: 64%;
    left: 53%;
}

.branchbox .cont .lt .active .fz_zhong .item .zhong21 {
    top: 55%;
    left: 66%;
}

.branchbox .cont .lt .active .fz_zhong .item .zhong22 {
    top: 55%;
    left: 50%;
}

.branchbox .cont .lt .active .fz_zhong .item .zhong23 {
    top: 40%;
    left: 81%;
}

.branchbox .cont .lt .active .fz_zhong .item .zhong24 {
    top: 34%;
    left: 88%;
}

.branchbox .cont .lt .active .fz_zhong .item .zhong25 {
    top: 33%;
    left: 70%;
}

.branchbox .cont .lt .active .fz_zhong .item .zhong26 {
    top: 23%;
    left: 82%;
}

.branchbox .cont .lt .active .fz_zhong .item .zhong27 {
    top: 41%;
    left: 23%;
}

.branchbox .cont .lt .active .fz_zhong .item .zhong28 {
    top: 64%;
    left: 16%;
}

.branchbox .cont .lt .active .fz_zhong .item .zhong29 {
    top: 46%;
    left: 69%;
}

.branchbox .cont .lt .active .fz_zhong .item .zhong30 {
    top: 74%;
    left: 75%;
}

.branchbox .cont .lt .active .fz_zhong .item .zhong31 {
    top: 78%;
    left: 54%;
}

.branchbox .cont .lt .active .fz_zhong .item .zhong32 {
    top: 44%;
    left: 67%;
}

.branchbox .cont .lt .active .fz_zhong .item .zhong33 {
    top: 97%;
    left: 59%;
}

.branchbox .cont .lt .active .fz_zhong .item .zhong34 {
    top: 91%;
    left: 67%;
}

.branchbox .cont .lt .active .fz_zhong .item .zhong34 .text {
    left: 50%;
    top: 100%;
    margin: 0;
    margin-top: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.branchbox .cont .gt {
    width: 25%;
    position: relative;
}

@media (max-width:1580px) {
    .branchbox .cont .gt {
        margin-top: 0.4rem;
    }
}

@media (max-width:767px) {
    .branchbox .cont .gt {
        width: 100%;
        margin-top: 0;
    }
}

.branchbox .cont .gt .branchbox_cont {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

@media (max-width:767px) {}

@media (min-width:768px) {
    .branchbox .cont .gt .branchbox_cont {
        box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
        background-color: #fff;
    }
}

.branchbox .cont .gt .branchbox_cont .swiper-slide {
    height: 450px;
    overflow: auto;
    border-right: 4px solid #fff;
}

@media (max-width:1900px) {
    .branchbox .cont .gt .branchbox_cont .swiper-slide {
        height: 420px;
    }
}

@media (max-width:767px) {
    .branchbox .cont .gt .branchbox_cont .swiper-slide {
        height: auto;
        margin-bottom: 0.2rem;
    }
}

.branchbox .cont .gt .branchbox_cont .swiper-slide::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 2px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.branchbox .cont .gt .branchbox_cont .swiper-slide::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #677a3f;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.branchbox .cont .gt .branchbox_cont .swiper-slide::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed;
}

.branchbox .cont .gt .branchbox_cont .item {
    width: 100%;
    padding: 0.2rem;
}

@media (max-width:767px) {}

.branchbox .cont .gt .branchbox_cont .item .img {
    width: 100%;
    position: relative;
    padding-bottom: 50%;
}

.branchbox .cont .gt .branchbox_cont .item .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.branchbox .cont .gt .branchbox_cont .item .font {
    width: 100%;
    padding: 0.24rem 0 0.4rem;
}

.branchbox .cont .gt .branchbox_cont .item .font .tit {
    line-height: 1.2;
    margin-bottom: 0.1rem;
}

.branchbox .cont .gt .branchbox_cont .item .font .text {
    padding-right: 0.6rem;
}

@media (max-width:1580px) {
    .branchbox .cont .gt .branchbox_cont .item .font .text {
        padding-right: 0.2rem;
    }
}

@media (max-width:1199px) {
    .branchbox .cont .gt .branchbox_cont .item .font .text {
        padding-right: 0.2rem;
    }
}

@media (max-width:767px) {
    .branchbox .cont .gt .branchbox_cont .item .font .text {
        padding-right: 0;
    }
}

.branchbox .cont .gt .branchbox_cont .item .font .text .li {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 0.12rem;
}

@media (max-width:1580px) {
    .branchbox .cont .gt .branchbox_cont .item .font .text .li {
        line-height: 22px;
        font-size: 14px;
    }
}

.branchbox .cont .gt .branchbox_cont .item .font .text .li:last-child {
    margin-bottom: 0;
}

.branchbox .cont .gt .branchbox_cont .item .font .text .li .name {
    width: 40px;
}

@media (max-width:1580px) {
    .branchbox .cont .gt .branchbox_cont .item .font .text .li .name {
        width: 36px;
    }
}

.branchbox .cont .gt .branchbox_cont .item .font .text .li span {
    word-break: break-all;
    display: block;
    width: 80%;
    width: calc(100% - 40px);
}

@media (max-width:1580px) {
    .branchbox .cont .gt .branchbox_cont .item .font .text .li span {
        width: calc(100% - 36px);
    }
}

.branchbox .cont .gt .fz_moble {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.branchbox .cont .gt .active {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

/* End */
/* 404 */
.f_cuo {
    background-color: #fff;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.f_cuo .container {
    margin: 0;
}

.f_cuo .cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.f_cuo .cont img {
    margin-bottom: ;
    max-width: 100%;
    margin-bottom: 1.2rem;
}

.f_cuo .cont .text {
    padding-top: 0;
    margin-bottom: 0.44rem;
}

@media (max-width:748px) {
    .f_cuo .cont .text {
        margin-bottom: 30px;
    }
}

.f_cuo .cont .but {
    width: 180px;
    height: 58px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background-size: 100% 100%;
}

@media (max-width:1580px) {
    .f_cuo .cont .but {
        font-size: 14px;
        width: 140px;
        height: 45px;
    }
}

.f_cuo .cont .tit {
    font-size: 16px;
    color: #999999;
    margin-top: 12px;
}

@media (max-width:1580px) {
    .f_cuo .cont .tit {
        font-size: 16px;
        margin-top: 16px;
    }
}

/* End */
/* 招标公告 */
.callbox {
    padding-top: 0.6rem;
}

.callbox .fzq_cont {
    width: 100%;
    margin-bottom: 0.8rem;
}

.callbox .fzq_cont .fz_title {
    padding: 0.32rem 0.52rem;
    background: #677a3f;
    color: #fff;
}

.callbox .fzq_cont .fz_title span {
    display: inline-block;
    margin-right: 0.5rem;
    font-size: 18px;
}

@media (max-width:1580px) {
    .callbox .fzq_cont .fz_title span {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .callbox .fzq_cont .fz_title span {
        margin-right: 0.36rem;
        font-size: 14px;
    }
}

.callbox .fzq_cont .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0.48rem 0;
    border-bottom: 1px solid #dddddd;
}

@media (max-width:767px) {
    .callbox .fzq_cont .item {
        padding: 0.56rem 0;
    }
}

.callbox .fzq_cont .item .lt {
    width: calc(100% - 2rem);
    padding: 0 0.5rem;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width:767px) {
    .callbox .fzq_cont .item .lt {
        width: 100%;
        padding: 0;
    }
}

.callbox .fzq_cont .item .lt .date {
    width: 18.5%;
    border-right: 1px solid #dddddd;
}

@media (max-width:767px) {
    .callbox .fzq_cont .item .lt .date {
        width: 100%;
        order: 1;
        margin-top: 0.4rem;
        display: none;
    }
}

.callbox .fzq_cont .item .lt .date .yue {
    font-size: 0.3rem;
    line-height: 0.8;
    margin-bottom: 0.1rem;
}

@media (max-width:767px) {
    .callbox .fzq_cont .item .lt .date .yue {
        font-size: 0.46rem;
    }
}

.callbox .fzq_cont .item .lt .date .nian {
    color: #999999;
    font-size: 18px;
}

@media (max-width:1580px) {
    .callbox .fzq_cont .item .lt .date .nian {
        font-size: 16px;
    }
}

.callbox .fzq_cont .item .lt .font {
    width: 81.5%;
    padding-left: 0.76rem;
}

@media (max-width:767px) {
    .callbox .fzq_cont .item .lt .font {
        padding-left: 0;
        width: 100%;
    }
}

.callbox .fzq_cont .item .lt .font .tit {
    color: #000000;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0.14rem;
}

@media (max-width:767px) {
    .callbox .fzq_cont .item .lt .font .tit {
        font-size: 0.38rem;
    }
}

.callbox .fzq_cont .item .lt .font .but {
    display: flex;
    color: #677a3f;
    font-size: 16px;
    align-items: center;
}

@media (max-width:1580px) {
    .callbox .fzq_cont .item .lt .font .but {
        font-size: 14px;
    }
}

@media (max-width:991px) {
    .callbox .fzq_cont .item .lt .font .but {
        font-size: 14px;
    }
}

.callbox .fzq_cont .item .lt .font .but i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-left: 10px;
    border-radius: 50%;
    background-color: #677a3f;
    height: 20px;
}

@media (max-width:1580px) {
    .callbox .fzq_cont .item .lt .font .but i {
        width: 18px;
        height: 18px;
        margin-left: 8px;
    }
}

.callbox .fzq_cont .item .lt .font .but i img,
.callbox .fzq_cont .item .lt .font .but i svg {
    float: left;
    width: 30%;
}

@media (min-width:1200px) {
    .callbox .fzq_cont .item .lt .font .but:hover i {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
}

@media (max-width:767px) {
    .callbox .fzq_cont .item .gt {
        margin-top: 0.4rem;
    }
}

.callbox .fzq_cont .item .gt .but {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 0.62rem;
    color: #fff;
    font-size: 18px;
    background-color: #999999;
}

@media (max-width:1580px) {
    .callbox .fzq_cont .item .gt .but {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .callbox .fzq_cont .item .gt .but {
        font-size: 14px;
        width: 3rem;
        height: 0.8rem;
    }
}

.callbox .fzq_cont .item .gt .on {
    background: #677a3f;
}

.callbox .fzq_cont .item .gt .on:hover {
    opacity: 0.9;
}

/* End */
/* 招标详情 */
.callinfo .cont .gt .jut .item .img {
    width: 32%;
}

.callinfo .cont .gt .jut .item .font {
    width: 68%;
}

.callinfo .cont .gt .jut .item .font .but {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #3971ad;
}

@media (max-width:1580px) {
    .callinfo .cont .gt .jut .item .font .but {
        font-size: 14px;
    }
}

.callinfo .cont .gt .jut .item .font .but i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-left: 10px;
    border-radius: 50%;
    background-color: #677a3f;
    height: 20px;
}

@media (max-width:1580px) {
    .callinfo .cont .gt .jut .item .font .but i {
        width: 18px;
        margin-left: 8px;
    }
}

.callinfo .cont .gt .jut .item .font .but i img,
.callinfo .cont .gt .jut .item .font .but i svg {
    float: left;
    width: 50%;
}

/* End */
.container1 {
    width: 100%;
}



