﻿@charset "utf-8";
/*CSS Document*/
.pro_detail img {
max-width:100%;
}
.pro_detail p {
text-indent:0;
}

.Gst-breadrumb a:last-of-type {
display:none;
}
.Gst-breadrumb span:last-of-type {
display:none;
}
/*业务与产品*/
.cpyfw-box {
   padding-bottom: 30px;
}
.cpyfw-tit {
   margin-bottom: 10px;
}
.cpyfw-tit h2 {
   height: 52px;
   line-height: 52px;
   font-size: 24px;
   color: #333;
}
.cpyfw-box p:last-child {
   margin-bottom: 0;
}
/* 产品共用标题 */
.cpyfw-sametit {
   padding-top: 10px;
   line-height: 60px;
   font-size: 22px;
   color: #005bac;
   border-top: 1px solid #005bac;
}

/* 制作工艺 */
.zzgy-left{
   width: 63%;
}
.zzgy-ul{
   width: 100%;
}
.zzgy-li{
   padding-left: 15px;
   line-height: 30px;
   font-size: 16px;
   color: #333;
   margin-bottom: 10px;
}
.zzgy-right{
   width: 35%;
}
.zzgy-img{
   width: 100%;
}
.zzgy-img img{
   display: block;
   width: 100%;
   height: auto;
}

/* 应用领域 */
.cpyyly-ul {
   width: 100%;
   margin-bottom: 30px;
}
.cpyyly-li {
   float: left;
   width: 50%;
   box-sizing: border-box;
   padding-left: 15px;
   line-height: 30px;
   font-size: 16px;
   color: #333;
   position: relative;
}
.cpyyly-li:before {
   content: " ";
   display: block;
   width: 6px;
   height: 6px;
   transform: rotate(45deg);
   margin: auto 0;
   background: #333;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
}

/* 精品实例 */
.jpsl-box {
   width: 100%;
}
.jpsl-left,
.jpsl-right {
   width: 50%;
}
.jpsl-left p {
   margin-bottom: 0;
}
.jpsl-ul {
   width: 100%;
}
.jpsl-li {
   padding-left: 15px;
   line-height: 30px;
   font-size: 16px;
   color: #333;
   position: relative;
}
.jpsl-li:before {
   content: " ";
   display: block;
   width: 10px;
   height: 10px;
   background: url(../images/cpzs-01.png) no-repeat center center / cover;
  
   position: absolute;
   top: 10px;
   left: 0;
}
.jpsl-img{
   width: 100%;
}
.jpsl-img img{
   display: block;
   width: 100%;
   height: auto;
}
.sec-text {
text-align:center;
line-height:2em;
}
/* 公司优势 */
.gsys-ul {
   width: 100%;
}
.gsys-li {
   padding-left: 15px;
   line-height: 30px;
   font-size: 16px;
   color: #333;
   position: relative;
}
.gsys-li:before {
   content: " ";
   display: block;
   width: 6px;
   height: 6px;
   border-radius: 50%;
   margin: auto 0;
   background: #333;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
}

/* 两个图一排 */
.sec-imgbox{
    width: 100%;
    margin: 0 auto;
}
.si-list{
    float: left;
    width: 394px;
    margin: 0 10px 10px 0;
}
.si-list:nth-child(even){
    margin-right: 0;
}
.sec-image{
    width: 100%;
    height: 295px;
}
.sec-image img{
    display: block;
    width: 100%;
    height: 100%;
}
.sec-image span {
line-height: 2em;
    text-align: center;
    display: block;
}
}
.sec-text{
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #666;
}