.pro-title {
    line-height: 2;
    margin-top: 35px;
}

.pro-title span {
    font-size: 23px;
    font-family: "Roboto-Medium";

}

.pro-title a {
    color: #0061a5;
    text-decoration: underline;
    font-size: 18px;
}

.pro-list .page {
    margin-top: 90px;
}

.pro-list .item {
    margin-top: 50px;
    width: 32%;
    margin-right: 2%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.pro-list .item:nth-of-type(3n) {
    margin-right: 0;
}

.pro-list .item:last-child {
    margin-right: 0;
}

.pro-list .item .pic {
    width: 100%;
    padding-top: 58%;
    overflow: hidden;
}

.pro-list .item .pic a {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.pro-list .item .pic img {
    width: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.pro-list .item .text-content {
    padding: 20px;
}

.pro-list .item .title {
    font-size: 21px;text-transform:capitalize;
}

.pro-list .item .title a {
    color: #0061a5;
}

.pro-list .item .text {
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

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

.pro-list .item .submit a {
    width: 130px;
    height: 35px;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    border: 1px #0061a5 solid;
    color: #0061a5;
    margin: 0 5px;
    font-size: 16px;
    line-height: 35px;
}

.video-play {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.video-play img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vjs-poster {
    background-size: cover;
}

.video-play .video {
    width: 100%;
    height: 720px;
}

.video-play .video video ,
.video-play .video iframe ,
.video-play .video img {
    width: 100%;
    height: 100%;
}

.video-js .vjs-big-play-button {
    background: url(../images/play.png) no-repeat center;
    background-size: contain;
    width: 72px;
    height: 72px;
    border: none;
    top: 50%;
    left: 50%;
    margin-top: -36px;
    margin-left: -36px;
    border: 0;
    overflow: hidden;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-icon-play:before {
    display: none;
}

.video-js .vjs-big-play-button:focus {
    background: none;
}

.video-js:hover .vjs-big-play-button {
    background: url(../images/play.png) no-repeat center;
}

@media (min-width:1025px) {
    .pro-list .item:hover .pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .pro-list .item .submit a:hover {
        background-color: #0061a5;
        color: #FFF;
    }
}

@media (max-width:1199px) {
    .pro-title span {
        font-size: 24px;
    }
    .pro-title a {
        font-size: 18px;
    }
    .pro-list .item .text-content {
        padding: 20px;
    }
    .pro-list .item .title {
        font-size: 20px;
    }
    .pro-list .item .text {
        font-size: 14px;
    }
    .pro-list .item .submit a {
        font-size: 14px;
        width: 45%;
    }
    .video-play {
        width: 100%;
    }
    .video-play .video {
        height: 580px;
    }
}

@media (max-width:1023px) {
    .pro-title {
        margin-top: 40px;
    }
    .pro-title span {
        font-size: 20px;
    }
    .pro-title a {
        font-size: 16px;
    }
    .pro-list .page {
        margin-top: 70px;
    }
    .pro-list .item .text-content {
        padding: 15px;
    }
    .pro-list .item .title {
        font-size: 18px;
    }
    .pro-list .item,
    .video-play {
        margin-top: 20px;
    }
    .video-play .video {
        height: 480px;
    }
}

@media (max-width:767px) {
    .pro-list .page{
        margin-top: 50px;
    }
    .pro-list .item {
        width: 49%;
    }
    .pro-list .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .pro-list .item:nth-child(even) {
        margin-right: 0;
    }
    .video-play .video {
        height: 380px;
    }
}

@media (max-width:540px) {
    .pro-list .item {
        width: 100%;
        margin-right: 0;
    }
    .video-play .video {
        height: 300px;
    }
}

.details {
    margin-top: 25px;
}

.details h1 {
    font-size: 30px;
    line-height: 1.5;
}

.details .info-content {
    margin-top: 50px;
    flex-direction: row-reverse;
}

.details .info-content .focus {
    width: 55%;
}

.details .info-content .text-content {
    width: 40%;
}

.details .info-content .text-content .text {
    border-bottom: 1px #d9d9d9 solid;
    line-height: 40px;
    font-size: 16px;
    color: #333;
}

.details .info-content .text-content .btn a {
    margin-top: 25px;
    height: 42px;
    border: 1px #ed9a03 solid;
    font-size: 17px;
    color: #ed9a03;
    width: 48%;
    margin-right: 4%;
}

.details .info-content .text-content .btn a img {
    width: 23px;
    height: 23px;
    object-fit: contain;
}

.details .info-content .text-content .btn a:last-child {
    margin-right: 0;
}

.details .info-content .text-content .btn img {
    margin-right: 10px;
}

.details .info-content .text-content .btn .down {
    background-color: #ed9a03;
    color: #FFF;
}

.details .info-content .form {
    width: 100%;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    padding: 12px 10px;
    margin-top: 20px;
}

.details .info-content .form input[type='text'] {
    height: 35px;
    border: 1px #d9d9d9 solid;
    font-size: 14px;
    padding-left: 15px;
    margin-right: 10px;
    width: 35%;
}

.details .info-content .form .submit,
.details .info-content .form input[type='submit'] {
    background-color: #ed9a03;
    color: #FFF;
    padding: 0 20px;
    font-size: 14px;
    border: 0;
    flex-shrink: 0;
}

.view .swiper-container {
    width: 100%;
    height: 400px;
}

.view .arrow-left {
    background: url(images/index_tab_l.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.view .arrow-right {
    background: url(images/index_tab_r.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.view img {
    max-width: 100%;
    max-height: 100%;
}

.preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.preview .swiper-container {
    width: 360px;
    height: 67px;
    margin-left: auto;
    margin-right: auto;
}

.preview .swiper-slide {
    width: 32%;
    height: 65px;
    cursor: pointer;
    margin-right: 2%;
}

.preview .swiper-slide img {
    max-width: 90%;
    max-height: 90%;
}

.preview .active-nav {
    border: 1px solid #848483;
}

.details .pic-con {
    margin-top: 70px;
}

.details .pic-con img {
    width: 100%;
}

.details .pic-con .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    border: 1px #FFF solid;
    width: 20px;
    height: 20px;
}

.details .pic-con .swiper-pagination-bullet-active {
    background-color: #f62629;
    border-color: #f62629;
}

.details .pic-con .swiper-button-next,
.details .pic-con .swiper-button-prev {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: #f62629;
    width: 40px;
    height: 40px;
}

.details .pic-con .swiper-button-next::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 10px transparent solid;
    border-bottom: 10px transparent solid;
    border-left: 10px #ffc5ce solid;
}

.details .pic-con .swiper-button-prev::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 10px transparent solid;
    border-bottom: 10px transparent solid;
    border-right: 10px #ffc5ce solid;
}

.details .body {
    margin-top: 20px;
}

.details .body .tab {
    position: sticky;
    top: 0;
    background: #ffffff;
    border-bottom: 1px #182431 solid;
    line-height: 50px;
    z-index: 10;
}

.details .body .tab span {
    margin-right: 10px;
    border: 1px #182431 solid;
    margin-bottom: -1px;
    padding: 0 20px;
    font-size: 17px;
}

.details .body .tab span:last-child {
    margin-right: 0;
}

.details .body .tab .on {
    background-color: #0061a5;
    color: #FFF;
    border-color: #0061a5;
}

.details .body .content {
    line-height: 2;
    margin-top: 35px;
}

.details .body .content::after{
    content: "";
    display: block;
    clear: both;
}



.details .body .content>div{
    font-size: 17px;
    color: #333;
}
.details .body .content>div p{ line-height: 30px;margin:5px auto;}

.details .body .content img {
    max-width: 100%;
    height: auto;
}

.details .body table {
    border-left: 1px #e1e1e1 solid;
    border-top: 1px #e1e1e1 solid;
    line-height: 1.7;
    font-size: 17px;
}

.details .body table th {
    background-color: #e1e1e1;
    text-align: left;
    padding: 5px 20px;
}

.details .body table td {
    padding: 5px ;
    border-right: 1px #e1e1e1 solid;
    border-bottom: 1px #e1e1e1 solid;
    color: #333;
}

.details .form-group {
    width: 100%;
    margin-top: 30px;
}

@media (max-width:1199px) {
    .details h1 {
        font-size: 42px;
    }
    .details .info-content .focus {
        width: 50%;
    }
    .details .info-content .text-content {
        width: 45%;
    }
    .details .info-content .text-content .text {
        font-size: 16px;
    }
    .details .info-content .text-content .btn a {
        font-size: 14px;
    }
    .details .body .tab span {
        font-size: 20px;
    }
    .details .body table {
        font-size: 18px;
    }
    .details .body .content>div {
        font-size: 18px;
    }
    .details .body .content>div:first-of-type {
        max-width: 100%;
        overflow-x: scroll;
    }
    .details .body .content {
        margin-top: 50px;
    }
    .details .info-content .form {
        display: none;
    }
}

@media (max-width:1023px) {
    .details {
        margin-top: 30px;
    }
    .details .info-content {
        margin-top: 30px;
    }
    .preview .swiper-container {
        width: 100%;
        margin-left: 0;
    }
    .details h1 {
        font-size: 36px;
        margin: 0;
    }
    .details .info-content .text-content .text {
        font-size: 16px;
        color: #333333;
        line-height: 40px;
    }
    .details .pic-con {
        margin-top: 50px;
    }
    .details .body {
        margin-top: 50px;
    }
    .details .body .tab span {
        font-size: 18px;
    }
    .details .body .content {
        margin-top: 30px;
    }
    .details .body table {
        font-size: 16px;
    }
    .details .body .content>div{
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .details .info-content .focus,
    .details .info-content .text-content {
        width: 100%;
    }
    .details h1 {
        font-size: 32px;
    }
    .details .info-content .text-content {
        margin-top: 30px;
    }
    .details .body table {
        /* font-size: 14px; */
    }
    .details .body .content>div{
        /* font-size: 14px; */
    }
    .details .body .tab {
        line-height: 40px;
    }
    .details .body .tab span{
        width: 32%;
        margin-right: 2%;
        padding: 0;
        text-align: center;
    }
    .details .body .tab span:last-of-type{
        margin-right: 0;
    }
    .details .pic-con .swiper-button-next,
    .details .pic-con .swiper-button-prev {
        display: none;
    }
    .details .pic-con .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
    }
    .details .form-group {
        margin-top: 10px;
    }
}

@media (max-width:540px) {
    .details h1 {
        font-size: 24px;
    }
    .details .info-content {
        margin-top: 0;
    }
    .view .swiper-container {
        height: 300px;
    }
    .details .info-content .text-content .btn a {
        margin-top: 20px;
        width: 100%;
        margin-right: 0;
    }
    .details .info-content .form {
        flex-wrap: wrap;
        padding-top: 5px;
    }
    .details .info-content .form input[type='text'] {
        width: 100%;
        margin-top: 10px;
    }
    .details .info-content .form .submit,
    .details .info-content .form input[type='submit'] {
        margin-top: 10px;
        height: 30px;
    }
    .details .pic-con {
        margin-top: 30px;
    }
    .details .body .tab span {
        font-size: 14px;
        /* padding: 0 10px; */
    }
}