* {
    margin: 0;
    padding: 0;
}
body,
html {
    float: left;
    width: 100%;
    font-family: "microsoft yahei", "微软雅黑";
    color: #323232;
    background-color: #fff;
    font-size: 16px;
}
a,img,button,input,textarea{-webkit-tap-highlight-color:rgba(255,255,255,0);}
img {border: 0;outline: 0;}
a {text-decoration: none;color:#323232;-webkit-tap-highlight-color:transparent;}
li {list-style: none;}
input {outline: 0;border: 0;}


::-webkit-scrollbar {
    width:12px
}
::-webkit-scrollbar-track-piece {
    border:none;
    background-color:#ccc
}
::-webkit-scrollbar-thumb {
    width:8px;
    background:#1b1b1b;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px
}
::-webkit-scrollbar-thumb:hover {
    background:#313131
}
::-moz-selection {
    background:#313131;
    color:#fff;
    text-shadow:none
}
::selection {
    background:#348fff;
    color:#fff;
    text-shadow:none
}


/**动画效果 begin**/
@keyframes index-1 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes index-1 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes title {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px) scale(.9);
        transform: translateY(20px) scale(.9);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }
}

@-webkit-keyframes title {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px) scale(.9);
        transform: translateY(20px) scale(.9);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }
}

@keyframes show1 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes show1 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes left_1 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes left_1 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


@keyframes g_left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes g_left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes g_right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes g_right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes g_up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes g_up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes g_bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes g_bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes radius {
    0%   {opacity: 0;	transform:rotateY(0deg);-webkit-transform:rotateY(0deg);}
    100% {opacity: 1;	transform:rotateY(360deg);-webkit-transform:rotateY(360deg);}
}

@-webkit-keyframes radius {
    0%   {opacity: 0;	transform:rotateY(0deg);-webkit-transform:rotateY(0deg);}
    100% {opacity: 1;	transform:rotateY(360deg);-webkit-transform:rotateY(360deg);}
}
@keyframes xuanzhuan {
    0%   {opacity: 0;	transform:rotate(20deg);-webkit-transform:rotate(20deg);}
    100% {opacity: 1;	transform:rotate(0deg);-webkit-transform:rotate(0deg);}
}

@-webkit-keyframes xuanzhuan {
    0%   {opacity: 0;	transform:rotate(20deg);-webkit-transform:rotate(20deg);}
    100% {opacity: 1;	transform:rotate(0deg);-webkit-transform:rotate(0deg);}
}

@keyframes up_bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    65%{
        opacity: .65;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes up_bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    65%{
        opacity: .75;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(600px) rotateX(90deg);
        -ms-transform: perspective(600px) rotateX(90deg);
        transform: perspective(600px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(600px) rotateX(-10deg);
        -ms-transform: perspective(600px) rotateX(-10deg);
        transform: perspective(600px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(600px) rotateX(10deg);
        -ms-transform: perspective(600px) rotateX(10deg);
        transform: perspective(600px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(600px) rotateX(0deg);
        -ms-transform: perspective(600px) rotateX(0deg);
        transform: perspective(600px) rotateX(0deg);
        opacity: 1
    }
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(600px) rotateX(90deg);
        transform: perspective(600px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(600px) rotateX(-10deg);
        transform: perspective(600px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(600px) rotateX(10deg);
        transform: perspective(600px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(600px) rotateX(0deg);
        transform: perspective(600px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes flipInX2 {
    0% {
        -webkit-transform: perspective(1500px) rotateX(90deg);
        -ms-transform: perspective(1500px) rotateX(90deg);
        transform: perspective(1500px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(1500px) rotateX(-10deg);
        -ms-transform: perspective(1500px) rotateX(-10deg);
        transform: perspective(1500px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(1500px) rotateX(10deg);
        -ms-transform: perspective(1500px) rotateX(10deg);
        transform: perspective(1500px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(1500px) rotateX(0deg);
        -ms-transform: perspective(1500px) rotateX(0deg);
        transform: perspective(1500px) rotateX(0deg);
        opacity: 1
    }
}
@-webkit-keyframes flipInX2 {
    0% {
        -webkit-transform: perspective(600px) rotateX(90deg);
        transform: perspective(600px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(600px) rotateX(-10deg);
        transform: perspective(600px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(600px) rotateX(10deg);
        transform: perspective(600px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(600px) rotateX(0deg);
        transform: perspective(600px) rotateX(0deg);
        opacity: 1
    }
}
/**动画效果 end****/

/**动画调用名称 begin**/
.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
.flipInX2 {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX2;
    animation-name: flipInX2;
}
.title {
    -webkit-animation-name: title;
    animation-name: title;
}
.g_up {
    -webkit-animation-name: g_up;
    animation-name: g_up;
}
.g_right {
    -webkit-animation-name: g_right;
    animation-name: g_right;
}
.g_bottom {
    -webkit-animation-name: g_bottom;
    animation-name: g_bottom;
}
.g_left {
    -webkit-animation-name: g_left;
    animation-name: g_left;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
}
.show1 {
    -webkit-animation-name: show1;
    animation-name: show1;
}
.radius {
    -webkit-animation-name: radius;
    animation-name: radius;
}
.xuanzhuan {
    -webkit-animation-name: xuanzhuan;
    animation-name: xuanzhuan;
}
/**动画调用名称 end****/

/**动画执行时间 begin**/
.animate {
    opacity: 0;
}
.slow {
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.mild {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/**动画执行时间 end****/




/**************************首页 begin***************************/
/**顶部信息栏 begin**/
.header-box {
    float: left;
    width: 100%;
}
.header {
    width: 1200px;
    height: 103px;
    margin: 0 auto;
}
.header-img1 {
    margin-top: 24px;
}
.header-hezi {
    float: right;
    text-align: right;
    margin-top: 30px;
}
.header-p1 {
    font-size: 14px;
}
.header-p1 a {
    color: #646464;
}
.header-p2 {
    color: #646464;
    font-size: 20px;
}
.header-p2-img1 {
    margin-right: 8px;
}
/**顶部信息栏 end**/

/**头部导航条 begin**/
.nav-box {
    float: left;
    width: 100%;
    height: 56px;
    background-color: #f6f4f4;
}
.nav {
    width: 1200px;
    height: 56px;
    margin: 0 auto;
}
.nav-menu {
    float: left;
    width: 100%;
}
.nav-list {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 26px;
}
.nav-list-btn1 {
    float: left;
    width: 144px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    box-sizing: border-box;
    border-top: 2px solid transparent;
    -webkit-transition: all 50ms;
    -moz-transition: all 50ms;
    -ms-transition: all 50ms;
    -o-transition: all 50ms;
    transition: all 50ms;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.nav-list:nth-child(7) {
    margin-right: 0;
}
.nav-list-active {
    color: #0463d8;
    border-top: 2px solid #0463d8;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 1px #dcdcdc;
    -moz-box-shadow: 0 0 5px 1px #dcdcdc;
    box-shadow: 0 0 5px 1px #dcdcdc;
}
.nav-list:hover .nav-list-btn1 {
    color: #0463d8;
    border-top: 2px solid #0463d8;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 1px #dcdcdc;
    -moz-box-shadow: 0 0 5px 1px #dcdcdc;
    box-shadow: 0 0 5px 1px #dcdcdc;
}

.nav2-menu {
    position: absolute;
    left: 0;
    top: 56px;
    z-index: 999;
    width: 180px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 30px;
    -webkit-box-shadow: 0 0 5px 1px #dcdcdc;
    -moz-box-shadow: 0 0 5px 1px #dcdcdc;
    box-shadow: 0 0 5px 1px #dcdcdc;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0px, 10px, 0px);
    -moz-transform: translate3d(0px, 10px, 0px);
    -webkit-transform: translate3d(0px, 10px, 0px);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.nav2-list {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #646464;
    background-color: #fff;
    box-sizing: border-box;
    font-size: 14px;
    -webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    -ms-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
}
.nav2-list-btn1 {
    float: left;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.nav2-list:hover .nav2-list-btn1 {
    color: #0463d8;
}

/**头部导航条 end**/

/**轮播banner begin**/
.carousel-box {
    float: left;
    width: 100%;
}
.swiper-slide1-img1 {
    float: left;
    width: 100%;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: transparent;
    box-sizing: border-box;
    border: 2px solid #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background-color: #fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}
/**轮播banner end**/

/**产品展示 begin**/
.product-box {
    float: left;
    width: 100%;
}
.product {
    width: 1200px;
    height: 600px;
    margin: 0 auto;
}
.title-pic {
    float: left;
    width: 100%;
    text-align: center;
    margin: 4% 0 25px 0;
}
.title-pic-span1 {
    color: #323232;
    font-weight: bold;
    font-size: 24px;
}
.title-pic-line {
    display: inline-block;
    width: 1px;
    height: 40px;
    background-color: #ebe7e7;
    vertical-align: middle;
    margin: -20px 5px 0 10px;
    transform: rotate(25deg);
}
.title-pic-span2 {
    color: #787373;
    font-size: 18px;
}
.product-p1 {
    float: left;
    width: 100%;
    line-height: 30px;
    text-align: center;
    color: #646464;
    box-sizing: border-box;
    padding: 0 25px;
    font-size: 16px;
}
.product-menu {
    float: left;
    width: 100%;
    margin: 30px 0 10px;
}
.product-list {
    position: relative;
    float: left;
    margin: 0 20px 20px 0;
	width:283px;
	height:263px;
}
.product-list img {
	width:283px;
	height:263px;
}
.product-list:before {
    opacity: 0;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(15,110,230,.6);
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
.product-list-img1 {
    float: left;
    width: 100%;
}
.product-list:nth-child(4n) {
    margin-right: 0;
}
.product-list:hover:before {
    opacity: 1;
}
.product-list:hover .product-pic {
    opacity: 1;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}

.product-pic {
    opacity: 0;
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.product-pic span {
    font-size: 20px;
}
.product-pic p {
    display: block;
    margin: 10px 0 8px;
    font-size: 16px;
}
.product-pic-btn1 {
    display: inline-block;
    height: 26px;
    line-height: 24px;
    color: #fff;
    box-sizing: border-box;
    padding: 0 13px;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
.product-pic-btn1:hover {
    color: #323232;
    background-color: #fff;
}
.btn-pic {
    float: left;
    width: 100%;
    text-align: center;
}
.btn-pic a {
    display: inline-block;
    color: #0463d8;
    margin: 0 0 60px 0;
    padding-bottom: 5px;
    border-bottom:4px double #0463d8;
    font-size: 18px;
}
/**产品展示 end**/

/**公司简介 begin**/
.introduce-box {
    float: left;
    width: 100%;
    background-color: #f6f4f4;
}
.introduce {
    width: 1200px;
    height: 600px;
    margin: 0 auto;
}
.introduce-p1,
.introduce-p2 {
    float: left;
    width: 100%;
    line-height: 30px;
    text-align: center;
    color: #646464;
    box-sizing: border-box;
    padding: 0 25px;
    font-size: 16px;
}
.introduce-menu {
    float: left;
    width: 100%;
    margin: 60px 0;
}
.introduce-list {
    float: left;
    width: 33.333333%;
    text-align: center;
}
.introduce-list img {
    float: left;
    width: 100%;
}
.introduce-list-btn1 {
    display: inline-block;
    color: #646464;
    border-bottom: 1px solid transparent;
    margin-top: 20px;
    padding-bottom: 5px;
    font-size: 20px;
}
.introduce-list:hover .introduce-list-btn1 {
    color: #0463d8;
    border-bottom: 1px solid #0463d8;
}
/**公司简介 end**/

/**企业文化 begin**/
.culture-box {
    position: relative;
    float: left;
    width: 100%;
}
.culture {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
}
.culture-box-img1 {
    float: left;
    width: 100%;
}
.color1 {
    color: #fff;
}
.color2 {
    color: #d0cdcd;
}
/**企业文化 end**/

/**技术支持 begin**/
.technology-box {
    float: left;
    width: 100%;
    background-color: #f6f4f4;
    padding: 70px 0 120px;
}
.technology {
    width: 1200px;
    height: 600px;
    margin: 0 auto;
}
.technology-p1 {
    float: left;
    width: 100%;
    line-height: 30px;
    text-align: center;
    color: #787373;
    box-sizing: border-box;
    padding: 0 25px;
}
.technology-menu {
    float: left;
    width: 100%;
    margin-top: 25px;
}
.technology-list {
    float: left;
    width: 33.333%;
    background-color: #fff;
}
.technology-pic {
    position: relative;
    float: left;
    width: 100%;
}
.technology-list-img1 {
    float: left;
    width: 100%;
}
.technology-list-img2 {
    position: absolute;
    left: 60px;
    bottom: -20px;
}
.technology-info {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 34px 13px 14px;
}
.technology-info-p1 {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;
    padding: 0 25px 5px;
    font-size: 18px;
}
.technology-info-p2 {
    float: left;
    width: 100%;
    height: 38px;
    color: #646464;
    box-sizing: border-box;
    padding: 0 25px;
    margin: 20px 0 5px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.technology-info-p3 {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 25px;
    color: #787373;
    font-size: 14px;
}
.technology-info-btn1 {
    float: right;
    height: 28px;
    line-height: 26px;
    color: #646464;
    border: 1px solid #929292;
    margin-top: 10px;
    padding: 0 10px;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    -ms-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
}
.technology-info-btn1:hover {
    color: #0463d8;
    border: 1px solid #0463d8;
}
/**技术支持 end**/

/**底部版权 begin**/
.footer-box {
    float: left;
    width: 100%;
    background-color: #2a2a2b;
}
.footer {
    width: 1200px;
    margin: 0 auto;
}
.footer-menu {
    float: left;
    margin: 45px 0 35px;
}
.footer-menu1 {
    width: 18%;
}
.footer-menu2 {
    width: 18%;
}
.footer-menu3 {
    width: 36%;
}
.footer-menu4 {
    width: 28%;
    text-align: right;
}
.footer-img1 {
    margin-top: 140px;
}
.footer-list {
    margin-top: 15px;
    font-size: 16px;
}
.footer-list a {
    color: #d9d9d9;
}
.footer-menu>.footer-list:first-child {
    color: #fff;
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 18px;
}
.footer-menu>.footer-list:first-child a {
    color: #fff;
}


.copyright-box {
    float: left;
    width: 100%;
    background-color: #2a2a2b;
    box-sizing: border-box;
    border-top: 1px solid #a4a3a4;
    padding: 32px 0;
}
.copyright {
    width: 1200px;
    text-align: center;
    margin: 0 auto;
}
.copyright p {
    line-height: 30px;
    color: #B5B4B4;
    font-size: 16px;
}
/**底部版权 end**/
/**************************首页 end*****************************/

/**************************关于博晶 begin***********************/
/**头部广告栏 begin**/
.ad-box {
    float: left;
    width: 100%;
}
.ad-box img {
    float: left;
    width: 100%;
}
/**头部广告栏 end**/

/**中间内容 begin**/
.introduce2-box {
    float: left;
    width: 100%;
    padding-bottom: 120px;
}
.introduce2 {
    width: 1200px;
    margin: 0 auto;
}
.navbar {
    float: left;
    width: 100%;
    height: 52px;
    line-height: 52px;
    box-sizing: border-box;
    border-bottom: 1px solid #dedcdc;
}
.navbar-span1 {
    float: left;
    color: #969696;
    font-size: 24px;
}
.navbar-p1 {
    float: right;
    color: #969696;
}
.navbar-p1 a {
    color: #969696;
}
.navbar-color1 {
    color: #bebebe!important;
}

.introduce2-info {
    float: left;
    width: 100%;
}
.introduce2-menu {
    float: left;
    width: 100%;
    text-align: center;
    margin: 60px 0 70px;
}
.introduce2-list {
    display: inline-block;
}
.introduce2-list-btn1 {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    color: #646464;
    background-color: #f6f4f4;
    margin: 0 28px;
    padding: 0 45px;
    font-size: 20px;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
.introduce2-list-active {
    color: #fff;
    background-color: #0463d8;
}
.introduce2-list:hover .introduce2-list-btn1 {
    color: #fff;
    background-color: #0463d8;
}
.introduce2-info-p1 {
    line-height: 30px;
    color: #646464;
}
.introduce2-info-img1 {
    float: left;
}
.introduce2-info-img2 {
    float: right;
    margin-top: 40px;
}
/**中间内容 end**/

/**公司文化 begin**/
.introduce2-info-p2 {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 30px;
    color: #646464;
    margin-bottom: 50px;
}
.introduce2-info-p2 span {
    display: block;
    color: #323232;
    margin-bottom: 10px;
    font-size: 22px;
}
.introduce2-info-img1 {
    float: left;
    margin-top: 40px;
}
/**公司文化 end**/
/**************************关于博晶 end*************************/

/**************************联系我们 begin***********************/
.contact-info {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
}
.contact-info .L{float:left;width:50%}
.contact-info .R{float:right;width:50%;margin-top: 70px;text-align:right;}
.contact-info p:first-child {
    color: #323232;
    margin: 60px 0 40px;
    font-size: 32px;
}
.contact-info p {
    color: #646464;
    margin-bottom: 15px;
    font-size: 22px;
}
.biaodan {
    float: left;
    margin-top: 40px;
}
.biaodan input {
    float: left;
    width: 100%;
    height: 70px;
    line-height: 70px;
    box-sizing: border-box;
    border: 1px solid #d7d6d6;
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 18px;
}
.area {
    float: left;
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    border: 1px solid #d7d6d6;
    padding: 20px;
    font-family: "microsoft yahei", "微软雅黑";
    font-size: 18px;
    resize: none;
}
.biaodan-btn1 {
    float: left;
    width: 156px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #d7d6d6;
    color: #969696;
    margin-top: 20px;
    font-size: 22px;
}
/**************************联系我们 end*************************/

/**************************技术支持 begin***********************/
.content-box {
    float: left;
    width: 100%;
}
.content {
    width: 1200px;
    margin: 0 auto;
}
.technology2-info {
    float: left;
    width: 100%;
    padding-bottom: 120px;
}
.technology2-menu {
    float: left;
    width: 100%;
}
.technology2-list {
    float: left;
    width: 100%;
    margin-top: 60px;
}
.technology2-left {
    float: left;
    width: 300px;
    height: 200px;
    overflow: hidden;
}
.technology2-right {
    float: right;
    width: 860px;
}
.technology2-left-img1 {
    float: left;
    width: 100%;
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -ms-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms;
}
.technology2-right-p1 {
    color: #323232;
    margin: 15px 0;
    font-size: 24px;
}
.technology2-right-p2 {
    color: #969696;
    box-sizing: border-box;
    border-bottom: 1px dashed #e8e8e8;
    margin-bottom: 10px;
    padding-bottom: 15px;
    font-size: 14px;
}
.technology2-right-p3 {
    color: #323232;
    font-size: 18px;
}

.technology2-list:hover {
    background-color: #f8f8f8;
}
.technology2-list:hover .technology2-right-p1 {
    color: #0463d8;
}
.technology2-list:hover .technology2-left-img1 {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
/**************************技术支持 end***********************/

/**************************生产工艺 begin*********************/
.process-info {
    float: left;
    width: 100%;
    padding-bottom: 120px;
}
.process-info-p1 {
    float: left;
    width: 100%;
    text-align: center;
    color: #646464;
    margin: 60px 0 30px;
    font-size: 22px;
}
.process-info-img1 {
    float: left;
    margin-bottom: 10px;
}
/**************************生产工艺 end***********************/

/**************************产品包装 begin*********************/
.packing-info {
    float: left;
    width: 100%;
    padding: 60px 0 120px;
}
.packing-left {
    float: left;
    width: 260px;
    margin-right: 70px;
}
.packing-right {
    float: left;
    width: 780px;
    text-align: center;
    color: #646464;
    font-size: 20px;
}
.packing-left-span1 {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background-color: #0463d8;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 20px;
}
.packing-active {
    color: #0463d8;
}
.packing-menu {
    float: left;
    width: 100%;
}
.packing-list {
    float: left;
    width: 100%;
}
.packing-list-btn1 {
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #646464;
    background-color: #fafafa;
    box-sizing: border-box;
    border: 1px solid #d9d6d6;
    border-bottom: 0;
    padding: 0 20px;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.packing-list-span1 {
    float: left;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
.packing-list:last-child .packing-list-btn1 {
    border-bottom: 1px solid #d9d6d6;
}
.packing-list:hover .packing-list-span1 {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    color: #0463d8;
}

.packing-right p {
    line-height: 32px;
}
.packing-right-p1 {
    margin: 45px 0;
}
.packing-right-p2 {
    text-align: left;
    margin-top: 35px;
}
/**************************产品包装 end***********************/

/**************************技术支持详情 begin*****************/
.details-info {
    float: left;
    width: 100%;
    padding: 60px 0 120px;
}
.details-left {
    float: left;
    width: 260px;
    margin-right: 35px;
}
.details-right {
    float: left;
    width: 865px;
    line-height: 32px;
    color: #646464;
    font-size: 20px;
}
.details-right-p1 {
    float: left;
    width: 100%;
    text-align: center;
    color: #323232;
    font-size: 28px;
}
.details-right-p2 {
    float: left;
    width: 100%;
    text-align: center;
    color: #969696;
    margin: 2px 0 40px;
    font-size: 14px;
}
.details-right-p3 {
    color: #323232;
}
/**************************技术支持详情 end*******************/

/**************************产品介绍详情 begin*****************/
.details1-right {
    float: left;
    width: 905px;
    line-height: 32px;
    color: #646464;
    font-size: 18px;
}
/*.details1-right-pic1 {*/
    /*display: inline-block;*/
    /*text-align: center;*/
    /*margin: 0 40px 0 66px;*/
/*}*/
.details1-right-pic1 {
    display: block;
    text-align: center;
}
/*.details1-right-pic2 {*/
    /*display: inline-block;*/
    /*text-align: center;*/
/*}*/
.details1-right-pic2 {
    display: block;
    text-align: center;
}
.details1-right-p1 {
    float: left;
    width: 100%;
    text-align: center;
    margin: 65px 0 35px;
    font-size: 22px;
}
table {
    float: left;
    width: 100%;
    border: 1px solid #d7d4d4;
    text-align: center;
    word-break: break-all;
    word-wrap:break-word;
}
table th {
    color: #323232;
    height: 60px;
    background-color: #fafafa!important;
    font-size: 20px;
}

table td {
    height: 50px;
    color: #646464;
    background: #fff!important;
    font-size: 20px;
}
.details1-right-p2 {
    display: inline-block;
    margin-top: 35px;
}
/**************************产品介绍详情 end*******************/

/**************************产品介绍 begin*********************/
.product1-info {
    float: left;
    width: 100%;
    padding: 60px 0 120px;
}
.tab-menu {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 60px;
}
.tab-list {
    display: inline-block;
    margin: 10px 30px;
}
.tab-list-btn1 {
    display: inline-block;
    min-width: 140px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #f6f4f4;
    padding: 0 15px;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
.tab-list:hover .tab-list-btn1 {
    color: #fff;
    background-color: #0463d8;
}
.tab-active {
    color: #fff;
    background-color: #0463d8;
}

.product1-menu {
    float: left;
    width: 100%;
}
.product1-list {
    float: left;
    width: 270px;
    margin-right: 40px;
}
.product1-list:nth-child(4n) {
    margin-right: 0;
}
.product1-list-img1 {
    float: left;
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #dcdcdc;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
.product1-list p {
    float: left;
    width: 100%;
    height: 50px;
    line-height: 25px;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 0 25px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.product1-list:hover .product1-list-img1 {
    border: 2px solid #0463d8;
}


.page-box {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.page-list {
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
}
.page-list-btn1 {
    display: inherit;
    color: #000;
    padding: 6px 11px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.page-list2 {
    display: inline-block;
    line-height: 31px;
    box-sizing: border-box;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
}
.page-list:hover .page-list-btn1 {
    color: #fff;
    background-color: #0463d8;
}
.page-color1 {
    background-color: #ccc;
    margin-right: 3px;
}
.page-color2 {
    background-color: #ccc;
    margin-left: 3px;
}
.page-active {
    color: #fff;
    background-color: #0463d8;
}
/**************************产品介绍 end***********************/

.navBtn{ background:none; width:55px; height:55px; position:absolute; right:0%; top:0px; cursor:pointer; z-index:20; display:none; -webkit-transition: all ease 0.3s; transition: all ease 0.3s;}
.navBtn span { position:absolute; top:18px; display:block; width:28px; height:3px; left:13px; background-color:#2b7bde; -webkit-transition: top 0.2s 0.2s, background 0.2s, opacity 0s 0.2s, -webkit-transform 0.2s; transition: top 0.2s 0.2s, background 0.2s, opacity 0s 0.2s, -webkit-transform 0.2s; transition: top 0.2s 0.2s, transform 0.2s, background 0.2s, opacity 0s 0.2s; transition: top 0.2s 0.2s, transform 0.2s, background 0.2s, opacity 0s 0.2s, -webkit-transform 0.2s; }
.navBtn span:nth-of-type(2) { top: 28px; }
.navBtn span:nth-of-type(3) { top: 38px; bottom: 0; -webkit-transition: bottom 0.2s 0.2s, background 0.2s, -webkit-transform 0.2s; transition: bottom 0.2s 0.2s, background 0.2s, -webkit-transform 0.2s; transition: bottom 0.2s 0.2s, transform 0.2s, background 0.2s; transition: bottom 0.2s 0.2s, transform 0.2s, background 0.2s, -webkit-transform 0.2s; }
.navBtn.expanded:hover span { transform: scale(0.9); }
.navBtn.expanded span:nth-of-type(1) { top:28px; transform: rotate(45deg); transition: top 0.2s, transform 0.2s 0.2s, background 0.2s; -webkit-transform: rotate(45deg); -webkit-transition: top 0.2s, -webkit-transform 0.2s 0.2s, background 0.2s; }
.navBtn.expanded span:nth-of-type(2) { opacity: 0; transition: opacity 0.2s; -webkit-transition: opacity 0.2s; }
.navBtn.expanded span:nth-of-type(3) { top:28px; transform: rotate(-45deg); transition: bottom 0.2s, transform 0.2s 0.2s, background 0.2s; -webkit-transform: rotate(-45deg); -webkit-transition: bottom 0.2s, -webkit-transform 0.2s 0.2s, background 0.2s; }
.header-box.fixed{position: fixed;left: 0;top:0;width: 100%;z-index: 50;background: #fff;}


/*media*/
@media screen and (max-width: 670px){
    .nav-box{position: fixed;left: 0;top:60px;z-index: 10;background: #fff;box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.3);height: auto;display: none;width: 100%;}
    .nav{height: auto;width: 100%;}
    .nav-list{width: 100%;display: block;margin-right: 0;}
    .nav-list-btn1{width: 100%;float: none;height: 45px;line-height: 45px;}
    .nav2-list{float: none;width: 100%;text-align: center;background-color: #eee;}
    .nav2-menu{position: relative;top:0;width: 100%;opacity: 1;visibility:initial;box-shadow:none;padding:0 0;background: #eee;margin-bottom: 1em;display: none;}

    .content,.introduce2,.footer,.copyright,.introduce2{width: 90%;}
    /*.nav-box,.header-hezi{display: none;}*/
    .header-hezi{display: none;}
    .navBtn{display: block;}

    .header{width: 90%;height:60px;}
    .header-img1{margin-top: 0px;}
    .header .logo{width: 70%;display: inline-block;line-height: 60px;}
    .header .logo img{max-width: 100%;vertical-align: middle;max-height: 95%;}
    .process-info img{max-width: 100%;}
    .process-info-p1,.navbar-span1{font-size: 20px;}
    .navbar .navbar-p1,.footer-menu1,.footer-menu2{display: none}
    .process-info-p1{margin: 1em 0;}
    .footer-menu3,.details1-right{width: 100%;}
    .footer-menu{margin: 1em 0;}
    .footer-menu4{width: 100%;text-align: left;}
    .copyright-box{padding:1em 0;}
    .copyright p a{margin-left: 0 !important;}
    .footer-img1{margin-top: 0;}
    .process-info{padding-bottom: 1.5em;}
    .footer-list{font-size: 14px;}
    .footer-menu>.footer-list:first-child{margin-bottom: 20px;}
    .copyright p{font-size: 14px;line-height: 26px;}
    .introduce2-list-btn1{padding:0 15px;font-size: 16px;margin:0 5px;height: 40px;line-height: 40px;}
    .introduce2-menu{margin:1.5em 0;}
    .introduce2-info p,.introduce2-info p span{font-size: 14px !important;line-height: 26px !important;}
    .introduce2-info p{max-width: 100% !important;}
    .tab-list-btn1{min-width: 100%;display: block;font-size: 14px;padding:0;}
    .tab-list{width: 29.33%;margin: 5px 1%;}
    .tab-menu{margin-bottom: 1em;}
    .product1-info,.details-info,.packing-info{padding:1.5em 0;}
    .product1-list{width: 45%;margin-right: 5%;}
    .details-left{width: 100%;margin-right: 0;}
    .packing-list-btn1{font-size: 14px;line-height: 40px;height: 40px;padding:0 2%;border-top:none;border-bottom: 1px solid #d9d6d6;}
    .details1-right{margin-top: 1em;}
    .details1-right-pic1 img{max-width: 100%;}
    .packing-list{width: 50%;}
    .packing-left-span1{font-size: 16px;height: 42px;line-height: 42px;}
    .details1-right-p1{font-size: 18px;margin: 1.5em 0 1em;}
    table th,table td,.details1-right{font-size: 14px;}
    .packing-left{width: 100%;margin-right: 0}
    .packing-right{width: 100%;}
    .packing-right img,.details1-right img{max-width: 100%;height: auto;}
    .technology2-list{margin-top: 1em;}
    .technology2-left{width: 100%;height: auto;}
    .technology2-right,.details-right{width: 100%;}
    .technology2-right-p3{font-size: 14px;}
    .technology2-right-p1{font-size: 18px;margin: 8px 0;}
    .technology2-right-p2{margin-bottom: 5px;padding-bottom: 5px;}
    .details-right{font-size: 16px;line-height: 24px;}
    .details-right-p2{margin: 1em 0 1.5em;}
    .details-right p{font-size: 14px !important;}
    .details-right p.details-right-p1{font-size: 20px !important;margin-top: 1em;}
    .details-right p span{font-size: 18px !important;}
    .contact-info{padding:0;}
    .contact-info .L{width: 100%;}
    .contact-info .R{width: 100%;margin-top: 1em;}
    .contact-info .R iframe{width: 100%;overflow: hidden;}
    .contact-info p{font-size: 16px;margin-bottom: 8px;}
    .contact-info p:first-child{font-size: 24px;margin: 1em 0;}
    .introduce,.product,.technology{width: 95%;height: auto;}
    .title-pic-span1{font-size: 20px;}
    .title-pic-span2{font-size: 16px;}
    .introduce-p1, .introduce-p2,.product-p1,.technology-p1{font-size: 14px;line-height: 26px;}
    .introduce-list-btn1{font-size: 14px;}
    .culture{width: 100%;margin-left: 0;left: 0;}
    .culture-box-img1{height: 110px;object-fit:cover;}
    .product-menu{margin:1em -2% 1em 0;}
    .product-list{width: 48%;margin:0 2% 10px 0;height: 190px;}
    .product-list img{width: 100%;height: 100%;object-fit:cover;}
    .technology-list{width: 100%;margin-bottom: 1em;}
    .technology-info-p1{font-size: 16px;}
    .technology-info-p2{height: auto;}
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px;}
    .product-pic p,.product-pic-btn1,.technology-info-btn1{font-size: 14px;}
    #mapCard_address{width: 100%;}
    #mapCard_style{width: 100% !important;}


}












