.head{position: fixed;top: 0;left: 0;width: 100%;height:90px;z-index: 9;transition:all .6s;}
.head .logo{display: block;float: left;margin-left:2%;line-height:90px;width:264px;}
.logo img{width:100%;}
.head .search_div{float:right;margin-right:1.5%;position: relative;height:100%;width:60px;background:url("../images/search_01.png") center no-repeat;transition:all .6s;}
.search_div:before{content: "";display: block;width:1px;height:24px;background: #fff;position:absolute;left: 0;top:calc(50% - 12px);transition:all .6s;}
.search_div .search_box{
    position: absolute;right:0;top:120%;padding: 8px;background: rgba(255,255,255,.5);width: 230px;
    opacity: 0;transition: top.5s,opacity .5s;visibility: hidden;z-index: 2;
}
.search_div:hover .search_box{opacity: 1;top:100%;visibility: visible;}
.search_box input[type='text']{
    width:200px;height:30px;padding-left: 15px;font-size: 14px;float:left;border: 1px solid #ddd;box-sizing: border-box;
}
.search_box input.ser_btn{
    float:left;width: 30px;height:30px;cursor: pointer;
    background:#be1a21 url("../images/search_01.png") no-repeat center;background-size: 40%;
}
.head .head_wx{display:block;width:35px;height:100%;float: right;background:url("../images/wx_01.png") center no-repeat;margin-right:12px;transition:all .6s;}
.head .head_eml{display:block;width:35px;height:100%;float: right;background:url("../images/eml_01.png") center no-repeat;transition:all .6s;}
.head .nav{float:right;margin-right:20px;}
.nav li{float: left;position: relative;}
.nav li.moNav{display:none;}
.nav li>a{display: block;line-height: 90px;padding:0 18px;font-size:14px;color:#fff;position: relative;}
.nav li>a:after{
    content: "";display: block;width:60px;height: 3px;background: #be1a21;bottom:0;
    transition:all .6s;transform:scale(0,1);position: absolute;left:calc(50% - 30px);
}
.nav li:hover>a:after,.nav li>a.act:after{transform: scale(1.1);}
.nav li:hover>a,.nav li>a.act{color:#be1a21 !important;}
.nav li .nav_er{
    position: absolute;background:#fff;width:130px;text-align:center;line-height: 36px;z-index: 2;display:none;
    padding: 10px 0;transition: top .5s,opacity .5s;left:calc(50% - 65px);top:120%;opacity: 0;visibility: hidden;
}
.nav li:hover .nav_er{top:100%;opacity: 1;visibility: visible;}
.nav_er a{display: block;color:#333;font-size: 14px;}
.nav_er a:hover{background: #be1a21;color:#fff;}
.nav_btn{display: none;width:0.8rem;padding: 0.29rem 0;height:0.9rem;box-sizing: border-box;float:right;}
.nav_btn span{display: block;margin:0.1rem auto;}
.nav_btn:after,.nav_btn:before{content:" ";margin: auto;}
.nav_btn span,.nav_btn:after,.nav_btn:before{
    display: block;width: 0.4rem;height:0.04rem;transition: all .3s;
    background-color:#be1a21;border-radius: 0.05rem;position: relative;
}
.nav_btn.openNav span{opacity: 0;}
.nav_btn.openNav:before{transform: rotate(45deg);top:0.14rem;}
.nav_btn.openNav:after{transform: rotate(-45deg);bottom:0.14rem;}
/**ͷ����������̬**/
.head.SBHead,.head:hover{background:#fff;}
.SBHead .nav li>a,.head:hover .nav li>a{color:#454545;}
.head.SBHead .search_div,.head:hover .search_div{background-image:url("../images/search_02.png");}
.SBHead .search_div:before,.head:hover .search_div:before{background:#c1c1c1;}
.head.SBHead .head_wx,.head:hover .head_wx{background-image:url("../images/wx_02.png");}
.head.SBHead .head_eml,.head:hover .head_eml{background-image:url("../images/eml_02.png");}
/**ͷ������̬**/
.head.noTopH{height:60px;}
.head.noTopH .logo{line-height:60px;}
.noTopH .nav li>a{line-height: 60px;}
/****/
.qr_box{position: fixed;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0,0,0,.5);z-index: 12;display:none;}
.qr_box .qr_close{
    width: 40px;height: 40px;border-radius: 50%;position: absolute;top: 5%;cursor: pointer;
    background:#000 url('../images/close.png') center no-repeat;right: 5%;transition: all .6s;
}
.qr_box .qr_close:hover{transform: rotate(360deg);}
.qr_box img{max-width: 80%;max-height: 80%;position: absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.fullPageMenu{position: fixed;left:20px;z-index:8;top:calc(50% - 88px);}
.fullPageMenu li{height:22px;line-height:22px;}
.fullPageMenu li.active{opacity:.8;}
.fullPageMenu li a{display: block;position: relative;font-size: 14px;color:#fff;}
.fullPageMenu li a i{display: block;float: left;margin:8px 12px 8px 0;width: 6px;height:6px;border-radius:50%;background:#fff;position:relative;}
.fullPageMenu li.active a i:before{content: "";display: block;width:10px;height:10px;border:1px solid #fff;border-radius:50%;position: absolute;left:-3px;top: -3px;}
.fullPageMenu li.active a i:after{content: "";display: block;width:17px;height:1px;background:#fff;position: absolute;left:-20px;top:calc(50% - 0.5px);}
.fullPageMenu li a span{opacity: 0;}
.fullPageMenu li.active a span{opacity:1;}
/****/
.w1550{max-width:1550px;margin: auto;}
.foot{padding:20px 80px 0;background:#333;}
.foot .foot_top{line-height:30px;font-size: 16px;color:#fff;padding-bottom:30px;}
.foot_top .foot_logo{display: block;line-height: 52px;margin-bottom:20px;}
.foot .foot_main{padding:40px 0 30px;border-top:1px solid #454545;}
.foot_main .foot_nav{float: left;width:calc(100% - 135px);}
.foot_nav dl{width:150px;float:left;max-width:14.25%;}
.foot_nav dl dt>a{display: block;line-height:30px;margin-bottom:10px;font-size: 16px;color:#fff;}
.foot_nav dl dd>a{display: block;line-height:30px;font-size: 14px;color:#969696;}
.foot_main .foot_qr{width:135px;float:right;padding-top: 20px;line-height:22px;font-size: 14px;color:#666;text-align: center;}
.foot_qr img{display: block;margin:0 auto 10px;}
.foot .foot_bottom{line-height:30px;padding:25px 0;font-size: 14px;color:#656565;border-top:1px solid #454545;}
/****/
.page_father .section{overflow: hidden;box-sizing: border-box;}
.section .slide{overflow: hidden;}
.slide video{min-height:100vh;min-width:100vw;}
/****/
.video_banner{display:none;}
.vdoBan_box{position: fixed;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0,0,0,.5);z-index: 12;display: none;}
.vdoBan_box .vdoBan_close{
    width: 40px;height: 40px;border-radius: 50%;position: absolute;top: 5%;cursor: pointer;
    background:#000 url('../images/close.png') center no-repeat;right: 5%;transition: all .6s;
}
.vdoBan_box .vdoBan_close:hover{transform: rotate(360deg);}
.vdoBan_box video{width: 80%;height: 80%;background:#000;position: absolute;left: 10%;top: 10%;}
/****/
.ind_more{display:block;width:160px;line-height:40px;text-align: center;border:1px solid #fff;font-size: 14px;color:#fff;}
.ind_more:after{content:">";font-family:serif;transition:all .6s;padding-left:15px;}
.ind_more:hover:after{padding-left:25px;}
.ind_more.ind_more2{background:#be1a21;border-color:#be1a21;}
.sec2{background:url("../images/ind_bg_01.jpg") center;}
.indN_top{float: left;margin-left:15%;color:#333;}
.indN_top .indNT_T1{font-size:46px;line-height:66px;}
.indN_top .indNT_T2{font-size:20px;line-height:54px;}
.indN_top .indNT_T3{font-size:12px;color:#767676;line-height:28px;}
.indN_top .indN_cls{height:26px;margin:12px 0 60px;}
.indN_cls .indN_P, .indN_cls .indN_N{width:26px;height: 26px;float: left;}
.indN_cls .indN_P{border-right:1px solid #dfdfdf;}
.indN_cls .indN_P a, .indN_cls .indN_N a{display: block;height:100%;width:100%;text-indent:-9999px;overflow: hidden;}
.indN_cls .indN_P a{background: url("../images/to_left_01.png") center no-repeat;}
.indN_cls .indN_N a{background:url("../images/to_right_01.png") center no-repeat;}
.indN_main{position: absolute;right:2%;top:90px;max-width:calc(100% - 360px);}
.indN_list .indN_one{display: block;height:calc(100vh - 90px);border-left:1px solid #eaeaea;padding:0 12px;box-sizing: border-box;}
.indN_one .indN_T1{font-size: 18px;line-height:32px;color:#3b3b3b;height:128px;margin-bottom: 64px;}
.indN_one .indN_time{width:50px;height:50px;position: relative;text-align: center;font-size:12px;background:#be1a21;color:#fff;margin-bottom:20px;}
.indN_time .indN_day{font-size:18px;padding-top:5px;}
.indN_time:after{content:"";display: block;border:10px solid #be1a21;border-left-color:transparent;border-bottom-color:transparent;position: absolute;right:0;top: 100%;}
.indN_one .indN_T2{font-size:12px;color:#808080;line-height:30px;margin-bottom:16px;}
.indN_one .indN_pic{width:100%;overflow: hidden;height:126px;margin-bottom:20px;}
.indN_one .indN_pic img{width:100%;transition:all 2s;    object-fit: cover; height: 126px;}
.indN_one:hover .indN_pic img{transform:scale(1.1);}
.indN_one .indN_T3{font-size:12px;line-height:20px;color:#808080;height:80px;}
.indN_one .indN_T4{width:50px;height:20px;margin-top:40px;background:url("../images/more_01.png") center no-repeat;transition:all .6s;}
.indN_one:hover .indN_T4{background-image:url("../images/more_02.png");margin-left:12px;}
.indN_main .bx-wrapper{background:transparent;}
/****/
.indM_list li{height:100vh;box-sizing: border-box;padding-top:31vh;color:#fff;}
.indM_list .indM_T1{font-size:54px;line-height: 80px;}
.indM_list .indM_T2{font-size:32px;line-height: 60px;margin-bottom:36px;}
.indM_pager{position: absolute;right:30px;top:calc(50% - 92px);}
.indM_pager li a{display: block;line-height:46px;color:rgba(255,255,255,.8);text-align: right;font-size:15px;}
.indM_pager li a i{display: block;width:10px;height: 1px;background:#fff;float: right;margin:22px 0 0 15px;transition:all .6s;}
.indM_pager li.active a{color:#fff;}
.indM_pager li.active a i{width:36px;}
/****/
.ind_title .indT_T1{font-size:44px;line-height:60px;margin-bottom:20px;}
.indT_T1:after{content:"";display:block;height:6px;margin-top:20px;background:url("../images/ind_title.png") center no-repeat;}
.ind_title .indT_T2{font-size:24px;line-height:30px;}
.indA_main .indA_list{max-width:1325px;margin:50px auto 100px;font-size: 0;text-align: center;}
.indA_list .indA_one{width:20%;height:260px;display:inline-block;color:#fff;text-align: center;transition:all .8s;}
.indA_list .indA_one:hover{transform:rotateY(360deg);}
.indA_one .vac{width:140px;max-width:75%;margin: auto;}
.indA_one .indA_T1{line-height:30px;font-size:18px;}
.indA_T1:before{content:"";display:block;border:10px solid transparent;border-bottom-color:#fff;margin:0 auto 10px;width:0;}
.indA_one .indA_T2{line-height:26px;font-size:16px;opacity:0.4;}
.indA_one .indA_T3{line-height:22px;font-size: 12px;}
.indA_list .indA_one.indA1{background:url("../images/ind_adv_01.png") center no-repeat;}
.indA_list .indA_one.indA2{background:url("../images/ind_adv_02.png") center no-repeat;}
.indA_list .indA_one.indA3{background:url("../images/ind_adv_03.png") center no-repeat;}
.indA_list .indA_one.indA4{background:url("../images/ind_adv_04.png") center no-repeat;}
.indA_list .indA_one.indA5{background:url("../images/ind_adv_05.png") center no-repeat;}
/****/
.indP_main .indP_list{border-left:1px solid #e5e5e5;border-top:1px solid #e5e5e5;margin:90px 0 70px;}
.indP_list .indP_one{display: block;float: left;width:20%;box-sizing: border-box;border-bottom:1px solid #e5e5e5;border-right:1px solid #e5e5e5;position: relative;overflow: hidden;}
.indP_one img{width:100%;transition:all 2s;}
.indP_one:hover img{transform:scale(1.1);}
.indP_one:after{content: "";display:block;width:100%;height:100%;top:0;left:0;background:#fff;opacity:.3;position: absolute;transition:all .6s;}
.indP_one:hover:after{opacity: 0;}
/****/
.c29 .indT_T1:after{background-image:url("../images/ind_title_02.png");}
.indJ_main{margin:120px 0 60px;}
.indJ_list .indJ_one{display: block;}
.indJ_one .indJ_T1{line-height:54px;font-size: 14px;color:#fff;padding:0 16px;background:#292929;}
.indJ_one .indJ_T2{background:#f8f8f8;font-size:14px;line-height: 28px;color:#373737;padding:10px 16px 20px;}
.indJ_one .indJ_T3{line-height:50px;background:#c6c6c6;font-size: 14px;color:#fff;text-align: center;transition:all .6s;}
.indJ_one:hover .indJ_T3{background:#be1a21;}
.indJ_main .bx-wrapper{background:transparent;}
.indJ_main .bx-wrapper .bx-controls-direction a{width:38px;height:38px;margin-top: 0;top:-70px;background-color:#bfbfbf;}
.indJ_main .bx-wrapper .bx-controls-direction a:hover{background-color:#3c3c3c;}
.indJ_main .bx-wrapper .bx-prev{left: calc(50% - 39px);}
.indJ_main .bx-wrapper .bx-next{right:calc(50% - 39px);}
/****/
.indC_main .indC_T1{font-size:36px;color:#be1a21;line-height:48px;margin-bottom:10px;padding-top:40px;}
.indC_main .indC_T2{font-size:16px;color:#787878;line-height:20px;}
.indC_main .indC_T3{font-size:20px;color:#080808;line-height:32px;margin-bottom:10px;}
.indC_T3:after{content: "";display: block;width:22px;height:1px;background:#828282;margin:3px 0 0 auto;}
.indC_main .indC_T4{font-size:14px;line-height:26px;color:#060606;}
.indC_main .indC_map{width:280px;margin:15px 0 0 auto;}
.indC_map img,.indC_map iframe{max-width:100%;}
/****/
.indSB_T21{line-height:24px;padding:0 8px;color:#ffb8bb;font-size:13px;background:#be1a21;display:inline-block;}
.indSB_T22{margin-top:12px;line-height:40px;font-size:28px;color:#333;}
.indSB_T23{line-height:76px;margin-bottom:24px;font-size:70px;color:#4c4c4c;font-family:Arial;}
.indSB_T23:after{content:"";display:block;width:30px;height:2px;background:#4c4c4c;margin-top:30px;}
.text-center{text-align: center;font-size:16px}
.pagination-style {
  text-align: center;
  overflow: hidden;
}
.pagination-style ul li {
  display: inline-block;
  margin: 5px;
}
.pagination-style ul li a {
padding:8px 12px;
  border: 1px solid #e8e8e8;
  display: block;
  border-radius: 3px;
  color:#888;
}
.pagination-style ul li a:hover {
  background:#b20302;
  color: #fff;
}
.pagination-style ul .active a {
  color: #fff;
  background:#b20302;
}
.alert-danger {
    background-color: #b20302;
    border-color: #b20302;
    color: #fff;
}
.alert {
    padding: 12px;
    border: 1px solid transparent;
    border-radius: 4px;
margin-bottom: 20px;
font-size:18px;
}