/*Í·ï¿½ï¿½+ï¿½×²ï¿½+banner*/
.head{height: 80px;background: #fff;position: relative;z-index: 10;}
.head .logo{display: block;float: left;height: 80px;line-height: 80px;width: 182px;}
.head .logo img{width: 100%;}
.head .language{
    width: 90px;box-sizing: border-box;border-left: 1px solid #eee;cursor: pointer;
    background: #fff url("../images/drop.png") right center no-repeat;
    position: relative;font-size: 14px;color:#777;float: right;height: 80px;line-height: 80px;
}
.head .language i{
    display: inline-block;padding-left: 16px;margin: 0 10px 0 20px;
    background: url("/EN/images/earth.png") center no-repeat;
}
.language .language_list{
    position: absolute;width: 100%;text-align: center;line-height: 36px;background: #fff;
    top: 120%;left: 0;opacity: 0;visibility: hidden;transition: all .6s;
}
.language:hover .language_list{top: 100%;opacity: 1;visibility: visible;}
.language_list a{font-size: 14px;color:#333;display: block;}
.language_list a:hover{color:#fff;background: #bc0000;}
.head .nav{float: right;}
.head .nav li{float: left;position: relative;}
.head .nav li.other_language{display: none;}
.head .nav li>a{display: block;font-size: 15px;color:#333;padding: 0 15px;line-height: 80px;}
.head .nav li.act>a,.head .nav li:hover>a{color:#fff;background: #bc0000;}
.head .nav li .nav_er{
    position: absolute;background:#fff;width:160px;text-align:center;line-height: 36px;z-index: 2;
    padding: 10px 0;transition: top .5s,opacity .5s;left:calc(36% - 65px);top:120%;opacity: 0;visibility: hidden;
}
.head .nav li:hover .nav_er{opacity: 1;top: 100%;visibility: visible;}
.nav_er a{
    display: block;line-height: 36px;font-size: 14px;color:#555;
}
.nav_er a:hover{background: #bc0000;color:#fff;}
.nav_btn{
    display: none;width:0.8rem;padding: calc(0.34rem - 4px) 0;height:0.8rem;
    box-sizing: border-box;float:right;
}
.nav_btn span{display: block;margin:4px 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:#bc0000;border-radius: 0.05rem;position: relative;
}
.nav_btn.openNav span{opacity: 0;}
.nav_btn.openNav:before{transform: rotate(45deg);top:calc(4px + 0.04rem);}
.nav_btn.openNav:after{transform: rotate(-45deg);bottom:calc(4px + 0.04rem);}
/****/
.banner .banner_list li{height: 560px;}
.banner .banner_list li a{display: block;width: 100%;height: 100%;}
.banner .bx-wrapper .bx-pager{bottom: 22px;}
.banner .bx-wrapper .bx-pager.bx-default-pager a{background: #fff;}
.banner .bx-wrapper .bx-pager.bx-default-pager a.active,.banner .bx-wrapper .bx-pager.bx-default-pager a:focus,.banner .bx-wrapper .bx-pager.bx-default-pager a:hover{background: #bc0000;}
/****/
.foot{padding: 60px 0;background: #bc0000;}
.foot .foot_box{
    width: 25%;float: left;font-size: 14px;color:#ffdcdc;line-height: 30px;
}
.foot .qr_code{float: right;padding-right: 15px;}
.foot_box .bdshare-button-style0-16 a{padding-left: 28px;height: 28px;border-radius: 50%;}
.foot_box .bdshare-button-style0-16 .bds_weixin{background: #ffe8e8 url("../images/share_wx.png") center no-repeat;}
.foot_box .bdshare-button-style0-16 .bds_tsina{background: #ffe8e8 url("../images/share_xl.png") center no-repeat;}
/***ï¿½ï¿½ï¿½ï¿½***/
.ind_title{padding:50px 0 30px;text-align: center;position: relative;}
.ind_title .indT_T{line-height: 40px;font-size: 34px;color:#222;}
.ind_title .indT_TT{line-height: 34px;font-size: 20px;color:#000;}
.ind_title:after{
    content: " ";display: block;width: 118px;height: 4px;position: absolute;bottom: 0;
    left: calc(50% - 59px);background: url("/EN/images/ind_title.png") center no-repeat;
}
/****/
.ind_abt .indAbt_main{padding: 52px 0 60px;}
.indAbt_main .indAnt_pic{width: 520px;float: left;margin-left: 16px;position: relative;}
.indAbt_main .indAnt_pic img{width: 100%;transition: all 1.8s;position: relative;z-index: 2;}
.indAbt_main .indAnt_pic:hover img{transform: scale(1.1);}
.indAbt_main .indAnt_pic:before,.indAbt_main .indAnt_pic:after{
    content: " ";display: block;width: 260px;height: 180px;background: #f3f3f3;position: absolute;
}
.indAbt_main .indAnt_pic:before{left: -16px;top: -16px;}
.indAbt_main .indAnt_pic:after{right: -16px;bottom:-16px;}
.indAbt_main .indAbt_txt{width: calc(100% - 600px);float: right;}
.indAbt_txt .indAbt_TT{font-size: 14px;color:#666;line-height: 30px;-webkit-line-clamp: 6;max-height: 214px;}
.indAbt_txt .indAbt_link{margin-top: 40px;}
.indAbt_txt .indAbt_link a{display: block;width: 25%;float: left;text-align: center;font-size: 16px;color:#555;}
.indAbt_txt .indAbt_link a i{display: block;width: 84px;height: 84px;border-radius: 50%;margin: 0 auto 18px;transition: all .6s;}
.indAbt_txt .indAbt_link a:nth-child(1) i{background:#dedede url("../images/ind_abt_01.png") center no-repeat;}
.indAbt_txt .indAbt_link a:nth-child(2) i{background:#dedede url("../images/ind_abt_02.png") center no-repeat;}
.indAbt_txt .indAbt_link a:nth-child(3) i{background:#dedede url("../images/ind_abt_03.png") center no-repeat;}
.indAbt_txt .indAbt_link a:nth-child(4) i{background:#dedede url("../images/ind_abt_04.png") center no-repeat;}
.indAbt_txt .indAbt_link a:hover{color:#bc0000;}
.indAbt_txt .indAbt_link a:hover i{background-color: #bc0000;}
/****/
.ind_case{background: #f8f8f8;padding-bottom: 60px;}
.ind_case .ind_title{margin-bottom: 36px;}
.indCase_list .indCase_one{overflow: hidden;position: relative;}
.indCase_one .indCase_pic{width: 100%;transition: all 1.5s;}
.indCase_one:hover .indCase_pic{transform: scale(1.1);}
.indCase_one .indCase_intro{
    position: absolute;width: 100%;height: 100%;top: 0;left: 0;opacity: 0;
    background: rgba(0,0,0,.5);box-sizing: border-box;padding: 30px;transition: all .6s;
}
.indCase_one:hover .indCase_intro{opacity: 1;}
.indCase_intro .indCase_T{font-size: 30px;color:#fff;line-height: 80px;border-bottom: 2px solid #fff;}
.indCase_intro .indCase_TT{font-size: 14px;line-height: 26px;color:#ededed;margin-top: 25px;}
.indCase_intro .indCase_data{
    display: block;margin-top: 22px;width: 64px;height: 26px;text-align: center;line-height: 26px;
    border: 1px solid #e5e5e5;font-size: 14px;color:#ededed;border-radius: 4px;
}
.ind_case .bx-wrapper{background: transparent;}
.ind_case .bx-wrapper .bx-controls-direction a{width: 56px;height: 56px;background-color: rgba(188,0,0,.8);opacity: 0;transition:all 0.8s;}
.ind_case .bx-wrapper:hover .bx-controls-direction a{opacity: 1;}
.ind_case .bx-wrapper .bx-prev{left: 0;}
.ind_case .bx-wrapper .bx-next{right:0;}
.ind_case .bx-wrapper:hover .bx-prev{left: -15px;}
.ind_case .bx-wrapper:hover .bx-next{right:-15px;}
.ind_more{
    display: block;width: 138px;height: 38px;line-height: 38px;text-align: center;border: 2px solid #dcdcdc;margin: 40px auto 0;
}
.ind_more:hover{
    display: block;width: 138px;height: 38px;line-height: 38px;text-align: center;border: 2px solid #bc0000;margin: 40px auto 0; color:#bc0000;
}
/****/
.ind_news{padding-bottom: 60px;}
.ind_newsList{padding: 36px 0 8px;}
.ind_newsList .indNews_one{width: 30.83%;margin: 0 1.25%;float: left;box-shadow: 0 0 15px rgba(0,0,0,.1);transition: all .6s;}
.ind_newsList .indNews_one:hover{box-shadow: 0 0 25px rgba(0,0,0,.2);}
.indNews_one .indNews_pic{width: 100%;overflow: hidden;}
.indNews_one .indNews_pic img{width: 100%;transition: all 1s;}
.indNews_one:hover .indNews_pic img{transform: scale(1.1);}
.indNews_one .indNews_txt{padding: 10px 20px;}
.indNews_txt .indNews_T{line-height: 46px;font-size: 16px;color:#333;transition: all .6s;}
.indNews_one:hover .indNews_txt .indNews_T{color:#bc0000;}
.indNews_txt .indNews_TT{font-size: 12px;color:#888;line-height: 18px;margin-bottom: 12px;}
.indNews_txt .fl{line-height: 40px;font-size: 12px;color:#aaa;}
.indNews_txt .fr{line-height: 40px;font-size: 12px;color:#bc0000;}<!--ºÄÊ±1765335945.2253Ãë-->