﻿body {
    color: #333333;
    font-size: 14px;
    font-family: 'Arial', 'Microsoft YaHei', 'SimHei', 'SimSun', sans-serif;
    background: #DDDDDD;
    padding: 0;
    margin: 0;
}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
a {
    color: #005BAC;
    text-decoration: none;
}
.row {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.clear:before,
.clear:after {
    content: '';
    display: block;
    clear: both;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}

/* header */
.header {
    height: 40px;
    line-height: 40px;
    background: #FFFFFF;
}
.head-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: 15px;
    -webkit-align-items: center;
    align-items: center;
}
.head-title a {
    margin: 0 10px;
}
.head-main span {
    margin-right:10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.head-main a {
    cursor: pointer;
}
.head-main .gotoback {
    color: #FFFFFF;
    background: #005BAC;
    padding: 0 15px;
    margin-left: 10px;
}

/* container */
.contain-top {
    background: url(../images/video-bg.png) center no-repeat;
    padding: 20px 0;
}
.video-box {
    width: 820px;
    background: #333333;
}
.video-box-msg {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 80px;
    background: #FFFFFF;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 15px;
}
.video-box-msg-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	max-width: 630px;
}
.video-box-logo img {
    display: block;
    height: 50px;
}
.video-box-title {
    margin-left: 15px;
}
.video-box-title h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}
.video-box-title h5 {
    display: -webkit-box;
    color: #999999;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}
.video-box-code {
    /* width: 160px; */
}
.video-box-code img {
    display: block;
    width: 100%;
}

.video-box-player {
    position: relative;
    padding-bottom: 56.25%;
}
#my-video {
    position: absolute;
    width: 100%;
    height: 100%;
}

.talk-box {
    width: 360px;
}
.talk-title {
    height: 50px;
    line-height: 50px;
    background: #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
}
.talk-title-tab {
    width: 180px;
    height: 49px;
    color: #005BAC;
    font-size: 16px;
    text-align: center;
    border-bottom: 2px solid #005BAC;
}
.talk-main {
    height: 389px;
    background: #EEEEEE;
}
.talk-main ul {
    height: 100%;
    overflow: auto;
    padding: 1px 10px;
    margin: 0;
}
.talk-main ul::-webkit-scrollbar {
    width: 10px;
    height: 1px;
}
.talk-main ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #535353;
}
.talk-main ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
}
.talk-main ul li {
    line-height: 20px;
    list-style: none;
    margin: 10px 0;
}
.talk-main-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.talk-main-guest {
    color: #005BAC;
    white-space: nowrap;
}

.talk-input {
    height: 102.25px;
    background: #FFFFFF;
    padding: 10px;
}
.talk-input textarea {
    width: 100%;
    height: 50px;
    resize: none;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 5px;
}
.talk-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 3px;
}
.talk-btn .btn-face {
    cursor: pointer;
    width: 26px;
    height: 26px;
    background: url(../images/icon-face.png) no-repeat;
}
.talk-btn .btn-send {
    cursor: pointer;
    width: 56px;
    height: 26px;
    line-height: 26px;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    background: #005BAC;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.contain-bottom {
    padding: 20px 0;
}
.zt-box {
    width: 820px;
    background: #FFFFFF;
}
.zt-title-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 50px;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 15px;
}
.zt-title-box a {
    cursor: pointer;
    color: #333333;
    margin: 0 5px;
}
.zt-title-box a.active {
    color: #005BAC;
}
.zt-main-list {
    height: 526px;
    overflow-y: scroll;
    padding: 10px 15px;
}
.zt-main-list::-webkit-scrollbar {
    width: 10px;
    height: 1px;
}
.zt-main-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #535353;
}
.zt-main-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
}
.zt-main-item {
    cursor: pointer;
    position: relative;
    float: left;
    width: 187px;
    border: 1px solid #DDDDDD;
    margin-right: 10px;
    margin-bottom: 10px;
}
.zt-main-item:nth-child(4n) {
    margin-right: 0;
}
.zt-main-item img {
    width: 100%;
}
.zt-main-txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 50px;
    -webkit-align-content: center;
    align-content: center;
    padding: 5px;
}
.zt-main-txt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0;
}
.zt-main-mask {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 185px;
    height: 185px;
    background: rgba(0, 0, 0, .7);
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.zt-main-item:hover {
    border-color: #005BAC;
}
.zt-main-item:hover .zt-main-mask {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.zt-main-mask a {
    cursor: pointer;
    display: inline-block;
    color: #FFFFFF;
    background: #005BAC;
    padding: 5px 10px;
    margin: 0 5px;
}
.zt-main-mask .btn-consult {
    background: #F39834;
}
.zt-main-mask .btn-download {
    background: #2E9C22;
}

.zt-msg {
    width: 360px;
    background: #FFFFFF;
}
.zt-title-box .icon-company {
    width: 24px;
    height: 24px;
    background: url(../images/icon-company.png) no-repeat;
    margin-right: 10px;
}
.zt-title-box h5 {
    color: #005BAC;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.line {
    border-top: 1px solid #DDDDDD;
    margin: 0 15px;
}
.zt-msg-txt {
    height: 525px;
    padding: 10px;
}
.zt-msg-txt h2 {
    color: #005BAC;
    font-weight: normal;
    margin: 0;
    margin-bottom: 10px;
}
.zt-msg-txt .zt-c-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 3px 0;
}
.zt-msg-txt .zt-c-list span {
    color: #005BAC;
    white-space: nowrap;
}
.zt-msg-txt .zt-c-list p {
    margin: 0;
}


/* footer */
.footer {
    background: #005BAC;
}
.footer p {
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
}


/* 弹窗 */
.icon-close {
    cursor: pointer;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/icon-close.png) no-repeat;
    background-size: 100%;
}
.dialog-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
}
.dialog-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.dialog-title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    color: #FFFFFF;
    text-align: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
}
.dialog-title i {
    width: 24px;
}
.dialog-title h3 {
    font-weight: normal;
    margin: 0;
}
.triangle {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 14px solid #FFFFFF;
    margin: 0 auto;
}
.star {
    color: #CC0000;
    font-size: 14px;
    margin-right: 8px;
}
/* 登录窗口 */
.login-main {
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 0 24px 24px;
}
.login-tab {
    line-height: 20px;
    padding: 26px 0 20px;
}
.login-input {
    position: relative;
    height: 44px;
    border: 1px solid #DCDCDC;
    z-index: 3;
    margin-bottom: -1px;
}
.login-input:hover {
    border-color: #BFBFBF;
}
.login-input input {
    width: 280px;
    height: 22px;
    background: transparent;
    letter-spacing: 1px;
    border: 0;
    box-sizing: content-box;
    z-index: 3;
    padding: 11px 10px;
}
.login-input .message-code-btn {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    height: 44px;
    line-height: 44px;
    color: #108EE9;
    padding: 0 10px;
}
.login-tip {
    height: 20px;
    color: #CC0000;
    margin-top: 14px;
}
.btn-login {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    color: #fff;
    text-align: center;
    background: #CC0000;
    border: 0;
    outline: none;
    margin: 24px 0 0;
}
.btn-sumbit {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    color: #fff;
    text-align: center;
    background: #005BAC;
    border: 0;
    outline: none;
    margin: 10px 0 0;
}
/* 样品申请 & 留言咨询*/
.sample-main,
.message-main {
    background: #fff;
    padding: 15px;
}
.sample-input,
.message-input {
    margin-bottom: 5px;
}
.sample-input h3,
.message-input h3 {
    line-height: 30px;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
}
.sample-input input,
.sample-input textarea,
.message-input input,
.message-input textarea {
    display: block;
    width: 320px;
    line-height: 20px;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    box-shadow: 0 0 5px #ebebeb inset;
    resize: none;
    padding: 5px 10px;
}
.sample-input textarea,
.message-input textarea {
    height: 80px;
}

/* 产品详情 */
.product-details {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 888;
}
.product-box {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 80%;
    background-color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.product-close {
    cursor: pointer;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    margin-left: 0;
    background: url(../images/icon.png) no-repeat;
    background-position: -149px -31px;
}
.product-close:hover {
    background-position:-180px -31px
}
.product-main {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 0 50px;
}
.product-main::-webkit-scrollbar {
    width: 10px;
    height: 1px;
}
.product-main::-webkit-scrollbar-thumb {
    border-radius: 10px;
     -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    background: #535353;
}
.product-main::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #EDEDED;
}
.product-main .location {
    line-height: 48px;
}
.product-main .location .crumb-first {
    color: #005BAC;
}
.product-main .location .crumb-item {
    padding-left: 2em;
    background: url(../images/sprite_erect.png) 12px -36px no-repeat;
}
.product-slide-pic {
    position: relative;
    width: 260px;
    height: 260px;
    border: 1px solid #ddd;
    padding: 1px;
}
.product-slide-pic img {
    width: 100%;
}
.product-slide-tabs {
    margin-top: 5px;
}
.product-slide-tab {
    cursor: pointer;
    float: left;
    width: 60px;
    height: 60px;
    border: 1px solid #DDDDDD;
    margin-right: 6.5px;
}
.product-slide-tab.current {
    border: 2px solid #005BAC;
}
.product-slide-tab:last-child {
    margin-right: 0;
}
.product-slide-tab img {
    width: 100%;
}
.product-wrap {
    width: 400px;
}
.product-wrap h2 {
    font-size: 26px;
    font-weight: normal;
    margin: 0;
}
.product-wrap-btn {
    margin-top: 15px;
}
.product-wrap-btn a {
    cursor: pointer;
    float: left;
    width: 110px;
    height: 35px;
    line-height: 35px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    margin-right: 10px;
}
.product-wrap-btn a.btn-sample {
    background: #005BAC;
}
.product-wrap-btn a.btn-msg {
    background: #F39834;
}
.product-wrap-btn a.btn-download {
    background: #2E9C22;
}
.product-describe {
    margin-top: 20px;
    padding: 0 0 30px;
}
.product-describe-title {
    height: 30px;
    padding: 2px 2px 0;
    background: #005BAC;
}
.product-describe-title span {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    background: #fff;
    padding: 0 50px;
}
.product-describe-main {
    margin-top: 20px;
}
.product-describe-main img {
    width: 100%;
}
.swiper-container img{
	width:820px;
	height:461.25px;
}