.banner{
    height: 420px;
    background: url(../images//page-banner.jpg) center top no-repeat;
}
.banner img {
    width: 100%;
}
.style-name{
    width: 1200px;
    margin: 0 auto;
    padding-left: 170px;
    padding-bottom: 100px;
}
.style-name .zn{
    font-size: 40px;
    color: #fff;
}
.style-name .en{
    font-size: 22px;
    color: #fff;
}
/*pages*/


.page a {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #999;
    color: #666;
    margin: 0 2px;
    font-size: 14px;
    transition: .4s;
}



.page a.void {
    cursor: default;
}
.bc-nav {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
    height: 70px;
    line-height: 70px;
    position: relative;
    z-index: 1;
}

.bc-nav .fl a {
    display: inline-block;
    font-size: 16px;
}

.bc-nav .fl a + a {
    margin-left: 30px;
}

.bc-nav a:hover {
    color: #2462af;
}

.bc-nav .fl a:hover,.bc-nav .fl a.active {
    /*background: #01a050;
	color: #fff;*/
    color: #2462af;
}

.bc-nav .fr {
    font-size: 14px;
}

.bc-nav .fr {
    padding-left: 20px;
    background: url(../images/map-marker.png) left center no-repeat;
}

.bc-nav .fr a {
    margin: ;
}

.p-c {
    padding: 60px 0;
    background: #f5f5f5;
}
/*cases*/
.cases-list .w-c {
    margin-bottom: 20px;
}

.cases-list li {
    /* float: left; */
    /* width: 32%; */
    /* margin-left: 2%; */
    /* background: #fff; */
    margin-bottom: 2%;
    /* margin: 0 15px 24px; */
}

/* .cases-list li:nth-of-type(3n-2) {
    margin-left: 0;
} */

.cases-list li a {
    display: block;
}

.cases-img {
    overflow: hidden;
    position: relative;
    /*height: 246px;*/
}

.cases-img img {
    width: 100%;
    height: 395px;
    object-fit: cover;
}

.cases-text {
    padding: 15px 20px;
    background: #fff;
}

.cases-text h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    line-height: 30px;
}

.cases-text p {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2;
}

.cases-details {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    background: rgba(0,0,0,.8);
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}

.cases-details span {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 10px 20px;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 20px;
    transition: .5s;
}

.cases-img:hover .cases-details {
    visibility: visible;
    opacity: 1;
}

.cases-img:hover .cases-details span {
    margin-top: 105px;
}

.product-list .cases-img:hover .cases-details span {
    margin-top: 134px;
}

.cases-list li a:hover h3 {
    color: #2462af;
}

/* 新闻 */
.bc-nav {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
    height: 70px;
    line-height: 70px;
    position: relative;
    z-index: 1;
}

.bc-nav .fl a {
    display: inline-block;
    font-size: 16px;
}

.bc-nav .fl a + a {
    margin-left: 30px;
}

.bc-nav a:hover {
    color: #2462af;
}

.bc-nav .fl a:hover,.bc-nav .fl a.active {
    /*background: #01a050;
	color: #fff;*/
    color: #2462af;
}

.bc-nav .fr {
    font-size: 14px;
}

.bc-nav .fr {
    padding-left: 20px;
    background: url(../images/map-marker.png) left center no-repeat;
}

.bc-nav .fr a {
    margin: ;
}

.p-c {
    padding: 60px 0;
    background: #f5f5f5;
}

.news-list .w-c {
    margin-bottom: 40px;
}

.news-list .news-item {
    background: #fff;
    padding: 30px;
    transition: .4s;
}

.news-list .news-item {
    margin-top: 20px;
}

.news-list li a {
    display: block;
    height: 100%;
    position: relative;
}

.news-img {
    overflow: hidden;
    width: 320px;
    height: 197px;
}

.news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.news-content {
    width: 780px;
    padding: 10px 0;
}

.news-content h3 {
    font-size: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
    transition: .4s;
}

.news-content h4 {
    font-size: 15px;
    color: #777;
    margin-bottom: 6px;
}

.news-content p {
    font-size: 15px;
    line-height: 1.8;
}

.news-details {
    display: block;
    font-size: 14px;
    padding: 10px 20px;
    border: 1px solid #888;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 1;
    transition: .4s;
}

.news-details:hover {
    color: #2462af;
    border: 1px solid #2462af;
}

.news-list li a:hover h3 {
    color: #2462af;
}

.news-list li:hover {
    box-shadow: 0 0 10px rgba(36,98,175,.2);
}

.news-img img:hover {
    transform: scale(1.05,1.05);
}

.news-article .w-c {
    padding: 30px;
    background: #fff;
}

.news-article-header {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 10px 0 15px;
}

.news-article-header h2 {
    font-size: 24px;
    color: #333;
    line-height: normal;
    margin-bottom: 10px;
}

.news-article-header p {
    font-size: 14px;
}

.news-article-header p span + span {
    margin-left: 10px;
}

.news-article-content {
    padding: 15px 10px 40px;
    line-height: 1.8;
    font-size: 14px;
    text-align: justify;
    min-height: 300px;
}

.news-article-content p + p {
    margin-top: 10px;
}

.news-article-content img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

.prev-next a {
    width: 50%;
    font-size: 14px;
    display: block;
}

.prev-next a:nth-of-type(1) {
    text-align: left;
    padding-right: 20px;
}

.prev-next a:nth-of-type(2) {
    text-align: right;
    padding-left: 20px;
}

.prev-next a.on:hover {
    color: #2462af;
}
.news-article-content p,span{
    white-space: normal !important;
}
.product-detail-thumbnail{
    padding: 15px 10px 0;
}
.product-detail-thumbnail img{
    margin: 0 auto;
    max-width: 100%;
}
.product-detail-content td{
    border-width: 1px;
}
.product-detail-content td,.product-detail-content td p, .product-detail-content td span{
    text-align: center!important;
}
.product-detail-content *{
    word-break: break-all;
}