﻿@charset "utf-8";
/* CSS Document */


/******通用******/
html, body{
    padding:0;
    margin:0;
    width:100%;

}
html, body, div, span, p, a, del, em, img, ol, ul, li, fieldset, form, label{
    margin:0;
    padding:0;
    border:0;
    vertical-align:baseline;
}
button{
    border:none;
    outline:none;
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section{
    display:block;
}
ol, ul{
    list-style:none;
}
*{
    padding:0;
    margin:0;
    font-family: "微软雅黑";
}
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    letter-spacing:0px;
}
ol, ul{
    list-style:none;
}
a{
    cursor:hand;
}
a:hover{
    text-decoration:none;
}
ins, a{
    text-decoration:none;
    cursor:pointer;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

* {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}
*:focus{ outline: 0;}

body{
    font-family: Arial, Microsoft YaHei, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    color: #333;
    background: #ffffff;
}
img{
    border: none;
}
/******通用END******/
/*IE CSS3 兼容*/


.no_border{
    border:none;
}

/*投影*/
.box_shdow_A{
    box-shadow:0 3px 7px #b3b3b3;
    -webkit-box-shadow: 0 3px 7px #b3b3b3;
    -moz-box-shadow: 0 3px 7px #b3b3b3;
}

/*圆角*/
.border_radius_A{
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

/*单行文字溢出省略号*/
.textOverflow{
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow:hidden;
}

/*文本两端对齐*/
.alignText{
    text-align:justify;
    text-justify:distribute-all-lines;
    text-align-last:justify;
    text-align:right \9;
}

/*输入框*/
.input_text{
    border:1px solid #e0e0e0;
}
.c1{
    height: 30px;
}
/*取消浮动影响*/
.clearboth{
    clear:both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}




/*   首页   */
.header-nav {
    background-color: #fff;

}

.header-nav.navbar{
    border-radius: 0;
    margin-bottom: 0;
}
.header-nav.navbar>.container-fluid .navbar-brand{
    height: inherit;
}
.navbar-brand>.nav-logo-2{
    display: none;
}
.header-nav .navbar-brand{
    padding: 0;
}

.search-form{
    display: none;
}

.nav>li.search-form{
    display: none;
}

.header-nav-top-btns{
    z-index: 112;
    position: absolute;
    top: 8px;
    right: 20px;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: scroll-nav-op-a;
    animation-name: scroll-nav-op-a;

}
.scroll-nav .header-nav-top-btns{
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: scroll-nav-op;
    animation-name: scroll-nav-op;
}

.banner-box .carousel-control{
    background: none;
}

.banner-box .carousel-inner{
    height: 100%;
}
.navbar-default{
    border: none;
}
.banner-box .item{
    height: 100%;
}
.product-box{
    background-color: #fafafa;
}
.product-box .tab-menu.nav-tabs{
    border: none;
    padding: 0;
}
.product-box .tab-menu .col-lg-12{
    padding: 0;
}
.product-box .tab-menu.nav-tabs>li>a{
    border: none;
    margin: 0;
    border-radius: 0;
    padding: 0;
    text-align: center;
}
.product-box .tab-menu.nav-tabs>li.active>a{
    background-color: #0082fe;
    color: #ffffff;
    font-weight: bold;
}
.product-box .tab-menu.nav-tabs>li{
    margin: 0;
}
.product-content{
    height: 100%;
}
.product-content:hover{
    background-color: #edf6fe;
}
.tab-content .tab-pane{
    height: 100%;
}
.product-content .content{
    width: 200px;
    margin: 0 auto;
}
.product-content .content img{
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    height: 80%;
}
.product-content .content h3{
    width: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    color: #333333;
}
.product-box .tab-menu.nav-tabs>li>a .icon{
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px;
    margin-bottom: -7px;
    width: 28px;
    height: 28px;
    display: inline-block;

}
.product-box .tab-menu.nav-tabs>li.active>a .icon-a{
    background-image: url("../img/index_product_02_a@1,5x.png");
}
.product-box .tab-menu.nav-tabs>li.active>a .icon-b{
    background-image: url("../img/index_product_02_b@1,5x.png");
}
.product-box .tab-menu.nav-tabs>li.active>a .icon-c{
    background-image: url("../img/index_product_02_c@1,5x.png");
}
.product-box .tab-menu.nav-tabs>li>a .icon-a{
    background-image: url("../img/index_product_01_a@1,5x.png");
}
.product-box .tab-menu.nav-tabs>li>a .icon-b{
    background-image: url("../img/index_product_01_b@1,5x.png");
}
.product-box .tab-menu.nav-tabs>li>a .icon-c{
    background-image: url("../img/index_product_01_c@1,5x.png");
}
.product-box .tab-menu.nav-tabs>li>a{
    height: 92px;
    line-height: 92px;
    font-size: 16px;
    color: #4d4d4d;
}

.column-box.row{
    height: 260px;
    min-width: 1100px;
    margin: 40px 0 0 0;
}
.column-box>.column{
    float: left;
    width: 260px;
    height: inherit;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
}
.column-box>.column:hover>.text-box p{
    display: block;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInA;
    animation-name: fadeInA;
}
.column-box>.column:hover>.text-box h2{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: mg-t-20;
    animation-name: mg-t-20;
}
.column-box>.column:hover>.text-box .more-link{
    margin-top: 0;
}

.column-box>.column:hover>img{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: imgSize-02;
    animation-name: imgSize-02;
}
.column-box>.column>img{
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: imgSize-C;
    animation-name: imgSize-C;
}
.column-box>.column>.text-box:hover{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bg-animeter-A;
    animation-name: bg-animeter-A;
}

.column-box>.column>.text-box{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 100;
    background-color: rgba(0,0,0,0.2);
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left:0;
}
.header-nav.scroll-nav{
    border-bottom: 1px solid #cccccc;
    width: 100%;
    background-color:rgb(255,255,255);
    position: fixed;
    top: 0;
    z-index: 103;
    height: 60px;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: scroll-nav;
    animation-name: scroll-nav;
}
.header-nav.scroll-nav .nav-content-lg-box{

}
.nav-lg-content{
    margin-top: 64px;
    width: 800px;
    float: right;
    text-align:right;
}
.nav-lg-content>li{
    float: right;
    margin: 0 7px;
    line-height: 40px;
    height: 40px;
    position: relative;
}
.nav-lg-content>li>a{
    color: #333333;
    font-size: 14px;
    display: inline-block;
    height: 100%;
    width: 100%;
    padding: 0 14px;
    border-radius:0;
}
.nav-lg-content>li.active>a{
    background-color: #0082fe;
}

.scroll-nav .nav-lg-content{
    margin: 10px 0 0 0;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: scroll-nav-mg;
    animation-name: scroll-nav-mg;
}
.scroll-nav .nav-content-lg-box .header-nav-top-btns{
    display: none;
}

.scroll-nav .nav-content-lg-box .navbar-brand{
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}
.scroll-nav .nav-content-lg-box .navbar-brand{
    display: none;
}
.scroll-logo{
    display: none;
    line-height: 60px;
}
.scroll-logo img{
    margin-top: 5px;
    height: 50px;
    width: auto;
}

.scroll-nav .nav-content-lg-box .navbar-brand.scroll-logo{
    display: block;
}
.column-box>.column>.text-box h2{
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    line-height: 28px;
    height: 28px;
    margin:60px 0 0 25px;
}
.column-box>.column>.text-box p{
    display: none;
    text-align: justify;
    width: 210px;
    margin: 18px auto 0 auto;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    height: 120px;
}
.column-box>.column>.text-box .more-link{
    margin: 60px 0 0 25px;
    display: block;
    width: 154px;
    height: 54px;
    border: 1px solid #ffffff;
    line-height: 54px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}
.column-box>.column>.text-box .more-link:active{
    opacity: 0.5;
}
.column-box>.column>.text-box .more-link .glyphicon{
    display: inline-block;
    top: 3px;
}
.column-box>.column>.text-box:hover .more-link{
    text-decoration: none;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bg-animeter-B;
    animation-name: bg-animeter-B;
    border: none;
}
.liability-box .link-box{
    overflow: hidden;
    height: 100%;
    width: 540px;
    float: left;
    cursor: pointer;
    position: relative;
}
.liability-box .link-box img{
    height: 110%;
    width: 110%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: imgSize-B;
    animation-name: imgSize-B;
}
.liability-box .link-box:hover img{
    text-decoration: none;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: imgSize-A;
    animation-name: imgSize-A;
}
.liability-box .link-box.mg-20{
    margin-right: 20px;
}
.liability-box {
    margin-top: 40px;
    width: 100%;
    height: 220px;
    min-width: 1100px;
}
.liability-box .link-box h2{
    z-index: 100;
    width: 50%;
    font-size: 28px;
    color: #ffffff;
    position: absolute;
    height: 28px;
    line-height: 28px;
    top: 50%;
    left: 10%;
    margin-top: -14px;
}
.index-news-box{
    margin-top: 40px;
    width: 100%;
    overflow: hidden;
}
.news-box{
    width: 540px;
    float: right;
}
.news-box .nav{
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #545454;
}
.news-box .nav>li a{
    line-height: inherit;
    height: inherit;
    margin: 0;
    padding: 0 20px;
    font-size: 18px;
    color: #4d4d4d;
    border: none;
    border-radius: 0;
}
.news-box .nav>li a:hover{
    height: 47px;
}
.news-box .nav>li.active a{
    font-weight: bold;
    height: 48px;
    border: none;
    color: #0082fe;
    border-bottom: 4px solid #0082fe;
}
.news-box .tab-content .top-box{
    margin-top: 16px;
    width: 100%;
    height: 140px;
}
.news-box .tab-content .top-box .pull-left{
    height: 100%;
    width: 210px;
    overflow: hidden;
    padding: 0;
}
.news-box .tab-content .top-box .pull-left img{
    height: 100%;
    width: auto;
}
.news-box .tab-content .top-box .pull-right{
    width: 330px;
    height: 100%;
    padding: 0 4%;
}
.news-box .tab-content .top-box .pull-right .title{
    display: inline-block;
    width: 100%;
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
}
.news-box .tab-content .top-box .pull-right .text{
    display: inline-block;
    width:100%;
    height: 108px;
    line-height: 26px;
    font-size: 14px;
    color: #676767;
    overflow: hidden;
}
.news-box .tab-content .list-box{
    margin-top: 10px;
    width: 100%;
}
.news-box .tab-content .list-box>li{
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
    padding: 5px 0;
}
.news-box .tab-content .list-box>li:hover{
    background-color: #ededed;
}
.news-box .tab-content .list-box>li .pull-left{
    height: 54px;
    width: 72px;
    overflow: hidden;
}
.news-box .tab-content .list-box>li .pull-left img{
    height: 100%;
    width: 100%;
}
.news-box .tab-content .list-box>li .pull-right{
    width: 450px;

}
.news-box .tab-content .list-box>li .pull-right>h4{
    margin-top: 4px;
    font-weight: bold;
    color: #333333;
    font-size: 16px;
    line-height: 26px;
}
.news-box .tab-content .list-box>li .pull-right>p{
    color: #676767;
    font-size: 12px;
    line-height: 20px;
}

.index-news-box .video-box img{
    margin-top: 15px;
    cursor:pointer;
    width: 540px;
    height: 430px;
    text-decoration: none;
}
.video-pop{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.6);
    z-index: 1010;
}
.video-pop>video{
    position: absolute;
    top:50%;
    margin-top: -300px;
    left: 50%;
    margin-left: -640px;
}

.footer-box{
    margin-top: 40px;
    width: 100%;
    min-height: 200px;
    min-width: 1100px;
    background-color: #4a494e;
}
.footer-box .top{
    padding-top: 38px;
    margin: 0 auto;
    width: 1100px;
    height: 250px;
}
.footer-box .bottom{
    background-color: #313133;
    color: #d5d5de;
    line-height: 30px;
    width: 100%;
    text-align:center;
}
.internal-link-box{
    width:390px;
    border-right: 1px solid #616066;
}
.internal-link-box>li>h2{
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    margin-top: 18px;
    margin-bottom: 10px;
    color: #999999;
}
.internal-link-box>li>a{
    display: inline-block;
    color: #ffffff;
    padding: 0 10px 0 0;
}
.footer-box .company-information{
    overflow: hidden;
    height: 200px;
    padding-left: 35px;
    border-left: 1px solid #616066;
    width: 420px;

}
.company-information>img{
    display: inline-block;
    margin-bottom: 20px;
}
.company-information>p{
    line-height: 22px;
    color: #ffffff;
}

.friendship-link{
    margin-left: 25px;
    float: left
}

.friendship-link.btn-group>.btn{
    color: #ffffff;
    width: 240px;
    background-color: #56555a;
    border-radius: 0;
    border: none;
}
.footer-box .weixin{
    margin-left: 25px;
    margin-top: 20px;
    cursor:pointer;
    padding: 15px 0;
    text-align: center;
    width: 240px;
}
.footer-box .weixin:hover{
    background-color: #313033;
}
.index-content-box{
    width: 1100px;
    margin: 40px auto 0 auto;
    min-height: 300px;
}
.index-banner{
    width: 100%;
    min-width: 1100px;
    height: 520px;
}
.column.animated.animate-right{
    margin-right: 0;
}
.index-sidebar{
    display: none;
}
.header-xs-search{
    display: none;
}
.index-banner .swiper-slide{
    overflow: hidden;
}
.index-banner .swiper-slide img.hidden-xs{
    max-width: 1920px;
}
.index-banner{
    min-width: 1100px;
}
.index-banner .swiper-slide a{
    display: inline-block;
    width: 100%;
    height: 100%;

}
.index-banner .swiper-slide img.hidden-xs{
    width: 1920px;
    height: 520px;
    position: absolute;
    top: 0;
    z-index: 100;
}
/*   首页 结束   */



/*列表页*/
.list-banner{
    text-align: center;
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.middle-content{
    width: 1100px;
    margin: 40px auto 0 auto;
    min-height: 500px;
    min-width: 1100px;
}
.listPage-sidebar{
    padding-left: 0;
    min-height: 300px;

}
.listPage-content{
    min-height: 300px;
    padding-right: 0;
}

.listPage-sidebar .title{
    line-height: 80px;
    height: 80px;
    font-size: 28px;
    color: #0082fe;
    text-align: center;
    background-color: #d0e8ff;
}

.listPage-sidebar .link{
    color: #333333;
    line-height: 50px;
    height: 70px;
    text-align: center;
    font-size: 18px;
    background-color: #edf6fe;
    padding: 10px 20px 10px 20px;

}
.listPage-sidebar .link:hover a{
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bg-color-01;
    animation-name: bg-color-01;
}
.listPage-sidebar .link>a{
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.listPage-sidebar .link.active>a{
    background-color: #0082fe;
    color: #ffffff;
}

.listPage-content .list-box>li{
    padding: 0;
}
.listPage-content>.title{
    padding: 0 0 8px 0;
    border-bottom: 1px solid #c7e1fa;
}
.listPage-content .title ol.breadcrumb{
    font-size: 14px;
    text-align: right;
    margin:0;
    background:none;
    padding-right: 0;
}
.listPage-content .title h2.pull-left{
    margin-top: 6px;
    padding: 0;
    font-size: 24px;
    color: #0082fe;
}
.listPage-content .list-box{
    padding: 0;
    width: 100%;
}
.listPage-content .list-box>li{
    width: 100%;
    padding: 24px 20px;
    overflow: hidden;
}
.listPage-content .list-box li .date{
    width: 68px;
    height: 68px;
    background-color: #e0effd;
    float: left;

}
.listPage-content .list-box li .text{
    width: 89%;
    float: right;
    text-align: justify;
}
.listPage-content .list-box li .date .day,.listPage-content .list-box li .date .years{
    display: inline-block;
    width: 100%;
    height: 50%;
    line-height: 34px;
    text-align: center;
    color: #0082fe;
    font-family: Arial;
}
.listPage-content .list-box li .text h4{
    font-size: 18px;
    color: #000000;
    line-height: 18px;
    height: 18px;
    width: 100%;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow:hidden;
    font-weight: bolder;
}
.listPage-content .list-box li .text p{
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    max-height: 48px;
    height: 48px \9;
    overflow: hidden;
    margin-top: 14px;
    color: #404040;
}
.listPage-content .list-box li .date .day{
    font-size: 24px;
    background-color: #c7e1fa;
}
.listPage-content .list-box>li:hover{
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bg-cl-B;
    animation-name: bg-cl-B;
    background-color: #edf6fe \9;
}
.list-banner img{
    display: inline-block;
}
.listPage-content .list-box>li>a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.listPage-content .list-box>li:hover .link-btn{
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: font-color-A;
    animation-name: font-color-A;
}
.listPage-content .list-box>li .link-btn{
    width:160px;
    border: 1px solid #0082fe;
    margin-top: 10px;
    line-height: 36px;
    font-size: 14px;
    color: #0082fe;
    display: inline-block;
    text-align: center;
}
.listPage-content .list-box>li .link-btn:active{
    opacity: 0.6;
}
.listPage-pageNav .pagination>li>a, .pagination>li>span{
    color: #0082fe;
    padding: 12px 20px;
}
.listPage-pageNav .pagination>.active>a{
    background-color: #0082fe;
    color: #ffffff;
}

/*详情页*/
.detailsPage-body{
    background-color: #f7f7f7;
}
.detailsPage-titleBox{
    width: 100%;
    overflow: hidden;
    background-color: #f5faff;
    border-top: 1px solid #c7e1fa;
    border-bottom: 1px solid #c7e1fa;
}
.detailsPage-titleBox .content{
    width: 1100px;
    margin: 0 auto;
    padding: 0;
}
.detailsPage-titleBox .content .breadcrumb{
    margin: 10px 0;
    padding-left: 0;
    background:none;
}
.detailsPage-titleBox .content .title{
    text-align: center;
}
.detailsPage-titleBox .content .title h1{
    width: 100%;
    font-size: 28px;
    line-height: 42px;
    padding: 10px 40px 16px 40px;
    font-weight: bold;
    color: #000000;
}
.detailsPage-titleBox .content .title p{
    font-size: 14px;
    color: #aeaeae;
    width: 100%;
    margin-bottom: 16px;
}
.detailsPage-titleBox .content .title p .text{
    padding: 0 10px;
}
.fontSize-btns-title{
    margin:0 0 0 10px;
}
#fontSizeReduce,#fontSizePlus{
    color: #0082ff;
    font-size: 10px;
}
.detailsPage-content{
    width: 100%;
    background-color: #ffffff;
    min-height: 500px;
    padding: 20px;
    font-size: 16px;
}
.detailsPage-content img{
    max-width: 100%;
    display: inline-block;
}
.detailsPage-content p{
    width: 100%;
    text-align: justify;
    text-indent: 32px;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.detailsPage-content *{
    padding: 6px 0;
    text-align: justify;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
}

.product-content .content{
    display: block;
    width: 100%;
    height: 100%;
}
.product-box .tab-content{
    height:276px;
    padding: 0;
}
.product-list.row{
    clear: both;
    margin: 0;
    padding-top: 20px;
}
.product-list li{
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
}
.product-list li img{
    width: 250px;
    height: 200px;
    display: block;
}
.product-list li h4{
    width: 250px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 auto;
    background-color: #edf6fe;
    font-size: 16px;
    color: #000000;
}
.product-list li>a{
    display: block;
    width: 250px;
    margin: 0 auto;
    height: auto;
    text-decoration: none;
}


.product-list li .img-box{
    width: 250px;
    height: 200px;
    overflow: hidden;
}
.imgSize-01{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: imgSize-01;
    animation-name: imgSize-01;
}

.imgSize-02{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: imgSize-02;
    animation-name: imgSize-02;
}
.bg-color-01{
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bg-color-01;
    animation-name: bg-color-01;
}

.bg-color-02{
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bg-color-02;
    animation-name: bg-color-02;
}
.productDetails-title .product-img{
	width: 250px;
	height: 200px;
}
.productDetails-title .product-text{
	width: 780px;
}
.detailsPage-titleBox.productDetails-title .content .product-text h1{
	line-height: 28px;
	text-align: left;
	padding: 0;
	margin-top: 10px;
}
.detailsPage-titleBox.productDetails-title .content .title .product-fontSize{
	text-align: right;
	margin-bottom: 0;
}
.productDetails-title .title{
	padding:20px 15px 24px 0;
	
}
.productDetails-title .title .product-text h2{
	width:100%;
	margin-bottom: 26px;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	margin-top: 4px;
	color: #999999;
}
.productDetails-title .product-text>.text{
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	text-align: left;
}
.productDetails-title .product-text>.text h4{
	width: 10%;
	font-size: 14px;
	float: left;
	color: #000000;
	font-weight: bold;
	line-height: 20px;
}
.productDetails-title .product-text>.text p{
	font-size: 14px;
	color: #4c4c4c;
	width: 90%;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	float: left;
}
.detailsPage-content.productDetails-content p{
	text-indent:0
}
.listPage-content .list-box.brief{
	text-align: center;
	padding: 20px 20px;
	clear: both;
}
.listPage-content .list-box.brief p{
	text-align: justify;
	padding: 0 0 20px 0;
	line-height: 30px;
	font-size: 16px;
	text-indent:28px;
}
.listPage-content .list-box.brief img{
	max-width: 100%;
	padding: 0 0 20px 0;
}
.shzp-box,.xyzp-box {
    width: 520px;
    height: 500px;
    background-color: #b3b3b3;
    padding: 0;
    display: block;
}
.shzp-box{
    float: left;
}
.xyzp-box{
    float: right;
}
.rczp-box .img-box{
    width: 100%;
    height: 420px;
    overflow: hidden;
}
.rczp-box .img-box img{
    width: 100%;
    display: block;
    height: auto;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: imgSize-01;
    animation-name: imgSize-01;
}
.rczp-box:hover .img-box img{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: imgSize-02;
    animation-name: imgSize-02;
}
.rczp-box h2{
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #e4e8ed;
    color: #23262f;
    font-size: 20px;
    font-weight: normal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bg-color-02;
    animation-name: bg-color-02;
}
.rczp-box:hover h2{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bg-color-01;
    animation-name: bg-color-01;
}
.rczp-list-content{
    padding: 30px 0 0 0;
    clear: both;
}
.rczp-body .listPage-content{
    padding-left: 0;
}
.rczp-list-content .screen-box{
    width: 100%;
    border: 1px solid #dddddd;
}
.rczp-list-content .screen-box .title{
    width: 100%;
    line-height: 50px;
    box-sizing: border-box;
    background-color: #f7f7f7;

    padding: 0 20px;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
}
.rczp-list-content .screen-box .title:active{
    opacity: 0.8;
}
.rczp-list-content .screen-box .body{
    border-top: 1px solid #dddddd;
    padding:10px 30px;
    display: none;
}
.rczp-body .listPage-pageNav{
    text-align: center;
}
.rczp-list-content .screen-box .title .glyphicon{
    right: -960px;
    font-size: 12px;
    top:0;
}
.rczp-list-content .screen-box .body .column{
    overflow: hidden;
    line-height: 34px;
    padding: 13px 0;
}
.rczp-list-content .screen-box .body .column h3{
    line-height: inherit;
    font-size: 16px;
    width: 100px;
}
.rczp-list-content .screen-box .body .column .form-group {
    line-height: 34px;
    margin-bottom: 0;
    margin-right: 10px;
    position: relative;
}
.rczp-list-content .screen-box .body .column .form-group select{
    width: 200px;
    border-radius: 0;
}
.rczp-list-content .screen-box .body .column .form-group .glyphicon{
    font-size: 12px;
    position: absolute;
    right:10px;
    top:12px
}
.rczp-list-content .screen-box .body .column .btn-group{
    width: 938px;
}
.rczp-list-content .screen-box .body .column .btn-group a.active{
    color: #ffffff;
    background-image: linear-gradient( 90deg, rgb(0,128,226) 0%, rgb(70,189,218) 100%);
    background-image: -moz-linear-gradient( 90deg, rgb(0,128,226) 0%, rgb(70,189,218) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,128,226) 0%, rgb(70,189,218) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,128,226) 0%, rgb(70,189,218) 100%);
    border-color: #0074cc;
}
.rczp-list-content .screen-box .body .column .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.rczp-list-content .screen-box .body .column .btn-group>.btn:last-child:not(:first-child){
    border-radius:0
}
.rczp-list-content .search-box .input-group .input-group-addon{
    border-radius:0;
    color:#333333;
    width: 120px;
}
.rczp-list-content .search-box .form-control{
    border-radius:0;
    width: 400px;
}
.rczp-list-content .search-box{
    overflow: hidden;
    padding: 20px 0;
}
.rczp-list-content .search-box .btn {
    width: 120px;
    border-radius: 0;
    background-image:linear-gradient( 180deg, rgb(0,128,226) 0%, rgb(70,189,218) 100%);
    background-image: -moz-linear-gradient( 180deg, rgb(0,128,226) 0%, rgb(70,189,218) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(0,128,226) 0%, rgb(70,189,218) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(0,128,226) 0%, rgb(70,189,218) 100%);
    border: none;
    padding: 7px 12px;
}

.rczp-table-box thead{
    background-color: #f7f7f7;
}
.rczp-table-box .table-box thead tr td{
    padding:14px 20px;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}
.rczp-table-box .table-box tbody tr td{
    font-size: 14px;
    padding:10px 20px;
}
.rczp-body .pagination{
    margin: 0;
}
.listPage-pageNav .pagination>li>a{
    color: #0082fe;
    padding: 10px 16px;
}
.screen-pop-box{
    display: none;
}
.rczp-details .detailsPage-titleBox .content .title{
    padding: 0 30px 24px 30px;
}
.rczp-details .detailsPage-titleBox.productDetails-title .content .product-text h1{
    margin-bottom: 30px;
    margin-top: 20px;
}
.rczp-details .productDetails-title .product-text{
    width: 660px;
}
.rczp-details .listPage-content{
    padding-left: 0;
}
.rczp-details .detailsPage-content{
    padding: 30px;
}
.rczp-details .productDetails-title .product-text>.text h4{
    width:12%
}
.rczp-details .productDetails-title .product-text>.text p{
    width: 88%;
}
.rczp-details .title .btn-box{
    width: 300px;
    padding-top: 60px;
}
.rczp-details .title .btn-box .btn{
    border: none;
    width: 300px;
    line-height: 60px;
    padding: 0;
    border-radius: 0;
    font-size: 18px;
    height: 60px;
    background-image: linear-gradient( 0deg, rgb(0,115,204) 0%, rgb(70,189,218) 100%);
    background-image: -moz-linear-gradient( 0deg, rgb(0,115,204) 0%, rgb(70,189,218) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(0,115,204) 0%, rgb(70,189,218) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(0,115,204) 0%, rgb(70,189,218) 100%);
}
.rczp-details .title .btn-box .link{
    display: inline-block;
    margin-top: 10px;
    color: #a4abb3;
    font-size: 14px;
}
.rczp-list-content .screen-box .body .column .btn-group>.btn{
    margin-bottom: 10px;
}
.rczp-form .middle-content{
    padding: 20px 30px;
    background-color: #ffffff;
}
.rczp-form .middle-content .form-title{
    width: 100%;
    line-height: 42px;
    border-bottom: 1px solid #cccccc;
}
.rczp-form .middle-content .form-title span{
    margin-left: 50px;
    font-size: 12px;
    color: #999999;
}
.rczp-form .middle-content .form-horizontal{
    padding-top: 20px;
}
.rczp-form .middle-content .form-horizontal label{
    font-size: 16px;
    padding-right:6px;
}

.rczp-form .form-group .col-sm-10,.rczp-form .form-group .col-sm-3,.rczp-form .form-group .col-sm-2,.rczp-form .form-group .col-sm-4,.rczp-form .form-group .col-sm-5,.rczp-form .form-group .col-sm-6{
    padding-left:0;
    padding-right: 15px;
}
.rczp-form .middle-content .form-horizontal .form-group .glyphicon-asterisk{
    position: absolute;
    font-size: 6px;
    color: #ff3300;
    right: 20px;
    top:12px;
}
.ff4d4d{
    font-size: 16px;
    color: #ff4d4d;
    padding: 0 10px;
}
.rczp-form .col-sm-6.link{
    line-height: 34px;
}
.rczp-form .btn.btn-primary.col-sm-3{
    margin-right: 15px;
}
.rczp-form .col-sm-6.link>span{
    color: #b3b3b3;
}
.rczp-form .form-group .uploaded-box.col-sm-offset-2{
    border-radius: 4px;
    margin-top: 10px;
    padding: 15px;
    border: 1px solid #cccccc;
}
.rczp-form .form-group .confirm{
    display:block;
    margin: 20px auto;
    width:100%;
    line-height: 42px;
    color: #ffffff;
    background-image:linear-gradient( 180deg, rgb(0,128,226) 0%, rgb(70,189,218) 100%);
    background-image: -moz-linear-gradient( 180deg, rgb(0,128,226) 0%, rgb(70,189,218) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(0,128,226) 0%, rgb(70,189,218) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(0,128,226) 0%, rgb(70,189,218) 100%);
}
.rczp-form .col-xs-12.form-group{
    margin-bottom: 15px;
}
.successPage .detailsPage-titleBox .success-content{
    min-height: 400px;
    text-align: center;
}
.successPage .detailsPage-titleBox .success-content img{
    display: inline-block;
    margin-top: 64px;
}
.successPage .detailsPage-titleBox .success-content h2{
    font-size: 24px;
    font-weight:bold;
    color: #10aa00;
    margin-top: 24px;
}
.successPage .detailsPage-titleBox .success-content p{
    font-size: 14px;
    margin-top: 38px;
    color: #8a9199;
}
.xxhpt .link{
    float:left;
    width: 340px;
    height: 420px;
    background-color: #e1ebf8;
}
.xxhpt .link .img-box{
    display: block;
    width: 340px;
    height: 340px;
    overflow: hidden;
    line-height: 340px;
    text-align: center;
}
.xxhpt .link .img-box img{
    width: 100%;
    height: 100%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: imgSize-01;
    animation-name: imgSize-01;
}
.xxhpt .link h3{
    line-height: 80px;
    text-align: center;
    color: #333333;
    font-size: 20px;
}
.xxhpt .link:hover h3{
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: bg-color-01;
    animation-name: bg-color-01;
}
.xxhpt .link:hover .img-box img{
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: imgSize-02;
    animation-name: imgSize-02;
}
.xxhpt .link-01{
    margin-right: 40px
}
.xxhpt .link-02{
    margin-right: 40px
}
.xxhpt .link-03{
}
.xxhpt .link-04{
    margin-top: 40px;
    margin-right: 40px
}
.xxhpt .link-05{
    margin-top: 40px;
    margin-right: 40px
}
.xxhpt .link-06{
    margin-top: 40px;
}
.listPage-pageNav span{
    display:inline-block;
    padding:0 15px;
    background:#f7f7f7;
    border:#ddd 1px solid;
    margin:0 5px;
    height:36px;
    line-height:36px;
}
.listPage-pageNav span.current{
    border:#0082fe 1px solid;
    background:#0082fe;
    color:#fff;
    margin:0 5px;
    height:36px;
    line-height:36px;
}
.listPage-pageNav span.disabled {
    background:#f7f7f7;
    border:#ddd 1px solid;
}
.listPage-pageNav{
    height: 40px;
    padding:60px 0;
    box-sizing:border-box;
}
.listPage-pageNav a {
    display: inline-block;
    padding: 0 15px;
    border: #0082fe 1px solid;
    background: #fff;
    margin: 0 5px;
    color: #0082fe;
    height:36px;
    line-height:36px;
}
.detailsPage-content p>img{
    display: block;
}
