/* @charset "UTF-8"; */
html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select,
a {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: '微软雅黑';
}

* {
    margin: 0;
    padding: 0;
}

.center {
    text-align: center;
}

.mt40 {
    margin-top: 40px;
}

.pt40 {
    padding-top: 40px;
}

.pb40 {
    padding-bottom: 40px;
}

.mt50 {
    margin-top: 50px;
}

.pt50 {
    padding-top: 50px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb70 {
    padding-bottom: 70px;
}

.mt70 {
    margin-top: 70px;
}

.pt70 {
    padding-top: 70px;
}

.bg {
    background: #f8f9fe;
}

ul,
a {
    list-style: none;
    text-decoration: none;
}

.white {
    color: #fff !important;
}

.flex_box {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.bz-webWrap {
    width: 100%;
    color: #333;
}

.bz-webWrap .container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    box-sizing: border-box;
}

.bz-webWrap .btn_wrapper {
    margin: 50px;
    display: flex;
    justify-content: center;
    height: 58px;
}

.bz-webWrap .morebtn {
    line-height: 58px;
    background: #f38714;
    border-radius: 33px;
    color: #fff;
    font-size: 18px;
    padding: 0 60px;
    letter-spacing: 1px;
}

.bz-webWrap .morebtn:hover {
    background-color: #da7e1c;
    color: #ffffff;
}

.bz-webWrap .title-box {
    width: 100%;
}

.bz-webWrap .title-box .bigtitle {
    font-size: 40px;
    color: #f38714;
    text-align: center;
    font-weight: 600;
    box-sizing: border-box;
    letter-spacing: 3px;
}

.bz-webWrap .title-box .bigtitle>.mark {
    color: #5093f1;
}

.bz-webWrap .title-box .smalltitle {
    font-size: 20px;
    line-height: 30px;
    color: #999;
    margin-top: 5px;
    font-weight: 400;
    text-align: center;
    box-sizing: border-box;
}

.bz-webWrap .img_wrapper {
    overflow: hidden;
}

.bz-webWrap .img_wrapper img {
    width: 100%;
}

.bz-webWrap .img-wrapper {
    overflow: hidden;
}

.bz-webWrap .img-wrapper img {
    width: 100%;
}

.sec_1 a {
    display: block;
    height: 699px;
    background: url("../images/banner.jpg") center no-repeat;
    background: cover;
}

.sec_2 p {
    text-align: center;
    margin-top: 30px;
    font-size: 24px;
}


.sec_4 .flex_item {
    width: 30%;
    border-radius: 10px;
    color: #fff;
    box-sizing: border-box;
    padding: 30px;
}

.sec_4 .box1 {
    background: linear-gradient(to right, #6072fc, #ba7bfe);
}

.sec_4 .box2 {
    background: linear-gradient(to right, #3da4f6, #6e82fb);
}

.sec_4 .box3 {
    background: linear-gradient(to right, #ea6372, #ef9763);
}

.sec_4 .flex_item h4 {
    text-align: center;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 1px;
    font-weight: 600;
}

.sec_4 .flex_item p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px;
}

.sec_5 {
    box-sizing: border-box;
    padding: 10px;
}

.sec_5 form {
    border-radius: 10px;
    box-shadow: 5px 5px 10px #bbb;
    background: url("../images/sec5.png") left top no-repeat;
    background-size: 130px;
    padding: 30px 60px 70px;
}

.sec_5 form h3 {
    text-align: center;
    font-size: 20px;
}

.sec_5 form>.flex_box {
    margin-top: 25px;
}

.sec_5 form .input_group {
    border: 1px solid #bcc4c4;
    width: 380px;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    border-radius: 10px;
}

.sec_5 form .input_group label {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}

.sec_5 form .input_group label span {
    font-size: 20px;
}

.sec_5 form .input_group label input {
    font-size: 20px;
    color: #333;
    flex: 1;
    border: none;
    background: none;
}

.sec_5 form .submit_wrapper {
    width: 270px;
    height: 60px;
    line-height: 60px;
    background: #f38714;
    border-radius: 10px;
}

.sec_5 form .submit_wrapper button {
    cursor: pointer;
    width: 100%;
    height: 100%;
    font-size: 20px;
    border: none;
    background: none;
    color: #fff;
}

.sec_6 .sec_6_left {
    width: 630px;
    height: 480px;
}

.sec_6 .sec_6_left .img-wrapper {
    width: 100%;
    height: 100%;
}

.sec_6 .sec_6_right {
    width: 530px;
    flex-direction: column;
}

.sec_6 .sec_6_right .item {
    width: 248px;
    height: 103px;
    position: relative;
    background-size: cover;
}

.sec_6 .sec_6_right .item1 {
    background: url("../images/sec6-1.jpg") center no-repeat;
}

.sec_6 .sec_6_right .item2 {
    background: url("../images/sec6-2.jpg") center no-repeat;
}

.sec_6 .sec_6_right .item3 {
    background: url("../images/sec6-3.jpg") center no-repeat;
}

.sec_6 .sec_6_right .item4 {
    background: url("../images/sec6-4.jpg") center no-repeat;
}

.sec_6 .sec_6_right .item5 {
    background: url("../images/sec6-5.jpg") center no-repeat;
}

.sec_6 .sec_6_right .item6 {
    background: url("../images/sec6-6.jpg") center no-repeat;
}

.sec_6 .sec_6_right .item7 {
    background: url("../images/sec6-7.jpg") center no-repeat;
}

.sec_6 .sec_6_right .item8 {
    background: url("../images/sec6-8.jpg") center no-repeat;
}

.sec_6 .sec_6_right .item p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.active3 {
    background: #f38714 !important;
}

.sec_7 {
    padding: 10px;
    box-sizing: border-box;
}

.sec_7 .flex_item {
    border-radius: 10px;
    box-shadow: 0 0 15px #ccc;
    width: 24%;
    padding: 40px 40px 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sec_7 .flex_item:hover {
    background: #f38714;
    color: #fff;
}

.sec_7 .flex_item i {
    display: inline-block;
    width: 90px;
    height: 90px;

}

.sec_7 .flex_item h4 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
}

.sec_7 .flex_item p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
}

.sec_7 .flex_item .icon1 {
    background: url("../images/sec7-1.png") center no-repeat;
    background-size: 80%;
}

.sec_7 .flex_item .icon2 {
    background: url("../images/sec7-2.png") center no-repeat;
}

.sec_7 .flex_item .icon3 {
    background: url("../images/sec7-3.png") center no-repeat;
}

.sec_7 .flex_item .icon4 {
    background: url("../images/sec7-4.png") center no-repeat;
}

.sec_7 .flex_item:nth-of-type(1):hover .icon1 {
    background: url("../images/sec7-1-active.png") center no-repeat;
    background-size: 80%;
}

.sec_7 .flex_item:nth-of-type(2):hover .icon2 {
    background: url("../images/sec7-2-active.png") center no-repeat;
}

.sec_7 .flex_item:nth-of-type(3):hover .icon3 {
    background: url("../images/sec7-3-active.png") center no-repeat;
}

.sec_7 .flex_item:nth-of-type(4):hover .icon4 {
    background: url("../images/sec7-4-active.png") center no-repeat;
}


.sec_9 .p1 {
    text-indent: 2em;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;

}

.sec_9 .p2 {
    margin-top: 30px;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
}

.sec_9 .img_wrapper {
    width: 592px;
    height: 350px;
}

.sec_10 {
    padding: 10px;
    box-sizing: border-box;
}

.sec_10 .flex_box {
    box-shadow: 0 0 15px #ccc;
}

.sec_10 .flex_item1 {
    width: 375px;
    height: 668px;
    box-sizing: border-box;
    overflow: hidden;
    background: #f38714;
    padding-top: 20px;
}

.sec_10 #wrapper_left {
    width: 100%;
    height: 100%;
    cursor: pointer;
    box-sizing: border-box;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    overflow: hidden;
}

.sec_10 #wrapper_left li {
    height: 50px;
    line-height: 50px;
    margin-bottom: 18px;
    text-align: center;
}

.sec_10 .flex_item2 {
    flex: 1;
    padding: 30px 30px 0;
    height: 668px;
    overflow: hidden;
    box-sizing: border-box;
}

.sec_10 #wrapper_right {
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px;
}

.sec_10 #wrapper_right ul li {
    padding: 20px;
    border-radius: 10px;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.sec_10 #wrapper_right ul li h4 {
    font-size: 24px;
    line-height: 30px;
    padding-left: 50px;
    font-weight: 500;
    color: #f38714;
    background: url("../images/sec10.png") 0 center no-repeat;
    margin-bottom: 10px;
}




.sec_11 .flex_box {
    padding: 6px;
}

.sec_11 .flex_item {
    width: 270px;
    border-radius: 20px;
    box-shadow: 0 0 16px rgba(4, 0, 0, 0.11);
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.sec_11 .img_wrapper {
    width: 270px;
    height: 290px;
}

.sec_11 .flex_item .name {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    line-height: 85px;
}

.sec_11 .flex_item .name span {
    font-size: 18px;
    color: #666;
    margin-left: 20px;
}

.sec_11 .flex_item .hover_box {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    transition: all 0.3s linear;
    border-radius: 20px;
    overflow: auto;
}
.sec_11 .flex_item .hover_box::-webkit-scrollbar {
    width: 0px;
}
.sec_11 .flex_item .hover_box .h_name {
    margin-top: 10px;
    font-size: 24px;
    font-weight: bold;
}

.sec_11 .flex_item .hover_box .h_name span {
    margin-left: 25px;
    font-size: 18px;
    font-weight: 400;
}

.sec_11 .flex_item .hover_box .description {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #d2d2d2;
}

.sec_11 .flex_item:hover .hover_box {
    bottom: 0;
}

.sec_12 .flex_box {
    padding: 10px;
}

.sec_12 .img_wrapper {
    box-shadow: 0 0 15px #ccc;
    width: 23%;
}

.sec_13 .flex_item {
    width: 25%;
    text-align: justify;
}

.sec_13 .flex_item h4 {
    height: 88px;
    line-height: 88px;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}

.sec_13 .flex_item:nth-of-type(odd) h4 {
    background: #f38714;
}
.sec_13 .flex_item:nth-of-type(odd) {
    background: #f0f0f0;
}
.sec_13 .flex_item:nth-of-type(even) h4 {
    background: #f89731;
}
.sec_13 .flex_item:nth-of-type(even){
    background: #f5f5f5;
}
.sec_13 .flex_item p{
    font-size: 20px;
    line-height: 30px;
    padding: 35px;
}

.sec_14 .sec_14_content{
    margin-top: 20px;
    text-align: center;
}
.sec_14 .sec_14_content .p1{
    font-size: 30px;
}
.sec_14 .sec_14_content .p2{
    margin-top: 20px;
    font-size: 18px;
    line-height: 30px;
}
.sec_14 .sec_14_content .p2 strong{
    font-size: 24px;
}

.sec_15 {
    background: #f38714;;
    height: 395px;
    position: relative;
}

.sec_15 .table_wraper{
    width: 1200px;
    position: absolute;
    top: 180px;
    font-size: 24px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 0 14px #ccc;
}
.sec_15 .table_wraper .tableHead{
    width: 100%;
    height: 80px;
    line-height: 80px;
    color: #fff;
    background: #9b560b;
    font-size: 30px;
}
.sec_15 .table_wraper .bd{
    color: #333;
}
.sec_15 .table_wraper .flex_box li:nth-of-type(1){
    width: 210px;
}
.sec_15 .table_wraper .flex_box li:nth-of-type(2){
    width: 125px;
}
.sec_15 .table_wraper .flex_box li:nth-of-type(3){
    width: 340px;
}
.sec_15 .table_wraper .flex_box li:nth-of-type(4){
    width: 185px;
}

.sec_15 .table_wraper .bd .flex_box li{
    line-height: 70px;
}
.sec_15 .table_wraper .bd .flex_box:nth-of-type(odd){
    background: #fff;
}
.sec_15 .table_wraper .bd .flex_box:nth-of-type(even){
    background: #fff6ed;
}
.sec_15 .table_wraper .bd ul:hover{
    background: #f89731 !important;
    color: #fff;
}

.sec_16{
    margin-top: 70px;
    padding: 5px;
}
.sec_16 .box2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sec_16 .img-wrapper p{
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
}

.sec_17 .box1{
    width: 532px;
}
.sec_17 .box2{
    width: 660px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sec_17 .box2_1 .img-wrapper{
    height: 197px;
}
.sec_17 .box2_2 .img-wrapper{
    height: 171px;
}
.sec_18{
    margin-bottom: -210px;
}
.sec_18 .bg_box{
    height: 390px;
    background: #f38918;
}
.sec_18 .flex_box{
    background: #fff;
    box-sizing: border-box;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 0 15px #ccc;
    overflow: hidden;
    position: relative;
    top: -210px;

}
.sec_18 .box1{
    width: 500px;
}
.sec_18 .box2{
    width: 284px;
}
.sec_18 .flex_box .box3{
    width: 270px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sec_18 .flex_box .box3 .img-wrapper{
    height: 49%;
}
.sec_20 a{
    font-size: 20px;
    line-height: 60px;
    color: #333;
}
.sec_20 a:hover{
    color: #f38918;
}
.sec_20 span{
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
    color: #fff;
    background: #f38918;
}
.sec_20 .left,
.sec_20 .right{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.sec_20 .left span{
    margin-right: 15px;
}
.sec_20 .right{
    text-align: right;
}
.sec_20 .right span{
    margin-left: 15px;
}

.sec_21{
    background: #f38918;
}
.sec_21 form{
    text-align: center;
    padding: 35px 0;
    width: 955px;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 5px 10px rgba(0,0,0,0.2);
    background:#fff url("../images/sec21-bg.png") center bottom no-repeat;
}
.sec_21 form h3{
    font-size: 30px;
    font-weight: 600;
}
.sec_21 form h4{
    font-size: 20px;
    line-height: 55px;
    color: #585858;
}
.sec_21 form .input_group{
    width: 606px;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #4788cf;
    margin: 0 auto 20px;
}
.sec_21 form .input_group label{
    width: 100%;
    height: 100%;
    display: flex;
}
.sec_21 form .input_group label i{
    width: 34px;
    height: 100%;
    margin-left:20px;
}
.sec_21 form .input_group label input{
    flex: 1;
    border: none;
    background: none;
    outline: none;
    font-size: 20px;
    box-sizing: border-box;
    margin-left: 10px;
}
.sec_21 form .input_group label .name_icon{
    background: url("../images/sec21-name.png") center no-repeat;
}
.sec_21 form .input_group label .tel_icon{
    background: url("../images/sec21-phone.png") center no-repeat;
}
.sec_21 form .submit_wrapper{
    width: 303px;
    height: 60px;
    border-radius: 30px;
    background: #f38918;
    margin: 0 auto;
}
.sec_21 form .submit_wrapper button{
    width: 100%;
    height: 100%;
    line-height: 60px;
    color: #fff;
    border: none;
    outline: none;
    background: none;
    font-size: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.sec_21 form .submit_wrapper button .submit_icon{
    display: inline-block;
    width: 26px;
    height: 60px;
    background: url("../images/tijiao.png") center no-repeat;
    margin-left: 10px;
}
/* hover */
.img_wrapper img {
    transition: transform 0.2s linear;
    overflow: hidden;
}

.img_wrapper:hover img {
    transform: scale(1.2);
}

.rotate {
    transition: all 1.2s linear;
}

.rotate:hover {
    transform: rotate(360deg);
}

.scale {
    transition: all 0.2s linear;
    overflow: hidden;
}

.scale2 {
    transition: all 0.2s linear;
    overflow: hidden;
}

.scale3 {
    transition: all 0.2s linear;
    overflow: hidden;
}

.scale:hover {
    transform: scale(1.2);
}

.scale2:hover {
    transform: scale(1.45);
}

.scale3:hover {
    transform: scale(1.05);
}

.sec_3 .flex_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec_3 .flex_box .flex_item{
    margin-top: 50px;
    width: 380px;
    height: 110px;
    position: relative;
    box-sizing: border-box;
    border-radius: 10px;
    display: block;
    
}
.sec_3 .flex_box .flex_item .seat1,
.sec_3 .flex_box .flex_item .seat2,
.sec_3 .flex_box .flex_item .seat3,
.sec_3 .flex_box .flex_item .seat4,
.sec_3 .flex_box .flex_item .item_content{
    position: absolute;
}
.sec_3 .flex_box .flex_item .seat1{
    top: 0;
    left: 0;
    width: 100px;
    height: 38px;
    background: #fff;
    border-radius: 0 0 10px 0;
    z-index: 1;
}
.sec_3 .flex_box .flex_item .seat2{
    top: 0;
    right: 0;
    width: 280px;
    height: 38px;
    background:  #e7ca8c;
    border-radius: 10px 10px 0 0;
    z-index: 0;
}
.sec_3 .flex_box .flex_item:hover .seat2{
    background:  linear-gradient(to right,#f5aa37,#ffc557);
}


.sec_3 .flex_box .flex_item .seat3{
    bottom: 0;
    left: 0;
    width: 100%;
    height: 72px;
    background: #e7ca8c;
    border-radius: 10px 0 10px 10px;
    z-index: 2;

}
.sec_3 .flex_box .flex_item:hover .seat3{
    background:  linear-gradient(to right,#f3a22d,#ffc557);
}

.sec_3 .flex_box .flex_item .seat4{
    width: 80%;
    height: 30px;
    top: 20px;
    left: 20px;
    background:  #e7ca8c;
    z-index: 0;
}
.sec_3 .flex_box .flex_item:hover .seat4{
    background:  linear-gradient(to right,#f3a22d,#ffc557);
}

.sec_3 .flex_box .flex_item .item_content{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
}


.sec_3 .flex_box .flex_item .item_content .left{
    width: 100px;
    height: 70px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    font-size: 70px;
    color: #e2b274;
}
.sec_3 .flex_box .flex_item:hover .item_content .left{
    color: #ab6809;
}
.sec_3 .flex_box .flex_item .item_content .right{
    flex: 1;
    padding: 16px 15px;
}
.sec_3 .flex_box .flex_item .item_content .right .r_title{
    color: #ab6809;
    font-size: 24px;
    font-weight: bold;
}
.sec_3 .flex_box .flex_item:hover .item_content .right .r_title{
    color: #fff;
}
.sec_3 .flex_box .flex_item .item_content .right .r_desc{
    width: 100%;
    height:30px;
    line-height: 30px;
    text-align: center;
    background: #ffffff;
    color: #ab6809;
    font-size: 16px;
    border-radius: 15px;
    margin-top: 12px;
}
.sec_3 .flex_box .flex_item:hover .item_content .right .r_desc{
    color: #fff;
    background: linear-gradient(to right,#f3a12d,#f3a12d);
}

.sec_8 {
    margin-top: 20px;
    background: #f7f9ff;
    padding: 50px 0;
}
.sec_8 .flex_box{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 20px;
}
.sec_8 .flex_box .flex_item{
    width: 220px;
    height: 270px;
    text-align: center;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    transition: all 0.3s linear
}
.sec_8 .flex_box .flex_item:hover{
    transform: translateY(-15px);
}
.sec_8 .flex_box .flex_item .title{
    margin-top: 20px;
    font-weight: bold;
    color: #333;
    font-size: 20px;
}
.sec_8 .flex_box .flex_item .line{
    width: 16px;
    height: 3px;
    display: inline-block;
    margin-top: 10px;
    background: #f9576f;
}
.sec_8 .flex_box .flex_item .desc{
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.sec_10{
    margin-top: 70px;
    padding: 50px 0;
}

.c10_content{
    margin-top: 50px;
}

.sec_10 .c10_content .tibs{
    font-size: 20px;
    font-weight: bold;
    color: #666;
    display: flex;
    box-sizing: border-box;
    border: 1px solid #ff9600;
    border-radius: 23px;
    cursor: pointer;
}
.sec_10 .c10_content .tibs>div{
    flex: 1;
    height: 45px;
    line-height: 45px;
    border-radius: 23px;
    text-align: center;
    box-sizing: border-box;
}
.sec_10 .c10_content .tibs .active{
    color: #fff;
    background: #ff9600;
}

.tibs_content{
    margin-top: 50px;
    display: flex;
    background: #f7f9ff;
    height: 480px;
    box-sizing: border-box;
}
.t_left{
    width: 284px;
    font-size: 18px;
}
.t_left>div{
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
}
.t_left .active3{
    background: #f69100;
    color: #fff;
}
.t_right{
    flex: 1;
    background: #babbb5;
    color: #333;
    box-sizing: border-box;
    padding: 30px;
    font-size: 18px;
    position: relative;
}
.t_right .t_right_title{
    padding-left: 35px;
    line-height: 47px;
    color: #f38714;
    background: #0e0315;
}
.t_right_title2{
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 35px;
}
.t_right .t_right_content{
    padding-left: 35px;
    line-height: 40px;
}
.t_right .img-wrapper{
    width: 500px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 35px;
}
.t_right .img-wrapper img{
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
}

.sec_suspension{
    position: fixed;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: url("../images/bf_bg.jpg") center no-repeat;
    background-size: cover;
    z-index: 4;
    opacity: 0.9;
}
.sec_suspension .suspension_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding-right: 125px;
    box-sizing: border-box;
    position: relative;
}
.sec_suspension .left{
    width: 400px;
    height: 100px;
    box-sizing: border-box;
    padding-top: 5px;
}
.sec_suspension .left p{
    color: #fff;
    font-size: 19px;
    text-shadow: 0 0 3px #333;
}
.sec_suspension .line{
    width: 1px;
    height: 60px;
    background: #f1d0d0;
}
.sec_suspension form{
    width: 600px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec_suspension form .input_wrapper{
    width: 475px;
    height: 100%;
    box-sizing: border-box;
    padding: 10px 0;
}
.sec_suspension form .input_wrapper .f_title{
    font-size: 39px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 3px #666;
}
.sec_suspension form .input_wrapper .input_wrapper{
    display: flex;
    justify-content: space-between;
}
.sec_suspension form .input_group{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.sec_suspension form .input_group label{
    width: 220px;
    height: 35px;
    display: flex;
    border: 1px solid #eab9b9;
    align-items: center;
    box-sizing: border-box;
    padding-left: 10px;
}
.sec_suspension form .input_group label i{
    width: 28px;
    height: 28px;
}
.sec_suspension form .input_group label .icon_name{
    background: url("../images/icon_name.png") center no-repeat;
}
.sec_suspension form .input_group label .icon_tel{
    background: url("../images/icon_tel.png") center no-repeat;
}
.sec_suspension form .input_group label input{
    outline: none;
    border: none;
    background: none;
    height: 28px;
    box-sizing: border-box;
    color: #fff;
    box-sizing: border-box;
    width: 175px;
    font-size: 18px;
    /* font-weight: bold; */
}
.sec_suspension form .input_group label input:active{
    background: none;
}
.sec_suspension form .input_group input::-webkit-input-placeholder {
    color: #fff;
}
.sec_suspension form .input_group input:-ms-input-placeholder { 
    color: #fff;
}
.sec_suspension form .input_group input:-moz-placeholder { 
    color: #fff;
}
input::-moz-placeholder {
    color: #fff;
}
.sec_suspension form .submit_wrapper{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #ffe33a;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0 0 10px #cf5111;
    position: relative;
    z-index: 5;
}
.sec_suspension form .submit_wrapper button{
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 15px;    
    font-size: 25px;
    font-weight: bold;
    color: #ff0000;
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
}
.sec_suspension .box{
    position: absolute;
    top: 0;
    right: -70px;
    width: 253px;
    height: 100%;
    background: url("../images/dalibao.png") center no-repeat;
}