/**头部+banner**/
.head{height: 80px;background: #fff;position: relative;z-index: 9;border-bottom: 1px solid #4597d0;}
.head .logo{display: block;float: left;line-height: 80px;width: 262px;}
.logo img{width: 100%;}
.head .hotLine{float: right;line-height: 80px;}
.head .nav_box{position: absolute;width: 100%;top: 100%;left: 0;background: rgba(0,0,0,.5);}
.nav_list li{float: left;margin-right: 20px;position: relative;text-align: center;}
.nav_list li>a{display: block;padding-right:60px; padding-left:60px;line-height: 50px;font-size: 16px;color:#fff;position: relative;}
.nav_list li:last-child a{ padding-right:0;}
.nav_list li>a:after{
    content: "";display: block;width: 52px;height: 2px;background: #ec5531;position: absolute;
    left: calc(50% - 26px);bottom:0;transform: scale(0,1);transition: all .6s;
}
.nav_list li>a.act,.nav_list li:hover>a{color:#ec5531;}
.nav_list li>a.act:after,.nav_list li:hover>a:after{transform: scale(1,1);}
.nav_list li .nav_er{
    position: absolute;width: 100%;padding: 8px 0;background: rgba(0,0,0,.5);z-index: 2;
    left: 0;top: 120%;opacity: 0;visibility: hidden;transition: top .6s,opacity .6s;
}
.nav_list li:hover .nav_er{top: 100%;opacity: 1;visibility: visible;}
.nav_er a{line-height: 36px;display: block;font-size: 14px;color:#fff;}
.nav_er a:hover{background: #0186ed;}
.nav_btn{display: none;width:0.8rem;padding: 0.24rem 0;height:0.8rem;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:#0186ed;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;}
.banner_list li{height: 685px;}
.banner_list li a{display: block;width: 100%;height: 100%;}
.banner .bx-wrapper .bx-prev{left: 10%;}
.banner .bx-wrapper .bx-next{right:10%;}
.banner .bx-wrapper .bx-pager{bottom:25px;}
.banner .bx-wrapper .bx-pager.bx-default-pager a{width: 10px;height: 10px;border-radius: 50%;border: 2px solid #fff;background: transparent;}
.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: #f75831;border-color: #f75831;}
/**底部**/
.foot{background: #0f203e;padding-top: 30px;}
.foot .foot_nav{float: left;}
.foot_nav dl{float: left;width: 165px;}
.foot_nav dl dt a{display: block;line-height: 32px;margin-bottom: 14px;font-size: 16px;color:#fafafa;}
.foot_nav dl dd a{display: block;line-height: 28px;font-size: 12px;color:#aaa;}
.foot_nav dl dt a:hover, .foot_nav dl dd a:hover{color:#ec5531;}
.foot .foot_con{float: right;}
.foot_con .qrCode{width: 110px;text-align: center;padding-top: 10px;line-height: 40px;font-size: 12px;color:#c5c5c5;}
.qrCode img{max-width: 100%;}
.foot_con .footTel_T{font-size: 12px;line-height: 18px;color:#939292;margin-top: 5px;}
.foot_con .footTel_TT{font-size: 26px;color:#fff;margin-top: 8px;}
.foot .bottom{line-height: 56px;border-top: 1px solid #c5925d;font-size: 12px;color:#9c9da2;text-align: center;margin-top: 30px;}
/**右侧滑块**/
.right_box{right: 1%;top: 200px;z-index: 10;margin-top:24px;}
.right_box .rb_one{background: #fff;margin:0 auto 1px;display: block;position: relative;}
.rb_one .rbo{
    width: 200px;height: 48px;font-size: 12px;color:#fff;padding-left: 60px;box-sizing: border-box;opacity: 0.9;transition: all .6s;
}
.rb_one .rb1, .rb_one .rb2, .rb_one .rb3{line-height: 20px;padding-top: 4px;}
.rb_one .rb4, .rb_one .rb5, .rb_one .rb6{line-height: 48px;}
.rb_one .rb1{background:#6da5e2 url("../images/icon_ask_01.png") 10px center no-repeat;}
.rb_one .rb2{background:#5a91cc url("../images/icon_ask_01.png") 10px center no-repeat;}
.rb_one .rb3{background:#447cb8 url("../images/icon_ask_01.png") 10px center no-repeat;}
.rb_one .rb4{background:#2463a6 url("../images/icon_ask_02.png") 10px center no-repeat;}
.rb_one .rb5{background:#05a715 url("../images/icon_ask_03.png") 10px center no-repeat;}
.rb_one .rb6{background:#066971 url("../images/icon_ask_04.png") 10px center no-repeat;}
.rb_one div:hover{opacity: 1;}
.rb_one .openQr{position: absolute;top: 0;right:50%;opacity: 0;visibility: hidden;transition: all .6s;}
.rb_one:hover .openQr{right: 100%;opacity: 1;visibility: visible;}
/**首页内容**/
.ind_title{
    width: 410px;height: 100px;box-sizing: border-box;text-align: center;background: #0068b7;max-width: 80%;
    font-size: 30px;color:#fff;line-height: 44px;padding: 14px 0;margin:auto;position: relative;top: -50px;
}
.ind_title .indT_TT{font-size: 16px;font-family: Arial;line-height: 28px;}
.ind_more{
    display: block;width: 100px;height: 35px;text-align: center;line-height: 35px;
    font-size: 14px;color:#fff;background: #f75831;border-radius: 4px;margin: auto;
}
.pro_rec{margin: 110px 0;padding-bottom:70px;background: url("../images/indPro_bg.jpg") center/cover no-repeat;}
.pro_rec .proR_box{padding: 70px 0 100px;}
.proR_one .proR_pic{border: 1px solid #e5e5e5;overflow: hidden;}
.proR_one .proR_pic img{width: 100%;transition: all 2s;}
.proR_one:hover .proR_pic img{transform: scale(1.1);}
.proR_one .proR_T{line-height: 40px;text-align: center;background: rgba(0,0,0,.6);font-size: 13px;color:#fff;}
.proR_box .bx-wrapper{background: transparent;}
.proR_box .bx-wrapper .bx-controls-direction a{width: 24px;}
.proR_box .bx-wrapper .bx-prev{left: -40px;background: url("../images/to_left_02.png") center no-repeat;}
.proR_box .bx-wrapper .bx-next{right:-40px;background:url("../images/to_right_02.png") center no-repeat;}
.proR_box .bx-wrapper .bx-pager.bx-default-pager a{display: none;}
.pro_type{padding-bottom: 20px;}
.proT_list .proT_one{
    display: block;width: 22.9%;margin-right: 2.8%;margin-bottom: 40px;float: left;box-sizing: border-box;border-radius: 4px;
    text-align: center;border: 1px solid #c9c9c9;height: 80px;font-size: 18px;line-height: 28px;color:#333;padding: 0 30px;
}
.proT_list .proT_one:hover{color:#fff;background:#0068b7;}
.proT_list .proT_one:nth-child(4n){margin-right: 0;}
/**12-11**/
.moFoot{display:none;}