* {
    margin:0;
    padding:0;
}
a {
    text-decoration:none;
    color: #333;
}
a:hover {
    text-decoration:none;
    color:#333;
}
body {
    font-family:"微软雅黑";
    min-width:1200px;
}
ul {
    list-style:none;
}
.form-control50 {
    width: 50%;
    float: left;
}
.form-controlimg {
    float: left;
    margin-left: 10px;
    height: 35px;
}
.form-group button {
    width: 200px;
    height: 35px;
    line-height: 35px;
    background: #333;
    color: #fff;
    border: none;
}
.form-group div {
    width: 700px;
    display: inline-block;
    vertical-align: top;
}

.form-group label {
    display: inline-block;
    margin: .7rem 1rem;
    width: 138px;
    text-align: left;
    font-weight: 400;
    vertical-align: top;
}
.top1 {
    position: fixed;
    top: 0;
    z-index: 100000000;
    width: 100%;
    background: #fff;
}

.top1img{
    text-align: center;
}
.top1img img{

}

.nav {
    background: #f7f7f7;
    position: relative;
    font-family: Arial;
}







.nav>ul {
    width:1187px;
    margin:auto;
    font-size: 0;
    text-align: right;
}
.nav>ul>li {
    display: inline-block;
    position: relative;
    transition: all 0.3s;
    height: 50px;

}
.nav>ul>li>a {
    display: block;
    text-align: center;
    color: #111010;
    padding: 0 28px;
    font-size: 18px;
    line-height: 50px;
    overflow: hidden;
    transition: all 0.3s;
    margin: auto;
}
.nav span {
    float:right;
}
.nav>ul>li:nth-child(1)>a {
    border-left:0;
}
.nav>ul>li:last-child>a {
    border-right:0;
}
.nav>ul>li:hover {
    background: #f98406;
}
.nav>ul>li:hover>a {
    color: #fff;
}
.clear {
    clear:both;
}
.more {
    position:absolute;
    left:0;
    top:50px;
    width:100%;
    z-index:999;
    background:#fff;
    display:none;
}
.more a {
    display:block;
    height:44px;
    overflow:hidden;
    line-height:44px;
    font-size:14px;
    color:#808080;
    border:1px solid #dcdcdc;
    margin-bottom:-1px;
    text-align:center;
    font-size:14px;
    transition:all 0.3s linear 0s;
}



#myCarousel{
    margin-top: 128px;
}
#myCarousel .item img{
    width: 100%;
}


.allinex_a{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 61px;
    margin-bottom: 72px;
}
.allinex_a div{
    display: block;
    float: left;
    text-align: center;
    width: 370px;
    overflow: hidden;
    margin-right: 45px;
}
.allinex_a div img{
    transition: all 0.83s; 
}
.allinex_a div span{
    display: block;
    font-size: 24px;
    color: #000000;
    margin: 18px 0;
}
.allinex_a div i{
    display: block;
    width: 34px;
    height: 1px;
    margin: auto;
    background: #008ed6;
}
.allinex_a div div{
    font-size: 15px;
    color: #000000;
    line-height: 30px;
    margin-top: 30px;
}


.allinex_a div:last-child{
    margin-right: 0;
}



.allinex_a div:hover img{
    transform: rotateY(360deg);
}


.allinex_b{
    width: 100%;
    background: url(../image/7.png)center 0 no-repeat;
    height: 752px;
    overflow: hidden;
}

.allinex_bTop{
    text-align: center;
    margin-top: 102px;
    margin-bottom: 44px;
}
.allinex_bTop div{
    font-size: 35px;
    color: #363333;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 24px;
}
.allinex_bTop img{
    display: block;
    margin: auto;
}


.allinex_bs{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.allinex_bsLeft{
    float: left;
}

.allinex_bsRight{
    width: 661px;
    height: 337px;
    background: #fff;
    overflow: hidden;
    padding: 27px 0;
    padding-left: 32px;
    padding-right: 32px;
    float: right;
    margin-top: 16px;
}
.allinex_bsRight label{
    font-size: 25px;
    color: #f98406;
}
.allinex_bsRight div{
    font-size: 16px;
    line-height: 32px;
    color: #444444;
    margin-bottom: 16px;
    margin-top: 12px;
}
.allinex_bsRight a{
    font-size: 16px;
    color: #f98406;
}


.allinex_bsbottom{
    width: 520px;
    height: 50px;
    margin: 0 auto;
    background: #f3f3f3;
    box-shadow: 0px 10px 12px #999;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 52px;
}



.allinex_bsbottom a{
    float: left;
    width: 33.333%;
    overflow: hidden;
    text-align: center;
    border-right: 1px solid #d7d7d7;
    color: #262121;
    transition: all 0.3s;
}
.allinex_bsbottom a div{
    display: inline-block;
    position: relative;
    height: 50px;
    width: 48px;
}
.allinex_bsbottom a div img{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    margin: auto;
    z-index: 10;
    transition: all 0.3s;
}
.allinex_bsbottom a:nth-child(3){
    border:0;
}
.allinex_bsbottom a div img:nth-child(2){
    z-index: 1;
}
.allinex_bsbottom a span{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    top: -20px;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;    
}
.allinex_bsbottom a:hover{
    background: #f98406;
    color: #fff;
}
.allinex_bsbottom a:hover div img:nth-child(2){
    z-index: 10;
}




.allinex_cTop{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 44px;
}
.allinex_cTop div{
    font-size: 35px;
    color: #363333;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 24px;
}
.allinex_cTop img{
    display: block;
    margin: auto;
}




.allinex_c{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.allinex_c a{
    display: block;
    float: left;
    width: 384px;
    height: 289px;
    overflow: hidden;
    position: relative;
    margin-right: 24px;
}
.allinex_c a:last-child{
    margin-right: 0;
}
.allinex_c a img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.allinex_c a div{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    background: rgba(0,0,0,0.6);
    text-align: center;
    line-height: 289px;
    color: #fff;
    font-size: 31px;
    font-weight: 700;
    transition: all 0.5s;
}

.allinex_c a:hover div{
    top: 0;
}



.allinex_d{
    width: 100%;
    background: #f7f7f7;
    overflow: hidden;
}



.allinex_dTop{
    text-align: center;
    margin-top: 102px;
    margin-bottom: 57px;
}
.allinex_dTop div{
    font-size: 35px;
    color: #363333;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 24px;
}
.allinex_dTop img{
    display: block;
    margin: auto;
}


.allinex_ds{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 111px;
}
.allinex_ds a:last-child{
    margin-right: 0;
}
.allinex_ds a{
    display: block;
    width: 226px;
    height: 102px;
    border: 1px solid #ccc;
    overflow: hidden;
    float: left;
    margin-right: 74px;
	  margin-bottom:25px;
}
.allinex_ds a img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.allinex_ds a:hover img{
    transform: scale(1.1);
}





.allinex_eTop{
    text-align: center;
    margin-top: 63px;
    margin-bottom: 60px;
}
.allinex_eTop div{
    font-size: 35px;
    color: #363333;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 24px;
}
.allinex_eTop img{
    display: block;
    margin: auto;
}

.allinex_eTop span{
    font-size: 18px;
    color: #726f6f;
    display: block;
    margin-top: 14px;
}


.allinex_e{
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 58px;
}

.allinex_es{
    display: flex;
    flex-wrap: wrap;
}
.allinex_es a{
display: block;
    float: left;
    position: relative;
    margin-left: 9px;
}
.allinex_es a p{
    width: 292px;
    height: 234px;
    background: url(../image/19.png)center 0 no-repeat;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    margin: 0;
}
.allinex_es a div{
    width: 292px;
    height: 228px;
    overflow: hidden;
    position: relative;
    margin-top: 19px;
    margin-left: 19px;
}
.allinex_es a div img{
    width: 100%;
    transition: all 0.3s;
    height: 100%;
}

.allinex_es a:hover div img{
    transform: scale(1.1);
}


.allinex_f{
    width: 100%;
    background: #f8f7f7;
    overflow: hidden;
}

.allinex_fs{
    width: 1238px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 45px;
}
.allinex_fs a:nth-child(2n){
    float: right;
}
.allinex_fs a{
    display: block;
    width: 598px;
    background: #fff;
    border:1px solid #e5e4e4;
    overflow: hidden;
    float: left;
    padding: 46px 25px;
    margin-bottom: 30px;
}
.allinex_fs a .newLeft{
    float: left;
    width: 179px;
    height: 114px;
    overflow: hidden;
}
.allinex_fs a .newLeft img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.allinex_fs a:hover img{
    transform: scale(1.1);
}
.allinex_fs a .newRight{
        float: right;
    width: 346px;
    overflow: hidden;
}
.allinex_fs a .newRight div{
        font-size: 15px;
    color: #2a2929;
    margin-top: 11px;
}
.allinex_fs a .newRight p{
        display: block;
    font-size: 13px;
    color: #7c7777;
    line-height: 27px;
    width: 100%;
    word-break: break-word;
    margin: 0;
}
.allinex_fs a .newRight i{
    font-size: 12px;
    font-style: normal;
    color: #666;
}

.bottom{
    width: 100%;
    background: #1b1b1b;
    overflow: hidden;
}

.bottoms{
    width: 1200px;
    margin: 53px auto;
    overflow: hidden;
}

.bottomsLeft{
    float: left;
    width: 352px;
    overflow: hidden;
}
.bottomsLeft>a{
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 38px;
    display: block;
}
.bottomsLeft div{
    overflow: hidden;
}
.bottomsLeft div a{
    display: block;
    float: left;
    width: 50%;
    color: #8a8a8a;
    font-size: 12px;
    margin-bottom: 12px;
}

.bottomscenter{
    float: left;
    width: 191px;
    overflow: hidden;
}
.bottomscenter>a{
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 38px;
    display: block;
}
.bottomscenter div{
    overflow: hidden;
}
.bottomscenter div a{
    display: block;
    width: 100%;
    color: #8a8a8a;
    font-size: 12px;
    margin-bottom: 12px;text-transform:uppercase;
}


.bottomsRight{
    float: left;
}
.bottomsRight>a{
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 38px;
    display: block;
}

.bottomsRight span{
    display: block;
    width: 100%;
    color: #8a8a8a;
    font-size: 12px;
    margin-bottom: 5px;text-transform: uppercase;
}
.bottomsRight div{
    margin-bottom: 10px;
}
.bottomsRight div a{
    position: relative;
}
.bottomsRight div a img{

}
.bottomsRight div a img:nth-child(2){
    position: absolute;
    left: -23px;
    top: 33px;
    display: none;
}
.bottomsRight>img{

}
.bottomsRight div a:hover img:nth-child(2){
    display: block;
}

.allbottom{
    line-height: 70px;
    background: #0b0909;
    color: #fff;
    text-align: center;
}
.allbottom a{
    color: #fff;
}

/*.yb_conct {
    position:fixed;
    z-index:9999999;
    top:200px;
    right:-127px;
    cursor:pointer;
    transition:all .3s ease;
}
.yb_bar ul li {
    width:180px;
    height:53px;
    font:16px/53px 'Microsoft YaHei';
    color:#fff;
    text-indent:54px;
    margin-bottom:3px;
    border-radius:3px;
    transition:all .5s ease;
    overflow:hidden;
}
.yb_bar .yb_top {
    background:#055eb7 url('../image/fixCont.png') no-repeat 0 0;
}
.yb_bar .yb_phone {
    background:#055eb7 url('../image/fixCont.png') no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
    text-indent:0;
    background:#055eb7 url('../image/fixCont.png') no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
    background:#055eb7 url('../image/fixCont.png') no-repeat 0 -169px;
}
.hd_qr {
    padding:0 29px 25px 29px;
    width:183px;
}
.yb_QQ a {
    display:block;
    text-indent:54px;
    width:100%;
    height:100%;
    color:#fff;
}*/


.listnav{
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
}
.listnav a{
    padding: 5px 10px;
    font-size: 16px;
}

.listnav a.on{
    color: #f98406;
}

.listabout{
    width: 100%;
    position: relative;
    padding: 30px 30px;
    background: rgb(242, 242, 242);
}

.listabouts{
    width: 1200px;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px -6px;
    padding: 30px;
    background: rgb(255, 255, 255);
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    border-color: rgba(0, 0, 0, 0.14);
    font-size: 15px;
    line-height: 1.8;
}


.listnew{
    width: 100%;
    position: relative;
    padding: 30px 30px;
    background: rgb(242, 242, 242);
}

.listnews{
    width: 1200px;
    margin: auto;
    padding: 30px;
    background: rgb(255, 255, 255);
    overflow: hidden;
}

.listnews ul{

}
.listnews ul li{
    padding: 30px 0px;
    border-bottom: 1px solid #f0f2f5;
}

.listnews ul li .media-left{
    padding-right: 29px;
}
.listnews ul li .media-left a{
    
}
.listnews ul li .media-left a img{
    width: 200px;
    height: 125px;
}

.listnews ul li .media-body{

}

.listnews ul li .media-body h4{
        font-size: 22px;
    margin: 0px 0px 20px;
}
.listnews ul li .media-body h4 a{
    color: rgb(0, 0, 0);
}
.listnews ul li .media-body h4 a:hover{
    color: #f98406;
}
.listnews ul li .media-body h4 a span{
    
}
.listnews ul li .media-body .des{
        color: rgb(153, 153, 153);
    font-size: 16px;
    line-height: 27px;
}
.listnews ul li .media-body .info{
        margin-bottom: 0px;
    color: rgb(163, 175, 183);
    font-size: 16px !important;
}

.listproduct{
    width: 1200px;
    margin: auto;
    padding: 70px 0;
    display: flex;
    flex-wrap: wrap;
}
.listproduct a:nth-child(4n){
    margin-right: 0;
}
.listproduct a{
        width: 24%;
    margin-right: 1.3%;
    position: relative;
    overflow: hidden;
    height: 216px;
    margin-bottom: 17px;
}
.listproduct a img{
    transition: all 0.3s;
    width: 100%;
}
.listproduct a div{
    height: 50px;
    line-height: 50px;
    bottom: -50px;
    width: 100%;
    position: absolute;
    background: #f98406;
    text-align: center;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s;
}

.listproduct a:hover img{
    transform: scale(1.1);
}
.listproduct a:hover div{
    bottom: 0;
}



.proshownav{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}


.proshownav ol{
    list-style: none;
    height: 43px;
    line-height: 43px;
}
.proshownav ol li{
    float: left;
}
.proshownav ol a{
    color:#f98406;
}
.proshownav ol em{
    color:#f98406;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    content: '/';
    color: #f98406;
    padding: 0 5px;
}


.proshow{
    width: 1091px;
    margin: auto;
    overflow: hidden;
    padding: 30px 0px;
}

.proshowTop{
        padding-bottom: 20px;
    border-bottom: 1px solid rgb(238, 238, 238);
    overflow: hidden;
}
.proshowTop h1{
    font-size: 30px;
    line-height: 1.5;
    color: rgb(0, 0, 0);
}
.proshowTop .info{
font-size: 16px;
    color: rgb(153, 153, 153);
}
.proshowTop .info span{
    padding-right: 10px;
}
.proshowTop .info i{
margin-right: 5px;    
}


.proshowtext{
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.proshowpage{
    border-top: 1px solid rgb(238, 238, 238);
    overflow: hidden;
    width: 100%;
    padding-top: 30px;  
    margin-bottom: 30px;  
}
.proshowpage ul{
    text-align: left;
    font-size:0;
}
.proshowpage ul li{
    width: 50%;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    overflow: hidden;
}
.proshowpage ul li a{
    padding: 0.83rem 2.072rem;
    border: 1px solid #e4eaec;
    display: inline-block;
}
.proshowpage ul li a span{

}
.proshowpage ul li:nth-child(2) a{
    float: right;
}
.proshowpage ul li a:hover{
    color: #f98406;
}




.detailleft{
    width: 500px;
    margin: auto;
    margin-top: 30px;
}

.detaillefts{
    width: 500px;
    height: 375px;
}
.detaillefts img{
    width: 100%;
    height: 100%;
}

.dioo{
    position: relative;
    margin-top: 2rem;
}


.ProductDetailsSmallimg {
    overflow: hidden;
    position: relative;
    width: 500px;
}

.ProductDetailsSmallimg ul {
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.ProductDetailsSmallimg ul {
    padding-bottom: 0;
}

.ProductDetailsSmallimg ul li {
    position: relative;
    display: inline;
    margin-right: 28px;
    cursor: pointer;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.ProductDetailsSmallimg ul li span {
    display: block;
    height: 100%;
    border: 1px solid #dadada;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 1px;
    bottom: 1px;
    width: 100%;
}

.ProductDetailsSmallimg ul li.cur span {
    height: 100%;
    border: 1px solid #f98406;
}

.ProductDetailsSmallimg ul li img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.ProductDetailsSmallimg ul li h5 {
    text-align: center;
    font-size: 16px;
    height: 30px;
    line-height: 24px;
    margin-bottom: -30px;
}
