p{
    word-break:break-all;
}
body{
    min-width: 1260px;
    font-size: 12px;
    font-family: '寰蒋闆呴粦','Regular';
}
a{
    color: #333333;
}
img{
    max-width: 100%;
    max-height: 100%;
    border: none;
    vertical-align: middle;
}
.clearfix::before, .clearfix::after{
    clear: both;
    content: "";
    display: block;
    height: 0px;
    width: 0px;
}
.vc{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top:0;
    margin: auto;
}
.mb_20px{
    margin-bottom: 20px;
}
.mb_10px{
    margin-bottom: 10px;
}
.gray_bg{
    background: #f6f6f6;
}
.white_bg{
    background: #ffffff;
}
.red{
    color: #cd1938;
}
.lf{
    float: left;
}
.rt{
    float: right;
}
.fs12{
    font-size: 12px;
}
.fs16{
    font-size: 16px;
}
.oneLine{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.twoLine{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    flex-direction: column;
}
.thrLine{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.fourLine{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.do0 {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #cd1938;
    display: block;
    float: left;
    margin-top: 8px;
    margin-right: 8px;
}
.scale .vc{
    transition: all 0.6s;
}
.scale:hover .vc{
    transform: scale(1.1);
}
.container{
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.header_top{
    height: 30px;
    line-height: 30px;
    background: #f5f5f5;
    border-bottom: 1px solid #ececec;
}
.header_top .hd_lt,.menu_type span{
    font-size: 12px;
}
.hd_lt{
    width: 30%;
    float: left;
}
.hd_rt{
    width: 70%;
    float: right;
}

.menu_type{
    width: 204px;
    float: right;
}

.menu_type a{
    color: #333333;
    font-size: 12px;
    border-right: 1px solid #cacaca;
    padding: 0 8px;
    box-sizing: border-box;
}
.menu_type a:nth-last-child(1){
    border-right: none;
}
.menu_type a:hover{
    color: #cd1938;
}
.logo_img{
    width: 136px;
    float: left;
    position: relative;
    height: 86px;
    /*background: url(../images/icon/hbg.png) right no-repeat;*/
    margin-right: 15px;
}
.logo_img img{
    padding-right: 15px;
    box-sizing: border-box;
}
.com_intro{
    float: left;
    /* width: 60%; */
    width: 64%;
    padding-top: 8px;
}
.com_intro .red{
    font-size: 18px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    display: block;
    float: left;
    /* max-width: 65%; */
    max-width: 82%;
}
.com_intro .com_vb{
    width: 100%;
    height: 24px;
    overflow: hidden;
}
.sp_logo{
    width: 50%;
}
.p_intro{
    margin-top: 15px;
    float: left;
}
.sp_contact{
    /* width: 16%; */
    width: 17%;
    margin-top: 10px;
}
.sp_contact img{
    float: left;
    margin-top: 6px;
}
.cont_num span{
    display: block;
    font-size: 14px;
    line-height: 26px;
}
.cont_num{
    width: 67%;
    float: right;
}
.cont_num .red{
    font-size: 18px;
    font-weight: bold;
}
.header_bom{
    padding-top: 20px;
}
.menu{
    background: #db2242;
    height: 60px;
}
.menu_nav li{
    float: left;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    width: 135px;
    text-align: center;

}
.menu_nav li a{
    color: #ffffff;
    font-size: 16px;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    /*background: url(../images/icon/hbg.png) right no-repeat;*/

}
.menu_nav li:nth-last-of-type(1) a{
    background: none;
}
.menu_nav li.cur,.menu_nav li:hover{
    background: #ae122d;
}


/* footer */
footer{
    background: #2a2a2a;
    font-size: 12px;
    padding-top: 1px;
}
footer a{
    color: #ffffff;
    font-size: 14px;
}
footer p{
    color: #666666;
}
.ft_i.ft_adr img{
    margin-left: -1px;
}
.contact_box p span,.contact_box p i{
    color: #ffffff;
    font-size: 12px;
}
.ft_contact{
    border-bottom: 1px solid #545659;
    padding-bottom: 21px;
}
.ft_menu{
    padding: 30px 0 22px;
    box-sizing: border-box;
}
.ft_menu li{
    float: left;
    width: 14%;
    border-right: 1px solid #666666;
    text-align: center;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
}
.ft_menu li:nth-last-of-type(1){
    border-right: none;
}
.ft_menu li:hover a{
    color: #cd1938;
}
.contact_box li{
    width: 50%;
    float: left;
    height: 30px;
    line-height: 30px;
}
.contact_box{
    width: 62%;
    margin: auto;
}
.ft_i{
    float: left;
    margin-right: 16px;
}
.ft_i img{
    margin-right: 9px;
}
.contact_box .oneLine{
    width:75%;
    float: left;
    display: block;
}
.ft_copy{
    padding: 24px 0;
}
.ft_copy p{
    text-align: center;
    line-height: 26px;
}
.ft_map{
    background: #1a1a1a;
    padding: 9px 0;
}
.ft_copy .copy_0{
    opacity: 0.5;
    color: #ffffff;
}
.mapLt{
    width: 85%;
    float: left;
    text-align: center;
}
.mapRt{
    width: 15%;
    float: right;
    text-align: right;
}
.mapRt .bdu{
    margin-right: 10px;
}
.mapRt a,.mapLt{
    color: #999999;
}
.nav,.nav a{
    color: #666666;
}
.nav{
    margin: 8px auto;
}

/* 鍒嗛〉 */
.page{
    text-align: center;
    margin: 27px auto 30px;
}
.page a, .page span,.page strong{
    color: #999999;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    min-width: 30px;
    line-height: 30px;
    height: 30px;
    margin: 0 5px;
    padding: 0 8px;
    background: #f8f7f7;
    transition: all 0.5s;
    box-sizing: border-box;
    border-radius: 3px;
}
.page span.cur, .page a:hover ,.page a.cur,.page strong{
    background: #cd1938;
    color: #fff;
}
.page .turn_page{
    cursor: pointer;
    border: solid 1px #e6e6e6;
    background: none;
    color: #333333;
}
.page .total{
    background: none;
    color: #333333;
}
.page .dot{
    background: none;
}

/* banner */
.change_banner_frame {
    height: 400px;
    overflow: hidden;
}
.middle_img_frame .imgBg{
    display: block;
    height: 400px;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: auto 100% !important;
}
.change_banner_frame .slick-dots li button{
    width: 12px;
    height: 12px;
}
.change_banner_frame .slick-dots li.slick-active button{
    background: #db2242;
}

.contact_box .oneLine.CibaCompanyAddress{
    height: 20px;
    line-height: 20px;
    margin-top: 6px;
}


@media screen and (max-width:1700px){
    .sp_contact{
        width: 19%;
    }
}
@media screen and (max-width:1090px){
    .sp_contact{
        width: 22%;
    }
}