﻿@charset "utf-8";

.english , .columnList > li > a{
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.pr10{padding-right: 10px;}
.ptb100{padding: 100px 0;}
.ptb30 {padding: 30px 0;}
.ptb50 {padding:50px 0;}
.plr10{padding: 0 10px;}
.pt100{padding-top:100px}
.mtb40{margin: 40px 0;}
.mainBox{
    width: 1200px;
    margin:auto;
}
.section{
    padding:80px 0;
    overflow:hidden;
}
.graybg{
    overflow:hidden;
    background-color:#f5f6f8;
}
.toTop {
    display: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
}
.toTop a {
    display: block;
    font-size: 0;
    color: #fff;
}
.toTop i{
    color: #fff;
    font-size: 14px;
    padding: 15px 20px;
    display: block;
    text-align: center;
    border-bottom: 1px solid #999;
    vertical-align: middle;
    font-size: 20px;
    display: block;
}
a:hover{
    color: #06a1fe;
}






/* 头部 */
.logo{
    float: left;
}
.telBox{
    width: 316px;
    height: 60px;
    line-height: 60px;
    color: #fb852e;
    float:right;
}
.telBox > span{
    padding-right: 20px;
    float:left;
}
.telBox > p{
    float:right;
}
.telBox > p > a{
    display: inline-block;
    width: 39px;
    height: 38px;
}
.telBox u{
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: bold;
    color: red;
}
.telBox i{
    font-size: 22px;
    color: red;
}
.telBox > p  i{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: inline-block;
    border: 1px solid red;
    text-align: center;
    line-height: 36px;
    font-size: 26px;
    color:red;
}
.navTop{
    padding:10px 0;
    overflow: hidden;
}

/* 导航栏 */
.navBox{
    background-color: #3a3839;
}
/* 修改-begin */
.minNavList{
    width: 85%;
    margin: 0 3%;
    height: 100px;
    overflow: hidden;
    float: left;
}
.minNavList > li {
    width: 14%;
    position: relative;
    display: inline-block;
    height: 97px;
    line-height: 97px;
    float: left;
    margin: 0 1%;
}
.minNavList > li > a{
    width: 100%;
    vertical-align: middle;
    height: 97px;
    text-align: center;
    color: #333;
    font-size: 14px;
    border-bottom: 3px solid #fff;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    vertical-align: middle;
    position: absolute;
}
.minNavList > li > a:hover,.minNavList > li > a.selected{
    color: #777;
    border-color: #fd852e;
}
.minNavList span{
    color: #999;
    font-size: 12px;
}
.minNavList em{
    display: block;
    font-size: 15px;
}
.minNavList > li ul{
    width: 171px;
    background-color: #999;
    text-align: center;
    font-size: 14px;
    position: absolute;
    left: 14px;
    top: 51px;
    display:none;
    z-index:99999;
}
.minNavList > li ul a{
    display: block;
    color: #fff;
    height: 38px;
    line-height: 38px;
}
.minNavList > li ul a:hover{
    background-color:#3a3839;
}
.minNavList > li:hover ul{
    display:block;
}
.productBg{
    width: 100%;
    height: 800px;
    background: url('../images/productBg.jpg') no-repeat;
    overflow: hidden;
    background-size: cover;
    position:relative;
}
.headBox{
    text-align:center;
    padding-top: 60px;
}
.headBox > span{
    letter-spacing: 10px;
    font-size: 12px;
    color: #ec6400;
}
.headBox em{
    display: block;
    font-size: 40px;
    color: #ec6400;
    font-weight: bold;
    letter-spacing: 3px;
    height: 38px;
    line-height: 38px;
}
.headBox > p{
    padding-top: 20px;
    font-size: 13px;
    letter-spacing: 5px;
    color: #444;
}
.headBox > u{
    padding-top: 10px;
    display: block;
    font-weight: bold;
    color: #ec6400;
}
.smallList{
    width: 71%;
    float: right;
}


/* 内容页面banner */
.moveImg{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 600px;
    height: 90px;
    margin-left: -300px;
    margin-top: -45px;
}
.moveImg01{
    width: 33%;
    position: absolute;
    bottom: 0;
    right: 16%;
}
.moveImg02{
    width:24%;
    position: absolute;
    left: 20%;
    top: 50%;
    margin-top: -3%;
}
.moveImg01 > img ,.moveImg02 > img {
    width:100%;
}



.desBox{
    text-align:center;
    padding:50px 0;
}
.desBox > h4{
    margin-bottom: 26px;
    color: #000;
    font-size: 30px;
    font-weight:normal;
}
.desBox > span{
    width: 950px;
    margin: auto;
    color: #999;
    line-height: 1.6;
    display: block;
}
.desBox > h6{
    margin-top: 20px;
    color: #666;
    font-size: 18px;
    font-weight:normal;
}
.desBox > p{
    width: 950px;
    margin: auto;
    color: #999;
    line-height: 1.6;
}
.businessWrap{
    height: 320px;
    background-color:#f3f3f3;
    position: relative;
}



/* 小导航 */
.minNavBox{
    overflow: hidden;
}
.minNavBox > a{
    width: 29%;
    font-size: 0;
    float: left;
    display: table;
}
.minNavBox > a  img{
    padding: 20px 0;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.minNavBox > a > i{
    display: table-cell;
    height: 100px;
    vertical-align: middle;
}
.minNavWrap{
    width:100%;
    background-color:#fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
}
.min.minNavWrap{ box-shadow: 1px 1px 1px #e8e8e8;}
.min .minNavBox > a  img{padding:10px 0;}
.min .minNavList{
    height: 80px;
     line-height: 80px;
}
.min .minNavList > li > a{
    height: 77px;
     line-height: 77px;
}
.min .minNavBox > a > i{
    height:77px;
}

/* 提示 */
.tipInfo{
    width: 150px;
    height:auto;
    background-color: #666;
    position: fixed;
    left:50%;
    top: 50%;
    margin-left: -75px;
    margin-top: -90px;
    z-index: 8000;
    color: #fff;
    text-align: center;
    border-radius:3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    line-height: 30px;
    padding: 10px 30px;
    display: none;
}
.tipInfo > p { font-size: 15px; }
.shopList > a{
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -o-border-radius: 45px;
    border: 1px solid #a0a0a0;
    padding: 3px 12px;
    margin: 8px 0;
    display: inline-block;
}
.shopList > a > img{
    width: 20px;
    height: 15px;
    line-height: 15px;
    float: left;
    padding-right: 10px;
}
.shopList > a > span{
    color:#a0a0a0;
    font-family: 宋体;
    letter-spacing: -1px;
    float: left;
}
.proTitle{
    padding-left: 10px;
    color: #ec6400;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 10px;
}
.proTitle > img{
    width: 40px;
    height: 40px;
    padding-right: 10px;
    vertical-align: bottom;
}

.pageRight.tagList{width:1200px;}
.tagTitle{
    padding: 40px 0;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px dashed #f5f5f5;
}

.tagTitle > i{
    float: right;
    font-size: 15px;
    font-weight: normal;
    height: 26px;
    line-height: 26px;
}

/*英文超链*/
.english{
    height: 100px;
    line-height:100px;
    float: right;
}
.english img{
    vertical-align:middle;
}
.english i{
    padding-left: 5px;
    color: #004d92;
    font-size: 13px;
}
.min .english{
    height: 80px;
    line-height: 80px;
}
.banner{
    padding-top:100px;
    line-height:  0;
}
.banner > .pr > img{
    width: 100%;
}


/* 内容页面小栏目 */
.columnBg{
    line-height: 70px;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
}
.columnBg .mainBox{
    text-align:center;
    vertical-align:middle;
}
.columnList{
    vertical-align: middle;
    display: inline-block;
}
.columnList > li{
    padding:0 20px;
    float:left;
}
.columnList > li > a{
    color:#333;
    font-size: 15px;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    padding: 4px 14px;

}
.columnList > li > a.selected , .columnList > li > a:hover{
    color: #fff;
    background-color: #00a0ff;
}
.columnWrap{
    position: fixed;
    background-color: rgb(249, 249, 249);
    top: 80px;
    left: 0px;
    z-index: 4000;
    width: 100%;
}
.columnList > li > a.parentCategory {
    color: #333;
    font-weight: bold;
    background: #fff;
}
 .columnList > li > a.parentCategory:hover {
    color: #fff;    
    background-color: #fd852e; 
}





/* 内页footer */
.footer{
    background-color: #313237;
    overflow: hidden;
    height: 100%;
}
.footerLeft{
    width:25%;
    float:left;
}
.footerMid{
    width:39%;
    margin: 0 6%;
    padding: 0 20px;
    float:left;
}
.footerRight{
    width: 20%;
    color: #fff;
    font-size: 13px;
    float: right;
}
.fnav{
    width:18%;
    padding:0 16px;
    float:left;
}
.fnav a{
    color: #bfbfbf;
    font-size: 12px;
    line-height: 25px;
}
.fnav a:hover{
    color:#0582ce;
}
.fnav > dt > a{
    color:#a0a0a0;
    padding-bottom: 4px;
    display: inline-block;
    font-family: "宋体";
}
.footerRight u{
    width: 80%;
    line-height: 20px;
    font-size: 13px;
    color: #a0a0a0;
    font-family: "宋体";
    float: left;
}
.footerRight i{
    font-size: 20px;
    padding-right: 15px;
    display: block;
    color: #a0a0a0;
    float: left;
}
.footerRight > p{
    padding-bottom: 20px;
    overflow: hidden;
}
.footerRight > p{
    color: #f1f1f1;
}
.wechat{
    width: 100%;
    padding-top: 40px;
}
.wechat > img{
    padding: 0 7px;
}
.footerBottom{
    padding: 20px 0 10px;
    background-color:#23262d;
    overflow: hidden;
}
.footerBottom > p{
    font-size: 12px;
    text-align: center;
    color: #484848;
    margin: 0 auto;
}
.footerBottom span , .footerBottom a{
    color:#737373;
}
.footerBottom a{
    padding: 0 3px;
}
p.tel > u{
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    color: red;
    font-family: "微软雅黑";
}
p.tel > i{
    color: red;
    margin-top: 0;
}
p.address > i{
    margin-top:10px;
}
.shopList > a:hover{
    background-color: #000;
    border: 1px solid #000;
}





/* 错误提示页面 */
.errorWrap {
    overflow: hidden;
    height: 550px;
    position: relative;
}
.errorBox{
    width: 1000px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -500px;
    height: 350px;
    margin-top: -175px;
}
.errorBox > img{
    width: 350px;
    height: 350px;
    margin-right: 30px;
    float:left;
}
.errorContentBox{
    height: 350px;
    display: table;
    float:left;
}
.errorContent{
    overflow:hidden;
    display: table-cell;
    vertical-align: middle;
}
.errorContent > span{
    font-size: 34px;
    font-weight:bold;
    font-family: -webkit-pictograph;
    margin-bottom: 10px;
    display: block;
}
.errorContent > span > i{
    font-size: 24px;
    font-weight: normal;
}
.errorContent > p{
    font-size: 16px;
    margin-bottom: 30px;
    color: #666;
}
.goback{
    color: #666;
    font-size: 15px;
    margin-bottom: 15px;
}
.btnList > span , .btnList > p{
    float:left;
}
.btns{
    display: inline-block;
    background-color: #c3c3c3;
    padding: 8px 14px;
    margin-right: 20px;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    display: block;
}
.orangeBg{background-color: #eca000;}
.btns:hover{
    color: #fff;
}
#count{
    padding: 0 5px;
    font-size: 20px;
    color: #eca000;
}



@media (min-width: 979px) and (max-width: 1200px)  {
    /* 头部 */
    .mainBox ,  .minNavBox > a  img{width: 100%;}
    .minNavList{
        width: 87%;
    }
    .minNavList em{font-size:13px;}
    .section{padding: 40px 0;}
    .block{
        padding:0 2%;
        box-sizing:border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
    }
    .footerLeft img{
        width: 100%;
    }
    .wechat > img{
        width: 41%;
    }
    .footerMid{
        padding: 0 1%;
        margin: 0 6%;
    }
    .fnav{
        padding: 0 3%;
    }




}

/* 平板电脑和小屏电脑之间的分辨率 */
 @media (min-width: 768px) and (max-width: 978px) {
    /* 头部 */
    .mainBox , .minNavBox > a  img{width: 100%;}
    .minNavList{width: 85%; }
    .minNavList > li{width: 15%; }
    .minNavList em{font-size:13px;}
    .section{padding: 40px 0;}
    .block{
        padding:0 2%;
        box-sizing:border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
    }

    .footerLeft img{
        width: 100%;
    }
    .wechat > img{
        width: 41%;
    }
    .footerMid{
        width: 41%;
        padding: 0 1%;
        margin: 0 6%;
    }
    .fnav{
        padding: 0 3%;
    }








}


