
@font-face {
    font-family: 'FuturaMediumBT';
    src: url('../font/FuturaMediumBT.eot') format('eot');
    src: url('../font/FuturaMediumBT.eot?#iefix') format('embedded-opentype'), url('../font/FuturaMediumBT.woff') format('woff'), url('../font/FuturaMediumBT.ttf') format('truetype'), url('../font/FuturaMediumBT.svg#FuturaMediumBT') format('svg');
    font-weight: normal;
    font-style: normal;
}


input[type="submit"],
input[type="reset"],
input[type="button"],
button,
select {
    -webkit-appearance: none;
}

select {
    padding-right: 10px;
}

input, textarea {
    font-family: arial,"微软雅黑";
    -webkit-appearance: none;
    border-radius: 0px;
    border: 1px solid #a9a9a9;
    outline: none;
}

body {
    height: 100%;
    overflow: hidden;
    background: #0b0b0b;
}

.content::before,
.menu-wrap {
    display: none;
}

.readybefor {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 10000;
}

    .readybefor .loading {
        width: 100px;
        height: 100px;
        margin: auto;
        position: relative;
    }

    .readybefor .inpoint {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -5px;
        width: 10px;
        height: 100%;
        animation: loading 3s infinite linear;
        opacity: 0;
    }

    .readybefor .p1 {
        animation-delay: 0;
    }

    .readybefor .p2 {
        animation-delay: 0.5s;
    }

    .readybefor .p3 {
        animation-delay: 1s;
    }

    .readybefor .p4 {
        animation-delay: 1.5s;
    }

    .readybefor .p5 {
        animation-delay: 2s;
    }

    .readybefor .p6 {
        animation-delay: 2.5s;
    }

    .readybefor .readybox {
        position: absolute;
        height: 100px;
        top: 50%;
        left: 0;
        width: 100%;
        margin-top: -50px;
    }

    .readybefor .inpoint .in {
        height: 10px;
        border-radius: 10px;
        width: 10px;
        background: #666;
    }

@keyframes loading {
    0% {
        transform: rotate(0deg);
        opacity: 0;
    }

    50% {
        opacity: 1;
        transform: rotate(180deg);
    }

    100% {
        opacity: 0;
        transform: rotate(360deg);
    }
}

.coversize {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
    -ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
}

.containsize {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    box-sizing: border-box;
    -ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
}

.commonhidebox {
    position: fixed;
    z-index: 3001;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
    text-align: center;
}

    .commonhidebox .shadowback {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .38;
        filter: alpha(opacity=38);
    }

    .commonhidebox .inbox {
        margin: auto;
        text-align: center;
        position: relative;
        z-index: 2;
    }

.hideqr .inbox {
    display: inline-block;
    background: #fff;
    padding: 10px;
    padding: .1rem;
    max-width: 80%;
    box-sizing: border-box;
}

    .hideqr .inbox img {
        max-width: 100%;
        display: block;
    }

body,
html {
    font-family: arial,"微软雅黑";
    height: 100%;
    font-size: 100px;
}

body {
    box-sizing: border-box;
    font-size: 12px;
}

.container {
    position: relative;
    padding: 0 2%;
}

.table {
    display: table;
    height: 100%;
    width: 100%;
}

.cell {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.content-wrap {
    overflow: hidden;
}

.cbox {
    max-width: 1440px;
    box-sizing: border-box;
    margin: auto;
}

.wechat {
    cursor: pointer;
}



.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3002;
    text-align: center;
    background: #000;
}

    .loading .inicon {
        width: 155px;
        height: 48px;
        position: relative;
        display: inline-block;
    }

    .loading .icon1 {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        transition: all .5s;
        transition-delay: 2.5s;
        z-index: 3;
    }

.ready .loading .icon1 {
    opacity: 1;
}

.loading .layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    transition: all .5s linear;
    transition-delay: .5s;
}

    .loading .layer img {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
    }

.loading .layer1 {
    width: 100%;
}

.ready .loading .layer1 {
    height: 100%;
}

.loading .layer2 {
    height: 100%;
    transition-delay: 1s;
}

.ready .loading .layer2 {
    width: 100%;
}

.loading .layer3 {
    height: 100%;
    transition-delay: 1.5s;
    /* transform: skew(45deg); */
    width: 100%;
}

    .loading .layer3:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background: #000;
        width: 100%;
        height: 100%;
        transform: skew(-20deg);
        transition: all 1s;
        transition-delay: 1.5s;
    }

    .loading .layer3:before {
        content: "";
        display: block;
        position: absolute;
        transform: skew(-20deg);
        width: 2px;
        height: 37px;
        background: #f2f2f2;
        left: 23%;
        top: 0;
        z-index: 2;
        opacity: 0;
    }

.ready .loading .layer3:after {
    left: 23%;
    animation: line .72s linear forwards;
    animation-delay: 1.5s;
}

.ready .loading .layer3:before {
    left: 23%;
    animation: line2 .72s linear forwards;
    animation-delay: 1.5s;
}

@keyframes line {
    2% {
        left: 23%;
    }

    98% {
        left: 95%;
    }

    100% {
        left: 95%;
    }
}

@keyframes line2 {
    2% {
        left: 23%;
        opacity: 1;
    }

    98% {
        left: 95%;
        opacity: 1;
    }

    100% {
        left: 95%;
        opacity: 0;
    }
}


.topnav {
    z-index: 2000;
    left: 0;
    top: 0;
    height: 270px;
    height: calc(135px + 1.35rem);
    background-position: center;
    padding: 0 2%;
    transition: all .5s;
}

    .topnav.active {
        background: #0b0b0b;
    }

    .topnav.active2 {
        background: #0b0b0b;
    }

    .topnav .headimg {
        display: flex;
    }

        .topnav .headimg > a {
            flex: 1;
        }

        .topnav .headimg a:nth-child(1) {
            text-align: left;
        }

        .topnav .headimg a:nth-child(2) {
            text-align: center;
        }

        .topnav .headimg a:nth-child(3) {
            text-align: right;
        }

    .topnav .leftlogo {
        margin-top: 26px;
        margin-top: calc(15px + .15rem);
        height: calc(17px + 1.03rem);
    }

    .topnav .rightlogo {
        margin-top: 20px;
        margin-top: calc(10px + .1rem);
        height: calc(17px + 1.17rem);
    }

    .topnav .centerlogo {
        height: calc(17px + 1.67rem);
    }

    .topnav .links {
        margin-top: 1%;
    }

    .topnav .inlink {
        vertical-align: middle;
        display: inline-block;
        line-height: 42px;
        line-height: calc(21px + .21rem);
        color: #fff;
        transition: all .5s;
        font-size: 18px;
        background-color: #202020;
        width: 15.5%;
        font-weight: 700;
        text-align: center;
    }

        .topnav .inlink.active {
            background-color: #46181b;
        }

        .topnav .inlink:hover {
            background-color: #46181b;
        }

    .topnav .language {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: 1px solid #fff;
        border-radius: 30px;
        color: #fff;
        margin-left: 15px;
        font-size: 14px;
    }

.menu {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(45px + .45rem);
    height: calc(45px + .45rem);
    background-image: url(../images/mune.png);
    background-repeat: no-repeat;
    background-size: calc(40px + .4rem);
    background-position: center;
    background-color: #e60012;
    display: none;
}




.rightnav {
    position: fixed;
    right: -415px;
    top: 0;
    height: 100%;
    width: 415px;
    max-width: 70%;
    z-index: 1999;
    background: #dadada;
    padding: 20px 50px;
    padding: .2rem .5rem;
    padding-top: 100px;
    padding-top: 1rem;
    box-sizing: border-box;
    transition: all .5s;
}

    .rightnav.active {
        right: 0;
    }

    .rightnav .navin {
        height: 100%;
        overflow: auto;
        text-align: center;
    }

    .rightnav .inabox {
        display: inline-block;
        margin: .1rem 0;
    }

    .rightnav .level1 {
        position: relative;
        font-size: 23px;
        font-size: calc(10px + .13rem);
        color: #333333;
        line-height: 40px;
        line-height: calc(20px + .2rem);
        transition: all .5s;
        display: block;
    }

        .rightnav .level1 .num {
            position: absolute;
            left: -45px;
            left: calc(-20px - .25rem);
            top: 0;
            font-size: 26px;
            font-size: calc(11px + .15rem);
            color: #dbdada;
            transition: all .5s;
        }

    .rightnav .level2 {
        display: block;
        line-height: 36px;
        line-height: calc(20px + .16rem);
        font-size: 16px;
        font-size: calc(8px + .08rem);
        color: #666666;
        transition: all .5s;
    }

    .rightnav .inabox:hover .level1 {
        color: #c20a14;
    }

    .rightnav .inabox:hover .num {
        color: #898989;
    }

    .rightnav .inabox:hover .level2 {
        color: #c20a14;
    }

    .rightnav .language {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: 1px solid #333;
        border-radius: 30px;
        color: #333;
        font-size: 14px;
        margin-top: .1rem;
    }

.topback {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 1998;
    opacity: 0;
    display: none;
}

.footer {
    color: #979797;
    font-size: 0.18rem;
    font-weight: 600;
    text-align: center;
    padding-bottom: 3%;
}
    .footer img {
        width: 6%;
    }

    .footer .ftext1 {
        margin-bottom: .01rem;
    }
        .footer .ftext1 a {
            color: #979797;
        }

.banner {
    height: 2.38rem
}

    .banner .bg {
        background-color: #737373;
        width: 96%;
        height: 2.38rem;
        opacity: 0.5;
        position: absolute;
    }

    .banner .bannerimg {
        position: absolute;
        margin: 1%;
        z-index: 2;
        width: 94%;
        height: 2.08rem;
    }

    .banner .bannertext {
        color: #ffffff;
        position: absolute;
        padding: 5% 6%;
        z-index: 3;
        font-size: 0.4rem;
        font-weight: 600;
    }

/*联系我们*/
.Contact .part1 {
    display: flex;
    padding: 3%;
}

    .Contact .part1 .mapbox {
        flex: 4;
        padding-right: 5%;
    }

    .Contact .part1 .formbox {
        flex: 5;
    }

#map {
    height: 400px;
}


.Contact .part1 .formbox {
}

.Contact .part1 .text1 {
    color: #979797;
    font-size: 0.2rem;
    font-weight: 600;
    margin: 1% 1% 2% 1%;
}

.Contact .part1 .text2 {
    width: 42%;
    padding: 0.5% 2%;
    margin: 1%;
    font-size: 0.15rem;
    color: #9b9b9b;
    font-weight: 600;
}

.Contact .part1 .text3 {
    padding: 0.5% 2%;
    font-size: 0.15rem;
    color: #a1a1a1;
    font-weight: 600;
    margin: 1%;
    width: 91%;
    height: 150px;
}

.Contact .part1 .but1 {
    font-size: 0.2rem;
    color: #fff;
    font-weight: 600;
    background: #fd0101;
    border: none;
    margin: 2% 1% 1% 1%;
    border-radius: 4px;
    padding: 1px 8px;
}

.Contact .part2 {
    padding-left: 3%;
}

    .Contact .part2 .text1 {
        color: #979797;
        font-size: 0.2rem;
        font-weight: 600;
        margin-bottom: 0.5%;
    }

        .Contact .part2 .text1 text {
            color: #0132cb;
        }

        /*关于我们*/
.About .part1 {
    padding: 1% 16%;
}
.About .part1 .text1 {
    color: #979797;
    font-size: 0.45rem;
    font-weight: 600;
    margin: 3% 0;
}
.About .part1 .text2 {
    color: #ffffff;
    font-size: 0.2rem;
    font-weight: 600;
    line-height: 0.3rem;
}
.About .part1 .content {
    text-align: center;
    padding: 3%;
}

.About .part2 .title {
    color: #fff;
    text-align: center;
    background: #242424;
    margin: 0 10%;
    border-radius: 0.08rem;
    font-size: 0.3rem;
    padding: 0.8% 0;
    font-weight: 500;
}

.About .part2 .historybox {
    padding:3%;
}
.About .part2 .historybox .instyle {
    display: flex;
}
    .About .part2 .historybox .instyle .img {
        flex: 3;
    }
    .About .part2 .historybox .instyle .img img {
        max-width:400px;
        max-height:300px;
        width: 100%;
    }
.About .part2 .historybox .instyle .text {
    flex: 3;
}
    .About .part2 .historybox .instyle .line {
        height: 3px;
        background: #979797;
        margin-top: 15px;
        margin: 0.15rem 0.3rem;
}
    .About .part2 .historybox .instyle .time {
        flex: 1;
        color: #979797;
        font-size: 0.4rem;
        font-weight: 600;
        text-align: center;
    }
        .About .part2 .historybox .instyle .time .head {
            width: 12px;
            height: 12px;
            margin: auto;
            background: #fe0000;
            border-radius: 50%;
            margin-top:10%;
        }
        .About .part2 .historybox .instyle .time .vertical {
            width: 5px;
            height: 70%;
            margin: auto;
            background: #fe0000;
            border-radius: 5px;
            margin-top: -5%;
        }
    .About .part2 .historybox .instyle .none {
        flex: 6;
    }
    .About .part2 .historybox .left .none .line {
        margin-right: 20%
    }
    .About .part2 .historybox .right .none .line {
        margin-left: 20%
    }
.About .historybox .left .text .text1 {
    color: #979797;
    font-size: 0.4rem;
    font-weight: 600;
    line-height: 0.4rem;
    margin: 0 0 3% 15%;
}
.About .historybox .left .text .text2 {
    color: #979797;
    font-size: 0.3rem;
    font-weight: 600;
    margin-left: 15%;
    line-height: 0.3rem;
}
.About .historybox .right .text {
    text-align:right;
}
.About .historybox .right .text .text1 {
    color: #979797;
    font-size: 0.4rem;
    font-weight: 600;
    line-height: 0.4rem;
    margin: 0 15% 3% 0;
}
.About .historybox .right .text .text2 {
    color: #979797;
    font-size: 0.3rem;
    font-weight: 600;
    margin-right: 15%;
    line-height: 0.3rem;
}
/*产品中心*/

.Product .part1 {
    margin:3% 1%;
}
.Product .part1 .title {
    margin-bottom: 2.5%;
}
.Product .part1 .title .title1 {
    color: #fefefe;
    font-size: 0.35rem;
    font-weight: 600;
    border-right: 2px solid;
    padding-right: 1%;
    margin-right: 2%;
    vertical-align: middle;
}
.Product .part1 .title .title2 {
    color: #979797;
    font-size: 0.15rem;
    font-weight: 600;
    vertical-align: middle;
}
.Product .part1 .inbox {
    display: flex;
    flex-wrap: wrap;
    padding:0.5%;
}
.Product .part1 .inbox2 {
    text-align:center;
}
.Product .part1 .inbox2 a {
    vertical-align: middle;
    display: inline-block;
    line-height: 42px;
    line-height: calc(21px + .21rem);
    color: #fff;
    transition: all .5s;
    font-size: 18px;
    background-color: #737373;
    width: 15.5%;
    font-weight: 700;
    text-align: center;
}
.Product .part1 .inbox2 .active {
    background-color:#202020;
}
.Product .part1 .instyle {
    width: 32%;
    margin:0.5%;
}
.Product .part1 .instyle img {
    width: 100%;
}
    .Product .part1 .instyle .text {
        color: #fff;
        text-align: center;
        font-size: .24rem;
        padding: 2% 5%;
    }
.Product .part2 {
    margin: 3% 1%;
}
.Product .part2 .title {
    color: #fefefe;
    font-size: 0.4rem;
    font-weight: 600;
    vertical-align: middle;
    margin-bottom:3%;
}
.Product .part2 .inbox {
    display: flex;
    padding: 0.5% 5%;
    background: #adadad;
    margin: 0 2%;
    border-radius: 5px;
}
.Product .part2 .inbox .instyle {
    flex: 1;
    text-align: center;
}
.Product .part2 .inbox .instyle .title1{
    color: #444444;
    font-weight: 800;
    font-size:.2rem;
}
.Product .part2 .inbox .instyle .title2{
    color: #363636;
    font-weight: 600;
    font-size:.15rem;
}
.commonpage {
    background: #2e2e2e;
    margin: 1% 5%;
    border-radius: 12px;
    font-size: .2rem;
    line-height: .3rem;
    font-weight: 600;
    padding: 1% 2%;
}
.commonpage a{
    color:#929292;
    margin: 0 0.5%;
}
.commonpage span{
    color:#929292;
    margin: 0 0.5%;
}
.commonpage .active{
    color:#f50302;
}

.Product_d .part3{
	padding: .6rem 1.5% 0 1.5%;
}
.Product_d .part3 .inbox{
    margin-bottom:2%;
}
.Product_d .part3 .title{
    font-size: .25rem;
    line-height: .5rem;
    font-weight: bold;
    margin-bottom: 0.25rem;
    padding-left:1%;
    color:#939496;
}
.Product_d .part3 .title a:hover {
    color: #fff;
}
.Product_d .part3 .title1{
    font-size: .35rem;
    line-height: .5rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
    color: #fff;
}
.Product_d .part3 .table{
	padding: .2rem 0;
	box-sizing: border-box;
}
.Product_d .part3 .left{
	width: 50%;
	float: left;
}
.Product_d .part3 .left img{
	max-width: 99%;
	display: block;
    width:99%;
}
.Product_d .part3 .left .wxScale{
	border-radius:10px;
}
.Product_d .part3 .right{
	width: 50%;
	padding-left: 5%;
	padding-right: 5%;
	float: left;
	box-sizing: border-box;
	color: #fff;
    min-height:5.3rem;
}
.Product_d .part3 .text{
	font-size: 16px;
	font-size: calc(8px + .08rem);
	line-height: 36px;
	line-height: calc(18px + .18rem);
	opacity: .9;
}
.Product_d .part3 .bx-controls-direction{
	display: none;
}
.Product_d .part3 .bx-wrapper .bx-pager.bx-default-pager a{
	width: 15px;
	height: 15px;
	width: calc(7px + .08rem);
	height: calc(7px + .08rem);
	background: #fff;
	border-radius: 15px;
	position: relative;
	margin: 0 15px;
	margin: 0 calc(7px + .08rem);
}
.Product_d .part3 .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #9c070b;
}
.Product_d .part3 .bx-wrapper .bx-pager.bx-default-pager a.active span{
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	border: 1px solid #fff;
	box-sizing: border-box;
	transform: scale(1.8);
}
.Product_d .part3 .bx-wrapper .bx-pager{
	bottom: 0;
}

.Product_d .part3 .content {
    color: #c6c6c6;
    font-size: 0.18rem;
    line-height: 0.4rem;
    font-weight: bold;
}
.Product_d .part3 .content2 {
    line-height: 0.25rem;
    margin-top:3%;
}
.Product_d .part3 .title2 {
    font-size: .35rem;
    line-height: .5rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
    color: #fff;
    margin-top:2%;
}
.Product_d .part3 .details {
    text-align:center;
    margin-bottom:3%;
}
/*新闻动态*/
.News .part1 {
    padding: 3% 2%;
}
.News .part1 .newbox {
    display:flex;
    margin-bottom:3%;
}
.News .part1 .newbox .newimg {
    flex: 1;
    margin-right: 4%;
}
.News .part1 .newbox .newimg img {
    width:100%;
}
.News .part1 .newbox .newtext {
    flex: 5;
}
.News .part1 .newbox .newtext .title {
    font-size: .25rem;
    line-height: .5rem;
    font-weight: bold;
    color: #939496;
}
.News .part1 .newbox .newtext .text {
    font-size: .18rem;
    line-height: .4rem;
    font-weight: bold;
    color: #939496;
}
.News .part1 .newbox .newtext .more{
    font-size: 0.2rem;
    color: #fff;
    font-weight: 600;
    background: #fd0101;
    border: none;
    margin: 2% 1% 1% 0;
    border-radius: 4px;
    padding: 1px 8px;
    width: 6%;
    text-align: center;
}
.Exhibition_d {
    padding-top: 1rem;
    margin-bottom: 3%;
}
.Exhibition_d .part1{
	padding-top: .5rem;
}
.Exhibition_d .part1 .title{
	font-size: 24px;
	font-size: calc(8px + .16rem);
	color: #f1f1f1;
	line-height: 38px;
	line-height: calc(18px + .2rem);
	text-align: center;
}
.Exhibition_d .part1 .time{
	font-size: 14px;
	font-size: calc(8px + .06rem);
	line-height: 30px;
	line-height: calc(18px + .12rem);
	margin-top: .1rem;
	color: #f1f1f1;
	text-align: center;
}
    .Exhibition_d .part1 .detail {
        color: #f1f1f1 !important;
        font-size: 14px;
        font-size: calc(8px + .06rem);
        line-height: 30px;
        line-height: calc(18px + .12rem);
        margin-top: .25rem;
    }
        .Exhibition_d .part1 .detail p {
            color: #f1f1f1 !important;
        }
            .Exhibition_d .part1 .detail p span {
                color: #f1f1f1 !important;
            }
.Exhibition_d .part1 .detail img{
	max-width: 100%;
}
.Exhibition_d .part1 .control{
	padding-right: 2rem;
	margin-top: .4rem;
	position: relative;
}
.Exhibition_d .part1 .control .link{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: .2rem;
	line-height: .4rem;
	color: #939496;
}
.Exhibition_d .part1 .control .link a{
	color: #939496;
}
.Exhibition_d .part1 .control .back{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: .4rem;
	line-height: .4rem;
	padding: 0 .2rem;
	border: 1px solid #939496;
	color: #939496;
	font-size: .2rem;
	border-radius: .5rem;
	transition: all .5s;
}
.Exhibition_d .part1 .control .back:hover{
	background: #fd0101;
	color: #fff;
    border: 1px solid #fd0101;
}
/*首页*/
.Home .banner2 {
    height: 3.98rem
}

    .Home .banner2 .bg {
        background-color: #d2c8c8;
        width: 96%;
        height: 3.98rem;
        opacity: 0.5;
        position: absolute;
    }

    .Home .banner2 .bannerimg {
        z-index: 2;
        height: 3.7rem;
        width: 94%;
        margin: 1%;
        position: absolute;
    }

.Home .part1 {
    height: 2.76rem;
}
.Home .imgbox {
    display: flex;
    position: absolute;
    padding: 0 1%;
    width: 94%;
}
.Home .part1 .bg {
    background-color: #737373;
    width: 96%;
    height: 2.76rem;
    opacity: 0.5;
    position: absolute;
}
.Home .imgbox .inimg {
    flex: 1;
    width: 47%;
    margin: 1%;
    height: 2.48rem;
}
.Home .imgbox .inimg:hover {
    transform: scale(1.03);
}
.Product .part2 .inbox2 {
    display: flex;
}
.Product .part2 .inbox2 .instyle {
    /*flex: 1;*/
    /*text-align: center;*/
    padding: 1%;
    width:24%;
}
.Product .part2 .inbox2 .instyle .text {
    color: #fff;
    text-align: center;
    font-size: .24rem;
    padding: 2% 5%;
}
.Product .part2 .inbox2 .instyle img {
    width:100%;
}

#mediaplayer_logo{
    display:none;
}

