/* 首页 */
.probox {
    display: table;padding-bottom:30px;
}
.probar {
    display: table-cell;
    vertical-align: top;
    width: 30%;
    height: auto;
    border-right: 1px solid #ececec;
    padding: 0 1.5vw 0 10vw;
}

.propl {
    display: table-cell;
    vertical-align: top;
    width: 70%;
    height: auto;
    padding-top: 5vw;
}
.propl a {
    display: block;
    float: left;
    width: 22vw;
    height: 29vw;
    position: relative;
    overflow: hidden;
    margin-left: 5vw;
    margin-bottom: 3.5vw;
    opacity: 0;
}
.propl a span {
    display: block;
    width: 60%;
    height: 5vw;
    line-height: 5vw;
    font-size: 1.75rem;
    color: #fff;
    padding-left: 25px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
}
.propl a .svg {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: contain;
    position: absolute;
    right: 20px;
    bottom: 1.5vw;
}
.propl a .svg path {
    fill: #fff;
}

.sect {
    line-height: 3.7rem;
    font-size: 1.125rem;
    color: #666;
    border-top: 1px solid #ebebeb;
}
.sect:nth-child(2) {
    border-top: 0;
}
.secu {
    padding-bottom: 15px;
}
.secu li {
    padding-left: 20px;
    position: relative;
    height: auto;
    overflow: hidden;
}
.secu li::after {
    content: '';
    width: 4px;
    height: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 5%;
    z-index: 10;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.secu li:hover::after {
    height: 90%;
    opacity: 1;
    background: #ddd;
}
.secu li a {
    display: block;
    color: #999;
    font-size: 1rem;
    line-height: 200%;
}
.secu li.on a, .secu li:hover a {
    color: #0c345c;
    font-weight: bold;
}

/* 列表 */

.bkbox {
    margin-top: 3vw;
}
.bkbox.propos {
    margin-top: 2vw;
}
.prot {
    height: 50px;
    font-size: 1.125rem;
    color: #777;
}
.prot a {
    color: #777;
}
.prot a:hover {
    color: #0c345c;
    text-decoration: underline;
}
.proli {
    height: auto;
    overflow: hidden;
}
.proli a {
    display: block;
    width: calc(50% - 2.5vw);
    height: auto;
    margin-bottom: 2vw;
    float: left;
    overflow: hidden;
}
.proli a:nth-child(even) {
    margin-left: 5vw;
}
.proli a p {
    width: 100%;
    height: 19vw;
    display: block;
    overflow: hidden;
}
.proli a span {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 1.25rem;
    color: #666;
    white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.proli a span:nth-child(2) {
    font-weight: bold;
    color: #333;
    margin-top: 10px;
}
.proli a:hover span {
    color: #0c345c;
}


/* 产品详情 */

.dalislide.ban {
    width: 80%;
    height: 650px;
    margin: 0 auto;
}
.ban .slidep.cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bkbox.proview {
    margin-top: 30px;
}
.readt1 {
    font-size: 2.25rem;
    line-height: 120%;
    font-weight: bold;
}
.readt2 {
    font-size: 1.5rem;
    line-height: 140%;
    color: #666;
}
.readt3 {
    margin-top: 2vw;
    line-height: 5vw;
    font-size: 1.875rem;
    color: #666;
    padding-left: 35px;
    position: relative;
}
.readt3::before {
    content: '';
    width: 20px;
    height: 20px;
    background: #0c345c;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}
.readrow {
    padding-left: 35px;
    height: auto;
    overflow: hidden;
    font-size: 1.25rem;
    line-height: 180%;
}

.readrow img{max-width:100%;}

.readrow.row2 {
    text-align: center;
    font-size: 0;
}
.kqico {
    float: left;
    margin: 20px 5vw 0 0;
    height: auto;
    overflow: hidden;
}
.kqico img {
    display: block;
    height: 7vw;
    margin: 0 auto;
}
.kqico span {
    display: block;
    text-align: center;
    font-size: 1rem;
    line-height: 30px;
    margin-top: 10px;
}
.ldico {
    float: left;
    margin: 20px 5vw 0 0;
    width: 9vw;
    height: 11vw;
    overflow: hidden;
    border: 1px solid #666;
    border-radius: 5px;
}
.ldico p {
    display: block;
    width: 100%;
    height: 6vw;
    margin: 20px auto 0 auto;
    overflow: hidden;
    text-align: center;
}
.ldico p img {
    max-width: 100%;
    max-height: 100%;
}
.ldico span {
    display: block;
    text-align: center;
    font-size: 1.125rem;
    padding: 10px 5px 0 5px;
    line-height: 150%;
}
.sx {
    display: table;
    width: 100%;
    height: auto;
    border-top: 1px solid #666;
    margin-top: 10px;
}
.sx li {
    display: table-row;
    height: auto;
}
.sx li p span {
    display: inline-block;
    width: 49.9%;
    padding: 25px 0;
    border-bottom: 1px solid #666;
    font-size: 1.25rem;
    text-align: center;
    line-height: 120%;
    color: #666;
}
.sx li p span:nth-child(2) {
    border-left: 1px solid #666;
}
.xnico {
    width: 12%;
    height: auto;
    overflow: hidden;
    display: inline-block;
}
.xnico img {
    display: block;
    height: 3.5vw;
    margin: 20px auto;
}
.xnico span {
    display: block;
    line-height: 200%;
    font-size: 1rem;
}
.xnico span:nth-child(2) {
    font-size: 1.25rem;
}
.ysico {
    display: inline-block;
    width: 12%;
    height: auto;
    overflow: hidden;
}
.ysico span {
    display: block;
    font-size: 1.375rem;
    line-height: 200%;
    margin: 20px auto;
}
.ysico span:nth-child(1) {
    width: 40%;
    height: 13vw;
    border-radius: 10px;
}
.readcont {
    padding-left: 35px;
    height: auto;
    overflow: hidden;
    font-size: 1rem;
    line-height: 180%;
}
.readcont img {
    max-width: 100%;
}

.viewbtn {
    padding-left: 35px;
    margin: 6vw 0;
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.viewbtn span, .viewbtn a {
    display: inline-block;
    width: 13vw;
    height: 4vw;
    line-height: 4vw;
    border-radius: 2vw;
    margin: 0 15px;
    font-size: 2rem;
}
.viewbtn span {
    background: #0c345c;
    color: #fff;
    cursor: pointer;
}
.viewbtn a {
    background: #e5e5e5;
}
.viewbtn p {
    display: block;
    float: right;
    text-align: center;
    color: #999;
    line-height: 30px;
    cursor: pointer;
    font-size: 0.875rem;
}
.viewbtn p img {
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 5px;
}

.casebox {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10vw;
}
.casebox a {
    display: block;
    float: left;
    width: 32%;
    height: 16vw;
    position: relative;
    overflow: hidden;
    margin-left: 2%;
}
.casebox a:nth-child(3n+1) {
    margin-left: 0;
}
.casebox a span {
    display: block;
    width: 100%;
    height: 3.5vw;
    line-height: 3.5vw;
    font-size: 1.25rem;
    color: #fff;
    padding-left: 20px;
    background: rgba(217, 217, 217, .3);
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -5vw;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.casebox a .svg {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: contain;
    position: absolute;
    right: 15px;
    bottom: -5vw;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.casebox a .svg path {
    fill: #fff;
}
.casebox a:hover span {
    bottom: 0;
}
.casebox a:hover .svg {
    bottom: 1vw;
}
.plrow {
    padding: 8vw 0 6vw 0;
    text-align: center;
    font-size: 0;
}
.plrow a {
    display: inline-block;
    font-size: 1.5rem;
    color: #666;
    padding: 0 50px;
    line-height: 120%;
    border-left: 2px solid #999;
}
.plrow a:nth-child(1) {
    border-left: 0;
}
.plrow a:hover {
    color: #0c345c;
    font-weight: bold;
}

.yybox {
    width: 60%;
    height: 680px;
    padding: 0 8%;
    overflow: hidden;
    background: #fff;
    position: absolute;
    left: 20%;
    top: calc(50% - 340px);
    z-index: 10;
}
.yt1 {
    text-align: center;
    font-size: 2rem;
    line-height: 5rem;
    margin-top: 1.5rem;
}
.yt2 {
    text-align: center;
    font-size: 1rem;
    color: #0c345c;
    line-height: 2rem;
    margin-bottom: 20px;
}
.yclose {
    width: 20px;
    height: 20px;
    padding: 10px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 20;
    opacity: .5;
}
.yyok {
    width: 100%;
    height: calc(680px - 7rem);
    overflow: hidden;
    background: #fff;
    position: absolute;
    left: 0;
    top: 7rem;
    z-index: 20;
    display: none;
}
.okp {
    width: 110px;
    height: 110px;
    background: #0c345c;
    border-radius: 50%;
    margin: 110px auto 0 auto;
    overflow: hidden;
}
.okp img {
    width: 50%;
    height: 50%;
    margin: 25%;
    display: block;
}
.okt {
    line-height: 80px;
    text-align: center;
    font-size: 1.6rem;
}
.oki {
    width: 100%;
    line-height: 50px;
    font-size: 1rem;
    color: #999;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 80px;
}

.protips {
    font-size: 0.75rem;
    color: #999;
    padding-left: 20px;
}


@media screen and (max-width: 1680px) {
    
}
@media screen and (max-width: 1440px) {
    
}
@media screen and (max-width: 1280px) {
    
}
@media screen and (max-width: 1024px) {
    
}