@charset "utf-8";

/*
*	****************************************
*	*           public inside               
*	****************************************
*/
body{
    background: #f5f5f5;
}
#banner{
    position: relative;
    overflow: hidden;
    height: 260px;
}
#banner img{
    display: block;
    width: 768px;
    position: relative;
    left: 50%;
    margin-left: -384px;
}

@media (min-width: 768px){
    #banner{
        width: 750px;
        height: auto;
        padding: 0 15px;
        margin: 0 auto;
    }
    #banner img{
        position: static;
        width: 100%;
        margin-left: auto;
        left: auto;
    }
}
@media (min-width: 992px){
    #banner{
        width: 970px;
    }
}
@media (min-width: 1200px){
    #banner{
        width: 1170px;
    }
}
@media (min-width: 1500px){
    #banner{
        width: 1440px;
        padding: 0 15px;
    }
}

/********二级导航  开始********/
.secNav{
    height: 60px;
    background: #f5f5f5;
    padding-right: 15px;
    padding-left: 15px;
}
.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: #010169;
}
.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: #fff;
    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: #010169;
}
.psecNav{
    display: none;
}
@media (min-width: 768px){
    .secNav{
        display: none;
    }
    #secNav{
        display: none;
    }
    .psecNav{
        display: block;
        padding-top: 25px;
        padding-bottom: 15px;
    }
    .psecNav ul{
        margin-left: -10px;
        margin-right: -10px;
    }
    .psecNav ul li{
        padding: 0 10px;
        margin-bottom: 10px;
        width: 148px;
        height: 40px;
        float: left;
    }
    .psecNav ul li a{
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #666;
        text-align: center;
        background: #fff;
        -webkit-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s;
    }
    .psecNav ul li a:hover,
    .psecNav ul li a.active{
        color: #fff;
        background: #294787;
    }
    .tte{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
@media (min-width: 992px){
    .psecNav{
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .psecNav ul li{
        width: 192px;
        height: 44px;
    }
    .psecNav ul li a{
        height: 44px;
        line-height: 44px;
    }
    .psecNav ul li a:hover,
    .psecNav ul li a.active{
        color: #fff;
        background: #294787;
    }
}
@media (min-width: 1200px){
    .psecNav{
        padding-top: 35px;
        padding-bottom: 20px;
    }
    .psecNav ul{
        margin-left: -15px;
        margin-right: -15px;
    }
    .psecNav ul li{
        padding: 0 15px;
        margin-bottom: 15px;
        width: 195px;
        height: 44px;
    }
    .psecNav ul li a{
        height: 44px;
        line-height: 44px;
    }
}
@media (min-width: 1500px){
    .psecNav{
        padding-top: 40px;
        padding-bottom: 25px;
    }
    .psecNav ul li{
        padding: 0 15px;
        margin-bottom: 15px;
        width: 240px;
        height: 56px;
    }
    .psecNav ul li a{
        height: 56px;
        line-height: 56px;
    }
}
/********二级导航  结束********/


/********动态加载LOADING  开始********/
#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;
}
/********动态加载LOADING  结束********/


/********公共样式  开始********/
.main,
.contact{
    padding: 25px 15px 40px 15px;
    background: #fff;
    margin-left: -15px;
    margin-right: -15px;
}
.contact{
    padding-bottom: 0;
}
@media (min-width: 768px){
    .main,
    .contact{
        padding: 30px 40px 40px 40px;
        margin: 0 0 40px 0;
    }
    .contact{
        margin-bottom: 25px;
    }
}
@media (min-width: 992px){
    .main,
    .contact{
        padding: 40px 60px 70px 60px;
        margin: 0 0 55px 0;
    }
    .contact{
        margin-bottom: 30px;
    }
}
@media (min-width: 1200px){
    .main,
    .contact{
        padding: 60px 90px 100px 90px;
        margin: 0 0 65px 0;
    }
    .contact{
        margin-bottom: 35px;
    }
}
@media (min-width: 1500px){
    .main,
    .contact{
        padding: 80px 120px 130px 120px;
        margin: 0 0 80px 0;
    }
    .contact{
        margin-bottom: 40px;
    }
}
/********公共样式  结束********/

/********公司简介  开始********/
.about .icon-wrap{
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
}
.about .icon-wrap li{
    width: 33.3333%;
    float: left;
    padding: 0 15px;
}
.about .icon-wrap li .fa{
    display: block;
    font-size: 60px;
    margin-bottom: 15px;
}
.about .icon-wrap li .title{
    font-size: 16px;
    color: #333;
    line-height: 18px;
    margin-bottom: 8px;
}
.about .icon-wrap li .text{
    font-size: 14px;
    color: #999;
    line-height: 20px;
    word-wrap:break-word;
}
.about .pic-wrap{
    margin-top: 20px;
    margin-left: -15px;
    margin-right: -15px;
}
.about .pic-wrap li{
    float: left;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
}
.about .pic-wrap li img{
    display: block;
    max-width: 100%;
}
.about .content img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.about .content p{
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-bottom: 10px;
}
@media (min-width: 768px){
    .about .icon-wrap{
        margin-bottom: 30px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .about .icon-wrap li{
        padding-left: 15px;
        padding-right: 15px;
    }
    .about .pic-wrap{
        margin-top: 30px;
    }
    .about .pic-wrap li{
        width: 50%;
    }
}
@media (min-width: 992px){
    .about .icon-wrap{
        margin-bottom: 40px;
    }
    .about .pic-wrap{
        margin-top: 40px;
    }
}
@media (min-width: 1200px){
    .about .icon-wrap{
        margin-bottom: 50px;
    }
    .about .pic-wrap{
        margin-top: 50px;
    }
}
@media (min-width: 1500px){
   .about .icon-wrap{
        margin-bottom: 60px;
    }
    .about .pic-wrap{
        margin-top: 60px;
    }
}
/********公司简介  结束********/






/********图片  开始********/
.workshop #lists{
    margin-left: -7px;
    margin-right: -8px;
}
.workshop figure{
    width: 100%;
    padding-left: 7px;
    padding-right: 8px;
    background: #fff;
    margin-bottom: 5px;
}
.workshop a{
    display: block;
    position: relative;
    -webkit-box-shadow: 0 0 5px 0 #ccc;
    box-shadow: 0 0 5px 0 #ccc;
}
.workshop img{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.workshop figcaption{
    font-size: 14px;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
@media (min-width: 768px){
    .workshop #lists{
        margin-left: -7px;
        margin-right: -8px;
    }
    .workshop figure{
        width: 50%;
        float: left;
        padding-left: 7px;
        padding-right: 8px;
        background: #fff;
        margin-bottom: 5px;
    }
}
@media (min-width: 992px){
    .workshop #lists{
        margin-left: -15px;
        margin-right: -15px;
    }
    .workshop figure{
        width: 33.3333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        background: #fff;
        margin-bottom: 15px;
    }
    .workshop a{
        display: block;
        transition: all ease-in-out 0.3s;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .workshop a:hover{
        -webkit-box-shadow: 0 0 5px #2a3496;
        box-shadow: 0 0 5px #2a3496;
    }
    .workshop img{
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .workshop figcaption{
        font-size: 16px;
        height: 50px; 
        padding: 0 10px;
        line-height: 50px;
        color: #333;
    }
}

.honor #lists{
    padding-left: 0;
    padding-right: 0;
}
.honor figure{
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    margin-bottom: 5px;
}
.honor figure a{
    display: block;
    position: relative;
    -webkit-box-shadow: 0 0 5px 0 #10234d;
    box-shadow: 0 0 5px 0 #10234d;
}
.honor figure img{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.honor figcaption{
    font-size: 14px;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.honor ul{
    margin-top: 20px;
}
.honor ul li{
    width: 100%;
    padding: 0 15px;
}
.honor ul li a{
    display: block;
    padding: 10px 15px;
    background: #f5f5f5;
    height: 60px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.honor ul li a img{
    display: block;
    width: 34px;
    float: left;
    position: absolute;
    left: 15px;
}
.honor ul li a p{
    font-size: 14px;
    color: #333;
    line-height: 40px;
    float: left;
    padding-left: 50px;
    overflow: hidden;
}
.honor ul li a .fa{
    position: absolute;
    display: block;
    float: right;
    height: 40px;
    padding-right: 15px;
    padding-left: 15px;
    right: 0;
    top: 10px;
    font-size: 12px;
    line-height: 40px;
    background: #f5f5f5;
    color: #333;
}
@media (min-width: 768px){
    .honor #lists{
        margin-left: -15px;
        margin-right: -15px;
    }
    .honor figure{
        width: 33.3333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        background: #fff;
        margin-bottom: 5px;
    }

    .honor ul{
        margin-left: -15px;
        margin-right: -15px;
    }
    .honor ul li{
        float: left;
        width: 50%;
    }
    .honor ul li a:hover{
        background: #294787;
    }
    .honor ul li a:hover p{
        color: #fff;
    }
    .honor ul li a:hover .fa{
        background: #294787;
        color: #fff;
    }
}
@media (min-width: 992px){
    .honor #lists{
        margin-left: -15px;
        margin-right: -15px;
    }
    .honor figure{
        width: 25%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        background: #fff;
        margin-bottom: 15px;
    }
    .honor figure a{
        display: block;
        transition: all ease-in-out 0.3s;
    }
    .honor figure a:hover{
        -webkit-box-shadow: 0 0 5px #2a3496;
        box-shadow: 0 0 5px #2a3496;
    }
    .honor figure img{
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .honor figcaption{
        font-size: 16px;
        height: 50px; 
        padding: 0 10px;
        line-height: 50px;
        color: #333;
    }
    .honor ul{
        margin-top: 30px;
    }
    .honor ul li{
        width: 50%;
    }
}
@media (min-width: 1200px){
    .honor ul{
        margin-top: 40px;
    }
}
@media (min-width: 1500px){
    .honor ul{
        margin-top: 50px;
    }
    .honor ul li{
        width: 33.3333%;
    }
}
/********图片  结束********/

/********发展历程  开始********/
.development li{
    padding-bottom: 40px;
}
.development li:last-child{
    padding-bottom: 0;
}
.development span{
    display: table-cell;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    padding-right: 15px;
    font-weight: bold;
}
.development p{
    display: table-cell;
    padding-left: 15px;
    font-size: 14px;
    line-height: 24px;
}
/********发展历程  结束********/



/********联系我们  开始********/
.contact-info{
    margin-bottom: 20px;
}
.contact-info .title-en{
    font-size: 20px;
    font-family: "Avant";
    font-weight: bold;
    line-height: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.contact-info .title-cn{
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}
.contact-info .text{
    font-size: 14px;
    color: #888;
    line-height: 24px;
}
.contact-info ul{
    margin-top: 40px;
    overflow: hidden;
}
.contact-info ul li {
    float: left;
    margin-right: 20px;
}
.contact-info li a{
    display: block;
    border-radius: 50%;
    background: #e5e5e5;
    text-align: center;
    width: 24px;
    height: 24px;
    overflow: hidden;
}
.contact-info li a .fa{
    color: #333;
    font-size: 16px;
    line-height: 24px;
}
.button-map{
    display: block;
    width: 150px;
    height: 40px;
    background: #294787;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-top: 50px;
}
.map{
    display: none;
}

.info h1{
    font-size: 18px;
    font-weight: bold;
    color: #666;
    line-height: 20px;
    padding-bottom: 20px;
}
.info ul li{
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px dashed #ccc;
}
.info ul li p.t{
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 15px;
    color: #333;
}
.info ul li p.c{
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    color: #333;
}
@media (min-width: 768px){
    .contact-info{
        margin-bottom: 0;
        width: 50%;
        display: block;
        padding-right: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        float: left;
    }
    .contact-info .title-en{
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 2px;
        margin-bottom: 80px;
    }
    .contact-info .title-cn{
        margin-bottom: 25px;
    }
    .contact-info .text{
        font-size: 14px;
        color: #888;
        line-height: 24px;
    }
    .contact-info ul{
        margin-top: 80px;
    }
    .button-map{
        display: none;
    }
    .map{
        width: 50%;
        display: block;
        background: #ccc;
        float: right;
    }
    .anchorBL{
        display: none;
    }
    .BMap_noprint{
        display: none;
    }
    #map{
        width: 100%;
        height: 473px;
    }
}
@media (min-width: 992px){
    .contact-info{
        margin-bottom: 0;
        width: 50%;     
        padding-right: 50px;
        padding-top: 60px;
    }
    .contact-info .title-en{
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 2px;
        margin-bottom: 80px;
    }
    .contact-info .title-cn{
        margin-bottom: 25px;
    }
    .contact-info .text{
        font-size: 14px;
        color: #888;
        line-height: 24px;
    }
    .contact-info ul{
        margin-top: 80px;
    }
    .contact-info li a{
        width: 30px;
        height: 30px;
        overflow: hidden;
    }
    .contact-info li a .fa{
        font-size: 20px;
        line-height: 30px;
    }
    #map{
        height: 539px;
    }
    .info h1{
        font-size: 20px;
        line-height: 22px;
        padding-bottom: 20px;
    }
    .info ul li{
        width: 50%;
        padding: 20px 20px;
        border: none;
        float: left;
    }
}
@media (min-width: 1200px){
    .contact-info{
        padding-right: 50px;
        padding-top: 60px;
    }
    .contact-info .title-en{
        font-size: 60px;
        line-height: 60px;
        letter-spacing: 2px;
        margin-bottom: 60px;
    }
    .contact-info .title-cn{
        margin-bottom: 40px;
    }
    .contact-info ul{
        margin-top: 60px;
    }
    #map{
        height: 634px;
    }
    .info h1{
        font-size: 22px;
        line-height: 24px;
        padding-bottom: 20px;
    }
    .info ul li{
        padding: 30px 30px;
    }
}
@media (min-width: 1500px){
    #map{
        height: 590px;
    }
    .info h1{
        font-size: 24px;
        line-height: 26px;
        padding-bottom: 20px;
    }
    .info ul li{
        padding: 40px 40px;
    }
}
/********联系我们  结束********/


/********人力资源  开始********/
.hr ul{
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
}
.hr li{
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
    border-bottom: 20px solid #fff;
    background: #f5f5f5;
}
.hr .wrap{
    padding: 30px;
    background: #f5f5f5;
}
.hr .wrap .fa{
    display: block;
    font-size: 40px;
    text-align: center;
}
.hr .wrap .title{
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    margin-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    border-bottom: 4px solid #fff;
    margin-bottom: 20px;
}
.hr .wrap .text strong{
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px;
}
.hr .wrap .text p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
}
@media (min-width: 768px){
    .hr li{
        display: table-cell;
        width: 50%;
        border-bottom: 30px solid #fff;
    }
    .hr ul .trs{
        display: table-row;
    }
    .hr .wrap{
        padding: 30px;
        background: #f5f5f5;
    }
    .hr .wrap .title{
        margin-bottom: 20px;
    }
}
@media (min-width: 992px){
    .hr .wrap{
        padding: 40px;
    }
    .hr .wrap .title{
        margin-bottom: 30px;
    }
}
@media (min-width: 1200px){
    .hr .wrap{
        padding: 45px;
    }
    .hr .wrap .title{
        margin-bottom: 35px;
    }
}
@media (min-width: 1500px){
    .hr .wrap{
        padding: 50px;
    }
    .hr .wrap .title{
        margin-bottom: 40px;
    }
}
/********人力资源  结束********/


/********新闻列表  开始********/
.news ul{
    margin-left: -15px;
    margin-right: -15px;
}
.news li{
    padding: 0 15px;
    margin-bottom: 20px;
}
.news li a{
    display: block;
    background: #f5f5f5;
    padding: 15px 20px;
    position: relative;
}
.news .time{
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 15px;
    padding-left: 20px;
}
.news .time .day{
    font-size: 46px;
    line-height: 46px;
    color: #cccccc;
}
.news .time .year{
    font-size: 14px;
    line-height: 16px;
    color: #cccccc;
}
.news .wrap{
    padding-left: 80px;
}
.news .wrap .title{
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 10px;
    color: #333;
}
.news .wrap .text{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}
@media (min-width: 768px){
    .news li{
        float: left;
        width: 50%;
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .news li a{
        display: block;
        background: #f5f5f5;
        padding: 20px 20px;
        position: relative;
    }
    .news .time{
        padding-top: 20px;
        padding-left: 20px;
    }
    .news .wrap{
        padding-left: 80px;
    }
    .news li a:hover{
        background: #294787;
    }
    .news li a:hover .time .day{
        color: #818eb0;
    }
    .news li a:hover .time .year{
        color: #818eb0;
    }
    .news li a:hover .wrap .title{
        color: #fff;
    }
    .news li a:hover .wrap .text{
        color: #818eb0;
    }
}
@media (min-width: 992px){
    .news li a{
        padding: 25px 30px;
    }
    .news .time{
        padding-top: 25px;
        padding-left: 30px;
    }
    .news .wrap{
        padding-left: 90px;
    }
}
@media (min-width: 1200px){
    .news li a{
        padding: 30px 40px;
    }
    .news .time{
        padding-top: 30px;
        padding-left: 40px;
    }
    .news .wrap{
        padding-left: 90px;
    }
}
/********新闻列表  结束********/



/********新闻详情  开始********/
.show .head h1{
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #333;
    text-align: center;
    margin-bottom: 8px;
}
.show .head p{
    font-size: 12px;
    font-weight: 100;
    color: #999;
    line-height: 24px;
    text-align: center;
    margin-bottom: 15px;
}
.show .cont{
    margin-top: 20px;
}
.show .cont p{
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-bottom: 10px;
}
.show .cont img{
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 768px){
    .show .article{
        float: left;
    }
    .show .head h1{
        font-size: 18px;
        font-weight: bold;
        line-height: 28px;
        color: #333;
        text-align: left;
        margin-bottom: 8px;
    }
    .show .head p{
        font-size: 14px;
        font-weight: 100;
        color: #999;
        line-height: 24px;
        text-align: left;
        margin-bottom: 15px;
    }
}
/********新闻详情  结束********/



/********常见问题  开始********/
.faq li{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
    
.faq li .fa{
    display: block;
    font-size: 24px;
    color: #999;
    position: absolute;
    left: 0;
    top: 0;
}
.faq li .content{
    padding-left: 44px;
}
.faq li .content .title{
    font-weight: bold;
    color: #333;
    font-size: 16px;
    line-height: 28px;
}
.faq li .content .text{
    margin-top: 15px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: none;
}
.faq li .content .text p{
    margin-bottom: 10px;
}
.faq li.active .content .title{
    color: #e6212a;
}
@media (min-width: 768px){

}
@media (min-width: 992px){
    .faq li{
        padding-bottom: 27px;
        margin-bottom: 27px;
        cursor: pointer;
    }
        
    .faq li .fa{
        display: block;
        font-size: 26px;
        color: #999;
    }
    .faq li .content{
        padding-left: 55px;
    }
    .faq li .content .title{
        font-size: 18px;
        line-height: 30px;
    }
    .faq li .content .text{
        margin-top: 20px;
    }
}
@media (min-width: 1200px){
    .faq li{
        padding-bottom: 34px;
        margin-bottom: 34px;
    }
        
    .faq li .fa{
        display: block;
        font-size: 28px;
    }
    .faq li .content{
        padding-left: 62px;
    }
    .faq li .content .text{
        margin-top: 25px;
    }
}
@media (min-width: 1500px){
    .faq li{
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
        
    .faq li .fa{
        font-size: 30px;
    }
    .faq li .content{
        padding-left: 70px;
    }
}
/********常见问题  结束********/

/********资料下载  开始********/
.download ul li{
    width: 100%;
}
.download ul li a{
    display: block;
    padding: 10px 15px;
    background: #f5f5f5;
    height: 60px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.download ul li a img{
    display: block;
    width: 34px;
    float: left;
    position: absolute;
    left: 15px;
}
.download ul li a p{
    font-size: 14px;
    color: #333;
    line-height: 40px;
    float: left;
    padding-left: 50px;
    overflow: hidden;
}
.download ul li a .fa{
    position: absolute;
    display: block;
    float: right;
    height: 40px;
    padding-right: 15px;
    padding-left: 15px;
    right: 0;
    top: 10px;
    font-size: 12px;
    line-height: 40px;
    background: #f5f5f5;
    color: #333;
}
@media (min-width: 768px){
    .download ul li{
        float: left;
        width: 50%;
    }
    .download ul li a:hover{
        background: #294787;
    }
    .download ul li a:hover p{
        color: #fff;
    }
    .download ul li a:hover .fa{
        background: #294787;
        color: #fff;
    }
}
@media (min-width: 992px){
    .download ul li{
        width: 50%;
    }
}
@media (min-width: 1500px){
    .download ul li{
        width: 33.3333%;
    }
}
/********资料下载  结束********/



/********产品主页  开始********/
.product{
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 1px;
}
.product li{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.product li:last-child{
    border-bottom: 0;
}
.product li img{
    display: block;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 10px 0 #ccc;
}
.product li .text{
    margin-top: 25px;
}
.product li .cn-title{
    font-size: 18px;
    line-height: 22px;
    color: #333;
    font-weight: bold;
}
.product li .en-title{
    font-size: 14px;
    color: #666;
    line-height: 16px;
}
.product li .des{
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-top: 10px;
}
.product .button-more{
    display: block;
    width: 125px;
    height: 38px;
    background: #010169;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    margin: 20px auto 0 auto;
}

@media (min-width: 768px){
    .product li{
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .product li img{
        width: 300px;
        margin-left: 0;
        margin-right: 0;
        float: left;
    }
    .product li:nth-child(2n) img{
        float: right;
    }
    .product li .text{
        width: 340px;
        margin-top: 0;
        float: right;
    }
    .product li:nth-child(2n) .text{
        float: left;
    }
    .product li .cn-title{
        font-size: 18px;
        line-height: 22px;
        color: #333;
        font-weight: bold;
    }
    .product li .en-title{
        font-size: 14px;
        color: #666;
        line-height: 16px;
    }
    .product li .des{
        font-size: 14px;
        color: #333;
        line-height: 24px;
        margin-top: 10px;
    }
    .product .button-more{
        margin-top: 25px;
    }
    .product  .button-more:hover{
        background: #e6212a;
    }
}
@media (min-width: 992px){
    .product li{
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 50px;
        margin-bottom: 50px;
        position: relative;
    }
    .product li img{
        width: 300px;
    }
    .product li .text{
        width: 490px;
    }
    .product li .cn-title{
        font-size: 18px;
        line-height: 22px;
    }
    .product li .en-title{
        font-size: 14px;
        line-height: 16px;
    }
    .product li .des{
        margin-top: 10px;
    }
    .product li .button-more{
        position: absolute;
        margin-top: 0px;
        right: 50px;
        bottom: 50px;
    }
    .product li:nth-child(2n) .button-more{
        left: 50px;
        right: auto;
    }
}
@media (min-width: 1200px){
    .product li{
        padding-left: 90px;
        padding-right: 90px;
        padding-bottom: 90px;
        margin-bottom: 90px;
    }
    .product li img{
        width: 370px;
    }
    .product li .text{
        width: 500px;
    }
    .product li .cn-title{
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 5px;
    }
    .product li .en-title{
        font-size: 16px;
        line-height: 18px;
    }
    .product li .des{
        margin-top: 25px;
    }
    .product li .button-more{
        right: 90px;
        bottom: 90px;
    }
    .product li:nth-child(2n) .button-more{
        left: 90px;
    }
}
@media (min-width: 1500px){
    .product li{
        padding-left: 120px;
        padding-right: 120px;
        padding-bottom: 120px;
        margin-bottom: 120px;
    }
    .product li img{
        width: 400px;
    }
    .product li .text{
        width: 650px;
    }
    .product li .cn-title{
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .product li .en-title{
        font-size: 18px;
        line-height: 20px;
    }
    .product li .des{
        margin-top: 40px;
    }
    .product li .button-more{
        right: 120px;
        bottom: 120px;
    }
    .product li:nth-child(2n) .button-more{
        left: 120px;
    }
}
/********产品主页  结束********/


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


/********产品详情  开始********/
.product-show .box {
    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;
    padding: 5px;

    border: 1px solid #ccc;

    margin-bottom: 10px;
}
.product-show .cont .s{
}
.product-show .cont p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-bottom: 10px;
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    .product-show .box{
        border: 5px solid #2a3496;
    }
    .product-show .main-pic{
        width: 461px;
        display: table-cell;
    }
    .product-show .main-pic img{
        display: block;
        width: 100%;
    }
    .product-show .des{
        width: 349px;
        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%;
    }
    .product-show  .cont p{
        font-size: 14px;
        color: #333;
        line-height: 24px;
        margin-bottom: 10px;
    }
}
@media (min-width: 1200px){
    .product-show .box{
        border: 7x solid #2a3496;
    }
    .product-show .main-pic{
        width: 562px;
    }
    .product-show .des{
        width: 388px;
        padding: 50px;
    }
    .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: 50px;
        bottom: 50px;
    }
    .product-show .detail-ti{
        border-bottom: 2px solid #2a3496;
        margin-top: 80px;
        margin-bottom: 40px;
    }
}
@media (min-width: 1500px){
    .product-show .box{
        border: 10px solid #2a3496;
    }
    .product-show .main-pic{
        width: 625px;
    }
    .product-show .des{
        width: 525px;
        padding: 60px;
    }
    .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: 60px;
        bottom: 60px;
    }
    .product-show .detail-ti{
        margin-top: 100px;
        margin-bottom: 60px;
    }
}
/********产品详情  结束********/
