

.index-body{margin: 0 auto;min-width: 1200px;background: #fff;}
/* input::-webkit-input-placeholder {color: #999;}
input:-moz-placeholder {color: #999;}
input:-ms-input-placeholder {color: #999;} */
.body-box-index{width: 100%;}

/* 首页 一部分 */
.index-1{height: 937px;box-sizing: border-box;}

/* 首页 页头 index/hd-common.css 公用 */


/* 首页 一部分 */
.index-first{position: relative;width: 100%;height: 688px;box-sizing: border-box;overflow: hidden;}
/* 1.1 知识产权一站式服务联盟 */
.first-part{float: left;overflow: hidden;}
/* .serve-intro{position: relative;margin: 0 auto;padding-top: 100px;width: 1200px;height: 688px;box-sizing: border-box;} */
.servebox-serve{position: relative;margin: 0 auto;padding-top: 100px;height: 688px;box-sizing: border-box;}
.serve-intro{position: relative;margin: 0 auto;/*padding-top: 100px;*/width: 1200px;/*height: 688px;*/box-sizing: border-box;}

.index-first .dots{position: absolute;bottom: 20px;left: 50%;margin: 0 0 0 -71px;width: 142px;height: 34px;box-sizing: border-box;}
.index-first .dots li:nth-child(1){display: block;float: left;width: 68px;height: 34px;background: url(../../imgs/index_icon.png) -300px -240px;cursor: pointer;}
.index-first .dots li:nth-child(2){display: block;float: right;width: 68px;height: 34px;background: url(../../imgs/index_icon.png) -370px -240px;cursor: pointer;}

.index-first .dots li:nth-child(1).active{background-position: -300px -300px;}
.index-first .dots li:nth-child(2).active{background-position: -370px -300px;}


.intro-present{position: relative;margin-left: 228px;width: 600px;height: 312px;border: 2px solid #2762f1;border-top: none;box-sizing: border-box;}
.present-linel{position: absolute;top: 0;left: 0;width: 75px;height: 2px;background: #2762f1;}
.present-img{position: absolute;top: -20px;left: 98px;width: 405px;height: 41px;background: url(../../imgs/first_serve.png)}
.present-liner{position: absolute;top: 0;right: 0;width: 75px;height: 2px;background: #2762f1;}
.present-article{padding: 55px 0 0 24px;width: 444px;text-align: justify;font-size: 20px;}
/* 1.1 轮播 */
.intro-prese{position: absolute;top: 73px;right: 0;width: 487px;height: 274px;box-sizing: border-box;overflow: hidden;}

/* .prese-fimgbox{position: absolute;width: 1461px;overflow: hidden;}
.prese-fimgbox li{display: block;float: left;width: 487px;height: 274px;}
.fimgbox-image{display: block;} */

.prese-fimgbox{position: absolute;width: 100%;height: 100%;overflow: hidden;}
.prese-fimgbox li{position: absolute;}
.fimgbox-image{width: 487px;height: 274px;}
.fimgbox-imgname{position: absolute;bottom: 0px;left: 0px;padding-left: 8px;width: 410px;height: 28px;line-height: 28px;background: rgba(0, 0, 0, 0.4);box-sizing: border-box;overflow: hidden;text-align: left;color: #fff;font-size: 12px;z-index: 10;}
/* .prese-fserial{position: absolute;bottom: 0; left: 0;padding: 0 8px;width: 487px;height: 28px;line-height: 28px;background: rgba(0, 0, 0, 0.4);box-sizing: border-box;overflow: hidden;} */
.intro-slider{position: absolute;width: 487px;height: 274px;}
.prese-fserial{position: absolute;bottom: 0; right: 0;padding: 0 8px 0 23px;width: 77px;height: 28px;line-height: 28px;background: rgba(0, 0, 0, 0.4);box-sizing: border-box;overflow: hidden;z-index: 20;}
.fserial-fname{position: absolute;bottom: 0; left: 0;padding-left: 8px;width: 410px;height: 28px;line-height: 28px;background: rgba(0, 0, 0, 0.4);box-sizing: border-box;overflow: hidden;text-align: left;color: #fff;font-size: 12px;z-index: 10;}
.fnum-number{display: block;float: left;margin: 8px 0 0 3px;width: 12px;height: 12px;line-height: 12px;border-radius: 50%;background: #727272;text-align: center;color: #fff;font-size: 10px;cursor: pointer;}

/* .fserial-fname{float: left;width: 410px;box-sizing: border-box;overflow: hidden;color: #fff;font-size: 12px;} */
.fserial-fnum{float: right;}
/* .fnum-number{display: block;float: left;margin: 8px 0 0 3px;width: 12px;height: 12px;line-height: 12px;border-radius: 50%;background: #727272;text-align: center;color: #fff;font-size: 10px;cursor: pointer;} */
.fnum-number:hover{background: #fdce26;}
/* .fnum-fatv{background: #fdce26;} */
span.active{background: #fdce26;}



/* 1.2 平台特色 球转动 */
.first-platform{/*width: 50%;*//*height: 688px;*/height: 100%;background: url(../../imgs/index_1_2.png) no-repeat;background-size: auto auto;background-position: 50%;}
.platbox-platform{position: relative;margin: 0 auto;width: 1200px;height: 688px;}
/* 球体转动 */
@keyframes animlop1X{
    0% {
        left: 50%;
        margin-left: -555px;
    }
    100% {
        left: 50%;
        margin-left: 462px;
    }
}
@keyframes animlop1Y{
    0% {
        top: 292px;
        margin-top: -239px;
    }
    100% {
        top: 292px;
        margin-top: 159px;
    }
}
@keyframes animlop2X{
    0% {
        left: 50%;
        margin-left: -450px;
    }
    100% {
        left: 50%;
        margin-left: 332px;
    }
}
@keyframes animlop2Y{
    0% {
        top: 172px;
        margin-top: -60px;
    }
    100% {
        top: 172px;
        margin-top: 206px;
    }
}


.platform-feature{position: relative;margin: 0 auto;width: 1027px;height: 398px;}
.feature-lopp1{position: absolute;left: 50%;top: 105px;margin: 0 0 0 -513px;width: 1027px;height: 398px;border-radius: 50%;border: 1px solid #fff;box-sizing: border-box;}
.feature-ball{display:flex;position: absolute;align-items:center;justify-content:center;}
.ball-name{position: absolute;left: 50%;margin-left: -75px;width: 150px;text-align: center;color: #fff;}
.ball-push{width: 120px;height: 120px;background: url(../../imgs/index_icon.png) -170px 0px;z-index: 10;
    animation: animlop1X 10s cubic-bezier(0.36, 0, 0.64, 1) -5s infinite alternate,
    animlop1Y 10s cubic-bezier(0.36, 0, 0.64, 1) 0s infinite alternate;}
.push-name{bottom: -30px;font-size: 24px;}
.ball-retrieve{width: 100px;height: 100px;background: url(../../imgs/index_icon.png) -40px -240px;z-index: 10;
    animation: animlop1X 10s cubic-bezier(0.36, 0, 0.64, 1) -7.857s infinite alternate,
    animlop1Y 10s cubic-bezier(0.36, 0, 0.64, 1) -2.857s infinite alternate;}
.retrieve-name{bottom: -25px;font-size: 20px;}
.ball-annual{width: 120px;height: 120px;background: url(../../imgs/index_icon.png) -300px 0px;z-index: 10;
    animation: animlop1X 10s cubic-bezier(0.36, 0, 0.64, 1) -10.714s infinite alternate,
    animlop1Y 10s cubic-bezier(0.36, 0, 0.64, 1) -5.714s infinite alternate;}
.annual-name{bottom: -30px;font-size: 24px;}
.ball-operate{width: 80px;height: 80px;background: url(../../imgs/index_icon.png) -300px -130px;z-index: 10;
    animation: animlop1X 10s cubic-bezier(0.36, 0, 0.64, 1) -13.571s infinite alternate,
    animlop1Y 10s cubic-bezier(0.36, 0, 0.64, 1) -8.571s infinite alternate;}
.operate-name{bottom: -20px;font-size: 16px;}



.feature-lopp2{position: absolute;left: 50%;top: 172px;margin: 0 0 0 -391px;width: 782px;height: 266px;border-radius: 50%;border: 1px solid #fff;box-sizing: border-box;}
.ball-rival{width: 120px;height: 120px;background: url(../../imgs/index_icon.png) -40px 0;
    animation: animlop2X 10s cubic-bezier(0.36, 0, 0.64, 1) -16.428s infinite alternate,
    animlop2Y 10s cubic-bezier(0.36, 0, 0.64, 1) -11.428s infinite alternate;}
.rival-name{bottom: -30px;font-size: 24px;}
.ball-trace{width: 90px;height: 90px;background: url(../../imgs/index_icon.png) -170px -130px;
    animation: animlop2X 10s cubic-bezier(0.36, 0, 0.64, 1) -19.285s infinite alternate,
    animlop2Y 10s cubic-bezier(0.36, 0, 0.64, 1) -14.285s infinite alternate;}
.trace-name{bottom: -25px;font-size: 18px;}
.ball-self{width: 100px;height: 100px;background: url(../../imgs/index_icon.png) -40px -130px;
    animation: animlop2X 10s cubic-bezier(0.36, 0, 0.64, 1) -22.142s infinite alternate,
    animlop2Y 10s cubic-bezier(0.36, 0, 0.64, 1) -17.142s infinite alternate;}
.self-name{bottom: -25px;font-size: 20px;}
.ball-report{width: 100px;height: 100px;background: url(../../imgs/index_icon.png) -170px -240px;
    animation: animlop2X 10s cubic-bezier(0.36, 0, 0.64, 1) -13.571s infinite alternate,
    animlop2Y 10s cubic-bezier(0.36, 0, 0.64, 1) -8.571s infinite alternate;}
.report-name{bottom: -25px;font-size: 20px;}


.feature-lopp3{position: absolute;left: 50%;top: 252px;margin: 0 0 0 -175px;width: 350px;height: 104px;line-height: 104px;border-radius: 50%;border: 1px solid #fff;box-sizing: border-box;text-align: center;color: #fff;font-size: 36px;}




/* .sliderimg{width: 100%;height: 678px;} */
.first-part:nth-child(1) .sliderimg{background: 678px;background: url(../../imgs/index_1_1.png) no-repeat;background-size: auto auto;background-position: 50%;}
.first-part:nth-child(2) .sliderimg{background: url(../../imgs/index_1_2.png) no-repeat;background-size: auto auto;background-position: 50%;}




/* 首页 二部分 */
.index-2{position: relative;width: 100%;height: 937px;background: url(../../imgs/index_2.png) no-repeat;background-size: auto auto;background-position: 50%;box-sizing: border-box;overflow: hidden;}
.index-2-tle{position: relative;margin: 0 auto;padding: 35px 0 54px;width: 360px;height: 160px;box-sizing: border-box;text-align: center;color: #2762f1;font-weight: normal;font-size: 32px;}
.index-2-tle .tle-i{display: block;position: absolute;bottom: 60px;width: 100px;height: 2px;background: #2762f1;}
.index-2-tle .tle-linel{left: 44px;}
.index-2-tle .tle-point{bottom: 54px;left: 174px;width: 16px;height: 14px;background: url(../../imgs/index_icon.png) 0px -90px;}
.index-2-tle .tle-liner{right: 44px;}

.index-second{position: relative;margin: 0 auto;width: 1200px;height: 680px;box-sizing: border-box;overflow: hidden;/*width: 100%;height: 937px;*//*background: url(../../imgs/index_2.png) no-repeat;background-size: auto auto;background-position: 50%;*/}
/* .idx-box-second{} */
.second-sectab{position: absolute;bottom: 40px;left: 50%;margin-left: -32px;width: 65px;height: 3px;}
.sectab-secpoint{display: block;float: left;width: 30px;height: 3px;background: url(../../imgs/index_icon.png) 0px -110px;cursor: pointer;}
.sectab-secpoint:nth-child(1){margin-right: 5px;}
/* .sectab-secatv{background-position: 0px -120px;} */
/* 二部分 1 */
.second-companys{position: absolute;top: 0;left: 0;margin: 0 auto;width: 1200px;height: 680px;background: rgba(255, 255, 255, 0.5);}
.companys-oneul{padding: 42px 18px 0 18px;overflow: hidden;}
.secul-sli{display: block;float:left;margin-right: 58px;padding: 13px 20px;max-width: 280px;background: #2762f1;box-shadow: 0px 8px 18px 0px rgba(121, 160, 231, 0.3);border-radius: 4px;box-sizing: border-box;text-align: center;color: #fff;font-size: 16px;cursor: pointer;}
.companys-oneul .secul-sli:nth-child(1){margin-top: 63px;}
.companys-oneul .secul-sli:nth-child(2){margin-top: 14px;}
.companys-oneul .secul-sli:nth-child(3){margin-top: 0px;}
.companys-oneul .secul-sli:nth-child(4){margin-top: 44px;margin-right: 0;}

.companys-twoul{position: relative;padding: 0px 18px 0 18px;overflow: hidden;}
.companys-twoul .secul-sli:nth-child(1){margin-top: 21px;margin-left: 60px;}
.companys-twoul .secul-sli:nth-child(2){margin-top: 12px;}
.companys-twoul .secul-sli:nth-child(3){margin-top: 0px;/*padding: 16px 40px;*/}
.companys-twoul .secul-sli:nth-child(4){margin-top: 32px;margin-right: 0;}

.companys-threeul{padding: 8px 18px 0 18px;overflow: hidden;}
.companys-threeul .secul-sli:nth-child(1){margin-top: 0px;}
.companys-threeul .secul-sli:nth-child(2){margin-top: 23px;padding: 13px 12px;}
.companys-threeul .secul-sli:nth-child(3){margin-top: 8px;}
.companys-threeul .secul-sli:nth-child(4){margin-top: 23px;padding: 13px 15px;margin-right: 0;}

.secul-sli .sli-scoma{display: blocl;color: #fff;}
.secul-sli .sli-scoma:hover{text-decoration: underline;}

.companys-flag{margin-top: 70px;padding: 0 40px;overflow: hidden;}
.flag-secbox{display: list-item;float: left;margin: 0 20px 20px 0;width: 265px;height: 100px;line-height: 98px;background: #fff;border: 1px solid #d2dde5;box-sizing: border-box;text-align: center;vertical-align: middle;list-style: none;}
.secbox-seclogo{text-align: center;vertical-align: middle;}
.companys-flag .flag-secbox:last-child{margin-right: 0;}
.companys-flag:last-child{margin-top: 0;}

/* 二部分 2 */
.second-servetype{display: none;position: absolute;top: 0;left: 0;margin: 0 auto;padding-left: 150px;width: 1200px;height: 680px;background: #fff;box-sizing: border-box;}
.servetype-secserve{padding-top: 50px;overflow: hidden;}
.servetype-secserve .secserve-secevery{display: block;position: relative;float: left;margin-right: 120px;width: 220px;height: 260px;border: 1px solid #e6e6e6;box-sizing: border-box;cursor: pointer;}
.servetype-secserve .secserve-secevery:last-child{margin-right: 0;}
.secevery-seci{display: block;position: absolute;top: 36px;left: 40px;width: 140px;height: 140px;background: url(../../imgs/index_icon.png)}
.secevery-secspan{display: block;position: absolute;bottom: 35px;left: 0;width: 220px;text-align: center;font-size: 24px;}
.servetype-secserve:nth-child(1) .secserve-secevery:nth-child(1) .secevery-seci{background-position: -40px -500px;}
.servetype-secserve:nth-child(1) .secserve-secevery:nth-child(2) .secevery-seci{background-position: -190px -500px;}
.servetype-secserve:nth-child(1) .secserve-secevery:nth-child(3) .secevery-seci{background-position: -340px -500px;}
.servetype-secserve:nth-child(2) .secserve-secevery:nth-child(1) .secevery-seci{background-position: -480px -150px;}
.servetype-secserve:nth-child(2) .secserve-secevery:nth-child(2) .secevery-seci{background-position: -630px -150px;}
.servetype-secserve:nth-child(2) .secserve-secevery:nth-child(3) .secevery-seci{background-position: -480px -440px;}




.secserve-secevery:hover{background-image: linear-gradient(0deg, #938afb 0%, #458ff8 100%), linear-gradient( #e6e6e6, #e6e6e6);background-blend-mode: normal, normal;}
.servetype-secserve:nth-child(1) .secserve-secevery:nth-child(1):hover .secevery-seci{background-position: -40px -350px;}
.servetype-secserve:nth-child(1) .secserve-secevery:nth-child(2):hover .secevery-seci{background-position: -190px -350px;}
.servetype-secserve:nth-child(1) .secserve-secevery:nth-child(3):hover .secevery-seci{background-position: -340px -350px;}
.servetype-secserve:nth-child(2) .secserve-secevery:nth-child(1):hover .secevery-seci{background-position: -480px 0px;}
.servetype-secserve:nth-child(2) .secserve-secevery:nth-child(2):hover .secevery-seci{background-position: -630px 0px;}
.servetype-secserve:nth-child(2) .secserve-secevery:nth-child(3):hover .secevery-seci{background-position: -480px -300px;}
.secserve-secevery:hover .secevery-secspan{color: #fff;}




/* 首页 三部分 */
.index-3{position: relative;width: 100%;height: 937px;background: #333;box-sizing: border-box;overflow: hidden;}
.index-3-tle{position: relative;margin: 0 auto;padding: 35px 0 54px;width: 360px;height: 160px;box-sizing: border-box;text-align: center;color: #fff;font-weight: normal;font-size: 32px;}
.index-3-tle .tle-i{display: block;position: absolute;bottom: 60px;width: 100px;height: 2px;background: #fff;}
.index-3-tle .tle-linel{left: 44px;}
.index-3-tle .tle-point{bottom: 54px;left: 174px;width: 16px;height: 14px;background: url(../../imgs/index_icon.png) -20px -90px;}
.index-3-tle .tle-liner{right: 44px;}
.third-thtab{position: absolute;bottom: 40px;left: 50%;margin-left: -67px;width: 135px;height: 3px;}
.thtab-thpoint{display: block;float: left;margin-right: 5px;width: 30px;height: 3px;background: url(../../imgs/index_icon.png) 0px -110px;cursor: pointer;}
.thtab-thpoint:nth-child(4){margin-right: 0;}
/* .thtab-thatv{background-position: 0px -120px;} */
.btns-atv{background-position: 0px -120px;}

.index-third{position: relative;margin: 95px auto 0;width: 1200px;height: 534px;background-color: #2762f1;}

/* 三部分 1、2、3、4 */
.third-tcom{/*margin-top: 95px;*/width: 1200px;height: 534px;box-sizing: border-box;}
.tcom-timg{position: absolute;top: -40px;left: 40px;width: 484px;height: 374px;}
.tcom-tintro{position: relative;margin: 0 40px 0 564px;padding-top: 60px;height: 534px;background: #2762f1;box-sizing: border-box;}
.tintro-thtle{font-weight: normal;font-size: 24px;color: #ffc80b;}
.tintro-tline{display: block;margin-top: 15px;width: 60px;height: 4px;background-color: #ffc80b;}
.tintro-tarticle{margin-top: 40px;max-height: 270px;box-sizing: border-box;overflow: hidden;}
.tarticle-tp{margin-bottom: 10px;line-height: 28px;text-align: justify;font-size: 18px;color: #ffffff;}
.tcom-tintro .tintro-tha{display: block;position: absolute;bottom: 50px;left: 0;width: 140px;height: 42px;line-height: 42px;background: #ffc80b;border-radius: 2px;text-align: center;color: #fff;font-size: 18px;;}

.third-patent{display: none;position: absolute;top: 0;left: 0;}
.third-productive{display: none;position: absolute;top: 0;left: 0;}
.third-manage{position: absolute;top: 0;left: 0;}
.third-kehua{display: none;position: absolute;top: 0;left: 0;}

/* .third-manage, .third-productive, .third-patent{display: none;} */


/* 首页 四部分 */
.index-4{position: relative;width: 100%;height: 937px;background: url(../../imgs/index_4.png) no-repeat;background-size: auto auto;background-position: 50%;box-sizing: border-box;overflow: hidden;}
.index-4-tle{position: relative;margin: 0 auto;padding: 35px 0 54px;width: 360px;height: 160px;box-sizing: border-box;text-align: center;color: #fff;font-weight: normal;font-size: 32px;}
.index-4-tle .tle-i{display: block;position: absolute;bottom: 60px;width: 100px;height: 2px;background: #fff;}
.index-4-tle .tle-linel{left: 44px;}
.index-4-tle .tle-point{bottom: 54px;left: 174px;width: 16px;height: 14px;background: url(../../imgs/index_icon.png) -20px -90px;}
.index-4-tle .tle-liner{right: 44px;}

.index-fourth{position: relative;margin: 112px auto 0;width: 1200px;height: 500px;}

.fourth-other{position: relative;/*margin-top: 55px;*/height: 500px;}
.fother-prev{display: block;position: absolute;top: 50%;left: 20px;margin: 0 0 -18px -18px;width: 36px;height: 36px;background: url(../../imgs/index_icon.png) 0px -130px;cursor: pointer;}
.fother-next{display: block;position: absolute;top: 50%;right: 20px;margin: 0 0 -18px -18px;width: 36px;height: 36px;background: url(../../imgs/index_icon.png) 0px -180px;cursor: pointer;}
.other-fother{position: relative;margin: 0 auto;width: 1028px;height: 500px;border-radius: 5px;background: #fff;}
/* .fother-function{margin: 0 auto;width: 1028px;height: 580px;border-radius: 5px;background: #fff;box-sizing: border-box;overflow: hidden;} */
.fother-function{position: absolute;top: -40px;left: 30px;margin: 0 auto;width: 968px;height: 580px;background: #fff;box-shadow: 0px 0px 12px 0px rgba(166, 166, 166, 0.5);border-radius: 5px;box-sizing: border-box;overflow: hidden;}

/* 四部分 box */
.fother-box-function{width: 3872px;height: 580px;}

/* 四部分 1 */
.function-fevery{float: left;margin: 0 auto;padding: 30px 40px 0;width: 968px;height: 580px;background: #fff;box-shadow: 0px 0px 5px 0px rgba(166, 166, 166, 0.5);border-radius: 5px;box-sizing: border-box;}
.fevery-ftle{text-align: center;font-size: 30px;font-weight: normal;letter-spacing: 3px;color: #01111c;}
.ftle-fspan{display: inline-block;color: #2762f1;}
.terrace-fcon{}
.terrace-fbox-fcon{overflow: hidden;}
.fcon-fitem{position: relative;float: left;margin-top: 50px;width: 435px;box-sizing: border-box;}
.fcon-fitem:nth-child(1){width: 445px;}
/* .fcon-fitem */
.terrace-fbox-fcon:nth-child(1) .fcon-fitem:nth-child(1) .fitem-foui{display: block;position: absolute;top: 0;left: 0;width: 55px;height: 65px;background: url(../../imgs/index_icon.png) -40px -660px;}
.terrace-fbox-fcon:nth-child(1) .fcon-fitem:nth-child(2) .fitem-foui{display: block;position: absolute;top: 0;left: 0;width: 55px;height: 65px;background: url(../../imgs/index_icon.png) -100px -660px;}
.terrace-fbox-fcon:nth-child(2) .fcon-fitem:nth-child(1) .fitem-foui{display: block;position: absolute;top: 0;left: 0;width: 55px;height: 65px;background: url(../../imgs/index_icon.png) -160px -660px;}
.terrace-fbox-fcon:nth-child(2) .fcon-fitem:nth-child(2) .fitem-foui{display: block;position: absolute;top: 0;left: 0;width: 55px;height: 65px;background: url(../../imgs/index_icon.png) -220px -660px;}

.fitem-fouintro{margin: 0 0 0 75px;}
.fcon-fitem:nth-child(1) .fitem-fouintro{margin: 0 10px 0 75px;}
.fcon-fitem:nth-child(3) .fitem-fouintro{margin: 0 10px 0 75px;}
.fouintro-foutitle{margin-bottom: 10px;color: #008ccf;font-size: 24px;font-weight: normal;}
.fouintro-foudata{position: relative;padding-left: 20px;line-height: 30px;color: #07121b;font-size: 18px;}
.foudata-dataicon{display: block;position: absolute;top: 6px;left: 0;width: 12px;height: 12px;border: 1px solid #008ccf;border-radius: 50%;box-sizing: border-box;}



/* 四部分 2 */
.fubscibe-fseccon{margin-top: 50px;overflow: hidden;}
.fseccon-fsectype{float: left;margin-right: 50px;width: 260px;}
.fseccon-fsectype:nth-child(3){margin-right: 0;}
.fsectype-fsecname{display: block;width: 260px;text-align: center;font-size: 24px;}
.fseccon-fsectype:nth-child(1) .fsectype-fsecicon{display: block;margin: 15px auto 35px;width: 106px;height: 106px;background: url(../../imgs/index_icon.png) -40px -730px;}
.fseccon-fsectype:nth-child(2) .fsectype-fsecicon{display: block;margin: 15px auto 35px;width: 106px;height: 106px;background: url(../../imgs/index_icon.png) -150px -730px;}
.fseccon-fsectype:nth-child(3) .fsectype-fsecicon{display: block;margin: 15px auto 35px;width: 106px;height: 106px;background: url(../../imgs/index_icon.png) -260px -730px;}
.fsectype-fsecarticle{display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;overflow: hidden;line-height: 28px;text-align: justify;font-size: 16px;}

/* 四部分 3 */
.foupatent-fthrcon{margin-top: 50px;overflow: hidden;}
.fthrcon-fthrimg{display: block;float: left;margin-left: 20px;vertical-align: middle;}
.fthrcon-fthrintro{float: left;margin: 40px 0 0 8px;}
.fthrintro-fthritem{margin-bottom: 20px;overflow: hidden;}
.fthritem-outline{display: block;float: left;margin-right: 20px;width: 200px;color: #008ccf;font-size: 24px;}
.fthritem-explain{display: block;float: left;line-height: 32px;font-size: 18px;}

/* 四部分 4 */
.industry-foucon{margin: 20px 0 0 20px;;overflow: hidden;}
.foucon-foutopic{float: left;margin: 30px 35px 0 0;width: 390px;}
.foutopic-foutle{margin-bottom: 20px;font-weight: normal;font-size: 24px;}
.foutopic-topnape{position: relative;padding-left: 24px;line-height: 30px;color: #07121b;font-size: 18px;}
.topnape-icon{display: block;position: absolute;top: 8px;left: 0;width: 16px;height: 16px;background: url(../../imgs/index_icon.png) 0px -220px;}
.foucon-foubag{position: relative;float: right;width: 350px;height: 460px;background-image: linear-gradient(0deg, #ffffff 0%, #91b4f1 25%, #2269e2 51%, #2192ff 100%), linear-gradient(#006fe4, #006fe4);background-blend-mode: normal, normal;}
.foubag-bagimg{position: absolute;top: 102px;right: 10px;width: 440px;height: 255px;background: url(../../imgs/fou_bag.png) no-repeat;}


/* .function-foupatent, .function-fubscibe, .function-terrace{display: none;} */


/* 页尾 index/hd-common.css 公用 */
