.mf-award-row1{
    margin-top: 50%;
    margin-bottom: 20px;
}
.mf-award-row1 .mf-award-bg1{
    background-color: #fff;
    padding: 20px;
    height: 240px;
    overflow: hidden;
}
.mf-award-row1 .mf-award-bg1 img{
    width: 100%;
    max-width: 300px;
}
@media screen and (max-width:991px){
    .mf-award-row1 {
        margin-top: 60%;
    }
}
@media screen and (max-width:767px){
    .mf-award-row1 {
        margin-top: 60%;
    }
    .mf-award-row1 .col-xs-12{
        margin-bottom: 20px;
    }
    .about-clear{
        clear: both;
    }
}
@media screen and (max-width:576px){
    .mf-award-row1 {
        margin-top:5%;
    }
}
#index-banner img {
    width: 100%;
}
#index-banner .swiper-pagination {
    top: 0px;
    position: absolute;
    left: 0;
    right: 0;
}
#index-banner .home-slider-a-title-img{
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 19%;
}
#index-banner .swiper-pagination .swiper-pagination-bullet {
    width: 100%;
    height: 4px;
    border-radius: 0;
    margin: 0 7px;
    background: rgba(0,0,0,0);
    position: relative;
    opacity: 1;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    left: 0;
}
#index-banner .swiper-pagination .swiper-pagination-bullet i {
    display: block;
    width: 0;
    height: 100%;
    background: rgba(0,0,0,0.8);
}
#index-banner .swiper-pagination .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    width: 0;
}
/* video_aggregation */
.team-photo {
    position: relative;
    overflow: hidden;
}
.video-poster-svg {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 10;
    opacity: 0.5;
    transition: linear all 0.2s;
    width: 50px;
    height: 50px;
    background: url(../images/paly-1.svg) center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    border-radius: 50%;
}
.team-ph {
    position: relative;
}
.team-ph img{
    width: 100%;
}
.team-photo:after {
    background: transparent;
    position: absolute;
    display: block;
    content: " ";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.team-inner {
    margin: 25px 0;
    height: 90px;
    overflow: hidden;
}
.team-inner span {
    font-size: 13px;
}
.lead {
    line-height: 1.8;
    font-weight: 400;
    font-size: 16px;
}
h2.text-uppercase, .h2.text-uppercase {
    letter-spacing: 5px;
    margin-right: -5px;
    font-size: 24px;
}
/* store */
.store-tab-box{
    margin-bottom: 20px;
}
.store-tab-box .on:after{
    position: absolute;
    content: "";
    width: 100%!important;
    background-color: #E60012;
    left: 0;
    bottom: -5px;
    height: 2px;
    transition:all 0.4s;
}
.store-tab-box .store-tab:after{
    position: absolute;
    content: "";
    width: 0%;
    background-color: #E60012;
    left: 0;
    bottom: -5px;
    height: 2px;
    transition:all 0.4s;
}
.store-tab-box .store-tab:hover:after{
    width: 100%;
}
.store-tab-box .store-tab{
    display: inline-block;
    text-align: center;
    position: relative;
    margin:20px;
    margin-left: 0;
    margin-right: 35px;
}
@media screen and (max-width:767px){
    .store-tab-box .store-tab{
        margin:10px;
    }
}
.product-tab{
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
    padding: 0;
    text-align: center;
    background: #fafafa;
}
.product-tab .product-tab-box .product-tab-ol{
    width: 100%;
}
.product-tab .product-tab-box .product-tab-ol li{
    width: 20%;
}
.product-banner{
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.product-banner img {
    max-width: 100%;
}
.product-banner-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-banner-box h1{
    font-size:32px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:32px;
}
@media screen and (max-width: 500px) {
    .product-banner-box h1 {
        font-size: 20px;
    }
}
#product-1{
    margin-bottom: 55px;
}
#product-1 .product-1-box{
    height: 80px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #b3b3b3;
}
#product-1 h2{
    font-size: 16px;
    font-weight: bold;
    color: rgba(0,0,0,1);
    padding: 20px 0;
    margin-top: 0px;
    margin-bottom: 30px;
    margin-left: 43px;
    position: relative;
}
#product-1 h2:after{
    content: "";
    width: 31px;
    top: 13px;
    left: -43px;
    height: 31px;
    background-color: rgb(0,0,0,0.8);
    position: absolute;
}
#product-1 .product-1-box div{
    display: inline-block;
}
.product-1-1{
    margin: 0 15px;
    font-weight: bold;
    width: 60px;
}
.product-1-2{
    margin: 0 10px;
}
.product-1-3{
    padding: 0 20px;
    color: #b3b3b3;
}
#product-2{
    margin-bottom: 100px;
}
#product-2 .product-1-box{
    height: 80px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #b3b3b3;
}
.product-2-row{
    margin-bottom: 20px;
}
#product-2 h2{
    font-size: 16px;
    font-weight: bold;
    color: rgba(0,0,0,1);
    padding: 20px 0;
    margin-top: 0px;
    margin-bottom: 30px;
    margin-left: 43px;
    position: relative;
}
#product-2 h2:after{
    content: "";
    width: 31px;
    top: 13px;
    left: -43px;
    height: 31px;
    background-color: rgb(0,0,0,0.8);
    position: absolute;
}
#product-2 .product-1-box div{
    display: inline-block;
}
.swiper-product {
    width: 100%;
    height: 750px;
}
.swiper-product .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-product .swiper-button-prev{
    background-image: url("../images/product_show_09.svg");
    left: 35px;
}
.swiper-product .swiper-button-next{
    background-image: url("../images/product_show_10.svg");
    right: 35px;
}
@media screen and (max-width:650px){
    .swiper-product .swiper-button-prev{
        left: 15px;
    }
    .swiper-product .swiper-button-next{
        right: 15px;
    }
    .product-3-box{
        padding: 0 50px!important;
    }
}
.swiper-product .swiper-pagination{
    bottom: 65px!important;
}
.swiper-product .swiper-pagination-bullet{
    background-color: #fff;
}
.product-3-box{
    max-width: 410px;
    margin-right: 20%;
    text-align: left;
}
.product-3-box h2{
    font-size:28px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    margin-bottom: 35px;
}
.product-3-box span{
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.product-4-box{
    margin: 60px 0;
    border-bottom: 1px solid #E5E5E5;
}
.product-4-box .roduct-4-left{
    position: relative;
    height: 390px;
}
.product-4-box .roduct-4-left .roduct-4-left-box{
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    text-align: center;
}
.product-4-box .roduct-4-left .roduct-4-left-box h2{
    font-size:20px;
    font-weight:bold;
    color:rgba(0,0,0,1);
    line-height:32px;
}
.product-4-box .roduct-4-left .roduct-4-left-box span{
    font-size:14px;
    font-weight:400;
    color:rgba(153,153,153,1);
    display: block;
}
.product-4-box .roduct-4-left .roduct-4-left-box a{
    display: inline-block;
    font-size:14px;
    font-weight:400;
    text-decoration:underline;
    color:rgba(230,0,18,1);
    line-height:32px;
    padding-left: 20px;
    position: relative;
    margin-top: 5%;
}
.product-4-box .roduct-4-left .roduct-4-left-box a:after{
    content: "";
    position: absolute;
    background-image: url(../images/mf-bf.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    left: 0;
    top: 9px;
}
.product-4-right{
}
.product-4-right .product-4-right-box .swiper-slide img{
    width: 100%;
}
.product-4-right .product-4-right-box .swiper-product-2 .swiper-button-next{
    background-image: url("../images/mf-yjt.svg");
    width: 40px;
    background-size: 100%;
}
.product-4-right .product-4-right-box .swiper-product-2 .swiper-button-prev{
    background-image: url("../images/mf-zjt.svg");
    width: 40px;
    background-size: 100%;
}
.product-4-right .product-4-right-box .swiper-product-2{
    /* height: 390px; */
    height: auto;
}
#product-5 .product-5{
    max-width: 850px;
}
.product-5-tab h2{
    font-size:20px;
    font-weight:bold;
    color:rgba(0,0,0,0.8);
    line-height:32px;
}
.product-5-tab{
    text-align: center;
}
.product-5-tab .product-5-tab-a {
	text-align: left;
}
.product-5-tab .product-5-tab-a a{
    display: inline-block;
    margin: 5px 10px;
    padding: 5px 10px;
    transition: all 0.4s;
}
.product-5-tab .product-5-tab-a a.on{
    background-color: rgba(0,0,0,0.8);
    color: #fff;
}
.product-5-tab .product-5-tab-a a:hover{
    background-color: rgba(0,0,0,0.8);
    color: #fff;
}
.product-5-box{
    text-align: center;
    margin-bottom: 160px;
}
.product-5-box h2{
    font-size:20px;
    line-height: 20px;
    font-weight:bold;
    color:rgba(0,0,0,0.8);
    margin-bottom: 30px;
    margin-top: 120px;
}
.product-5-box ul li{
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    text-align: left;
}
.product-5-box ul li:first-child{
    border-top: 1px solid #E5E5E5;
}
.product-5-box ul li a{
    padding: 20px 0;
    display: block;
    position: relative;
    transition:all 0.4s;
    padding-right: 50px;
}
.product-5-box ul li a:after{
    content: "";
    position: absolute;
    background-image: url("../images/mf-yjt-2.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 17px;
    transition:all 0.4s;
}
.product-5-box ul li a:hover{
    color: #b3b3b3;
}
.product-5-box ul li a:hover::after{
    opacity: 0;
}
@media screen and (max-width:650px){
    .product-5-box h2{
        margin-top: 60px;
    }
}
/* product-show-1 */
#product-show-1{
    margin-bottom: 55px;
}
#product-show-1 .product-show-1 .product-show-left h2{
    font-size:20px;
    font-weight:bold;
    color:rgb(0,0,0,0.8);
    margin-bottom: 55px;
    position: relative;
}
#product-show-1 .product-show-1 .product-show-left h2:after{
    position: absolute;
    content: "";
    width: 38px;
    height: 2px;
    background-color: rgb(0,0,0,0.8);
    left: 0;
    bottom: -13px;
}
#product-show-1 .product-show-1 .product-show-left p{
    font-size:14px;
    font-weight:400;
}
.form1-jg1, .form2-jg1{
    color: #E60012;
}
.form1-jg2, .form2-jg2{
    color: #E60012;
    margin-top: 26px;
    display: none;
}
.form1-jg3, .form2-jg3{
    color: #E60012;
    margin-top: 26px;
    display: none;
}
.form1-input, .form2-input{
    width: 100%;
    text-align: center;
    padding: 12px 0;
        border: 1px solid #999;
}
.form1-box, .form2-box{
    position: relative;
}
.form1-box .on, .form2-box .on{
    border: 2px solid #E60012;
}
.form1-box:after, .form2-box:after{
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background-color: rgb(0,0,0,0.8);
    right: -5px;
    top: 23px;
}
.form1-box:last-child::after, .form2-box:last-child::after{
    display: none;
}
#form1-button, #form2-button{
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    color: #999;
    border: 1px solid #999;
    margin-top: 46px;
    transition: all 0.4s;
}
#form1-button:hover, #form2-button:hover{
    background-color: #e05757;
    color: #fff;
    border: 1px solid #e05757;
}
#product-show-1 .product-show-1 .product-show-right h2{
    font-size:20px;
    font-weight:bold;
    color:rgb(0,0,0,0.8);
    margin-bottom: 35px;
    position: relative;
}
#product-show-1 .product-show-1 .product-show-right h2:after{
    position: absolute;
    content: "";
    width: 38px;
    height: 2px;
    background-color: rgb(0,0,0,0.8);
    left: 0;
    bottom: -13px;
}
#product-show-1 .product-show-1 .product-show-right a{
    display: block;
    padding-bottom: 21px;
    padding-top: 21px;
    border-bottom: 1px solid #E1E1E1;
    transition: all 0.4s;
}
#product-show-1 .product-show-1 .product-show-right a p{
    transition: all 0.4s;
}
#product-show-1 .product-show-1 .product-show-right a:hover p{
    color: #E60012;
}
#product-show-1 .product-show-1 .product-show-right a:hover{
    color: #E60012;
}
.product-tab1{
    position: relative;
    padding-left: 70px;
}
.product-tab1 > li:first-child {
	position: absolute;
	top: 0;
	left: 0;
}
.product-tab1  li {
	display: inline-block;
}
.product-tab1-box{
 margin-top: 30px;
 margin-bottom: 60px;
 position: relative;
    padding-left: 70px;
}
.product-tab1-box > li:first-child {
	position: absolute;
	top: 5px;
	left: 0;
}
.product-tab1-box li {
	display: inline-block;
}
.product-tab1-box .col-md-1{
    text-align: center;
}
.product-tab1-box-li{
    display:inline-block;
    padding: 5px 10px;
}
.product-tab1-li{
    margin-bottom: 10px;
}
.product-tab1-li a{
    display: block;
    white-space: nowrap;
    padding: 0 10px;
}
.product-tab1-li .on{
    background-color: #E60012;
    color: #fff;
}
.product-tab1-box{
    display: none;
}
.product-box-hide{
    display: none;
}
#maodian{
    position: fixed;
    left: 20px;
    top: 50%;
    z-index: 111;
    display: none;
}
#maodian ul{
    height: 150px;
    overflow: auto;
    background-color: #fff;
}
#maodian ul li {
    padding: 5px 20px;
}
#maodian ul::-webkit-scrollbar-track {
    background-color: #fff;
}
#maodian ul::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
}
#maodian ul::-webkit-scrollbar-thumb {
    background-color: #111;
    border-radius: 2px;
}
#fwtz{
    position: relative;
}
#fwtz a{
    position: absolute;
    right: 1%;
    bottom: -60px;
    display: inline-block;
    max-width: 440px;
    width: 100%;
    height: 140px;
    text-align: center;
    line-height: 140px;
    color: #fff;
    background-color: #E60012;
    border-radius: 20px;
    font-size: 36px;
    font-weight: 400;
}
@media screen and (max-width:991px){
    .product-3-box{
        text-align: center;
        margin-right: 0;
        padding: 0 20px;
    }
    .swiper-product{
        height: 400px;
    }
    .product-4-box .roduct-4-left{
        height: 180px;
    }
    .product-4-right .product-4-right-box .swiper-product-2{
        height: auto;
    }
    .product-4-right .product-4-right-box .swiper-product-2 .swiper-button-next{
        width: 30px;
    }
    .product-4-right .product-4-right-box .swiper-product-2 .swiper-button-prev{
        width: 30px;
    }
    #fwtz{
        display: none;
    }
}
.logo a{
    display: inline-block;
}
.mf-row-height{
    position: relative;
}
.mf-en-a{
    position: absolute;
    top: 100%;
    margin-top: -40px;
    right: 0px;
    z-index: 99999;
    font-size: 0;
    width: 60px;
    height: 30px;
    overflow: hidden;
}
.mf-en-a:hover,
.mf-en-a.on{
    height: auto;
}
.mf-en-a a {
    padding: 5px 10px;
    width: 60px;
    text-align: center;
    display: inline-block;
    background-color: #E60012;
    color: #fff;
    transition: all 0.2s;
    font-size: 12px;
}
.mf-en-a a:not(:last-child) {
    margin-right: 1px;
}
.mf-en-a a:hover{
    background-color: #bb1f2b;
}
@media screen and (max-width:768px){
    .mf-en-a{
        top: 60px;
        right: 15px;
        height: 27px;
    }
}
.footer-a a{
    display: inline-block;
}
.footer-a a img{
    /* width: 100%; */
}
.team-ph{
    transition: all 500ms cubic-bezier(0.1, 0.1, 0.41, 0.99);
    -webkit-transition: all 500ms cubic-bezier(0.1, 0.1, 0.41, 0.99);
    -moz-transition: all 500ms cubic-bezier(0.1, 0.1, 0.41, 0.99);
    -o-transition: all 500ms cubic-bezier(0.1, 0.1, 0.41, 0.99);
}
.team-item{
    -webkit-perspective: 800px;
    perspective: 800px;
}
.team-item:hover .team-ph{
    transform-origin: left 0;
    transform: rotateY(25deg);
}
.team-item:hover h5{
    color: #0f71c5;
}
.team-item h5{
    font-weight: bold;
}
.mf_wtab{
    text-align: center;
    margin-bottom: 30px;
    padding-top: 30px;
    clear: both;
}
.mf_wtab a{
    display: inline-block;
    padding: 5px 10px;
    color: #000;
}
.mf_wtab a:hover{
    background-color: #000;
    color: #fff;
}
.mf_wtab a.on{
    background-color: #000;
    color: #fff;
}

@media(max-width:980px){
    header nav {
    width: 85%;
}
}
@media screen and (max-width: 1240px) {
	#maodian {
		display: none !important;
	}
}


.mb-lang-btn a{
    display: inline-block !important;
    width: 50px !important;
    height: 28px !important;
    line-height: 28px !important;
    background: #E60012 !important;
    color: #fff !important;
    /*padding: 5px 10px !important;*/
    text-align: center !important;
}

.mb-lang-btn {
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 30px !important;
    display: none !important;
    text-align: left !important;
}

nav .mb-lang-btn {
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .ownmenu > li {
        display: none;
    }
    .ownmenu > li.showhide {
        display: block;
    }
    .mb-lang-btn {
        display: block !important;
    }
}