/*common start*/
body, div, ul, li, a, img, p, dl, dt, dd, h1, h2, h3, h4, span, strong, input {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    list-style: none;
    font-family: '宋体';
}
body{ font-size:12px;color:#666;}
body.head_on{overflow:hidden}
a{color:#666;transition: 0.3s;}
a:hover{ color:#f60; text-decoration:none;cursor: pointer;}
p{line-height:1.5em; /*padding:5px 0;*/}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:1200px; margin:0 auto;}

*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

:root {
	--main-color: #1074bc;
	--main-color2: #a7160c;
	--main-color3: #43a7ef;
	--red: #A7160C;
	--red--light: #f05d51;
	--orange: #FC9C00;
	--green: #8DC63F;
	--main-color-000: #000;
	--main-color-333: #333333;
	--main-color-888: #888888;
	--main-transition: all ease 0.4s;
	--main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.indexTop{width: 100%;background: #eee;}
.indexTop .warp{display: flex;justify-content: space-between;align-items: center;height: 40px;line-height: 48px;font-size: 14px;color: #666;}
.indexTop .warp .left{font-weight: bold;}
.indexTop .warp .left span{display: inline-block;margin-right: 20px;}
.indexTop .warp .left i{margin-right: 5px;}
    .indexTop .warp .left a {
        color: #666;
        font-family: Times New Roman;
    }
.indexTop .warp .left a:hover{text-decoration: underline;}

.indexTop .search{}
.indexTop .search input{width: 186px;height: 32px;background: #fff;border: 1px solid #ddd;border-radius: 30px;font-size: 14px;color: #333;outline: none;padding: 0 20px;}
.indexTop .search button{width: 72px;height: 32px;text-align: center;border: none;background: #ddd;color: #333;font-size: 14px;border-radius: 30px;margin-left: 5px;}


.header{ position:relative;box-shadow: 0 2px 2px -1px rgb(0 0 0 / 30%);z-index: 999;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 62px;}
.headList .logo{display: block;}
.headList .logo img{max-height: 55px;width: auto;}


/*menu*/
.menu{height:62px;line-height:62px;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{width: auto; position:absolute; left: 0; top:62px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;min-width: 150px;}
.menu ul li dl dd{ line-height:40px;border-bottom:rgba(0,0,0,0.3) solid 1px;background:#fff;position: relative;min-width: 180px;}
.menu ul li dl dd a{ font-size:14px; color:#fff;display:block;font-weight: normal;text-align: left;white-space: nowrap;background:#fc9c00;border-radius: 0;}
.menu ul li dl dd a:hover{ opacity:0.8;}
.menu a{ font-size:16px;color:#000;display:block;text-align:center;padding: 0 20px;font-weight: bold;border-radius: 5px 5px 0 0;position: relative;}
.menu ul li span a:hover{ background: #fc9c00;color: #fff;}

.menu>ul>li>span>a{position: relative;}
.menu>ul>li>span>a:after{position: absolute;left: 0;bottom: 0;height: 4px;background: var(--orange);content: "";width: 100%;}
.menu>ul>li>dl>dd>a{background: var(--orange);}

.menu ul li dl dd dl{position: absolute;top: 0;left: 100%;display: none;}
.menu ul li dl dd:hover dl{display: block;}

.menu>ul>li:nth-child(2)>span>a:hover{background: var(--main-color);}
.menu>ul>li:nth-child(2)>span>a:after{background: var(--main-color);}
.menu>ul>li:nth-child(2) dl dd a{background: var(--main-color);}

.menu>ul>li:nth-child(3)>span>a:hover{background: var(--green);}
.menu>ul>li:nth-child(3)>span>a:after{background: var(--green);}
.menu>ul>li:nth-child(3) dl dd a{background: var(--green);}

.menu>ul>li:nth-child(4)>span>a:hover{background: var(--red);}
.menu>ul>li:nth-child(4)>span>a:after{background: var(--red);}
.menu>ul>li:nth-child(4) dl dd a{background: var(--red);}


/*mMenu*/
.m_header{width: 100%;}
.sp_header1{height:70px;overflow:hidden;background:#fff;position:fixed;z-index:9999;width:100%;display: none;top: 0;}
.sp_logo1{float:left;height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo1 img{margin:auto;max-height:50px;}
.sp_nav1{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:25px}
.sp_nav1 span{display:block;background:#000;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav1 span:nth-of-type(1){top:0px}
.sp_nav1 span:nth-of-type(2){top:10px}
.sp_nav1 span:nth-of-type(3){top:20px}
.sp_nav_se1 span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se1 span:nth-of-type(2){width:0}
.sp_nav_se1 span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav1{position:fixed;z-index:999;background:#fff;width:100%;height:calc(100% - 70px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display: none;}
.nav_show1{top:70px;}
.sjj_nav1 ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav1 ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav1 ul li .sjj_nav_i_se1 svg{transform:rotate(0deg)}
.sjj_nav1 ul li{border-top:1px #e4e8eb solid;position:relative;line-height:45px;font-size:16px}
.sjj_nav1>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav1 ul li ul{display:none}
.sjj_nav1 ul li a{color:#333;width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav1 ul li a:hover{color: #0188FB;}
.sjj_nav1 ul li ul li a{color:#333;display:block;text-align:left;}
.sjj_nav1 ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav1 ul li .sjj_nav_i_se svg{fill:#333}
.sjj_nav1 ul li ul li>ul{margin-left:10px}
.sjj_nav1 ul li ul li{border-top: none;}
.sjj_nav1 ul li ul li a{padding: 0 30px;}

/*mSearch*/
.mSearch{position: relative;width: calc(100% - 20px);height: 35px;overflow: hidden;margin: 20px 10px;}
.mSearch input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 60px 0 10px;box-sizing: border-box;border: 1px solid #ccc;border-radius: 25px;background: none;outline: none;}
.mSearch button{background-image: linear-gradient(to right,#01b2ac 0,#004ea2 100%);width: 60px;height: 35px; position: absolute; top: 0;right: 0;border-radius: 0 25px 25px 0;color: #fff;font-size: 14px;border: none;}

/*swiper*/
.swiper {width: 100%;height: 100%;position: relative;overflow: hidden;}
.swiper-slide {background: #fff;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-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}
.swiper .swiper-button-next:after,.swiper .swiper-button-prev:after{font-size: 30px;}

/*common*/
.disFlex {
	flex-wrap: wrap;
	display: -webkit-box;/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;/* Firefox 17- */
	display: -webkit-flex;/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;/* Firefox 18+ */
	display: -ms-flexbox;/* IE 10 */
	display: flex;
}
.jusBet{justify-content: space-between;}
.jusCet{justify-content: center;}
.jusEnd{justify-content: flex-end;}
.aliTop{align-items: flex-start;}
.aliCet{align-items: center;}
.aliBtm{align-items: flex-end;}

.img{font-size: 0px;overflow: hidden;}
img{transition: 0.5s;}

.f_left{float: left;}
.f_right{float: right;}
.clearfix:before,
.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;overflow: hidden;}
.clearfix {*zoom: 1;}

.bgfff{background: #fff !important;}
.fff{color: #fff !important;}
em{font-style: normal;}
.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

.pt140{padding-top: 140px;}
.pb140{padding-bottom: 140px;}
.pt120{padding-top: 120px;}
.pb120{padding-bottom: 120px;}
.pt100{padding-top: 100px;}
.pb100{padding-bottom: 100px;}
.pt80{padding-top: 80px;}
.pb80{padding-bottom: 80px;}
.pt60{padding-top: 60px;}
.pb60{padding-bottom: 60px;}
.pt50{padding-top: 50px;}
.pb50{padding-bottom: 50px;}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt35{margin-top: 35px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}

.textCet{text-align: center;}
.textRight{text-align: right;}
.pc_show{}
.m_show{display: none;}
.iTit{font-size: 1.9vw;color: #000;font-weight: bold;}
.iTit2{font-size: 1.56vw;color: #000;font-weight: bold;}
.iTit3{font-size: 24.5px;color: #000;font-weight: bold;}
.iTxt{font-size: 16px;color: #666;}
.iLine i{display: block;width: 100%;height: 4px;background: var(--main-color);}
.iLine2 i{display: block;width: 100%;height: 4px;background: var(--orange);}
.iLine4 i{display: block;width: 100%;height: 4px;background: var(--green);}
.iLine5 i{display: block;width: 100%;height: 4px;background: var(--red);}
.iLine3 i{display: block;width: 100%;height: 1px;background: #ddd;}
.hidden{overflow: hidden;}
.comBg{background-size: cover;background-repeat: no-repeat;}
.iVideo{width: 100%;}
.iVideo video{width: 100%;}
.iImg{width: 100%;}
.iImg video{width: 100%;}
.iMore a{display: inline-block;padding: 15px 25px;border-radius: 50px;background: var(--main-color2);font-size: 16px;font-weight: bold;color: #fff;}
.iMore a:hover{opacity: 0.6;}

/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;position: relative;}
.banBtm{height: 25px;position: relative;background: var(--main-color);}
.bannerSwiper {
    height: auto;
}

    .bannerSwiper .swiper-button-next, .bannerSwiper .swiper-button-prev {
        width: 32px;
        height: 32px;
        background: rgba(0,0,0,0.1);
        border-radius: 50%;
        color: #fff;
    }

        .bannerSwiper .swiper-button-next:after, .bannerSwiper .swiper-button-prev:after {
            font-size: 20px;
        }

.banBtm .bannerPage {
    bottom: 4px !important;
}

.banBtm .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    background: transparent;
    opacity: 1;
}

.banBtm .swiper-pagination-bullet-active {
    background: #fff;
}

.banner .part {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .banner .part .img {
        width: 100%;
        height: 100%;
    }

        .banner .part .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .banner .part .left {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        display:none;
    }.banner .part .desc{max-width: 600px;width: 600px;padding-right: 5%;margin-left: auto;}
.banner .part .tit{font-size: 2.3vw;color: var(--main-color);font-weight: 300;}
.banner .part .txt{font-size: 1.12vw;color: #666;}
.banMore{}
.banMore a{display: inline-block;padding: 0.6vw 1.2vw;border-radius: 50px;background: var(--main-color);color: #fff;font-size: 1vw;}
.banMore a i{margin-right: 0.5vw;}
.banMore a:last-child{background: var(--main-color2);margin-left: 1vw;}
.banMore a:hover{opacity: 0.8;}

.index1{width: 100%;}
.i1Slide{width: 100%;}
.i1Tab{width: 100%;border-bottom: 4px solid var(--main-color);margin-bottom: 32px;}
.i1Tab ul li{padding: 1vw;background: #e9ebed;color: #595959;font-size: 0.86vw;font-weight: bold;cursor: pointer;}
.i1Tab ul li.on{background: var(--main-color);color: #fff;}

.i1List1{width: 100%;}
.i1List1 ul li{width: calc(25% - 30px);margin-right: 40px;margin-bottom: 40px;}
.i1List1 ul li:nth-child(4n){margin-right: 0;}
.i1List1 .part{display: block;width: 100%;height: 100%;border-bottom: 4px solid var(--main-color);}
.i1List1 .part .img{width: 100%;height: 150px;display: flex;justify-content: center;align-items: center;}
.i1List1 .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.i1List1 .part .t1{padding: 20px;font-size: 16px;font-weight: bold;text-align: center;color: var(--main-color);}
    .i1List1 .part .txt {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: #666;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        padding-top: 0;
        line-height: 1.6;
    }
.i1List1 .part:hover .t1{color: var(--main-color3);}

.i1List2{width: 100%;}
.i1List2 ul li{width: calc(20% - 32px);margin-right: 40px;margin-bottom: 40px;}
.i1List2 ul li:nth-child(5n){margin-right: 0;}
.i1List2 .part{display: block;width: 100%;height: 100%;border-bottom: 4px solid #8dc63f;}
.i1List2 .part .icon{width: 80px;height: 80px;display: flex;justify-content: center;align-items: center;margin: 0 auto;}
.i1List2 .part .icon img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.i1List2 .part .t1{padding: 20px;font-size: 16px;font-weight: bold;text-align: center;color: #8dc63f;}
.i1List2 .part:hover .t1{color: var(--main-color3);}

.index2{width: 100%;}
.i2List{width: 100%;}
.i2List ul li{width: calc(33.3% - 26.6px);margin-right: 40px;margin-bottom: 40px;}
.i2List ul li:nth-child(3n){margin-right: 0;}
.i2List .part{width: 100%;height: 100%;background: #f7f7f7;border-radius: 5px;border: 1px solid #ddd;padding: 16px;display: flex;justify-content: space-between;}
.i2List .part .icon{width: 65px;margin-right: 15px;text-align: center;}
.i2List .part .icon img{width: auto;max-width: 100%;}
.i2List .part .desc{width: calc(100% - 80px);}
.i2List .part .t1{font-size: 16px;color: var(--main-color);font-weight: bold;line-height: 1.8;}
.i2List .part .t1 a{color: var(--main-color);}
.i2List .part .tag{margin-top: 10px;font-size: 12px;color: #666;}

.footer{background: #E9EDEB;padding: 60px 0;font-size: 14px;color: #666;}
.fTit{font-size: 16px;color: #000;font-weight: bold;margin-bottom: 10px;}
.fTit span{display: inline-block;border-bottom: 1px solid #000;padding-bottom: 5px;}
.fLogo{}
.fLogo img{width: auto;height: auto;max-height: 45px;}
.fWarp .item{width: 30%;}
.fTel .row{margin: 10px 0;}
.fTel .icon{width: 25px;text-align: center;margin-right: 15px;color: var(--main-color);font-size: 20px;}
.fTel .desc{flex: 1;font-size: 14px;color: #666;}
    .fTel .desc p {
        font-family: Times New Roman;
    }

.fTel .desc h3{font-weight: bold;color: #000;font-size: 14px;margin-bottom: 5px;}
.fMenu{}
.fMenu ul li{margin: 15px 0;}
.fMenu a{font-size: 14px;color: #333;text-decoration: underline;}
.fMenu a:hover{color: var(--main-color);}

.fCop{padding-top: 20px;margin-top: 20px;border-top: 1px solid #ddd;}
.fCop a{color: #333;}
.fCop a:hover{color: var(--main-color);}

.tongtu{background: var(--orange);padding: 40px 0;}

.mainContent{width: 100%;background: #fff;padding: 60px 0;}
.mainWarp{width: 100%;display: flex;justify-content: space-between;}
.mainLeft{width: calc(100% - 320px);}
.mainRight{width: 280px;margin-left: 20px;}

.tab_list5{padding: 16px;background: #f7f7f7;border: 1px solid #ddd;border-radius: 0 0 5px 5px;}
.accordion {width: 100%;}
.accordion .link {cursor: pointer;display: block;padding: 10px 0;color: #555;font-size: 16px;position: relative;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;box-sizing: border-box;}
.accordion .link a{color: #666;font-size: 16px;font-weight: 400;text-decoration: none;}
.accordion li i {position: absolute;top: 10px;left: 12px;font-size: 18px;color: #666;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;}
.accordion li i.icon {right: 12px;left: auto;font-size: 20px;}

.submenu {display: none;font-size: 14px;}
.submenu li {border-bottom: 1px dotted #e8e5e5;}
.submenu a {display: block;text-decoration: none;color: #666 !important;padding: 10px;-webkit-transition: all 0.25s ease;-o-transition: all 0.25s ease;transition: all 0.25s ease;padding-left: 20px;}
.submenu a:hover {color: #027D3A !important;}

.accordion li.on .link a{color: var(--orange);font-weight: bold;}

/*tab5_____end*/

.mrTit{width: 100%;height: 50px;line-height: 50px;border-radius: 5px 5px 0 0;font-size: 20px;color: #fff;font-weight: bold;background: var(--orange);padding: 0 20px;}


/*关于我们*/

.company{width: 100%;}
.aboTxt{font-size: 16px;color: #666;}
.aboTxt h3{font-size: 24px;color: var(--orange);}
.company1List{width: 100%;}
.company1List ul li{width: 25%;margin-bottom: 35px;}
.company1List .img{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;padding: 5px 10px;}
.company1List .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}

.company2 .company1List ul li{width: 33.3%;}

.about1{width: 100%;}
.about1 .img{width: 35%;}
.about1 .img img{width: 100%;}
.about1 .desc{width: 63%;font-size: 16px;color: #666;}
.about1 .desc a{color: var(--main-color);}
    .about1 .desc h3 {
        font-family: Times New Roman;
        font-size: 16px;
        /*margin-bottom: 10px;*/
        padding: 2px 0;
        color: #666;
        line-height: 1.5em;
    }
    .about1 .desc p {
        font-family: Times New Roman;
        padding: 2px 0;
    }

.bayspec{width: 100%;}
.bayspec .iTxt a{color: var(--main-color);}
.bayspec .info{font-size: 16px;color: #666;}
.bayspec .info span,
.bayspec .info a{display: inline-block;margin-right: 20px;text-decoration: underline;}
.bayspec .info a{color: var(--main-color);}

.bayspecList{width: 100%;}
.bayspecList ul li{margin: 15px 0;color: #333;font-size: 16px;line-height: 1.8;}
.bayspecList ul li a{color: var(--main-color);}
.bayspecList ul li a:hover{opacity: 0.6;}

.channel{width: 100%;}
.channel ul li{width: calc(50% - 20px);margin-bottom: 40px;}
.channel .part{width: 100%;}
.channel .part .iVideo{width: 100%;height: 225px;background: #eee;}
.channel .part .iVideo video{width: 100%;height: 100%;}
.channel .part .tit{margin-top: 15px;color: #666;font-size: 16px;}

.faq{width: 100%;}
.faqList{width: 100%;}
.faqList ul li{border-bottom: 1px solid #eceeef;}
.faqList .tab{background: #f9f9f9;padding: 10px;display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #eceeef;}
.faqList .tab .tit{flex: 1;font-size: 16px;color: #000;font-weight: bold;}
.faqList .tab .icon{color: var(--orange);font-size: 22px}
.faqList .tab.on .icon i:before{content: "\f106";}

.faqList .panel{padding: 20px;display: none;border: 1px solid #ddd;background: #fff;}

.news{width: 100%;}
.news ul li{padding: 20px 0;border-bottom: 1px solid #eee;}
.news .part{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: flex-start;}
.news .part .img{width: 100%;max-width: 200px;margin-right: 20px;display: flex;justify-content: center;}
.news .part .img img{width: auto;max-width: 100%;}
.news .part .desc{flex: 1;}
.news .part .t1{font-size: 20px;color: #000;font-weight: bold;line-height: 1.6;}
.news .part .tag{border-bottom: 1px solid #eee;font-size: 14px;font-weight: bold;color: #666;margin-top: 15px;padding-bottom: 5px;}
.news .part .tag a{color: var(--main-color);}
.news .part .tag a:hover{opacity: 0.6;}
.news .part .txt{margin: 15px 0;font-size: 16px;color: #666;}
.news .part .more{margin-top: 15px;}
.news .part .more a{font-weight: bold;font-size: 16px;color: var(--main-color);}
.news .part .more a:hover{opacity: 0.6;}

/*proclass*/

.tongtu2{background: url(../images/bg_1.jpg) center no-repeat;background-size: cover;}
.tongtu2 .wapper{position: relative;padding: 40px 0;}
    .tongtu2 .imgBox {
        display: none;
        width: 300px;
        position: absolute;
        top: 20px;
        right: 0;
        z-index: 9;
    }
.tongtu2 .imgBox img{width: 100%;}

.current{border-bottom: 1px solid #eee;padding: 10px 0;color: #888;font-size: 14px}
.current a{font-size: 14px;color: var(--main-color);position: relative;}
.current a:after{content: ">";padding: 0 5px;color: #888;}

.proclass{width: 100%;}
.product{width: 100%;}
.proTop{width: 100%;}
.proTop .desc{width: 65%;}
.proTop .img{width: 35%;text-align: center;}
.proTop .img img{max-width: 100%;width: auto;}
.proTop .iTxt a{color: var(--main-color);}

.prodetail{width: 100%;}
.prodTit{font-size: 20px;color: #000;font-weight: bold;}
.prod1{width: 100%;}
.prod1 .desc{width: 62%;}
.prod1 .img{width: 35%;}
.prod1 .img img{width: 100%;}
.prod1 .title{font-size: 20px;color: #666;font-weight: 300;}
.prod1 .title2{font-size: 20px;color: #000;font-weight: bold;}
.prodTxt{/*height: 200px;*/overflow: hidden;}
.prodTxt.active{height: auto;overflow: auto;}

.prodTxtBtn{font-size: 14px;color: var(--main-color);cursor: pointer;}
.prodTxtBtn span{text-transform: uppercase;}
.prodTxtBtn .span2{display: none;}
.prodTxtBtn.active .span1{display: none;}
.prodTxtBtn.active .span2{display: block;}

.prod2{width: 100%;}
.prod2 .tab{border-bottom: 4px solid var(--main-color);}
.prod2 .tab ul li{width: 50%;border-radius: 5px 5px 0 0;padding: 16px;background: #eee;cursor: pointer;}
.prod2 .tab ul li.on{background: var(--main-color);color: #fff;}
.prod2 .tab ul li.on .prodTit{color: #fff;}
.prod2 .panel{padding: 20px;border: 1px solid #ddd;}

.prod2Warp{width: 100%;}
.prod2Warp ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
    .prod2Warp ul li {
        width: 48%;
        line-height: 1.5em;
        font-size: 16px;
        color: #666;
        padding-left: 20px;
        background: url(../images/bg-chev.png) left top 5px no-repeat;
        background-size: 10px;
    }

.prod2Table{width: 100%;font-size: 14px;}

.prod2Table table {width: 100%;border-collapse: collapse}
.prod2Table td {padding: .6rem;border: 1px solid #CCC;border-collapse: collapse;background: var(--lighter)}
    .prod2Table td p {
        padding: 5px 5px;
    }
.prod2Table td:nth-child(1) {font-weight: 700}
    .prod2Table td:nth-child(1) p {
        padding: 5px 5px;
    }

/*applications*/
.tongtu3{background: var(--green);}
.applications{width: 100%;}

.applications .i1List2 ul li:nth-child(3n){margin-right: 0;}
.applications .i1List2 ul li:nth-child(5n){margin-right: auto;}
.applications .i1List2 ul li{width: calc(33.3% - 26.6px);margin-right: 40px;margin-bottom: 40px;}

.mainContent2 .mrTit{background: var(--green);}
.mainContent2 .accordion li.on .link a{color: var(--green);}

.appList{width: 100%;}
.appList ul li{width: calc(33.3% - 26.6px);margin-right: 40px;margin-bottom: 40px;}
.appList ul li:nth-child(3n){margin-right: 0;}
.appList .part{display: block;width: 100%;}
.appList .part .img{width: 100%;}
    .appList .part .img img {
        object-fit: cover;
        height: 200px;
        width: 100%;
    }
.appList .part .desc{margin-top: 20px;}
.appList .part .t1{font-size: 16px;color: #666;    height: 36px;}
.appList .part .btn{margin-top: 20px;}
.appList .part .btn img{max-height: 42px;}

.tongtu4{background: var(--red);}
.mainContent3 .mrTit{background: var(--red);}
.mainContent3 .accordion li.on .link a{color: var(--red);}

.contact{width: 100%;}
.contact .warp .left{width: 48%;}
.contact .warp .right{width: 48%;}
.contact .warp .map{width: 100%;/*height: 350px;*/background: #eee;overflow: hidden;}
.contact .warp .item{margin-bottom: 20px;font-size: 16px;color: #666;}
    .contact .warp .item h3 {
        line-height: 1.5em;
        font-family: Times New Roman;
        color: #333;
        font-size: 16px;
        /*margin-bottom: 10px;*/
    }
    .contact .warp .item p {
        font-family: Times New Roman;
        padding: 0;
    }

.mesForm{width: 100%;}
.mesForm .row{margin-bottom: 20px;}
.mesForm .tit{font-size: 16px;color: #666;font-weight: bold;margin-bottom: 10px;}
.mesForm .tit span{font-style: italic;color: #f00;font-weight: normal;font-size: 14px;}
.mesForm .input input,
.mesForm .input select,
.mesForm .input textarea{width: 100%;height: 38px;border: 1px solid #000;padding: 0 10px;font-size: 14px;color: #333;outline: none;}
.mesForm .input textarea{height: 190px;padding: 10px;}
.mesForm .input .box{width: 49%;}
.mesForm .txt{margin-top: 10px;font-size: 14px;color: #666;}

.mesForm .btn button{display: inline-block;padding: 15px 30px;border: none;background: #eee;font-size: 16px;color: #333;font-weight: bold;border-radius: 30px;}

.support{width: 100%;}

.sales{width: 100%;}
.sales .tab{margin-bottom: 20px;}
.sales .tab strong{font-size: 16px;color: #666;}
.sales .tab ul li{display: inline-block;margin-left: 25px;color: #999;cursor: pointer;font-size: 16px;font-weight: bold;}
.sales .tab ul li.on{color: #333;}
.sales .tab ul li:hover{color: var(--red);}
.mapImg img{max-width: 100%;}

.sales .panel .item{display: none;}
.salesList{width: 100%;font-size: 14px;color: #666;line-height: 1.6;}
.salesList .row{display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 20px;}
.salesList h3{font-size: 14px;color: var(--red);}
.salesList .txt{font-size: 14px;}
.salesList .txt p{padding: 0;}
.salesList .txt a{color: var(--main-color);}

.inside{width: 100%;overflow: hidden;}
.inside img{max-width: 100%;}




@media only screen and (max-width: 1200px) {
.wapper{ width:100%;padding: 0 10px;}
.banner .part .left{width: 35%;padding: 10px;}
.banner .part .desc{width: 100%;}
.banner .part .img{width: 65%;}





}

@media only screen and (max-width: 980px) {
.indexTop{display: none;}
.header{ display:none}
.sp_header1{ display:block;}
.sjj_nav1{ display:block;}
.hHei{height: 70px;}
.bannerSwiper{height: 200px;}
.banner .part{flex-wrap: wrap;}
.banner .part .left{position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 100%;}
.banner .part .img{width: 100%;}
.banner .part .tit{font-size: 20px;font-weight: bold;}
.banner .part .txt{display: none;}
.banMore a{padding: 10px 20px;font-size: 14px;}
.iTit{font-size: 26px;}
.iTit2{font-size: 24px;}
.iTit3{font-size: 20px;}
.iTxt{font-size: 14px;}
.i1Tab ul li{padding: 10px 20px;font-size: 14px;}
.i1List1 ul li{width: 100%;margin-right: 0;padding: 0 10px;margin-bottom: 20px}
.i1List2 ul li{width: 33.3%;margin-right: 0;padding: 0 10px;margin-bottom: 20px;}
.i2List ul li{width: 100%;margin-right: 0;margin-bottom: 20px;}
.fWarp .item{width: 100%;margin: 10px 0;}
.mainWarp{flex-wrap: wrap;}
.mainLeft{width: 100%;margin-bottom: 30px;}
.mainRight{width: 100%;margin: 0;}
.about1 .img{width: 100%;margin-bottom: 20px;}
.about1 .desc{width: 100%;}
.applications .i1List2 ul li{width: 50%;margin-right: 0;margin-bottom: 20px;padding: 0 10px;}
.appList ul li{width: 100%;margin-right: 0;margin-bottom: 20px;}
.appList ul li{margin-right: 5px;}
.channel ul li{width: 100%;margin-bottom: 20px;}
.company1List ul li{width: 50%;}
.contact .warp .left{width: 100%;margin-bottom: 20px;}
.contact .warp .right{width: 100%;}
.news .part{flex-wrap: wrap;}
.news .part .img{width: 100%;margin: 0 auto;margin-bottom: 20px;}
.news .part .desc{width: 100%;flex: auto;}
.tongtu2 .imgBox{width: 200px;}
.i1List1 .part .txt{padding-left: 0;padding-right: 0;}
.proTop .desc{width: 100%;}
.proTop .img{width: 100%;}
.sales .tab strong{width: 100%;margin-bottom: 20px;}
.sales .tab ul li{margin-left: 0;margin-right: 10px;margin-bottom: 5px;}
.prod1 .desc{width: 100%;margin-bottom: 20px;}
.prod1 .img{width: 100%;}









}
