
* { margin: 0; border: 0; padding: 0; }
body { font-size: 12px; font-family: "微软雅黑", Microsoft YaHei; }
a { color: inherit; outline: none; text-decoration: none; transition: 0.3s linear 0s; }
ul, li { list-style-type: none; }
.dis { display: inline-block; }
.dis-t { display: inline-block; vertical-align: top; }
.dis-m, .menu-left li { display: inline-block; vertical-align: middle; }
.div-b { display: inline-block; vertical-align: bottom; }
.img { display: block; width: 100%; }
.float-l { float: left; }
.float-r { float: right; }
input, textarea, select { outline: none; }
.language li:first-child, .news-contect li:first-child, .contact-imformation ul:first-child, .menu-hover li:nth-child(1), .menu-left li:first-child, .case-list li:first-child { margin-left: 0 !important; }
.menu-hover li a {
    font-size:15px;
}
.mob-menu {
    display: none;
}
.foot_div1 table{
    width:100%;
}
.show {
    background: #132866;
    line-height: normal;
    transition: 0.3s ease 0.3s;
}
.show ul { font-size: 3.89vw; margin: 0 auto; width: 75%; line-height: normal; padding-bottom: 3.5vw; text-align: left; }
.MenuList_d1-nav-list li>div ul li { display: none; margin-top: 2.78vw; text-align: center; width: 31.9%; }
.show ul li a { padding: 0 !important; }
.section { overflow: hidden; }
.dn { display:none; }
.dn4 { display:none; }
.MenuList_d1-nav-list li>div:before { display: block; background: #fba51a; height: 4px; content: ''; margin: 0 auto; width: 0; transition: 0.3s linear 0s; }
#PhotoList_i1 a { line-height: normal !important; display: block; height: 100% !important; }
.show:before { width: 11.8% !important; transition: 0.3s linear 0s; }
.video { display: none; background: #000; height: 100%; width: 100%; z-index: -1; position: fixed; top: 0; opacity: 0; transition: 0.5s linear 0s; }
.video-c { display: block; opacity: 1; z-index: 101; }
.video video { width: 100%; }
.mob-video1 video { display: inline-block; vertical-align: middle; }
.mob-video1:before { margin-left: -5px; vertical-align: middle; content: ''; display: inline-block; height: 100%; }
.MenuList_d1-nav-list>li>div { height: 0; transition: 0.3s linear 0s; }
.contact.bg5 .contact-box img { display: none; }
.QC img { width: 100%; }
.video-box .vdobx:first-child { margin-left: 0; }
.vdobx iframe { width: 100%; height: 300px; }
.vdobx h3 { margin-top: 10px; text-align: center; font-size: 16px; font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.video-box .vdobx { margin-left: 5%; float: left; width: 30%; }
.a13 { right: 14.5%; top: 79.2%; }
.a12 { top: 45%; right: 0; }
.a11 { top: 33.7%; right: 0; }
.a10 { top: 22.5%; right: 4.5%; }
.a9 { right: 8.7%; top: 11.2%; }
.a8 { right: 14.5%; top: 0%; }
.a7 { top: 9.5%; right: 9%; }
.a6 { left: 14.5%; top: 79%; }
.a5 { left: 0; top: 45%; }
.a4 { top: 33.8%; left: 0; }
.a3 { top: 22.5%; left: 4.5%; }
.a2 { left: 8.8%; top: 11.2%; }
.a1 { top: 0%; left: 14.5%; }
.a { z-index: 1; position: absolute; width: 24.5%; display: block; height: 9%; background: #fff; filter: Alpha(opacity=0); opacity: 0; }
.a-box { width: 100%; position: absolute; height: 100%; top: 0; z-index: 1; left: 0; }
.rid18 { position: relative; z-index: 1; }
.rid18-TB { display: none; border-radius: 10px; padding: 20px; overflow: hidden; height: auto; z-index: 99999; width: 1000px; top: 50%; left: 50%; background: #fff; position: fixed; margin-left: -500px; height: 400px; margin-top: -200px; }
.rid18-TB.on1 { }
.rid18-text { height: 400px; overflow: auto; }
.tb-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 9999; }
.rid18-text::-webkit-scrollbar {
width: 5px;
}
.rid18-text::-webkit-scrollbar-thumb {
 border-radius: 10px;
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
 background-color: #ddd;
}
.rid18-text h3 { font-size: 20px; border-bottom: 1px solid; color: #ffa519; padding-bottom: 10px; margin-bottom: 10px; }

.boot_div {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin:2% 0 ;
}
.boot_div img{
    height:60%;
}
.boot_div div{
    font-size:15px;
}

.content-index {
    width: 100%;
    position: absolute;
    top: 27%;
    left: 0;
    transition: 0.8s ease 0s;
    color: white;
    /*    transform: scale(0.5);*/
    opacity: 0;
    /*    width: 40%;*/
    /*    transition: 0.3s ease-out 0s;*/
}


.section.active .content-index {
    transform: scale(1);
    left: 10%;
    opacity: 1;
    transition: 1.1s ease 0.3s, opacity 0.3s linear 0.3s;
}

.section.active .contact-content {
    transform: scale(1);
    left: 0;
    opacity: 1;
    transition: 1.1s ease;
}



.content-index p:first-of-type {
    font-weight: bold;
    font-size: 54px;
    line-height: 12vh;
    padding-left:20px;

}
.content-index p:nth-of-type(2) {
    padding: 10px 50px;
    border-radius: 15px;
    background-color: #ff9000;
    display: inline-block;
    font-size: 22px;
}
.content-index p:nth-of-type(3) {
    font-size: 22px;
    line-height: 5vh;
}


.content-index-img ul li {
    display: inline-block;
    margin: 5% 0 0;
    overflow: hidden;
    border-radius: 10px;
}
.content-index-img ul li:not(:first-child) {
       margin-left:10px;
}

.content-index-img ul li img:hover {
    transition: 0.5s linear 0.3s;
    transform: scale(1.05);
}
.content-index-img ul li a img {
  height:17vh;
}




.about-top {
    width: 100%;
    position: absolute;
    top: 20%;
    transition: 0.8s ease 0s;
    text-align: center;
    color: #FFF;
    font-weight: 500;
    display:flex;
    align-items:center;
    justify-content:space-evenly;
}
.about-text {
    margin-left: 5%;
    transform: scale(0.5);
    opacity: 0;
/*    right: -100%;
    top: 11.2vw;*/
    text-align: left;
    display: inline-block;
    /*    width: 40%;*/
    transition: 0.3s ease-out 0s;
    max-width: 685px;
    font-weight: 600;
    letter-spacing: 1px;
}

.myVideo-div {
    width: 100%;
    max-width: 730px;
/*    min-width: 550px;*/
}
.myVideo {
    width: 100%;
    position: relative;
    z-index:-1;
    /*    transition:all 2s ease;*/
}
.myVideo2 {
    position: fixed;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: auto !important;
    transform: translate(-50%, -50%);
}
.myVideo-div2 {
    position: fixed !important;
    z-index: 2;
    /*    width: auto !important;*/
    background: #000;
    height: 100%;
    width: 100%;
    top: 0;
    max-width: none !important;
    /*    opacity: 0;*/
    /*    transition: 0.5s linear 0s;*/
}

.myVideo3 {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto !important;
}

.about-text2 {
    position: fixed;
    right:-100% !important;
/*    top:0;*/
}



.about-text div {
}

.about-text h1{
    font-size: 50px;
}

.about-text h2 {
    font-size: 22px;
    margin: 20px 0 45px;
}

.about-text p {
    font-size: 1vw;
    line-height: 30px;
}
.about-text-btn {
    display: inline-block;
    text-align: center;
    width: 26%;
    line-height: 36px;
    border: 1px solid #ccc;
    border-radius: 18px;
    color: #fff;
    margin-top: 5%;
}






.product-group {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 20%;
    transition: 0.8s ease 0s;
}
.product-nav {
    display: flex;
    width: 100%;
    height: 40%;
    max-width: 1250px;
    /*    max-height: 380px;
    height: 380px;*/
    margin: 0 auto;
}
.product-nav-column a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}
.product-nav-column {
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-height: 380px;
}
.product-nav-column:not(:first-child) {
    margin-left: 25px;
}
.product-nav-column:hover .product-detail {
    top: -100%;
    opacity: 0;
    transition: 0.5s linear 0s;
}
.tab {
    overflow: hidden;
    color: #999999;
    font-size: 22px;
    display: flex;
    justify-content: space-evenly;
    border-bottom: 1px solid white;
}

.product-select {
   margin-top:2%;
   width:100%;
   height:100%;
}

.tab div {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    border-bottom: 3px solid rgb(255 255 255 / 0%);
}




.tab div:hover {
    border-bottom: 3px solid #0959ae;
    color: #FFF;
}

.tab div.active {
    border-bottom: 3px solid #0959ae;
    color: #FFF;
}

.product-nav-column a:hover {
    transition: 0.5s linear 0.3s;
    transform: scale(1.05);
}

.product-nav-column .product-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product-nav-column .product-detail div {
    width: 100%;
    height: 100%;
    max-width: 130px;
    max-height: 130px;
}
.product-nav-column .product-detail p {
    color: #fff;
    font-size: 22px;
    margin-top: 30px;
    font-weight: 600;
}

.product-detail2 {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: relative;
    top: -100%;
    opacity: 0;
    transition: top 0s, opacity 0.3s linear 0s;
}
.product-list:hover .product-detail2 {
    top: 0;
    opacity: 1;
    transition: 0.5s linear 0s;
}


.product-list .product-detail2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position:absolute;
}

.product-list .product-detail2 div {
    width: 100%;
    height: 100%;
    max-width: 130px;
    max-height: 130px;
}
.product-list .product-detail2 p {
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}







.tabcontent img:hover {
    transition: 0.5s linear 0.3s;
    transform: scale(1.05);
}



.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}
.tabcontent > div {
    display: flex;
    justify-content:center;
}
    .tabcontent > div > a {
        margin: 2% 1% 0;
        border-radius: 10px;
        overflow: hidden;
        height: 23vh;
        width: 360px;
        position: relative;
    }
.tabcontent > div > a img {
    width: 100%;
    height: 100%;
}





.contact-content {
    width: 100%;
    height: 467px;
    background-color: rgba(8, 73, 149, 0.5);
    position: absolute;
    top: 30%;
    transition: 1.8s ease 0s;
    left: -100%;
    color: white;
    /*    transform: scale(0.5);*/
    opacity: 0;
    /*    width: 40%;*/
    /*    transition: 0.3s ease-out 0s;*/
    font-size: 16px;
}

.section.active .contact-content {
    transform: scale(1);
    /*    left: 10%;*/
    opacity: 1;
    transition: 1.1s ease , opacity 0.6s linear;
}

.contact-content > ul {
    text-align: center;
    color: #FFF;
    font-weight: 500;
    margin-top: 100px;
}

.contact-content > ul  li {
    display: inline-block;
}
.contact-content > ul > li:first-child {
    margin-right: 160px;
    vertical-align: top;
}
.contact-content > ul > li:first-child img:first-child {
    width: 151px;
    height: 124px;
}
    .contact-content > ul > li:first-child > div > div:nth-of-type(1) {
        color: #ff9900;
        font-size: 42px;
        margin-top: 30px;
        font-family: fangsong;
        font-weight: bold;
    }
    .contact-content > ul > li:first-child > div > div:last-child {
        margin-top: 15px;
        font-size: 38px;
        font-family: monospace;
        font-weight: bold;
    }
.contact-content > ul > li:nth-of-type(2) {
    text-align: left;
}
.contact-content > li:nth-of-type(3) {

}

.contact-content-li2  tr:first-child span{
    font-size: 21px;
}
.contact-content-li2 > dr:nth-of-type(2) {
    font-size: 43px;
    margin: 23px 0 50px;
    display: flex;
    align-items: baseline;
}

.erweima2 {
    display: inline-block;
    vertical-align: top;
    margin-top: 151px;
    margin-left: 80px;
}

.erweima2 img {
    width: 92px;
    height: 96px;
    display: inline;
}

#products span {
    font-size:14px;
    line-height:50px;
}






/*

.bg1 {
    background: url(/images/index_01.png) no-repeat 50%;
    background-size: cover;
    height: 100%;
}
.bg3 {
    background: url(/images/index_03.png) no-repeat 50%;
    background-size: cover;
    height: 100%;
}
.bg4 {
    background: url(/images/index_04.png) no-repeat 50%;
    background-size: cover;
}
.bg5 {
    background: url(/images/index_05.png) no-repeat top center;
    background-size: cover;
}
*/

.line { position: fixed; border: 1px solid #fba51a; z-index: 9999; box-sizing: border-box; }
.w-line { width: 97%; }
.h-line { height: 94%; }
.line1 { top: 3%; /*width:0;*/ left: 1.5%; }
.line2 { left: 1.5%; top: 3%; /*height:0;*/ }
.line3 { bottom: 3%; right: 1.5%; /*width:0;*/ }
.line4 { right: 1.5%; bottom: 3%; /*height:0;*/ }
/*.section.active .line1, .section.active .line3 {
    transition: 0.6s linear 0s;
    width: 97%;
}
.section.active .line2, .section.active .line4 {
    transition: 0.8s linear 0s;
	height: 94%;
}*/
.VideoDisplay_a1_C iframe, .VideoDisplay_a1_C video, .NewsDetail_a1 #nc[class*="nf"] video, .NewsDetail_a1 #nc[class*="nf"] iframe {
    width: 100%;
    height: 34vw;
    background: #000 !important;
}

.banner-text { top: 30%; left: 16.6%; /*padding-left:30px;
	border-left:0px solid transparent;*/ z-index: 1; position: absolute; color: #fff; }
.banner-text strong { opacity: 0; display: block; transform: translateX(-50%); font-size: 2.6vw; margin-bottom: 14px; transition: 0.5s ease 0s; }
.slide img, .pc-banner, .mob-banner { height: 100%; }
.bd, .bd>div, .bd ul, .bd li { height: 100%; }
.banner-box/*,.banner-box .bd, .banner-box .bd>div, .banner-box .bd ul, .banner-box .bd li */ { height: 100%; }

.index-product ul { width: 100%; height: 100%; }
.index-product ul li { overflow: hidden; position: relative; height: 100%; width: 25%; float: left; }
.product-detail { width: 100%; height: 100%; background: rgba(0,0,0,0.7); position: relative; top: 0; opacity: 1; transition: top 0s, opacity 0.3s linear 0s; }
.product-title { width: 100%; text-align: left;left:10%; bottom: 5%; position: absolute; transition: 0.3s ease-out 0s; }
.product-title p:first-child { font-size: 18px; height: auto; font-size: 1.2vw; color: #FFF; font-weight:300; }
.product-title p { font-size: 30px; font-size: 2vw; color: #fff; text-transform: uppercase; }
.index-product { height: 100%; width: 100%; }
.product-title div { font-size: 16px; display: inline-block;  line-height: 36px; color: #fff;transition: margin-top 0.5s ease-out 0s, display 0s ease-out 0s; }
.index-product ul li:nth-child(2n+1):hover .product-detail { top: 100%; opacity: 0; transition: 0.5s linear 0s; }
.index-product ul li:nth-child(2n+1):hover .product-title { opacity: 0; transition: 0.5s linear 0s; }
.index-product ul li:nth-child(2n+2):hover .product-detail { top: -100%; opacity: 0; transition: top 0.5s ease-out 0s, opacity 0.3s ease-out 0.3s; }
.index-product ul li:nth-child(2n+2):hover .product-title { opacity: 0; transition: 0.5s ease-out 0s; }
.index-product ul li:hover a { transition: 0.5s linear 0.3s; transform: scale(1.05); }
.index-product ul li a { transition: 0.5s linear 0s; display: block; height: 100%; width: 100%; }

.about-box { position: relative; height: 100%; text-align: right; width: 89.3%; }

/*.about-title p:first-child, .news, .contact-title {font-weight: bold; color: #fba51a; font-size: 56px; font-size: 3vw; }*/
.section .about-title .last-p { font-size: 38px; margin-top: 10px; margin-bottom: 35px; margin-top: 0.5vw; margin-bottom: 2vw; font-size: 2vw; color: #fff; }
.section .about-title .last-p span { font-family: "宋体", SimSun; }
.about-contect>p { max-height: 80px; overflow: hidden; font-size: 14px; line-height: 2; width: 84%; font-family: "宋体", SimSun; font-size: 0.73vw; line-height: 1.5vw; color: #868686; }
.about-contect a, .news-box1>a { font-size: 14px; line-height: 3; font-family: "宋体", SimSun; font-size: 0.83vw; display: inline-block; min-width: 130px; line-height: 1.9vw; border: 1px solid #ccc; border-radius: 1.9vw; color: #999; text-align: center; position: relative; box-sizing: border-box; transition: 0.5s linear 0s; }
.news-box1>a { width: 7.7%; margin-top: 2.6%; margin-top: 2.6vw; }
.about-contect a { margin: 7% 0; width: 21.7%; margin: 2.6vw 0; }
.about-icon li { opacity: 0; transform: scale(0) rotate(0deg); transition: 0.5s ease-out 0s; text-align: center; width: 20%; float: left; }
.about-icon li img { margin: 0 auto 20px; transition: 0.5s ease 0s; width: 42.6%; max-width: 100%; margin: 0 auto 1vw; display: block; }
.about-icon li p { color: #fba51a; font-size: 14px; font-size: 0.7vw; }

.news-box { position: relative; height: 100%; text-align: center; width: 100%; }
.news-box1 { top: 22%; top: 11.2vw; width: 100%; position: absolute; }
.news-contect li { position: relative; margin-left: 4%; margin-left: 4vw; display: inline-block; width: 18%; }
.news-contect { margin: 2.6% 0 0; margin: 2.6vw 0 0; width: 100%; }
.news-text { text-align: left; }
.news-title { border-bottom: 1px dashed #fba51a; padding: 25px 0 20px; padding: 1.3vw 0 1vw; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #fba51a; font-size: 20px; font-size: 1vw; font-weight: bold; }
.news-detail { max-height: 44px; margin-bottom: 15px; margin-top: 20px; font-size: 14px; line-height: 1.5; margin-bottom: 0.8vw; margin-top: 1vw; font-size: 0.7vw; color: #fff; word-break: break-all; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.news-date { font-size: 12px; color: #fff; }

.contact { position: relative; width: 100%; height: 100%; }
.section .contact-title-box .last-p { margin-top: 1.8%; font-size: 32px; margin-top: 1.8vw; font-size: 1.6vw; color: #fff; }
.contact-imformation { margin-top: 1.5%; margin-top: 1.5vw; font-size: 14px; color: #fff; line-height: 24px; }
.contact-imformation ul { margin-left: 3.2vw; float: left; }
.contact-box { opacity: 0; top: 28.5%; width: 88.55%; position: absolute; display: inline-block; /*left: 11.45%;*/ left: -50%; transition: 0.5s ease 0s; }
.section.active .contact-box { opacity: 1; left: 11.45%; transition: 0.8s ease 0s; }

.footer-box { vertical-align: top; text-align: center; width: 100%; display: inline-block; background: #ededed; }
.footer { text-align: left; display: inline-block; margin: 1.6% auto 4.4%; width: 92.2%; }
.pos { background: #ededed; width: 100%; height: 30.1%; bottom: -200px; position: absolute; opacity: 0.5; transition: 0.5s ease 0s; }
.section.active .pos { opacity: 1; bottom: 0; transition: 0.7s ease 0.3s; }
.footer-menu, .bq-box, .erweima, .footer-menu>li { float: left; }
.footer-menu>li p { margin-bottom: 16%; margin-bottom: 1.3vw; color: #fba51a; font-size: 16px; }
.footer-menu { width: 51.5%; }
.footer-menu>li { width: 16.6666667%; }
.footer-menu>li ul li a { line-height: 24px; font-size: 14px; color: #161616; width: 100%; }
.friend-link a { width: 160px; background: #fba51a; line-height: 28px; font-size: 14px; text-align: center; display: inline-block; color: #fff; }
.sanjiao { margin-left: 10px; border-style: solid; border-color: #fff transparent transparent; border-width: 4px 4px 0; vertical-align: middle; display: inline-block; }
.friend-link { display: inline-block; position: relative; margin-bottom: 0; }
.bq { line-height: 28px; font-size: 14px; color: #555; }
.bq-box { width: 32%; margin-left: 3.4%; width: 23vw; margin-left: 3.4vw; position: relative;}
.bq-box .shop-jd img,.bq-box .shop-tmall img{max-width: 50px;mix-blend-mode: darken;}
.bq-box .shop-tmall{position: absolute; right: 0;top:0;}
.bq-box .shop-jd{position: absolute; right: 60px;top:0;}
.friend-link:hover .friend-box { z-index: 1; transition: 0.3s linear 0s; display: block; }
.friend-link .friend-box { height: 210px; transition: 0.3s linear 0s; display: none; position: absolute; z-index: -1; overflow: auto; width: 100%; top: -210px; }
.erweima img { max-width: none !important; margin-right: 0 !important; width: 100%; display: block; }
.erweima { width: 8%; color: #161616; text-align: center; width: 7.2vw; font-size: 14px; line-height: 28px;margin: 0  0 0 1vw;}
.friend-box a { color: #f7f7f7; background: #e3910c; transition: 0.3s linear 0s; }
.friend-link ul a { padding: 8px 5px; line-height: normal; display: block; width: auto; }
.friend-box a:hover { background: #fba51a; color: #fff; transition: 0.3s linear 0s; }

.slide.active img { animation: banner-ant 4.8s linear 0s; }
@keyframes banner-ant { 0% {
transform:scale(1.1);
}
100% {
transform:scale(1);
}
}
.banner-text p { opacity: 0; transform: translateX(-30%); font-weight: bold; line-height: 1.5vw; text-transform: uppercase; font-size: 1.2vw; transition: 0.5s ease 0s; }
.slide.active .banner-text p { transform: translateX(0); opacity: 1; transition: 0.7s ease 0.9s; }
.slide.active .banner-text strong { transform: translateX(0); opacity: 1; transition: 1s ease 0.2s; }
.banner-text.banner-text2 { top: 33.7%; left: 22.1%; }
.banner-text.banner-text2 strong { margin-bottom: 10px; font-size: 3.1vw; }
.banner-text.banner-text2 p:nth-child(2) { margin-bottom: 2.1vw; font-size: 1.25vw; font-weight: bold; }
.banner-text.banner-text2 p { font-size: 1vw; line-height: 1.4vw; font-weight: normal; }

.section.active>.fp-tableCell, .section.active>.fp-tableCell1 { transform: scale(1); transition: 0.5s ease 0s; }
.section>.fp-tableCell, .section>.fp-tableCell1 { transition: 0.5s ease 0s; transform: scale(0.8); }
.fp-tableCell1 { width: 100%; height: 100%; }

.about-contect a:hover,.about-text a:hover, .news-box1>a:hover { transition: 0.5s linear 0s !important; color: #fba51a; border-color: #fba51a; }
.about-icon li:hover img { transform: rotateY(360deg); transition: 0.5s ease 0s; }
.news-img { max-height: 211px; transition: 0.5s linear 0s; width: 100%; display: block; overflow: hidden; }
.news-contect li:hover img { transition: 0.8s linear 0s; transform: scale(1.1); }
.news-contect li img { transition: 0.5s linear 0s; transform: scale(1); }
.news-contect li a { display: block; }
.index-product ul li:nth-child(2n+1) { transition: 0.3s ease-out 0s; transform: translateY(100%); opacity: 0; }
.index-product ul li:nth-child(2n+2) { transition: 0.3s ease-out 0s; transform: translateY(-100%); opacity: 0; }
.section.active .index-product ul li { opacity: 1; transition: 0.8s cubic-bezier(0.4, -0.2, 0.55, 1.26) 0s; transform: translateY(0); }
.section.active .about-text { transform: scale(1); right: 0; opacity: 1; transition: 1.1s ease , opacity 0.3s linear 0.3s; }
.section.active .about-icon li { opacity: 1; transform: scale(1) rotateY(360deg); transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) 1.4s; }
.section.active .about-icon li:nth-child(2) { transition-delay: 1.7s; }
.section.active .about-icon li:nth-child(3) { transition-delay: 2s; }
.section.active .about-icon li:nth-child(4) { transition-delay: 2.3s; }
.section.active .about-icon li:nth-child(5) { transition-delay: 2.6s; }
.section.active .news, .section.active .news-contect, .section.active .news-box1>a { transform: translateY(0) scale(1); opacity: 1; transition: 0.6s ease 0.3s; }
.section.active .news, .section.active .news-box1>a { transform: translateY(0) scale(1); opacity: 1; transition: 0.5s ease-out 0.3s; }
.news, .news-contect, .news-box1>a { transform: translateY(-300px) scale(1); opacity: 0; transition: 0.3s ease 0s; }
.news-contect { transform: translateY(300px) scale(0); }
.news-box1>a { transform: translateY(300px) scale(1); }
.bq a:hover, .footer-menu>li ul li a:hover { color: #fba51a; }
/*page*/
.page-menu { background: #f7f7f7; width: 100%; border-bottom: 1px solid #eee; }
.page-menu-box { overflow: hidden; position: relative; }
.page-menu-box, .page-contect { overflow: hidden; position: relative; width: 100%; max-width: 1200px; margin: 0 auto; }
.page-contect { margin: 50px auto 115px; }
.menu-left li a { font-size: 16px; line-height: 76px; display: block; color: #333; }
.on-page { color: #ffa519 !important; font-weight: bold; }
.menu-left li a:hover { color: #ffa519; }
.menu-left li { margin-left: 5%; }
.PosList_a1 { right: 0; top: 0; position: absolute; line-height: 80px; }
.PosList_a1 img, .PosList_a1 span, .PosList_a1 a, .PosList_a1 i, .PosList_a1 b { font-weight: normal; font-style: normal; font-size: 14px; vertical-align: middle; color: #999; }
.PosList_a1 img { width: 16px; margin-right: 10px; }
.PosList_a1 span { display: none; }
.PosList_a1 a:hover { color: #ffa519; }
.menu-left li a:hover:after, .on-page:after { background: #f9a618 !important; width: 100% !important; transition: 0.3s linear 0s; }
.menu-left li a:after { margin: 0 auto; display: block; background: transparent; content: ''; width: 0%; height: 4px; transition: 0.3s linear 0s; }
.page-menu-box ul { display: flex; width: 100%; white-space: nowrap; }
.logo img {
    max-width: 150px;
    height: 100%;
}
.page-title { margin-bottom: 55px; text-transform: uppercase; text-align: center; color: #333; }
    .page-title p {
        font-size: 32px;
        line-height: 40px;
    }
/*.page-title p:first-child { font-size: 36px; letter-spacing: 4px; display: none; }*/
.page-title span { background: #fba51a; width: 30px; vertical-align: middle; display: inline-block; height: 3px; }
.page-title div:before, .page-title div:after { width: 60px; vertical-align: middle; content: ''; display: inline-block; height: 1px; background: #ddd; }
.page-title div { margin-top: 20px; text-align:center; }
.page-text { color: #666; line-height: 36px; font-size: 16px; }
.page-text>img { margin: 55px auto; }
/*page*/
.banner { width: 100%; position: relative; }
.menu-pos.page-pos { top: 4.7%; position: absolute; }

.honour li { margin-bottom: 35px; vertical-align: top; margin-left: 1%; line-height: normal; font-size: 14px; display: inline-block; width: 23.3%; text-align: center; }
.honour-img { height: 270px; overflow: hidden; width: 100%; max-height: 350px; height: 30vw; min-height: 150px; border: 1px solid #e5e5e5; padding: 10px 0; }
.honour-img img { width: auto; height: auto; max-height: 98% !important; vertical-align: middle; max-width: 98% !important; display: inline-block; margin: 0 auto; transition: 0.8s linear 0s; }
.honour li:hover .honour-img img { transform: scale(1.1); transition: 0.8s ease 0s; }
.honour-img:before { vertical-align: middle; display: inline-block; height: 100%; content: ''; transition: 0.5s linear 0s; }
.honour li p { line-height: normal; margin-top: 15px; overflow: hidden; width: 100%; text-overflow: ellipsis; white-space: nowrap; }
/*.equipment*/
.page-add { margin-bottom: 30px; }
.equipment .honour-img { height: 300px; background: #f9f9f9; /*vertical-align: middle;
    display: table-cell;*/ min-height: auto; overflow: hidden; position: relative; border: none; padding: 0; /* height: auto; */ width: 100%; height: 35vw; max-height: 300px; }
.equipment li { width: 31.5%; margin-left: 2%; }
.honour.equipment li:nth-child(4n+1) { margin-left: 2%; }
.honour.equipment li:nth-child(3n+1), .honour li:nth-child(4n+1) { margin-left: 0; }
.equipment li:hover .honour-img img { transform: scale(1.1); transition: 0.8s linear 0.2s; }
.equipment .honour-img:after { text-align: center; line-height: normal; margin-top: -48.5px; overflow: hidden; padding: 10px 0 90px; width: 100%; font-size: 20px; color: #fff; content: attr(title); background: url(../images/equipment-img.png) no-repeat bottom center; position: absolute; top: -50%; left: 0; white-space: nowrap; text-overflow: ellipsis; z-index: -1; opacity: 0; transition: 0.5s linear 0s; }
.equipment li:hover .honour-img:after { top: 50%; opacity: 1; z-index: 3; transition: top 0.5s ease 0.2s, opacity 0.3s linear 0.3s; }
.equipment li:hover .honour-img:before { top: 0; opacity: 1; z-index: 2; transition: 0.8s ease 0s; }
.equipment .honour-img:before { opacity: 0; top: 100%;background: rgba(0,0,0,0.6); vertical-align: middle; display: block; height: 100%; content: ''; width: 100%; position: absolute; z-index: -1; transition: 0.5s linear 0s; }
/*news*/
.new li { margin-bottom: 35px; margin-left: 1.6%; padding: 20px 0 40px; width: 31.5%; display: inline-block; max-width: 382px; border: 1px solid #eee; transition: 0.3s linear 0s; }
.new li:hover { transition: 0.3s linear 0s; background: #fba51a; border: 1px solid #fba51a; }
.new li:hover .news-title, .new li:hover .news-detail, .new li:hover .news-date { color: #fff; transition: 0.3s linear 0s; }
.new li:hover .news-title { border-bottom: 1px dashed #fff; }
.new .news-img, .new-text { margin: 0 auto; width: 90.3%; }
.new-text .news-title { transition: 0.3s linear 0s; line-height: normal; padding: 20px 0 15px; font-size: 20px; }
.new-text .news-detail { max-height: none; height: 56px; transition: 0.3s linear 0s; margin: 20px 0 15px; font-size: 14px; color: #666; line-height: 28px; }
.new-text .news-date { transition: 0.3s linear 0s; color: #ccc; line-height: normal; }
.news1 li:hover {
    transition: 0.3s linear 0s;
    background-color: #fba51a !important;
}
/*case*/
.case-list { margin-bottom: 40px; text-align: center; }
.case-list li { margin-left: 10px; vertical-align: top; display: inline-block; }
.case-list a { position: relative; border: 1px solid #ddd; font-size: 14px; line-height: 38px; color: #333; width: 118px; display: block; text-align: center; }
.case-list a:hover { border: 1px solid #fba51a; }
.case-list a:before { position: absolute; height: 100%; top: 0; left: 0; background: #fba51a; content: ''; transition: 0.2s linear 0s; width: 0; z-index: -1; }
.case-list a:hover { color: #fff; }
.case-list a:hover:before { width: 100%; transition: 0.2s linear 0s; }
.nomargin-left { margin-left: 0 !important; }
.mob-banner, .banner-text strong>br, .bg6 { display: none !important; }

.page a, .page span { margin-left: 8px; display: inline-block; padding: 0 11px; height: 38px; line-height: 38px; border: #e3e3e3 solid 1px; color: #666; min-width: 16px; text-align: center; }
.pageinfo { display: none; }
.page a:first-child { margin-left: 0; }
.page { margin-top: 65px; text-align: center; font-size: 14px; }
.page span.cur, .page a:hover { background: #fba51a; color: #fff; border: #fba51a solid 1px; }
.more { margin: 0 auto; display: none; width: 140px; float: none; background: #fba51a; clear: both; text-align: center; border-radius: 5px; }
.more a { display: block; /* width: 30%; */ color: #fff; line-height: 35px; }

.culture-title:before { content: ''; position: absolute; border-style: solid; width: 0; right: -14px; border-color: transparent transparent transparent #ffa519; border-width: 16px 0 16px 14px; }
.culture-title { display: inline-block; vertical-align: top; margin-right: 80px; position: relative; line-height: 32px; text-align: center; color: #fff; width: 180px; /* font-weight: bold; */ font-size: 18px; background: #ffa519; margin-bottom: 20px; }
.culture { margin-bottom: 60px; }
.culture .page-text { vertical-align: top; display: inline-block; max-width: 970px; width: 70%; }

.history-box ul { position: relative; padding-top: 50px; }
.history-box ul:before { top: 0; content: ''; width: 4px; height: 100%; position: absolute; background: #fba51a; left: 170px; }
.history-box div>span { padding: 5px 20px; background: #fba51a; position: absolute; font-weight: bold; font-size: 24px; color: #fff; display: inline-block; vertical-align: top; left: 0; top: 0; }
.history-box div>span:after { content: ''; position: absolute; width: 50px; height: 1px; background: #fba51a; top: 23px; left: 120px; }
.history-box2 li>span { font-weight: bold; font-size: 30px; color: #fba51a; display: inline-block; margin-bottom: 20px; vertical-align: top; }
.history-box2 li { margin-bottom: 20px; }
.history-box div p>b { display: block; float: left; width: 12%; }
.history-box div p { font-size: 14px; line-height: 2; margin: 5px 0; }
.history-box div p:after { content: " "; clear: both; display: block; }
.history-box div p>span { display: block; float: right; width: 88%; }
.history-box li div { padding: 20px 30px; border: 1px solid #eee; }
.history-box li:nth-child(even) div { }
.history-box li:nth-child(even) div p>span { }
.history-box li:nth-child(even) div p>b { display: block; float: left; width: 12%; }
.history-box li:before { position: absolute; content: ''; width: 0; z-index: 1; height: 0; left: 221px; top: 15px; border-style: solid; border-width: 8px 10px 8px 0px; display: block; border-color: transparent #fff transparent transparent; }
.history-box ul:after { content: ''; position: absolute; width: 12px; height: 12px; position: absolute; border-radius: 50%; background: #fba51a; top: -12px; border: 4px solid #fff; left: 162px; }
.history-box li:after { content: ''; position: absolute; /* border-radius: 50%; */ left: 219px; top: 13px; border-style: solid; border-width: 10px 12px 10px 0; border-color: transparent #eee transparent transparent; }
.history-box li { margin-bottom: 30px; position: relative; padding-left: 230px; }
.honour-img span { height: 100%; display: inline-block; width: 0; vertical-align: middle; }
/*tabel*/
.table_class, #nc table {
 overflow: auto;
 width: 100%;
 border-left: 1px solid #d2d2d2;
 /* border-right: 1px solid #d2d2d2; */
 margin-bottom: 30px;
 box-sizing: border-box;
}
.table-text { overflow: auto; }
.table_class tr:nth-child(1) td, #nc table tr:nth-child(1) td, #nc table tr:nth-child(1) td p, #nc table tr:nth-child(1) td span { color: #fff !important; line-height: 42px; font-size: 20px; background: #ffa519; line-height: 50px; text-align: center; font-weight: bold; }
.table_class td, #nc table td { padding: 6px; text-align: center; line-height: 2; font-size: 14px; }
.table_class td, #nc table td {border-right: 1px solid #d2d2d2;border-bottom: 1px solid #d2d2d2;}
.table-img img { max-width: 100%; margin: 0 20px; vertical-align: top; display: inline-block; }
.table-img { text-align: center; }
.map_a1 { max-height: 700px; width: 97%; height: 700px; height: 60vw; border: #ccc solid 1px; font-size: 12px; margin-top: 30px; }
.map_a1 .BMap_omCtrl { display: none; }
.map_a1 .BMap_scaleCtrl { display: none; }
.map_a1 .BMap_cpyCtrl { display: none; }

.contact p.about-title { padding-bottom: 1vw; }
p.about-title { padding-bottom: 2vw; position: relative; }
.contact p.about-title span:first-child { color: #ffa519; font-size: 26px !important; }
p.about-title span:first-child { margin-bottom: 1vw; color: #333; font-size: 1.875vw; }
p.about-title span { text-transform: capitalize; display: block; }
.contact p.about-title span:last-child { line-height: normal !important; font-size: 16px !important; }
p.about-title span:last-child { font-size: 0.83vw; color: #999; }
.contact>ul { margin-bottom: 30px; display: inline-block; vertical-align: top; }
.contact>ul li:nth-child(2n+1) { margin-left: 0; }
.contact>ul li { float: left; width: 48%; margin: 15px 0 15px 2%; }
/*.contact img { max-width: 25px; vertical-align: middle; display: inline-block; margin-right: 15px; }*/

.team { }
.team h2 { margin: 20px 0; color: #555; text-align: center; }
.team h2 span { display: block; width: 80px; height: 2; border: 1px solid #ffa519; margin: 0 auto; }
.team-sum { }
.team-sum h3 { margin: 20px 0; color: #ffa519; border-bottom: 1px solid #ccc; }
.clear { margin: 80px 0; overflow: hidden; }
.member-img { width: 17%; margin-right: 5%; display: inline-block; vertical-align: middle; padding: 4px; border: 4px solid #ebebeb; border-radius: 50%; }
.member-img img { max-width: 100%; max-height: 100%; width: auto; height: auto; display: block; margin: 0 auto; }
.member-intro { width: 72%; background: #f6f6f6; padding: 2%; display: inline-block; vertical-align: middle; }
.member-intro h3 { color: #ffa519; border-bottom: 1px solid #ccc; }
.NewsDetail_a1 .nf1, .NewsDetail_a1 .nf1 p, .NewsDetail_a1 .nf1 span { font-family: "微软雅黑", "Microsoft YaHei" !important; line-height: 30px !important; font-size: 16px !important; color: #666 !important; background: none !important; }
.NewsDetail_a1 .nf2, .NewsDetail_a1 .nf2 p, .NewsDetail_a1 .nf2 span { font-family: "微软雅黑", "Microsoft YaHei" !important; line-height: 34px !important; font-size: 18px !important; color: #666 !important; background: none !important; }
.NewsDetail_a1 .nf3, .NewsDetail_a1 .nf3 p, .NewsDetail_a1 .nf3 span { font-family: "微软雅黑", "Microsoft YaHei" !important; line-height: 40px !important; font-size: 20px !important; color: #666 !important; background: none !important; }

.NewsList_f1 { padding: 2%; background: #f9f9f9; }
.NewsList_f1 h4 { transition: 0.3s ease 0s; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size: 16px; font-weight: normal; float: left; width: calc(100% - 200px);}
.NewsList_f1 p { font-size: 14px; float: right; }
.NewsList_f1 a { line-height: normal; border-bottom: 1px dashed #ddd; display: inline-block; width: 100%; vertical-align: top; background: url(/images/news-img.png) no-repeat left center; padding: 15px; color: #333; box-sizing: border-box; }
.NewsList_f1 li a:hover { color: #ffa519; background: none; padding-left: 0; }

.platform { }
.p-box { margin: 0 auto; background: #f6f6f6; margin-bottom: 40px; position: relative; }
.p-box h3 { color: #ffa519; text-align: center; position: absolute; top: 20px; left: 240px; }
.p-box img { display: block; width: 200px; height: 150px; }
.p-box p { word-break: break-all; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; max-height: 72px; overflow: hidden; position: absolute; left: 240px; top: 60px; right: 20px; }
ul.case-list .on :before { width: 100%; }
ul.case-list .on { border: none !important; border-radius: 0; }
.case-list .on a { color: #fff; border: 1px solid #fba51a; }
.pc720 { display: block; }
.mob720 { display: none; }

.map_a1+p { line-height: 2; text-align: center; font-size: 16px; margin-top: 10px; padding-bottom: 20px; }
/*add*/
.video-box2 { text-align: center; color: #fff; font-weight: bold; font-size: 50px; overflow: hidden; width: 100%; height: 100%; }
.video-box2 p { margin-top: 20%; }
.video-box2 img { margin-top: 50px; transition: 0.5s linear 0s; cursor: pointer; }
.video-box2 img:hover { transform: scale(1.1); }

.TC { position: fixed; width: 100%; left: 0; height: 450px; background: #fff; z-index: 999999999; border-radius: 5px; top: 50%; margin-top: -225px; box-shadow: 0 0 20px 0 rgba(0,0,0,0.1); }
#TC a img { display: block; width: 100%; height: 100%; }
#C { position: absolute; line-height: normal; top: 4%; right: 2%; cursor: pointer; transition: 0.3s ease 0s; }
#C:hover { transform: rotateZ(180deg); }
#C img { width: 20px; }

.page-box { margin-top: 65px; text-align: center; }
.page-box .page { display: inline-block; vertical-align: middle; margin-top: 0; }
.footer .logo5 {
    display: block;
    width: 80px;
    max-width: none;
    margin: 4% 0 4% 40px;
}






@media only screen and (min-width: 770px) {


.new li:first-child .news-detail { height: 168px; margin: 30px 0; height: auto; -webkit-line-clamp: 6; font-size: 14px; line-height: 2; max-height: none; }
.new li:first-child .news-title { padding: 30px 0; }
.new li:first-child .news-date { font-size: 14px; }
.new li:first-child { padding: 20px 0; margin-left: 0; width: 100%; max-width: none; box-sizing: border-box; }
.new li:first-child .news-img { max-height: none; vertical-align: middle; display: inline-block; width: 50%; margin: 0; }
.new li:first-child .new-text { vertical-align: top; display: inline-block; width: 45%; margin-left: 4%; }
.new li:first-child a { margin: 0 auto; display: block; width: 97%; }
.page-text .new li:nth-child(2), .page-text .new li:nth-child(5) { margin-left: 0; }
}
@media only screen and (min-width: 770px ) and (max-width: 1150px) {
.new li:first-child .news-detail { -webkit-line-clamp: 2; height: 56px; }
}
@media only screen and (max-width: 1450px) {
.footer-menu>li p { font-size: 14px; }
.footer-menu>li ul li a { line-height: 20px; font-size: 12px; }
.footer { margin: 1% auto 2%; }
.bq { line-height: 24px; font-size: 12px; }
}
@media only screen and (max-width: 1150px) {


    .myVideo-div {
        max-width: 58vh;
    }

    .content-index p:first-of-type {
        font-size: 4.7vw;
        line-height: 12vw;
    }

.content-index p:nth-of-type(2) {
    font-size: 2.5vw;
}

.content-index p:nth-of-type(3) {
    font-size: 2.0vw;
}



.about-top {
    flex-wrap: wrap;
    justify-content: center;
    top: 15%;
}

.myVideo {
    width: 90%;
    min-width: 250px;
}
.about-text {
    top: 20vw;
    text-align: left;
    width: 90%;
    margin-left: 0;
    max-width:1000px !important;
}
    .about-text h1 {
        font-size: 40px;
    }
    .about-text h2 {
        font-size: 21px;
        margin: 10px 0 15px;
    }
    .about-text p {
        font-size: 13px;
        line-height: 28px;
    }

    .about-text-btn {
        display: inline-block;
        text-align: center;
        width: 26%;
        line-height: 36px;
        border: 1px solid #ccc;
        border-radius: 18px;
        color: #fff;
        margin-top: 0;
        position: absolute;
        right: 0;
    }


#fp-nav, .PosList_a1 { display: none !important; }
.w-line { width: 94.44%; }
.h-line { height: 96.28%; }
.line1 { top: 1.86%; left: 2.78%; }
.line2 { left: 2.78%; top: 1.86%; }
.line3 { bottom: 1.86%; right: 2.78%; }
.line4 { right: 2.78%; bottom: 1.86%; }
.fp-controlArrow { width: 9.8vw; max-width: 70px; max-height: 70px; height: 9.8vw; }
.fp-controlArrow.fp-prev:before { background: url(../images/mobfp-prev.png) no-repeat 50%; background-size: 100% auto; }
.fp-controlArrow.fp-next:before { background: url(../images/mobfp-next.png) no-repeat 50%; background-size: 100% auto; }
.fp-controlArrow.fp-prev { left: 6%; }
.fp-controlArrow.fp-next { left: 17.25%; }
.fp-controlArrow.fp-prev:before, .fp-controlArrow.fp-next:before { max-width: 20px; width: 28.5%; height: 45.8%; max-height: 32px; }
.page-contect { width: 90%; }
}
@media only screen and (max-width: 1024px) {

.contact-content > ul {
/*    margin-top:20px;*/
}
.contact-content > ul > li:first-child {
    margin-right: 18px;
}
.erweima2 {
    margin-left:18px;
}

.bq-box .shop-tmall {
    display: none;
}
    .bq-box .shop-jd{display: none;}

.rid18-TB, .tb-bg { display: none !important; }
.TC { height: auto; margin-top: 0; top: 40%; }
.history-box ul:before, .history-box ul:after, .history-box li:after, .history-box li:before, .history-box div>span:after { display: none; }
.history-box ul div { padding: 40px 15px 20px; margin-bottom: 30px; width: auto; text-align: left; margin-left: 0 !important; border-bottom: 1px dashed #ddd; }
.history-box div p>span { font-size: 14px; width: 90%; }
.history-box div p>b, .history-box li:nth-child(even) div p>b { float: left; width: auto }
.contact>ul li { float: none; width: 100%; margin: 15px 0 15px 0; }
.member-img { width: 100%; margin-right: 0%; padding: 0; border: 0; border-radius: 0; }
.member-img img { padding: 4px; border: 4px solid #ebebeb; border-radius: 50%; }
.member-intro { width: 96%; padding: 2%; margin-top: 5%; }
.equipment .honour-img:before, .equipment .honour-img:after, .page, .page-box .page { display: none; }
.news-box1 { top: 20vw; }


.more { display: block; }
.history-box div>span { line-height: normal; padding: 3px 15px; font-size: 16px; }
.history-box li { padding-left: 0; }
.VideoDisplay_a1_C iframe, .VideoDisplay_a1_C video, .NewsDetail_a1 #nc[class*="nf"] video, .NewsDetail_a1 #nc[class*="nf"] iframe {
    height: 50vw;
}
}

@media only screen and (max-width: 820px) {
    .contact-content > ul > li:first-child {
        display: none;
    }

    .contact-content > ul {
        text-align: left;
        width: 80%;
        margin: 10% auto 0;
    }

    .section.active .contact-content {
        height: 70%;
        top: 20%;
    }


    .contact-content > ul > li:nth-of-type(2) {
        display: block;
    }


    .erweima2 {
        margin-top: 5%;
        margin-left: 0;
        text-align: center;
    }




    .contact-content-li2 tr:first-child span {
        font-size: 40px !important;
        letter-spacing: 1px;
    }

    .contact-content-li2 tr:nth-of-type(2) span {
        font-size: 37px !important;
        margin: 23px 0 25px;
    }

}

@media only screen and (max-width: 770px) {


    .product-list .product-detail2 p {
        font-size: 16px;
    }

    .product-nav-column .product-detail div {
        width: 60%;
        height: 60%;
/*        max-width: 130px;
        max-height: 130px;*/
    }
    .product-nav-column .product-detail p {
        margin-top:10px;
    }

    .product-group {
        top: 15%;
    }

    .product-nav {
        flex-wrap: wrap;
        /*        max-height: 150px;*/
        height: auto;
    }
    .product-nav-column {
        width: 50%;
        margin-left: 0 !important;
        height: 20vh;
    }


        .tabcontent > div > a {
            width: 49%;
            margin: 0;
            height: 16vh;
            overflow: hidden;
            margin-right: 1%;
            margin-bottom: 1%;
        }
    .tabcontent > div > a img {
/*        margin: 2% 2% 0 0 ;*/
    }
    .tabcontent {
        padding: 2% 1% 2% 2%;
    }




    .myVideo {
/*        width: inherit;*/
    }


    .about-text h1 {
        font-size: 35px;
    }

    .about-text h2 {
        font-size: 20px;
        margin: 8px 0 12px;
    }
    
    .about-text p {
        font-size: 16px;
        line-height: 25px;
    }
    .about-text p:nth-child(3){
        display:none;
    }
    .about-text p:nth-child(4){
        display:none;
    }
    .about-text p:nth-child(5){
        display:none;
    }
    .about-text p:nth-child(6){
        display:none;
    }
    .about-text p:nth-child(7){
        display:none;
    }


        .about-text-btn {
            margin-top: 5%;
        }


    .content-index p:first-of-type {
        font-size: 4.7vw;
        line-height: 12vw;
        padding-left:0;
    }
    .content-index p:nth-of-type(2) {
        font-size: 3.0vw;
    }
    .content-index p:nth-of-type(3) {
        font-size: 2.5vw;
    }

    .content-index {
        text-align: center;
        width: 98%;
        vertical-align: middle;
        left:0 !important;
        top:15%;
    }
    .content-index-img ul li {
        display:block;
    }

    .content-index-img ul li:not(:first-child) {
        margin-left: 0px;
    }

    .footer .logo5{display:none;}
.banner-box>div { height: 100%; }
/*.section:nth-child(6)>div { text-align: center; }
.section:nth-child(6)>div:before { display: inline-block; vertical-align: middle; content: ''; height: 100%; margin-left: -5px; }*/
.banner-box .hd { display: none; }
.history-box ul { padding-top: 20px; }
.video-box .vdobx { padding-bottom: 5vw; margin-left: 0; float: none; width: 100%; margin-bottom: 5vw; border-bottom: 1px dashed #bbb; }
.vdobx iframe { height: 60vw; }
.culture .page-text { width: 100%; }
.p-box p { position: static; max-height: 11.12vw; }
.p-box { padding: 40px; }
.p-box img { width: 100%; height: auto; margin: 0 auto 20px; }
.p-box h3 { margin-bottom: 20px; position: static; }
.index-product ul li { height: 50%; width: 50%; }
.product-title p:first-child { font-size: 4.45vw; }
.product-title p { font-size: 2.78vw; height: auto; }
/*.product-title div, .about-contect>p, .news-img, .news-date, .footer-menu, .erweima, .friend-link { display: none !important; }*/
/*.product-title:after, .about-title:after { margin: 0 auto; background: #fba51a; display: block; content: ''; height: 3px; width: 16.2%; max-width: 62px; margin-top: 4vw; }*/
 .about-contect > p, .news-img, .news-date, .footer-menu, .erweima, .friend-link {
        display: none !important;
}
.contact .about-title:after { display: none; }
.product-title { top: 45%; }
/*    .index-product ul li:nth-child(1) a {
        background: url(/images/index2-img1.png) no-repeat top center !important;
        background-size: cover !important;
    }
    .index-product ul li:nth-child(2) a {
        background: url(/images/index2-img2.png) no-repeat top center !important;
        background-size: cover !important;
    }
    .index-product ul li:nth-child(3) a {
        background: url(/images/index2-img3.png) no-repeat top center !important;
        background-size: cover !important;
    }
    .index-product ul li:nth-child(4) a {
        background: url(/images/index2-img4.png) no-repeat top center !important;
        background-size: cover !important;
    }*/
.mob-banner, .banner-text strong>br, .news-contect li:first-child .news-date { display: block !important; }
.banner-text.banner-text2 p:nth-child(2) { font-size: 2.78vw; line-height: normal; margin-bottom: 2vw; }
.banner-text.banner-text2 strong { font-size: 8.89vw !important; margin-bottom: 4vw; line-height: 11vw !important; }
.banner-text strong { font-size: 8.89vw; margin-bottom: 2.78vw; line-height: 11vw; }
.banner-text p { line-height: 4.86vw; font-size: 3.89vw; }
.banner-text.banner-text2 p { font-size: 2.78vw; line-height: 4.45vw; }
.banner-text.banner-text2, .banner-text { top: 24% !important; left: 9% !important; }
.pc-banner { display: none !important; }
    .bg3 {
        background: url(/images/index_03.png) no-repeat 50%;
        background-size: cover;
    }
.about-box { margin: 0 auto; text-align: center; width: 93.5%; }
/*.about-title p:first-child, .news, .contact-title { font-size: 7.78vw; }*/

    .about-text {
        text-align: left;
        width: 90%;
        top: 32vw;
        right: 0;
        vertical-align: middle;
        position: initial;
        margin-left: 0;
    }
    .about-box:before, .news-box:before {
        content: '';
        vertical-align: middle;
        height: 100%;
        display: inline-block;
    }
.section .about-title .last-p { color: #fff; font-size: 5.56vw; margin-top: 2.78vw; margin-bottom: 4.86vw; }
.about-contect a, .news-box1>a { font-size: 3.33vw; border-radius: 6.67vw; line-height: 6.67vw; max-width: 205px; width: 28.5vw; margin: 5.56vw auto 11.11vw; }
.about-icon li { vertical-align: text-top; display: inline-block; float: none; margin-left: 0; width: 32%; }
.about-icon li p { font-size: 2.78vw; }
.about-icon li img { width: 60%; }
.about-icon li:nth-child(3n+1) { margin-left: 0; }
.about-icon li img { width: 43%; margin: 0 auto 2.77vw; }
.about-icon li:nth-child(1), .about-icon li:nth-child(2), .about-icon li:nth-child(3) { margin-bottom: 7.6vw; }
    .bg4 {
        background: url(/images/index_04.png) no-repeat 50%;
        background-size: cover;
    }
.news-title { font-size: 4.44vw; border-bottom: none; width: 88%; padding: 0; }
.news-contect li { margin: 5.5vw auto 0; display: block; width: 81.25%; }
.news-contect li:first-child { margin-top: 0; margin-left: auto !important; padding-bottom: 4.86vw; border-bottom: 1px dashed #fba51a; }
.news-detail { font-size: 3.33vw; line-height: 4.45vw; display: none; margin-bottom: 3.47vw; margin-top: 2.78vw; }
.news-contect li:first-child .news-detail { display: -webkit-box; }
.news-date { font-size: 3.33vw; }
.news-contect { margin: 8.3vw 0 0; }
.news-box1>a { margin-bottom: 0; margin-top: 11.11vw; }
.news-box1 { width: 98%; vertical-align: middle; display: inline-block; position: initial; top: 25vw; }
.mob-video { line-height: normal; text-align: center; font-weight: bold; color: #fff; font-size: 7.78vw; display: inline-block; vertical-align: middle; }

.mob-video img { margin-top: 12.5vw; opacity: 0.5; height: 15.3vw; width: 15.3vw; max-width: 110px; max-height: 110px; }
.section .contact-title-box .last-p { font-size: 4.45vw; margin-top: 2vw; }
.contact-imformation { font-size: 3.33vw; line-height: 5vw; margin-top: 11vw; }
.contact-imformation ul { float: none; margin-left: 0; }
.contact-box { width: 88.2%; top: 30.5vw; }
.bq-box { width: 100%; }
.pos { height: 23.5%; }
.footer-box { position: relative; height: 100%; background: #f1f1f1; }
.footer { margin: 0; width: 100%; padding: 6.25vw 0; }
   
.pos .footer { position: absolute; bottom: 0; left: 0; }
.bq-box { width: 91%; float: none; margin: 0 auto; }
.contact-imformation ul:last-child { margin-top: 4.5vw; }
.bq { line-height: 6.66vw; font-size: 3.33vw; }
.section.active .contact-box { left: 7vw; }
    .page-title p:first-child {
        font-size: 5vw;
        line-height: 6vw;
        letter-spacing: 4px;
    }
.page-title p { font-size: 6vw; }
.page-title div { margin-top: 2.78vw; }
.page-title div:before, .page-title div:after { width: 8.33vw; min-width: 30px; }
.menu-left li a { font-size: 3.33vw; line-height: 10.69vw; }
.menu-left li a:after { min-height: 2px; max-height: 4px; height: 0.6vw; }
.page-menu-box:before, .page-menu-box:after { margin-top: -1.11vw; top: 50%; position: absolute; content: ''; height: 0; width: 0; border-style: solid; }
.page-menu-box:before { left: 1.4%; border-color: transparent #bcbcbc transparent transparent; border-width: 1.11vw 1.11vw 1.11vw 0; }
.page-menu-box:after { right: 1.4%; border-color: transparent transparent transparent #bcbcbc; border-width: 1.11vw 0 1.11vw 1.11vw; }
.page-contect { margin: 6.25vw auto; }
.menu-left li { padding: 0 2.78vw; margin: 0; }
div#page_menu { width: 95%; margin: 0 auto; overflow: auto; }
.equipment li { width: 47%; margin-left: 4.2%; }
/*.equipment li:nth-child(3n+1), */.honour li:nth-child(3n+1) { margin-left: 4.5% !important; }
/*.equipment li:nth-child(2n+1),*/.honour li:nth-child(2n+1) { margin-left: 0 !important; }
.page-title { margin-bottom: 7.64vw; }
.honour li { margin-left: 4.5%; width: 46.5%; margin-bottom: 4.86vw; }
.new .news-img, .new .news-date { display: block !important; }
.new li { margin-left: 0; width: 99%; max-width: none; margin-bottom: 4.86vw; padding: 2.78vw 0; }
.new-text .news-title { padding: 0; font-size: 4vw; margin: 2.78vw 0 2vw; }
.new .news-detail { display: -webkit-box !important; line-height: 4.5vw; font-size: 3.33vw; margin: 2.78vw 0 2vw; height: 9vw; }
.case-list { display: flex; }
.fp-controlArrow { bottom: 5.55vw; }
.page-text { line-height: 5.56vw; font-size: 3.33vw; }
.page-text>img { margin: 20px auto; }
.new .news-img, .new-text { width: 95%; }
.MenuList_d1-nav-list li>div ul li { white-space: nowrap; }
.new .news-img { max-height: none; }
}
@media only screen and (max-width: 720px) {
.NewsList_f1 h4 { margin-bottom: 10px; font-size: 14px; }
.NewsList_f1 p, .NewsList_f1 h4 { float: none;width: 100%; }
.NewsList_f1 p { font-size: 12px; }
.contact-imformation ul:last-child li { margin-top: 10px; }
.contact.bg5 .contact-box a { display: inline-block; margin-left: 10px; vertical-align: middle; }
.contact.bg5 .contact-box img { display: block; margin: 0; height: 15px; max-width: none; vertical-align: top; }
.pc720,.page-box { display: none; }
.mob720 { display: block; }
.NewsList_f1 a { background: url(/images/news-img.png) no-repeat left 23px; }
}
@media only screen and (max-width: 600px) {

    .foot_div1 td:last-child{
        display:none;
    }
    .foot_div1 td:first-child{
        text-align:center;
    }


    .tab {
        font-size: 16px;
    }
    .product-list .product-detail2 p {
        font-size: 16px;
    }

    .product-nav-column .product-detail p {
        font-size: 16px;
    }

    .contact-content-li2 tr:first-child span {
        font-size: 6.9vw !important;
        letter-spacing: 1px;
    }

    .contact-content-li2 tr:nth-of-type(2) span {
        font-size: 6.5vw !important;
        margin: 23px 0 25px;
    }
    .about-top{
        top:13%;
    }

}

    @media only screen and (max-width: 500px) {


        .tabcontent > div {
            flex-wrap: wrap;
        }
        .NewsDetail_a1 .nf1, .NewsDetail_a1 .nf1 p, .NewsDetail_a1 .nf1 span {
            font-family: "微软雅黑", "Microsoft YaHei" !important;
            line-height: 28px !important;
            font-size: 14px !important;
            color: #666 !important;
            background: none !important;
            white-space: normal !important;
        }

        .NewsDetail_a1 .nf2, .NewsDetail_a1 .nf2 p, .NewsDetail_a1 .nf2 span {
            font-family: "微软雅黑", "Microsoft YaHei" !important;
            line-height: 32px !important;
            font-size: 16px !important;
            color: #666 !important;
            background: none !important;
            white-space: normal !important;
        }

        .NewsDetail_a1 .nf3, .NewsDetail_a1 .nf3 p, .NewsDetail_a1 .nf3 span {
            font-family: "微软雅黑", "Microsoft YaHei" !important;
            line-height: 36px !important;
            font-size: 18px !important;
            color: #666 !important;
            background: none !important;
            white-space: normal !important;
        }

        .about-text h1 {
            font-size: 30px;
        }

        .about-text h2 {
            font-size: 20px;
            margin: 8px 0 12px;
        }

        .about-text p {
            font-size: 13px;
            line-height: 20px;
        }


        .content-index p:nth-of-type(3) {
            font-size: 12px;
            width: 308px;
            text-align: center;
            margin: 10px auto 0;
            line-height: 20px;
        }

        .content-index-img ul li:first-child {
            margin-top: 10px;
        }

       


    }

    @media only screen and (max-width: 450px) {
        .tab {
            font-size: 14px;
        }

        .product-list .product-detail2 p {
            font-size: 14px;
        }

        .about-text-btn {
            margin-top: 3%;
        }

        .product-nav-column .product-detail p {
            font-size: 14px;
        }
        .tab div {
            padding: 12px 10px;
        }
        .erweima2 {
            margin-top: 3%;
        }
        .contact-content-li2 tr:nth-of-type(2) p {
            line-height: 200% !important;
        }
        .contact-content-li2 tr:nth-of-type(3) p {
            margin-top: 3% !important;
        }

        .content-index p:first-of-type {
            font-size: 20px;
            line-height: 12vw;
        }

        .content-index p:nth-of-type(2) {
            font-size: 14px;
        }

        .content-index p:nth-of-type(3) {
            font-size: 14px;
        }


        #page div {
            white-space: nowrap;
            width: 100%;
            display: flex;
        }

        .page a {
            display: inline-table;
        }
    }

    .NewsDetail_a1 .nf1 {
        overflow: auto;
    }