.global_toolbar{
    display: none;
}
.banner_jia{
    position: absolute;
    bottom: 16%;
    left: 50%;
    transform: translateX(-50%);
}
.carousel-inner .jiaru{
    width: 190px;
    height: 60px;
    line-height: 60px;
    border-radius: 4px;
    background: #b01f24;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-right: 12px;
}
.carousel-inner .banner_jia .jiaru:last-child{
    margin-right: 0;
}

.carousel-inner .jiaru a{
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.carousel-inner .jiaru img {
    width: 20px;
    margin-right: 8px;
}
.carousel-inner .jiaru a:hover{
    color: #b01f24;
}

.navbox_fixed_cut{
    position: relative;
    width: 100%;
    z-index: 9;
    max-width: 1920px;
}
.new_clear:after{
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}
.banner_swiper{
    position:relative;
}
.banner_swiper .banner_app{
    display: none;
}

.index_banner .banner_pagin{
    width:100%;
    bottom:16px
}
.index_banner .banner_pagin .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    margin: 0 5px;
    background: white;
    border-radius: 10px;
    opacity: 0.6;
    transition: -webkit-all 1s;
    transition: -moz-all 1s;
    transition: -o-all 1s;
    transition: -ms-all 1s;
    transition: all 1s;
}

.index_banner .banner_pagin .swiper-pagination-bullet-active{
    width:32px;
    opacity:1
}

.nav_list{
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 999;
    background: #fff;
    /*border-bottom: 1px solid gainsboro;*/
}
.nav_list.on{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 998;
    box-shadow: 1px 1px 10px #eee;
}

.nav_list .swiper-slide{
    text-align: center;
    cursor: pointer;
}
.nav_list .swiper-slide:hover{
    color: #b01f24;
}
.nav_list .swiper-slide.on{
    /*border-bottom: 2px solid #b01f24;*/
}
.nav_list .swiper-slide.on:after{
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    border-radius: 6px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background: #b01f24;
}

.cut_title{
    font-size: 32px;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 50px;
}
.row_cut_2 .cut_title {
    text-align: left;
    margin-bottom: 20px;
}
.cut_title span{
    position: relative;
}
.cut_title span:after{
    content: "";
    display: inline-block;
    width: 140px;
    height: 2px;
    background: url(../images/title_af.png) no-repeat left;
    position: relative;
    top: -8px;
    margin-left: 50px;
}
.cut_title span:before{
    content: "";
    display: inline-block;
    width: 140px;
    height: 2px;
    background: url(../images/title_bf.png) no-repeat right;
    position: relative;
    top: -8px;
    margin-right: 50px;
}
.cut_border{
    width: 90px;
    height: 3px;
    background: #b01f24;
    margin-top: 20px;
}
.row_padding{
    padding: 80px 0;
}

.tow_bg{
    background: url(../images/bg1.jpg) no-repeat center;
    /*background-position: -130px -44px;*/
    background-size: cover;
    padding: 130px 0 80px;
}
.row_cut_4{
    background: url(../images/bg3.jpg) no-repeat center;
    background-size: cover;
}
.row_cut_5{
    background: url(../images/bg4.jpg) no-repeat center;
    background-size: cover;
}
.row_cut_7{
    background: url('../images/bg5.jpg') no-repeat center;
    background-size: cover;
}
.row_cut_8{
    height: 460px;
    background: url('../images/bg6.png') no-repeat center;
    background-size: cover;
}

.row_cut_2{
    padding-bottom: 80px;
}
.row_cut_2 .cut_border{
    margin-top: 30px;
}
.cut2_left{
    width: 46%;
    float: left;
    margin-right: 4%;
    position: relative;
}

.cut2_right p{
    margin-top: 30px;
    line-height: 30px;
    text-align: justify;
    color: #666;
}
.cut2_right{
    overflow: hidden;
    padding: 46px 30px;
}
.cut2_right .on_p{
    font-size: 20px;
    color: #b01f24;
    width: 90%;
}
.cut2_left video{
    width: 100%;
    background: #333;
}
.cut2_left img{
    position: absolute;
    top: 50%;
    width: 80px;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}

.row_cut_3{
    /*background: #b0ced8;*/
}
.cut3_bottom{
    position: relative;
}
.cut3_top{
    text-align: center;
    margin-bottom: 50px;
}
.cut3_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/bg_sss.png) no-repeat center;
    background-size: cover;
}
.cut3_ul , .cut3_bg_ul{
    display: flex;
    color: #fff;
    cursor: pointer;
}
.cut3_ul li , .cut3_bg_ul li{
    width: 25%;
    height: 600px;
    overflow: hidden;
    padding: 60px 10px;
    transition: width 0.8s;
    border-bottom: 6px solid #b01f24;
}
.cut3_ul li:nth-child(2n) , .cut3_bg_ul li:nth-child(2n){
    border-bottom: 6px solid #761d41;
}

.cut3_bg_ul li{
    position: relative;
}
.cut3_bg_ul li img{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    display: none;
}
.cut3_bg_ul li.on img{
    display: block;
}
.cut3_ul li.on , .cut3_bg_ul li.on{
    width: 150%;
}
.cut3_ul .li_1{background: #3899f4}
.cut3_ul .li_2{background: #217cec}
.cut3_ul .li_3{background: #145ed8}
.cut3_ul .li_4{background: #0c44d3}
.cut3_active{
    /*display: none;*/
    opacity: 0;
    height: 0;
    overflow: hidden;
    /*transition: all 2s;*/
}
.cut3_ul li.on .cut3_active{
    /*display: block;*/
    opacity: 1;
    height: auto;
    transition: all 3s;
}
.cut3_ul li.on .cut3_con{
    display: none;
}
.cut3_con{
    text-align: center;
}
.cut3_con .con_img{
    width: 150px;
    height: 150px;
    margin: 0 auto 30px;
    transform: scale(1.3);
}
.cut3_con .con_img img{
    width: 100%;
}
.li_2 .cut3_con .con_img{
    position: relative;
    left: -5px;
}
.cut3_con span{
    color: #52c8f9;
    font-size: 22px;
    margin-bottom: 20px;
    display: block;
}
.cut3_con p{
    font-size: 28px;
}
.cut3_con a{
    display: inline-block;
    width: 124px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #48a2f4;
    color: #fff;
    margin-top: 40px;
}
.cut3_con a:hover{
    color: #fff;
}
.on_a .cut3_con a{
    background: rgba(255, 255, 255, 0.3);
}
.cut3_active{
    padding-left: 50px;
    padding-right: 20px;
}
.cut3_active .active_left{
    float: left;
    width: 34%;
    margin-right: 6%;
    text-align: center;
    transition: all 0s;
}
.cut3_active .active_right{
    overflow: hidden;
    overflow-y: auto;
    transition: all 0s;
}
.active_left .cut3_eq1{
    margin-bottom: 20px;
}
.active_left .cut3_eq1 span{
    font-size: 20px;
    color: #52c8f9;
}
.li_1 .active_left .cut3_eq1 span , .li_1 .cut3_con span{
    color: #52c8f9;
}
.li_2 .active_left .cut3_eq1 span , .li_2 .cut3_con span{
    color: #30b3f4;
}
.li_3 .active_left .cut3_eq1 span , .li_3 .cut3_con span{
    color: #27b8fd;
}
.li_4 .active_left .cut3_eq1 span , .li_4 .cut3_con span{
    color: #1785fd;
}
.active_left .cut3_eq1 p{
    font-size: 20px;
}
.active_left .cut3_eq2{
    width: 90%;
    margin: 30px auto;
    font-size: 14px;
}
.row_cut_3 .bor{
    margin: 20px auto;
    width: 30px;
    height: 1px;
    background: #fff;
}
.cut3_eq3 p{
    margin-top: 10px;
    text-align: left;
    font-size: 14px;
    display: flex;
}
.cut3_eq3 p:after{
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}
.cut3_eq3 p span:first-child {
    font-size: 16px;
    /*float: left;*/
    margin-right: 6px;

}
.cut3_eq3 p span:nth-child(2){
    /*float: left;*/
    /*max-width: 50%;*/
    flex: 1;
}
.active_right h5{
    font-size: 20px;
}
.active_right h4{
    font-size: 17px;
    border-left: 3px solid #fff;
    padding-left: 12px;
    margin-bottom: 6px;
    line-height: 26px;
}
.active_right .bor{
    margin: 12px 0;
}
.active_right .cut3_eq2{
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 24px;
}
.cut3_list{
    margin: 12px 0;
    display: table;
}
.cut3_list span{
    display: block;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    width: 130px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 14px;
}
.cut3_list span:first-child , .li_2 .cut3_list span{
    line-height: initial;
    padding: 2px 10px;
}
.li_2 .cut3_list span{
    width: 160px;
}
.cut3_img{
    width: 120px;
    height: 120px;
    margin: 0 auto;
    position: relative;
    left: -16px;
}
.li_2 .cut3_img{
    left: -4px;
}
.cut3_img img{
    max-height: 90%;
}
.cut3_img:after{
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    bottom: 20px;
}
.li_1 .cut3_img:after{
    background: #52c8f9;
}
.li_2 .cut3_img:after{
    background: #30b3f4;
}
.li_3 .cut3_img:after{
    background: #27b8fd;
}
.li_4 .cut3_img:after{
    background: #1785fd;
}
/*.cut3_right{*/
/*    width: 65%;*/
/*    float: right;*/
/*    color: #fff;*/
/*}*/
/*.cut3_right h4{*/
/*    font-size: 34px;*/
/*}*/
/*.cut3_right ul{*/
/*    margin: 60px 0;*/
/*}*/
/*.cut3_right ul li{*/
/*    float: left;*/
/*    width: 25%;*/
/*}*/
/*.cut3_right ul li .con{*/
/*    position: relative;*/
/*    margin-right: 6px;*/
/*    border-bottom: 1px solid #f4f4f4;*/
/*    padding-bottom: 20px;*/
/*}*/
/*.cut3_right ul li .con span{*/
/*    color: ghostwhite;*/
/*}*/
/*.cut3_right ul li .con span:first-child{*/
/*    font-size: 50px;*/
/*    height: 48px;*/
/*    line-height: 48px;*/
/*    display: inline-block;*/
/*    margin-right: 10px;*/
/*}*/
/*.cut3_right ul li .con span:last-child{*/
/*    height: 48px;*/
/*    line-height: 24px;*/
/*    display: inline-block;*/
/*    font-size: 15px;*/
/*}*/
/*.cut3_right ul li .con span:first-child::after{*/
/*    content: "";*/
/*    display: inline-block;*/
/*    width: 7px;*/
/*    height: 7px;*/
/*    border-radius: 50%;*/
/*    background: #fff;*/
/*    margin-left: 2px;*/
/*}*/
/*.cut3_right ul li.on .con{*/
/*    border-bottom: 1px solid transparent;*/
/*}*/
/*.cut3_right ul li.on .con:after{*/
/*    content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 4px;*/
/*    background: #b01f24;*/
/*}*/
/*.cut3_right ul li.on .con span:last-child{*/
/*    font-size: 18px;*/
/*    color: #fff;*/
/*}*/
/*.cut3_cont>p{*/
/*    line-height: 26px;*/
/*    margin-top: 30px;*/
/*}*/
/*.cut3_img{*/
/*    width: 400px;*/
/*    float: left;*/
/*    height: 0;*/
/*    overflow: hidden;*/
/*    padding-bottom: 23%;*/

/*}*/
/*.cut3_text{*/
/*    overflow: hidden;*/
/*    padding: 50px;*/
/*}*/
/*.cut3_text h5{*/
/*    font-size: 22px;*/
/*    margin-bottom: 20px;*/
/*}*/
/*.cut3_text p{*/
/*    line-height: 26px;*/
/*}*/

.cut4_top{
    position: relative;
}
.cut4_top a{
    float: right;
    width: 180px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #999;
    color: #555;
    position: absolute;
    top: 0;
    right: 0;
}
.cut4_top a:hover{
    color: #b01f24;
    border: 1px solid #b01f24;
}
.cut4_list{
    margin-top: 40px;
    position: relative;
}
.cut4_list ul{
    /*margin: 0 -20px;*/
}
.cut4_list ul li{
    width: 33%;
    float: left;
}
.cut4_list ul li .con{
    display: block;
    box-shadow: 1px 1px 10px #eee;

}
.cut4_list ul li .con .cut4_img{
    height: 0;
    padding-bottom: 54%;
    overflow: hidden;
    position: relative;
}
.cut4_list ul li .con .cut4_img img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
}
.cut4_list ul li .con h4{
    font-size: 20px;
    color: black;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.cut4_list ul li .con p{
    width: 94%;
    color: #666;
    line-height: 26px;
    height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.cut4_time{
    margin: 12px 0 30px;
    color: #333;
}
.cut4_time img{
    width: 14px;
    margin-right: 12px;
    position: relative;
    top: -2px;
}
.cut4_bottom{
    padding: 30px 30px 70px;
    border-bottom: 7px solid transparent;
    background: #fff;
}
.cut4_list ul li .con:hover .cut4_img img{
    transform: scale(1.05);
}
.cut4_list ul li .con:hover h4{
    color: #b01f24;
}
.cut4_list ul li .con:hover .cut4_bottom{
    border-bottom: 7px solid #b01f24;
}

.cut4_container{
    padding-bottom: 20px;
}
.cut4_prev{
    width: 45px;
    height: 45px;
    background-size: 45px 45px;
    left: -60px;
    background-image:url(../images/left.png);
    outline: none;
}
.cut4_next{
    width: 45px;
    height: 45px;
    background-size: 45px 45px;
    right: -60px;
    background-image:url(../images/right.png);
    outline: none;
}
.cut4_pagination{
    display: none;
}

.cut5_top{
    text-align: center;
}
.cut5_cont{
    margin-top: 40px;
}
.cut5_left{
    float: left;
    width: 56%;
}
.cut5_right{
    float: right;
    width: 40%;
}
.cut5_container{
    border-radius: 6px;
}
.cut5_container .swiper-slide p{
    font-size: 16px;
    margin: 16px 0;
    color:#111;
}
.right_top .top_list{
    width: 48%;
    float: left;
    position: relative;
}
.right_top .top_list:last-child{
    float: right;
}
.right_top .top_list div{
    padding-bottom: 65%;
    height: 0;
    overflow: hidden;
    position: relative;
}
.right_top .top_list img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
}
.right_top .top_list p{
    text-align: center;
    font-size: 16px;
    margin: 12px 0;
}
.right_bottom{
    margin-top: 6%;
}
.right_bottom ul{
    /*border-left: 1px solid gainsboro;*/
    /*border-top: 1px solid gainsboro;*/
    border-radius: 4px;
}
.right_bottom ul li{
    width: 25%;
    text-align: center;
    float: left;
    margin-bottom: 60px;
    /*border-right: 1px solid gainsboro;*/
    /*border-bottom: 1px solid gainsboro;*/
}

.right_bottom ul li a{
    display: block;
    padding: 20px 10px;
    margin: 0 14px;
}
.right_bottom ul li a .cut5_img{
    width: 50px;
    height: 60px;
    margin: 0 auto
}
.right_bottom ul li a .cut5_img img{
    max-width: 100%;
}
.right_bottom ul li a .cut5_img .img2{
    display: none;
}
.right_bottom ul li a p{
    color: #787878;
    height: 44px;
    line-height: 22px;
}

.cut5_container .swiper-slide .con{
    height: 0;
    overflow: hidden;
    padding-bottom: 65%;
    position: relative;
    cursor: pointer;
}
.cut5_container .swiper-slide .con img{
    width: 100%;
}
.cut5_prev{
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    background-image: url(../images/left1.png);
    outline: none;
    right: 88px;
    left: auto;
    bottom: 20px;
    top: auto;
}
.cut5_next{
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    background-image: url(../images/right1.png);
    outline: none;
    top: auto;
    bottom: 20px;
    right: 0;
}
.cut5_prev:hover{

}
.cut5_container .cut5_pagination{
    bottom: 22px;
    right: 26px;
    width: 10%;
    left: auto;
}

.cut6_list{
    margin-bottom: 20px;
}
.cut6_list .list1 , .cut6_list .list2{
    width: 50%;
    float: left;
}
.cut6_list .list_cont{
    padding: 0 10px;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 45%;
    color: #fff;
}
.cut6_list .list_cont img{
    width: 100%;
}
.cut6_list .list_cont p{
    position: absolute;
    bottom: 26px;
    width: 100%;
    padding-left: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 24px;
    transition: all 0.5s;
}
.cut6_list .list_cont .con , .cut7_cont .con1{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    display: block;
    color: #fff;
    transition: all 0.5s;
}
.cut6_list .list_cont .con .cut6_pos , .cut7_cont .con1 .cut6_pos{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
}
.cut6_list .list_cont .con .cut6_pos h4 , .cut7_cont .con1 .cut6_pos h4{
    font-size: 22px;
    margin-bottom: 20px;
}
.cut6_list .list_cont .con .cut6_pos span , .cut7_cont .con1 .cut6_pos span{
    display: inline-block;
    padding: 6px 22px;
    background: #b01f24;
}

.cut6_list .list2 .list_cont{
    width: 50%;
    float: left;
}

.proposal_ul{
    margin: 0 -10px;
}
.proposal_ul:after{
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}
.proposal_ul li{
    width: 33.3%;
    float: left;
    margin-bottom: 40px;
    position: relative;
}
.proposal_ul li .con{
    margin: 0 10px;
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 66%;
    height: 0;
}
.proposal_ul4 li {
    width: 25%;
}
.proposal_ul_center{
    text-align: center;
}
.proposal_ul_center li{
    width: 33%;
    float: none;
    display: inline-block;
    text-align: left;
}
.proposal_ul li img{
    width: 100%;
    transform: scale(1.01);
    transition: all 0.5s;
}
.proposal_ul li .con:hover img{
    transform: scale(1.05);
}
.proposal_ul li h3{
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,0.5);
    font-size: 18px;
    left: 0;
    line-height: 30px;
    padding: 10px 26px;
    bottom: 0;
    color: #ffffff;
    z-index: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
}
.proposal_ul li h3:before , .cut7_cont .con1 .cut6_pos h4:before{
    content: "";
    display: inline-block;
    width: 2px;
    height: 20px;
    background: #b01f24;
    margin-right: 18px;
    position: relative;
    top: 2px;
}
.cut7_cont .con:hover .con1 , .cut6_list .list_cont:hover .con{
    top: 0;
}
.cut7_cont .con:hover h3 , .cut6_list .list_cont:hover p{
    bottom: -100%;
}


.row_cut_8 .margin_14{
    position: relative;
    height: 100%;
}
.cut8_cont{
    position: absolute;
    width: 45%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.cut8_cont h3{
    font-size: 28px;
    letter-spacing: 3px;
    color: #fff;
}
.cut8_cont .cut8_a{
    margin-top: 50px;
}
.cut8_cont .cut8_a img {
    width: 20px;
    margin-right: 8px;
}
.cut8_cont .cut8_a a{
    display: inline-block;
    width: 190px;
    height: 60px;
    line-height: 60px;
    border-radius: 4px;
    margin-right: 34px;
    background: #b01f24;
    color: #fff;
    text-align: center;
}
.cut8_cont .cut8_a a:last-child{
    margin-right: 0
}


.cut8_cont .cut8_a a:hover , .jiaru:hover{
    background: #fff;
    color: #b01f24;
}
.cut8_cont .cut8_a a:hover img , .active_img , .jiaru:hover img{
    display: none;
}
.cut8_cont .cut8_a a:hover .active_img , .jiaru:hover .active_img{
    display: inline-block;
}

.row_cut_9{
    background: #f5f5f5;
}
.cut9_cont .proposal_ul li .con {
    margin: 0 20px;
    box-shadow: 0px 0px 20px gainsboro;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-bottom: 70%;
}
.cut9_cont .proposal_ul li h3 {
    background: #fff;
    color: #333;
    padding: 20px 26px;
}
.cut9_cont .proposal_ul li h3:before{
    display: none;
}
.cut9_cont .proposal_ul li h3 span:first-child{
    float: left;
    width: 72%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cut9_cont .proposal_ul li h3 span:last-child{
    float: right;
    font-size: 16px;
}

.cut9_cont .proposal_ul li .con:hover h3{
    color: #b01f24;
}

.cut10_cont ul li{
    width: 50%;
    float: left;
    margin-bottom: 30px;
}
.cut10_cont ul li .con{
    overflow: hidden;
    padding-bottom: 42%;
    position: relative;
    height: 0;
    display: block;
    text-align: center;
}
.cut10_cont ul li .con img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1.01);
    max-width: 90%;
    transition: all 0.3s;
}
.cut10_cont ul li .con:hover img{
    transform: translate(-50%,-50%) scale(1.05);
}

/* 表单模态框 */
.form .modal-dialog {
    max-width: 1440px;
    width: 1440px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -720px;
    margin-top: -380px;
}
.form .title {
    text-align: center;
    margin-top:46px;
}
.form .title p {
    font-size: 24px;
}
.form .title .desc {
    width:64%;
    margin:28px auto;
}
.form .title .desc p{
    color:#999;
    font-size: 16px;
}
.f-content {
    width:80%;
    margin:0 auto;
}
.f-content .head {
    height: 56px;
    background: #b11e25;
    line-height: 56px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.f-content .f-table table{
    width:100%;
    text-align: center;
    color:#666;
}
.f-content .f-table table, table tr th, table tr td {
    padding:14px 12px;
}
.f-content .f-table table th {
    text-align: center;
    background: #f4f4f4;
    width: 158px;
}
.f-content .detail-list ul li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}
.detail-list ul:after {
    content:'';
    visibility:hidden;
    display:block;
    width:0;
    height:0;
    clear:both;
}
.f-content .detail-list {
    margin:40px 0;
}
.detail-list ul li span {
    font-weight: bold;
}
.detail-list ul li p {
    display: inline-block;
    font-size: 14px;
    color:#666;
    margin-top: 6px;
}

@media (max-width: 1600px){
    #contact_zhen .modal-dialog {
        width: 400px;
        max-width: 400px;
    }
    .form .modal-dialog {
        width: 1200px;
        max-width: 1200px;
        margin-top: -335px;
        margin-left: -600px;
    }
}


@media (max-width: 1500px){
    .carousel-inner .jiaru{
        bottom: 13%;
    }
    .form .modal-dialog {
        max-width: 1000px;
        width: 100%;
        margin-left: -500px;
    }
    .f-content {
        width: 100%;
    }
    .form .title .desc {
        width: 92%;
    }

    .cut2_right {
        padding: 18px 0;
    }
    .cut_title {
        font-size: 28px;
        letter-spacing: 1px;
    }
    .cut2_right .on_p {
        font-size: 18px;
        margin-top: 20px;
    }
    .cut3_con .con_img {
        width: 140px;
        height: 140px;
        transform: scale(1.2);
    }
    .li_2 .cut3_con .con_img {
        left: -12px;
    }
    .cut3_con p {
        font-size: 24px;
    }
    .cut3_con span {
        font-size: 20px;
    }
    .cut3_active {
        padding-left: 26px;
        padding-right: 20px;
    }

}

@media (max-width: 1370px){
   .carousel-inner .jiaru {
    bottom: 11%;
    width: 170px;
    height: 46px;
    line-height: 46px;
}
}



@media (max-width: 1300px){
    .form .modal-dialog {
        margin-top: -270px;
    }
    .cut9_cont .proposal_ul li h3 {
        padding: 12px 20px;
        font-size: 18px;
    }
    .cut9_cont .proposal_ul li h3 span:last-child {
        font-size: 14px;
    }
}

@media (max-width: 1199px){
    .row_padding {
        padding: 50px 0;
    }
    .proposal_ul li {
        width: 50%;
        margin-bottom: 36px;
    }
    .cut6_list .list_cont p {
        bottom: 20px;
        width: 92%;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 20px;
    }
    .cut6_list .list_cont .con .cut6_pos, .cut7_cont .con1 .cut6_pos {
        width: 86%;
    }
    .cut6_list .list_cont .con .cut6_pos h4, .cut7_cont .con1 .cut6_pos h4 {
        font-size: 20px;
    }
    .cut6_list .list_cont .con .cut6_pos span, .cut7_cont .con1 .cut6_pos span {
        font-size: 14px;
    }
    .cut3_bg_ul.on , .cut3_ul.on{
        /*display: block;*/
    }
    .cut3_bg_ul
    /*.cut3_bg , .cut3_con{*/
    /*    display: none;*/
    /*}*/
    .cut3_active{
        /*display: block;*/
        /*opacity: 1;*/
    }
    .cut3_ul li.on{
        width: 100%;
    }
    .cut3_ul li{
        /*height: auto;*/
        padding: 30px 10px;
        border-bottom: 0;
        margin-bottom: 20px;
    }
    /*.cut3_ul li:nth-child(2n), .cut3_bg_ul li:nth-child(2n){*/
    /*    border-bottom: 0;*/
    /*}*/
    .cut3_ul li.on .cut3_active{
        transition: all 1.5s;
    }
    .cut3_ul, .cut3_bg_ul{
        height: 600px;
        overflow: hidden;
    }
    .cut3_ul li.sib_on , .cut3_bg_ul li.sib_on{
        width: 0;
        padding: 20px 0;
    }
    .cut3_ul li.on, .cut3_bg_ul li.on {
        transition: all 0.8s;
        width: 100%;
        display: block;
    }
    .cut4_next , .cut4_prev{
        display: none;
    }
    .cut4_pagination , .cut10_pagination{
        display: block;
        width: 100%;
    }
    .cut4_pagination span{
        margin: 0 6px;
    }
}

@media (max-width: 1000px){
    .carousel-inner .jiaru{
        bottom: 9%;
    }
    .cut8_cont {
        width: 50%;
    }
    .cut5_right , .cut5_left , .cut2_left{
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .tow_bg {
        padding: 80px 0;
    }
    .form .modal-dialog {
        width: 94%;
        margin-left: 0;
        left: 10px;
        top: 8%;
        margin-top: 0;
        overflow-y: auto;
    }
    .f-content .head {
        font-size: 18px;
    }
    .f-content .detail-list ul li {
        width: 100%;
        float: none;
    }
    .f-table{
        overflow-x: auto;
    }
    .f-table table{
        /*width: 750px!important;*/
        font-size: 14px;
    }
    .f-table::-webkit-scrollbar {width: 6px;height: 6px}
    .f-table::-webkit-scrollbar-thumb {background-color: #b01f24;border-radius: 6px}
    .f-table::-webkit-scrollbar-track {background: #ebebeb}
}

@media (min-width: 768px){
    .right_bottom ul li a:hover .cut5_img img{
        display: none;
    }
    .right_bottom ul li a:hover{
        background: ghostwhite;
        box-shadow: 1px 1px 10px gainsboro;
    }
    .right_bottom ul li a:hover .cut5_img .img2{
        display: inline-block;
    }
    .right_bottom ul li a:hover p{
        color: #b01f24;
    }
}

@media (max-width: 768px){

    .right_bottom ul li a .cut5_img img{
        display: none;
    }
    .right_bottom ul li a{
        background: ghostwhite;
        box-shadow: 1px 1px 10px gainsboro;
    }
    .right_bottom ul li a .cut5_img .img2{
        display: inline-block;
    }
    .right_bottom ul li a p{
        color: #b01f24;
        font-size: 14px;
    }

    .f-content .f-table table, table tr th, table tr td {
        padding: 8px 4px;
    }
    .cut8_cont {
        width: 38%;
    }
    .banner_swiper .banner_pc{
        display: none;
    }
    .cut3_bg_ul.on , .banner_swiper .banner_app{
        display: block;
    }
    .cut3_bg_ul.on li.on{
        position: absolute;
        height: 100%;
        top: 0;
    }
    .cut3_ul li, .cut3_bg_ul li{
        height: 330px;
    }
    .cut3_ul ,.cut3_bg_ul , .cut3_ul li.on, .cut3_bg_ul li.on{
        height: auto;
    }
    .cut3_ul li.on, .cut3_bg_ul li.on{
        transition: all 0s;
        border-bottom: 6px solid transparent;
    }

    .cut3_con .con_img {
        width: 60px;
        height: 60px;
    }
    .li_2 .cut3_con .con_img {
        left: 0
    }
    .cut3_con span {
        font-size: 14px;
        line-height: 16px;
        height: 32px;
    }
    .cut3_con p {
        font-size: 13px;
    }
    .cut3_con a {
        width: 100%;
        font-size: 12px;
        height: 32px;
        line-height: 32px;
        margin-top: 34px;
    }
    .carousel-inner .jiaru {
        width: 115px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        bottom: 18%;
    }
    .index_banner .banner_pagin{
        display: none !important;
    }
    .right_bottom ul li {
        width: 50%;
    }
    .cut3_top img{
        width: 68%;
    }
    .cut2_left img {
        width: 60px;
    }
    .cut3_active .active_left {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .cut3_img {
        width: 90px;
        height: 90px;
    }
    .right_bottom ul li {
        margin-bottom: 20px;
    }
    .proposal_ul li .con {
        padding-bottom: 62%;
    }
    .proposal_ul li h3:before, .cut7_cont .con1 .cut6_pos h4:before{
        display: none;
    }
    .cut_title {
        font-size: 22px;
        letter-spacing: 0;
        margin-bottom: 30px;
    }
    .cut_title span:after {
        width: 90px;
        margin-left: 16px;
    }
    .cut_title span:before {
        width: 90px;
        margin-right: 16px;
    }
    /*.cut8_cont {*/
    /*    width: 94%;*/
    /*    right: auto;*/
    /*}*/
    .cut8_cont .cut8_a a {
        width: 46%;
        height: 50px;
        line-height: 50px;
        margin-right: 4%;
    }

    .cut6_list .list1, .cut6_list .list2 {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .nav_list.on{
        top: 55px;
    }
    .row_cut_8 {
        height: 350px;
        background: url(../images/bg6_app.jpg) no-repeat center;
        background-size: cover;
    }
    /*.cut8_cont .cut8_a a {*/
    /*    width: 150px;*/
    /*}*/
    .cut8_cont .cut8_a a {
        width: 106px;
        height: 30px;
        line-height: 30px;
        margin-right: 0;
        font-size: 12px;
        margin-bottom: 8px;
    }
}

#contact_zhen .modal-dialog{
    padding: 10px;
    width: 500px;
    max-width: 500px;
    margin-left: 0;
    margin-top: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#contact_zhen.on .modal-dialog{
    width: 800px;
    max-width: 800px;
}
#contact_zhen .no_model , .no_model1{
    width: 24px;
    position: absolute;
    right: 7px;
    top: 7px;
    cursor: pointer;
}

@media (max-width: 500px){
    .banner_jia {
        width: 100%;
        text-align: center;
    }
    .row_cut_8 {
        height: 210px;
    }
    .cut8_cont .cut8_a a {
        width: 106px;
        height: 30px;
        line-height: 30px;
        margin-right: 0;
        font-size: 12px;
    }
    .cut8_cont .cut8_a {
        margin-top: 10px;
    }
    .cut_border {
        width: 90px;
        height: 2px;
        background: #b01f24;
        margin-top: 4px;
    }
    .cut8_cont h3 {
        font-size: 16px;
        letter-spacing: 2px;
    }
    .cut9_cont .proposal_ul li h3 {
        padding: 4px 12px;
        font-size: 14px;
    }
    .cut9_cont .proposal_ul li h3 span:last-child , .cut6_list .list_cont .con .cut6_pos, .cut7_cont .con1 .cut6_pos{
        display: none;
    }
    .cut6_list .list_cont .con, .cut7_cont .con1{
        top: 0;
    }
    .cut9_cont .proposal_ul li h3 span:first-child {
        width: 100%;
    }

    .nav_list .swiper-slide:hover {
        color: #333;
    }
    .nav_list .swiper-slide.on{
        color: #b01f24;
    }

    .li_2 .cut3_list span {
        width: 48%;
        font-size: 12px;
        height: 44px;
        padding: 4px 10px;
        margin-right: 2%;
    }
    .cut3_active {
        padding-left: 10px;
        padding-right: 10px;
    }

    .row_cut_4{
        padding-top: 0;
    }
    .cut6_list , .cut6_list .list2{
        margin-bottom: 0;
    }
    .proposal_ul li {
        margin-bottom: 20px;
    }
    #contact_zhen .modal-dialog , #contact_zhen.on .modal-dialog{
        width: 92%;
        max-width: 520px;
        margin-left: 0;
        height: auto;
        bottom: auto;
    }
    .form .title p {
        font-size: 18px;
    }
    .form .title .desc p {
        font-size: 15px;
        text-align: justify;
    }
    .f-content .f-table table th {
        text-align: left;
        width: auto;
    }
    table tr td{
        text-align: left;
    }
    .cut9_cont .proposal_ul li .con {
        margin: 0 10px;
    }
    .tow_bg {
        padding: 50px 0;
    }
    .row_cut_2 {
        padding-bottom: 50px;
    }
    .proposal_ul li h3 {
        position: absolute;
        width: 100%;
        background: rgba(0,0,0,0.5);
        font-size: 12px;
        left: 0;
        line-height: 30px;
        padding: 2px 8px;
        bottom: 0;
        color: #ffffff;
        z-index: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition: all 0.5s;
    }
    .cut2_right .on_p {
        font-size: 16px;
        width: 100%;
        line-height: 26px;
    }
    .cut2_right p {
        margin-top: 20px;
        line-height: 26px;
    }
    .cut3_list span {
        width: 44%;
    }
    .active_right h4 {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 22px;
    }
    .cut6_list .list2 .list_cont {
        width: 100%;
        float: none;
        height: 0;
        padding-bottom: 45%;
        margin-bottom: 20px;
    }
    .cut4_list ul li .con h4 {
        font-size: 18px;
    }
    .cut4_time , .cut4_list ul li .con p{
        font-size: 14px;
    }
    .cut4_bottom {
        padding: 30px 20px;
        border-bottom: 7px solid #b01f24;
    }
}
