
.introduce_title{
    color: #780f00;
    margin: 30px 50px;
    font-size: 32px;
}

.introduce_title p{
    font-size: 18px;
    font-family: fangsong;
}

.box-cont{
    display: inline-block;
}

.tb_qy{
    height: 700px;
}

.tb_bt{
    text-align: center;
    font-size: 33px;
    margin-top: 15px;
}

.tb_bt p{
    font-size: 18px;
    font-family: fangsong;
}

.tb_ssa{
    position: relative;
    width: 1700px;
    top: 25px;
    left: 125px;
}

.tb_qy ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
    width: 100%;
}


.tb_qy ul li{
    text-align: center;
    margin-top: 28px;
}

.tb_qy ul li img{
    width: 300px;
    height: 400px;
}

.cont{
}

.cont h1{
    position: absolute;
    left: 16px;
    top: 92px;
    color: #FFFFFF;
}
.cont p{
    position: absolute;
    left: 69px;
    top: 156px;
    color: #FFFFFF;
    font-size: 19px;
}

.buttona{
    position: relative;
    display: inline-block;
    margin: 10px;
    padding: 0px 21px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #a36a17;
    background: transparent;
    cursor: pointer;
    transition: ease-out 0.5s;
    border: 2px solid #a36a17;
    border-radius: 60px;
    box-shadow: inset 0 0 0 0 #a36a17;
}

.buttona:hover{
    color: white;
    box-shadow: inset 0 -100px 0 0 #a36a17;
}

.buttona:active{
    transform: scale(0.9);
}

.cad {
    position: relative;
    width: 300px;
    height: 400px;
    background-color: #f2f2f2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    perspective: 1000px;
    box-shadow: 0 0 0 5px #ffffff80;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.cad svg {
    width: 48px;
    fill: #333;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.cad:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(255, 255, 255, 0.2);
}

.cad__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.6);
    transform: rotateX(-90deg);
    transform-origin: bottom;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.cad:hover .cad__content {
    transform: rotateX(0deg);
}

.cad__title {
    margin-top: 346px;
    margin-bottom: -7px;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}

.cad:hover svg {
    scale: 0;
}

.cad__description {
    margin: 10px 0 0;
    font-size: 19px;
    color: #fff;
    line-height: 1.4;
}

.cad__description i{
    font-style: normal;
    font-family: math;
}

.cad img{
    width: 100%;
}

.cad_wz{
    position: fixed;
    color: black;
    font-size: 23px;
    font-weight: 600;
    top: 34rem;
    background-color: rgba(255,255,255,0.6);
    width: 400px;
    height: 60px;
    border-radius: 10px;
}

.cad_b{
    position: absolute;
    top: 34rem;
    left: 21px;
    padding: 19.5px 113px;
    border: 0;
    border-radius: 100px;
    background-color: #000000;
    color: #ffffff;
    font-weight: Bold;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.cad_b:hover {
    color: white;
    transform: scale(1.1);
}

.cad_b:active{
    background-color: #9c7b47;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    box-shadow: none;
    transform: scale(0.98);
}

.zt3{
    height: 430px;
    margin: 80px auto;
}

.about_company{

}

.company_bt{
    color: #780f00;
    margin: 30px 20px;
    font-size: 32px;
}

.company_bt p{
    font-size: 18px;
    font-family: fangsong;
}

.company_contact{
    color: #780f00;
    padding: 28px 18px;
    font-size: 18px;
    text-indent: 2em;
    line-height: 23px;
    border-radius: 25px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
    font-family: 楷体, serif;
}

.card {
    position: relative;
    height: 300px;
    width: 100%;
    max-width: 690px;
    margin: auto;
    background-color: #ffffff;
    border-radius: 25px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
}

.card .inner_part {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 20px;
    height: 300px;
    position: absolute;
}

#slideImg:checked ~ .inner_part {
    padding: 0;
    transition: .1s ease-in;
}

.inner_part .img {
    height: 200px;
    width: 260px;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 20px;
    box-shadow: 0 5px 17px rgba(0,0,0,0.2);
}

#slideImg:checked ~ .inner_part .img {
    height: 350px;
    width: 850px;
    z-index: 7;
    transition: .3s .2s ease-in;
}

.img img {
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    transition: .6s;
}

#slide_1:checked ~ .inner_part .img_1,
#slide_2:checked ~ .inner_part .img_2{
    opacity: 1;
    transition-delay: .2s;
}

.content {
    padding: 0 0 0 30px;
    width: 365px;
    margin-left: 50px;
    opacity: 0;
    transition: .6s;
}

#slideImg:checked ~ .inner_part .content {
    display: none;
}

#slide_1:checked ~ .inner_part .content_1,
#slide_2:checked ~ .inner_part .content_2 {
    opacity: 1;
    margin-left: 0;
    z-index: 7;
    transition-delay: .3s;
}

.content .title {
    font-size: 20px;
    font-weight: 700;
    color: #0d0925;
    margin: 0 0 10px 55px;
}

.content .text {
    font-size: 18px;
    color: rgb(120, 15, 0);
    margin: 0 auto 30px auto;
    line-height: 1.5em;
    text-align: justify;
    font-family: 楷体, serif;
}

.content button {
    padding: 15px 20px;
    border: none;
    font-size: 16px;
    color: #fff0e6;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
    background: #a36a17;
    float: right;
}

.content button:hover {
    background: #fff0e6;
    color: #a36a17;
}

.slider {
    position: absolute;
    bottom: 25px;
    left: 55%;
    transform: translateX(-50%);
    z-index: 1;
}

#slideImg:checked ~ .slider {
    display: none;
}

.slider .slide {
    position: relative;
    height: 10px;
    width: 50px;
    background: #d9d9d9;
    border-radius: 5px;
    display: inline-flex;
    margin: 0 3px;
    cursor: pointer;
}


.slider .slide:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: -100%;
    background: #b87617;;
    border-radius: 10px;
    transform: scaleX(0);
    transition: transform .6s;
    transform-origin: left;
}

#slide_1:checked ~ .slider .slide_1:before,
#slide_2:checked ~ .slider .slide_2:before {
    transform: scaleX(1);
    width: 100%;
}

input {
    display: none;
}

.trends_back{
    background-color:#2d2d2f ;
    margin: 20px 0 0px 0;
}

.trends{
    position: relative;
}

.news{
    position: relative;
    width: 46%;
    float: left;
}

.Notices{
    position: relative;
    width: 51%;
    float: right;
}

.trends_title{
    font-size: 17px;
    margin: 31px 0 0px 0;
    border-bottom: 2px solid rgb(220, 220, 220);
}

.trends_p{
    width: 80px;
    color: #f7f1f1;
    padding-bottom: 7px;
    margin-bottom: -2px;
    float: left;!important;
}

.trends_title a{
    text-decoration: none;
    color: #f7f1f1;
    float: right;!important;
}

.trends_cont{
    padding: 0;
    margin: 0;
    list-style: none;
}

.trends_cont li{
    font-size: 14px;
    line-height: 50px;
    border-color: #f7f1f1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.trends_cont li a{
    text-decoration: none;
    color: #f7f1f1;
    font-family: 楷体, serif;
}

.trends_cont li a em{
    margin: 15px 6px;
    color: #f7f1f1;
}

.trends_cont li a span{
    color: #f7f1f1;
}

#promise_window{
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
}

#promise{
    box-sizing: border-box;
    position: fixed;
    z-index: 100;
    background-color: #fff;
    top: 50%;
    margin-top: -320px;
    left: 50%;
    margin-left: -418px;
}

.promise_main{
    position: relative;
}

.promise_content{
    position: relative;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.promise_box{
    position: relative;
    width: 925px;
    height: 530px;
    margin: 0 auto;
    border: solid 2px #f1e1c9;
    border-radius: 18px;
    background-color: #ffffff;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

.promise_text_box{
    padding-left: 73px;
    padding-right: 73px;
    height: 100%;
    overflow: auto;
    position: relative;
}

.promise_title{
    font-size: 25px;
    color: #86560f;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

.promise_bar{
    width: 100%;
    margin: 0 auto;
    border-bottom: solid 1px #f1e1c9;
}

.promise_text{
    text-align: left;
    font-size: 12px;
    color: #86560f;
    line-height: 25px;
    text-indent: 2em;
    margin-bottom: 65px;
}

.yes_no_btn{
    width: 320px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.yes_btn{
    width: 48%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding: 0;
    background-color: #9c7b47;
}

.no_btn{
    width: 48%;
    height: 40px;
    line-height: 40px;
    color: #c39768;
    border: solid 1px #c39768;
    background: none;
    padding: 0;
}

#close1{
    position: fixed;
    z-index: 200;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
}

#close2{
    box-sizing: border-box;
    position: fixed;
    z-index: 200;
    background-color: #fff;
    top: 50%;
    margin-top: -320px;
    left: 50%;
    margin-left: -418px;
}
