@charset "utf-8";

/*
*	****************************************
*	*           public inside               
*	****************************************
*/
/*banner*/
#banner{
    position: relative;
    overflow: hidden;
    height: 286px;
}
#banner img{
    display: block;
    width: 100%;
    width: 914px;
    position: relative;
    left: 50%;
    margin-left: -457px;
}
#banner .text{
    position: absolute;
    width: 100%;
    padding: 0 10%;
    left: 0;
    top: 0;
    color: #fff;
    padding-top: 50px;
}
@media (min-width: 768px){
    #banner{
        position: relative;
        overflow: hidden;
        height: 400px;
    }
    #banner img{
        display: block;
        width: 1280px;
        position: relative;
        left: 50%;
        margin-left: -640px;
    }
}
@media (min-width: 1200px){
    #banner{
        height: auto;
    }
    #banner img{
        position: static;
        width: 100%;
        margin-left: auto;
        left: auto;
    }

}



.secNav{
    height: 60px;
    background: #fff;
    padding-right: 15px;
    padding-left: 15px;
    background: #f3f3f3;
}
.secNav h1{
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    float: left;
}
.secNav h2{
    font-size: 14px;
    color: #999;
    line-height: 60px;
    text-align: right;
    background-image: url('../images/arrow2.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 6px 12px;
    padding-right: 15px;
}
.secNav.on{
    background: #f34c06;
}
.secNav.on h1{
    display: none;
}
.secNav.on h2{
    color: #fff;
    float: none;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    background-image: url('../images/close.png');
    background-size: 12px 12px;
}
#secNav{
    padding: 15px 15px 25px 15px;
    background: #f3f3f3;
    display: none;
}
#secNav li{
    border-bottom: 1px solid #4d4d4d;
    padding: 0 8px;
}
#secNav li a{
    display: block;
    height: 50px;
    line-height: 50px;
    color: #333;
    font-weight: lighter;
    background-image: url('../images/arrow2.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 6px 12px;
}
#secNav li a.active{
    background-image: url('../images/right.png');
    background-size: 12px 8px;
    color: #f34c06;
}
.psecNav{
    display: none;
}

@media (min-width: 768px){
    #lists{
        margin-left: -15px;
        margin-right: -15px;
    }
    .secNav{
        display: none;
    }
    #secNav{
        display: none;
    }

    .psecNav{
        display: block;
        background: #f3f3f3;
    }
    .psecNav ul{
        float: left;
        overflow: hidden;
    }
    .psecNav ul li{
        float: left;
        margin-right: 30px;
    }
    .psecNav ul li a{
        display: block;
        height: 70px;
        line-height: 70px;
        font-size: 16px;
        color: #333;
    }
    .psecNav ul li a:hover,
    .psecNav ul li a.active{
        color: #f34c06;
        border-bottom: 2px solid #f34c06;
    }
    .psecNav .thumb{
        float: right;
        height: 70px;
        line-height: 70px;
        color: #666;
        font-size: 14px;
    }
    .psecNav .thumb a{
        color: #666;
    }
    .psecNav .thumb a:hover{
        color: #f34c06;
        text-decoration: underline !important;
    }
    
}


#loading{
    margin-top: 20px;
    background: url('../images/loading.gif') center center no-repeat;
    height: 20px;
    background-size: 50px 10px;
}
#loaded{
    margin-top: 10px;
    font-size: 14px;
    color: #ccc;
    text-align: center;
}

.inmargin{
    margin-top: 30px;
    margin-bottom: 100px;
}
@media (min-width: 992px){
    .inmargin{
        margin-top: 40px;
    }
}
@media (min-width: 1200px){
    .inmargin{
        margin-top: 50px;
        margin-bottom: 120px;
    }
}
@media (min-width: 1500px){
    .inmargin{
        margin-top: 60px;
        margin-bottom: 140px;
    }
}

/*news*/
#news{
    margin-top: 30px;
    margin-bottom: 100px;
}
#news li{
    width: 100%;
    margin-bottom: 15px;
}
#news li a{
    display: block;
    box-shadow: none;
}
#news li a:active{
    box-shadow: 0 0 5px 0 #ffa39e;
}
#news li img{
    display: block;
    width: 100%;
}
#news .text{
    background: #f2f2f2;
    padding: 15px 10px 15px 10px;
}
#news li h1{
    font-size: 16px;
    color: #333;
    line-height: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}
#news li p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
#news li span{
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 12px;
    margin-top: 10px;
}
@media (min-width: 768px){
    #news li{
        width: 50%;
        float: left;
        padding: 0 15px;
    }
    #news a{
        position: relative;
        top:0;
        background: #000;
    }
    #news a img{
        opacity: 1;
    }
    #news a:hover{
        top: -3px;
    }
    #news a:hover img{
        opacity: 0.7;
    }
}
@media (min-width: 992px){
    /*news*/
    #news li{
        width: 25%;
        padding: 0 15px;
        margin-bottom: 16px;
    }
    #news .text{
        padding: 20px 20px;
    }
}
/*news end*/

/*show start*/
#show{
    margin-top: 30px;
    margin-bottom: 100px;
}
#show .hot{
    display: none;
}
#show .article .head h1{
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #333;
    text-align: center;
    margin-bottom: 8px;
}
#show .article .head p{
    font-size: 12px;
    font-weight: 100;
    color: #999;
    line-height: 24px;
    text-align: center;
    margin-bottom: 15px;
}
#show .article .des{
    margin-bottom: 20px;
    border: 1px solid #ddd;
    background: #f7f7f7;
    padding: 10px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
#show .article .cont p{
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-bottom: 10px;
}
#show .article .cont img{
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 768px){
    #show {
        margin-top: 50px;
    }
    #show .article{
        width: 67%;
        float: left;
    }
    #show .article .head h1{
        font-size: 18px;
        font-weight: bold;
        line-height: 28px;
        color: #333;
        text-align: left;
        margin-bottom: 8px;
    }
    #show .article .head p{
        font-size: 14px;
        font-weight: 100;
        color: #999;
        line-height: 24px;
        text-align: left;
        margin-bottom: 15px;
    }
    #show .hot{
        display: block;
        float: right;
        width: 27%;
        min-height: 500px;
    }
    #show .hot .title{
        font-size: 20px;
        font-weight: bold;
        color: #333;
        padding-left: 13px;
        border-left: #da251c 3px solid;
        line-height: 22px;
        margin-bottom: 50px;
    }
    #show .hot li{
        border-bottom: 1px dotted #ccc;
        margin-bottom: 30px;
    }
    #show .hot li a{
        display: block;
    }
    #show .hot h1{

        font-weight: bold;
        font-size: 16px;
        color: #333;
        line-height: 18px;
        margin-bottom: 10px;
    }
    #show .hot .summary{
        font-size: 14px;
        color: #888;
        line-height: 24px;
        margin-bottom: 20px;
    }
    #show .hot .time{
        font-size: 12px;
        color: #999;
        line-height: 12px;
        margin-bottom: 15px;
    }
    #show .hot li a:hover h1{
        color: #f34c06;
    }
}
@media (min-width: 1200px){
    #show{
        margin-bottom: 120px;
    }
}
@media (min-width: 1500px){
    #show{
        margin-bottom: 140px;
    }
}
/*show end*/

/*page start*/
#page{
    margin-top: 40px;
    margin-bottom: 100px;
}
@media (min-width: 992px){
    #page{
        margin-top: 60px;
    }
}
@media (min-width: 1200px){
    #page{
        margin-top: 80px;
        margin-bottom: 120px;
    }
}
@media (min-width: 1500px){
    #page{
        margin-top: 100px;
        margin-bottom: 140px;
    }
}

.about .slogancn{
    margin-bottom: 10px;
    font-size: 24px;
    color: #333;
    line-height: 26px;
}
.about .sloganen{
    font-size: 60px;
    font-family:"BebasNeue";
    text-transform: uppercase;
    line-height: 60px;
    width: 1000px;
}
.about .content{
    display: table;
    width: 1100px;
    margin: 0 auto;
}
.about .content .left{
    display: table-cell;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.about .content .left p{
    font-size: 14px;
    color: #888;
    line-height: 28px;
}
.about .content .left b{
    font-size: 22px;
    color: #333;
    padding-right: 5px;
}
.about .content .right{
    display: table-cell;
    width: 50%;
    border-left: 20px solid #fff;
    background-image: url(../images/about.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.about .content .right img{
    display: block;
    display: none;
}
@media (max-width: 1500px){
    .about .slogancn{
        font-size: 22px;
        line-height: 24px;
    }
    .about .sloganen{
        width: 840px;
        font-size: 50px;
        line-height: 50px;
    }
    .about .content{
        width: 900px;
    }
}
@media (max-width: 1200px){
    .about .slogancn{
        font-size: 20px;
        line-height: 22px;
    }
    .about .sloganen{
        margin-bottom: 20px;
        width: 100%;
        font-size: 40px;
        line-height: 40px;
    }
    .about .content{
        width: 100%;
    }
}
@media (max-width: 992px){
    .about .slogancn{
        font-size: 20px;
        line-height: 22px;
    }
    .about .sloganen{
        margin-bottom: 20px;
        width: 100%;
        font-size: 30px;
        line-height: 30px;
    }
    .about .content{
        width: 100%;
    }
}
@media (max-width: 768px){
    .about .slogancn{
        margin-bottom: 10px;
        font-size: 18px;
        color: #333;
        line-height: 20px;
    }
    .about .sloganen{
        font-size: 28px;
        line-height: 28px;
    }
    .about .content{
        display: block;
        overflow: hidden;
    }
    .about .content .left{
        width: 100%;
        display: block;
        padding: 0 ;
        margin-bottom: 20px;
    }
    .about .content .left p{
        font-size: 14px;
        line-height: 22px;
    }
    .about .content .left b{
        font-size: 20px;
    }
    .about .content .right{
        width: 100%;
        display: block;
        border: none;
        background: none;
    }
    .about .content .right img{
        width: 100%;
        display: block;
    }
}

/*hr start*/
.hr{
    overflow: hidden;
    position: relative;
}
.hr .lamp{
    display: none;
}
.hr li{
    margin-bottom: 20px;
}
.hr li .imgbox{
    position: relative;
    background: #000;
}
.hr li img{
    display: block;
    width: 100%;
}
.hr li .ti{
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -28px;
    text-align: center;
    color: #fff;
}
.hr li .ti p{
    font-size: 30px;
    line-height: 30px;
    font-family:"BebasNeue";
    text-transform: uppercase;
    margin-bottom: 4px;
}
.hr li .ti span{
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
}
.hr li .text{
    font-size: 14px;
    color: #333;
    padding: 15px;
    background: #eee;
    line-height: 24px;
}
@media (min-width: 768px){
    .hr{
        margin-left: -15px;
        margin-right: -15px;
    }
    .hr li{
        width: 50%;
        float: left;
        margin-bottom: 30px;
        padding: 0 15px;
    }
    .hr li .imgbox{
        background: #000;
    }
    .hr li .ti{
        margin-top: -36px;
    }
    .hr li .ti p{
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .hr li .ti span{
        font-size: 25px;
        line-height: 28px;
    }
    .hr li .text{
        font-size: 14px;
        color: #333;
        padding: 20px;
        background: #eee;
        line-height: 24px;
    }
}
@media (min-width: 1200px){
    .hr{
        margin-left: 0px;
        margin-right: 0px;
    }
    .hr .lamp{
        display: block;
        width: 120px;
        height: 120px;
        background: #fff;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        border: 6px solid #e4e3e3;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -60px;
        margin-left: -60px;
        z-index: 999;
    }
    .hr .lamp img{
        display: block;
        width: 36px;
        height: 44px;
        margin: 32px auto;
        
    }
    .hr li{
        position: relative;
        width: 50%;
        float: left;
        margin-bottom: 0;
        padding: 0;
        cursor: pointer;
        overflow: hidden;
    }
    .hr li .imgbox{
        overflow: hidden;
        background: #000;
    }
    .hr li .imgbox img{
        -webkit-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s;
        opacity: 1;
    }
    .hr li .ti{
        margin-top: -33px;
        -webkit-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s;
    }
    .hr li .ti span{
        font-size: 20px;
        line-height: 22px;
    }
    .hr li .text{
        width: 100%;
        -webkit-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s;
        background: none;   
        text-align: center;
        color: #fff;
        position: absolute;
        padding: 0 80px;
        z-index: 999;
    }
    .hr li:hover .imgbox img{
        opacity: 0.2;
    }
    .hr li:hover .imgbox .ti{
        margin-top: -80px;
    }
    .hr li:hover .text{
        margin-top: -140px;
    }
}
@media (min-width: 1500px){
    .hr .lamp{
        width: 170px;
        height: 170px;
        border: 8px solid #e4e3e3;
        margin-top: -85px;
        margin-left: -85px;
    }
    .hr .lamp img{
        width: 52px;
        height: 64px;
        margin: 45px auto;
        
    }
    .hr li .ti{
        margin-top: -42px;
    }
    .hr li .ti p{
        font-size: 48px;
        line-height: 48px;
        margin-bottom: 10px;
    }
    .hr li .ti span{
        font-size: 24px;
        line-height: 26px;
    }
    .hr li:hover .imgbox .ti{
        margin-top: -80px;
    }
    .hr li:hover .text{
        margin-top: -140px;
    }
}
/*hr end*/
.map{
    display: none;
}
.map_button{
    display: block;
    margin: 30px auto 0px auto;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #f34c06;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.contact .text h1{
    display: none;
}
.contact .text p{
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    font-weight: lighter;
    padding-top: 10px;
}
.contact .title{
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 26px;
        font-family:"BebasNeue";
    }
@media (min-width: 768px){
    .contact .text h1{
        display: block;
        font-size: 20px;
        color: #f34c06;
        font-weight: bold;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .contact .text p{
        border-bottom: none;
        font-weight: normal;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 16px;
        line-height: 32px;
    }
    .map_button{
        display: none;
    }
    .map{
        display: block;
        margin-bottom: 30px;
    }
    .BMap_noprint{
        display: none;
    }
    .BMapLabel{
        padding: 3px !important;
    }
    #map{
        width: 100%;
        height: 350px;
    }
    .contact .title{
        margin-top: 50px;
        margin-bottom: 40px;
        font-size: 30px;
        font-family:"BebasNeue" !important;
    }
}
@media (min-width: 992px){
    .map{
        float: left;
        padding-right: 40px;
    }
    #map{
        width: 510px;
        height: 246px;
    }
}
@media (min-width: 1200px){
    .map{
        padding-right: 60px;
    }
    #map{
        width: 600px;
        height: 284px;
    }
    .contact .title{
        margin-top: 50px;
        margin-bottom: 40px;
        font-size: 36px;
    }
}
@media (min-width: 1500px){
    .map{
        padding-right: 80px;
    }
    #map{
        width: 800px;
        height: 300px;
    }
    .contact .title{
        margin-top: 60px;
        margin-bottom: 50px;
        font-size: 40px;
        color:#333;
    }
}



/*images*/
#images ul{
    margin: 0 -5px;
}
#images li{
    margin-bottom: 10px;
}
#images li a{
    display: block;
    background: #fff;
    position: relative;
}
#images li img{
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
}
#images li p{
    font-size: 16px;
    height: 40px; 
    text-align: center;
    padding: 0 10px;
    line-height: 40px;
    color: #333;
}



/*images*/
#products{
    margin-top: 30px;
    margin-bottom: 80px;
}
#products #lists{
    margin-left: -7px;
    margin-right: -8px;
}
#products figure{
    width: 100%;
    padding-left: 7px;
    padding-right: 8px;
    background: #fff;
    margin-bottom: 5px;
}
#products a{
    display: block;
    position: relative;
    -webkit-box-shadow: 0 0 5px 0 #ccc;
    box-shadow: 0 0 5px 0 #ccc;
}
#products .mark{
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    padding-top: 25%;
    background: url('../images/asbr.png') top right no-repeat;
    display: block;
    z-index: 9;
    background-size: cover;
}
#products img{
    display: block;
    width: 100%;
    margin: 0 auto;
}
#products figcaption{
    font-size: 16px;
    height: 40px; 
    text-align: center;
    padding: 0 10px;
    line-height: 40px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
@media (min-width: 768px){
    #products #lists{
        margin-left: -7px;
        margin-right: -8px;
    }
    #products figure{
        width: 50%;
        float: left;
        padding-left: 7px;
        padding-right: 8px;
        background: #fff;
        margin-bottom: 5px;
    }
}
@media (min-width: 992px){
    #products{
        margin-top: 30px;
    }
    #products #lists{
        margin-left: -15px;
        margin-right: -15px;
    }
    #products figure{
        width: 25%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        background: #fff;
        margin-bottom: 15px;
    }
    #products a{
        display: block;
        transition: all ease-in-out 0.3s;
    }
    #products a:hover{
        -webkit-box-shadow: 0 0 5px #2a3496;
        box-shadow: 0 0 5px #2a3496;
    }
    #products img{
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    #products figcaption{
        font-size: 16px;
        height: 40px; 
        text-align: center;
        padding: 0 10px;
        line-height: 40px;
        color: #333;
    }
}


/*contact*/
#feedback input[type=text]{
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    font-size: 14px;
    outline: none;
    font-size: 16px;
    color: #333;
    font-weight: lighter;
}
#feedback textarea{
    display: block;
    width: 100%;
    height: 140px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px 10px;
    line-height: 20px;
    margin-bottom: 15px;
    outline: none;
    font-size: 16px;
    color: #333;
    font-weight: lighter;
    resize: none;
}
#feedback input[type=submit]{
    display: block;
    width: 100%;
    height: 50px;
    background: #f34c06;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border: none;
    font-weight: lighter;
}
@media (min-width: 992px){
    #feedback input[type=text]{
        margin-bottom: 30px;
    }
    #feedback textarea{
        height: 116px;
    }
    #feedback input[type=submit]{
        cursor: pointer;
    }
    #feedback .left  {
        float: left;
        width: 50%;
        padding-right: 15px;
    }
    #feedback .right{
        float: right;
        width: 50%;
        padding-left: 15px;
    }
}


/*faq start*/
#faq li{
    cursor: pointer;
    padding-top: 10px;
}
#faq li .ti{
    padding: 18px 20px;
    overflow: hidden;
    display: table;
}
#faq li .ti p{
    display: table-cell;
    line-height: 22px;
    font-size: 16px;
    color: #666;
}
#faq li .ti .ar{
    display: table-cell;
    height: 22px;
    padding-right: 15px;
    line-height: 22px;
}
#faq li .ti span{
    font-size: 18px;
    color: #666;
}
#faq li .ct{
    display: none;
    padding: 0px 20px 30px 20px;
    font-size: 14px;
    color: #666;
    line-height: 26px;
}
#faq li.active{
    background: #f5f5f5;
}
#faq li.active .ti p,
#faq li.active .ti span{
    color: #f34c06;
}
#faq li.active .ti span{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (min-width: 992px){
    #faq li .ti{
        padding: 18px 30px;
    }
    #faq li .ct{
        padding: 0px 30px 40px 30px;
    }
}
@media (min-width: 1500px){
    #faq li .ti{
        padding: 18px 40px;
    }
    #faq li .ct{
        padding: 0px 40px 40px 40px;
    }
}
/*faq end*/


#product-show{
    margin-top: 30px;
    margin-bottom: 100px;
}

#product-show .main{
    border: 5px solid #2a3496;
}
    #product-show .main-pic{
        display: block;
    }
    #product-show .main-pic img{
        display: block;
        width: 100%;
    }
    #product-show .des{
        display: block;
        background: #2a3496;
        padding: 20px;
        position: relative;
    }
    #product-show .des .ti{
        font-size: 18px;
        font-weight: bold;
        line-height: 24px;
        color: #fff;
        margin-bottom: 10px;
    }
    #product-show .des .line{
        display: block;
        height: 3px;
        width: 40px;
        background: #fff;
        margin-bottom: 40px;
    }
    #product-show .des .text{
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        margin-bottom: 10px;
    }
    #product-show .des .button{
        display: none;
    }
    #product-show .detail-ti{
        border-bottom: 1px solid #2a3496;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    #product-show .detail-ti span{
        display: block;
        width: 150px;
        height: 40px;
        background: #2a3496;
        margin-bottom: 2px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        line-height: 40px;
    }
    #product-show .cont{
        border-top: none;
        max-width: 1000px;
        margin: 0 auto;
    }
    #product-show .cont img{
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }
    #product-show  .cont p{
        font-size: 14px;
        color: #333;
        line-height: 24px;
        margin-bottom: 10px;
    }
@media (min-width: 768px){
    #product-show {
        margin-top: 50px;
    }
    
}
@media (min-width: 992px){
    #product-show .main{
        border: 5px solid #2a3496;
    }
    #product-show .main-pic{
        width: 550px;
        display: table-cell;
    }
    #product-show .main-pic img{
        display: block;
        width: 100%;
    }
    #product-show .des{
        width: 390px;
        display: table-cell;
        background: #2a3496;
        padding: 40px;
        vertical-align: top;
        position: relative;
    }
    #product-show .des .ti{
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
        color: #fff;
        margin-bottom: 10px;
    }
    #product-show .des .line{
        display: block;
        height: 5px;
        width: 50px;
        background: #fff;
        margin-bottom: 40px;
    }
    #product-show .des .text{
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        margin-bottom: 10px;
    }
    #product-show .des .button{
        display: block;
        width: 150px;
        height: 40px;
        background: #f34c06;
        position: absolute;
        left: 40px;
        bottom: 40px;
        color: #fff;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        letter-spacing: 1px;
        cursor: pointer;
    }
    #product-show .detail-ti{
        border-bottom: 2px solid #2a3496;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    #product-show .detail-ti span{
        display: block;
        width: 200px;
        height: 50px;
        background: #2a3496;
        margin-bottom: 2px;
        font-size: 16px;
        color: #fff;
        text-align: center;
        line-height: 50px;
    }
    #product-show .cont{
        border-top: none;
        max-width: 1000px;
        margin: 0 auto;
    }
    #product-show .cont img{
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }
    #product-show  .cont p{
        font-size: 14px;
        color: #333;
        line-height: 24px;
        margin-bottom: 10px;
    }
}
@media (min-width: 1200px){
    #product-show{
        margin-bottom: 120px;
    }
    #product-show .main{
        border: 7x solid #2a3496;
    }
    #product-show .main-pic{
        width: 700px;
    }
    #product-show .des{
        width: 440px;
        padding: 60px;
    }
    #product-show .des .ti{
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 12px;
    }
    #product-show .des .line{
        margin-bottom: 50px;
    }
    #product-show .des .text{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 12px;
    }
    #product-show .des .button{
        left: 60px;
        bottom: 60px;
    }
    #product-show .detail-ti{
        border-bottom: 2px solid #2a3496;
        margin-top: 80px;
        margin-bottom: 40px;
    }
}
@media (min-width: 1500px){
    #product-show{
        margin-bottom: 140px;
    }
    #product-show .main{
        border: 10px solid #2a3496;
    }
    #product-show .main-pic{
        width: 800px;
    }
    #product-show .des{
        width: 610px;
        padding: 80px;
    }
    #product-show .des .ti{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    #product-show .des .line{
        margin-bottom: 50px;
    }
    #product-show .des .text{
        margin-bottom: 15px;
    }
    #product-show .des .button{
        left: 80px;
        bottom: 80px;
    }
    #product-show .detail-ti{
        margin-top: 100px;
        margin-bottom: 60px;
    }
}
#download{
    margin-bottom: 80px;
}
#download li{
    margin-bottom: 20px;
}
#download li a{
    display: block;
    border: 1px solid #ccc;
    background: #fff;
    padding: 25px 15px;
    position: relative;
}
#download li p{
    font-size: 16px;
    color: #333;
    padding-right: 50px;
    line-height: 20px;
}
#download li .fa{
    display: block;
    width: 24px;
    height: 24px;
    color: #f34c06;
    font-size: 24px;
    line-height: 24px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -12px;
}
@media (min-width: 768px){
    #download ul{
        margin-left: -15px;
        margin-right: -15px;
    }
    #download li{
        float: left;
        width: 50%;
        float: left;
        padding: 0 15px;
    }
    #download li a:hover{
        background: #f34c06;
    }
    #download li a:hover p{
        color: #fff;
    }
    #download li a:hover .fa{
        color: #fff;
    }
}
@media (min-width: 992px){
    #download li a{
        padding: 25px 25px;
    }
    #download li .fa{
        width: 30px;
        height: 30px;
        font-size: 30px;
        line-height: 30px;
        right: 25px;
        margin-top: -15px;
    }
}
@media (min-width: 1200px){
    #download li{
        width: 33.3333%;
    }
}
@media (min-width: 1500px){
    #download li a{
        padding: 25px 30px;
    }
    #download li .fa{
        width: 42px;
        height: 42px;
        font-size: 42px;
        line-height: 42px;
        right: 30px;
        margin-top: -21px;
    }
}