
body{background:#fff;    line-height: 1.42857143;}
.giv-container{width:1180px;margin:0 auto; position: relative;text-align: center;}

.auto-box{width:100%;}
.up-box{height:716px;background:#f0f6fc; }

.giv-nav-box{
    position: absolute;
    top:30px;
    left:50%;
    margin-left:-590px;
    width:1180px;
    height:110px;
}
.index-nav-top{top:30px;}
.giv-logo{
    margin-left:10px; margin-top:5px;width:90px;height:100px; background:url(../../Global/Images/giv-logo-new.png) no-repeat; background-size:contain;
}
/*.giv-logo.home{width:122px;}*/
.nav{margin:0 0 0 60px;}
.nav li{width:auto;height:40px;text-align: center; padding:10px 30px 0 0; float:left;}
.nav li a{color:#595757; font-size:16px; font-weight: 700;}
.Arrow-right{background:url(../../Global/Images/Arrow-right3.png) 0 1px no-repeat; background-size:8px 10px; display:inline-block; width:10px;height:12px;padding-right:10px;transition: all 250ms;}
.Arrow-down{background:url(../../Global/Images/Arrow-down.png) 5px 2px no-repeat;display:inline-block; width:10px;height:10px;padding-left:10px;transition: all 250ms;}
.nav li a .Arrow-right{visibility: hidden;}
.nav li.on a .Arrow-right{visibility:visible;background-position: 5px 1px; }
.nav li a:hover .Arrow-right{visibility:visible;background-position: 5px 1px;}
.nav li.on a,
.nav li a:hover{color:#79171c; }


.up{padding-top:6px;}
.up a{}
.up .language{width:60px; height:38px; line-height: 38px; padding-left:20px; text-align: left;}
.up .download{display: block;
    background: #79171c;width:180px;height:38px; line-height:38px; font-size:14px; color:#fff; text-align: center; border-radius: 20px;
}


.small-font{
    display:block;
    font-size:12px;
    *font-size:10px;
    height:22px;line-height:22px;

    transform: scale(0.90);
    /*transform-origin:0 0;*/

    -ms-transform: scale(0.90);         /* IE 9 */
    /*-ms-transform-origin:0 0;       /!* IE 9 *!/*/

    -webkit-transform: scale(0.90); /* Safari 和 Chrome */
    /*-webkit-transform-origin:0 0;   /!* Safari 和 Chrome *!/*/

    -moz-transform: scale(0.90);        /* Firefox */
    /*-moz-transform-origin:0 0;      /!* Firefox *!/*/

    -o-transform: scale(0.90);      /* Opera */
    /*-o-transform-origin:0 0;        /!* Opera *!/*/
}

.up .language a{color:#79171c; font-size:14px;}




.slogan-text-btn-box{width:540px;height:50px; padding-top:40px; line-height:1.5;opacity: 0;}
a.slogan-text-btn1,a.slogan-text-btn2{ margin-right:40px; width:180px;height:38px; line-height:38px; font-size:14px; color:#fff; text-align: center; border-radius: 20px; display:inline-block;float:left; cursor: pointer; }
a.slogan-text-btn1{background:#79171c;}
a.slogan-text-btn2{background:#ed6d00;}
a.slogan-text-btn1 .small-font,a.slogan-text-btn2 .small-font{height:30px;line-height:30px;}
.icon-close{background:url(../../Global/Images/icon-close.png) no-repeat center center #333 !important;}


#trigger{}

/*banner*/

.giv-index-canvas{position: relative;margin: 0 auto; height:716px;width:1180px;}

.giv-index-canvas .slogan-text-box{position: absolute;left:705px;top:254px; width:460px;height:304px; z-index: 9;}

.slide1-layer2,.slide1-layer3{letter-spacing: 1px;color:#595757;line-height: 1.1; font-weight: 700;font-size:40px;opacity: 0; }
.slide1-layer2 i,.slide1-layer3 i{color:#79171c;}
.slide1-layer2{position: absolute;left:46px;top:303px;}
.slide1-layer3{position: absolute;left:46px;top:352px;}


.slide1-layer1{font-size:22px;color:#79171c;opacity: 0;}
.slide1-layer1 i{color:#79171c;}
.purple-line{border:1px #79171c solid;width: 94px;margin: 10px 0 20px;opacity: 0;background:#79171c;}
.slide1-layer4{font-size:17px;color:#595757;line-height:28px;opacity: 0; }


.children-box{ position: absolute;left:527px;bottom:0; background:url(../../Global/Images/home/ren.png) no-repeat 0 0; width:336px;height:217px;opacity: 0;  }

.giv-index-kv-img{position: absolute;left:482px;top:446px;background:url(../../Global/Images/home/jiantou.png) no-repeat center; width:37px;height:37px;opacity:0; }

.ball-box{position: absolute;left:0;top:0;background-repeat: no-repeat;background-position: center; opacity: 0; left:118px;top:142px; width:480px;height:469px;background-image:url(../../Global/Images/home/qiu.png);}


.giv-index-canvas.on .slide1-layer1 {animation: upgo .5s .3s linear forwards;}
.giv-index-canvas.on .purple-line {animation: upgo .5s .3s linear forwards;}
.giv-index-canvas.on .slide1-layer4 {animation: upgo .5s .6s linear forwards;}
.giv-index-canvas.on .slogan-text-btn-box {animation: upgo .5s .8s linear forwards;}

.giv-index-canvas.on .slide1-layer2 {animation: upgo2 .5s .85s linear forwards;}
.giv-index-canvas.on .slide1-layer3 {animation: upgo2 .5s .85s linear forwards;}

.giv-index-canvas.on .children-box{animation: upgo2 .5s .6s linear forwards;}
.giv-index-canvas.on .giv-index-kv-img{animation: upgo2 .8s .7s linear forwards;}
.giv-index-canvas.on .ball-box{animation: upgo2 .5s .8s linear forwards;}


@keyframes upgo {
    from{
        opacity: 0;
        transform: translate3d(0,50px,0);
    }
    to{
        opacity: 1;
        transform: translate3d(0,0,0);
    }
}
@keyframes upgo2 {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}




.second-box{height:622px; position: relative;width: 100%;top: 0; left: 0;}
.second-box-bg{background:url(../../Global/Images/trend/trend-big-bg-1.jpg) 0 0;height:622px;width: 100%;top: 0; left: 0; position: relative;background-size: cover;transition: all 250ms;}
.index-trend-mask{background:url(../../Global/Images/trend/transparent_mask.png) center 0px repeat-x;height:622px;width: 100%;top: 0; left: 0; position: absolute; pointer-events: none;}
/*.seconde-box-con,.fourth-box-con,.foot-box-con{width:1180px;margin:0 auto; position: relative;}*/
/*.second-con{*/
    /*position: absolute;*/
    /*top:0px;*/
    /*left:0;*/
    /*width:1180px;*/
    /*height:622px;*/
/*}*/
.second-text-bg{position: absolute;bottom: 0px;left:0px;background:rgba(0, 0, 0, 0.5);width:100%;height:auto; min-height:110px;}

.second-title1{color: #fff;font-size: 28px;text-align: left; line-height:60px; padding:20px 0 0 30px;}
.second-title2{color: #fff;font-size: 28px;text-align: left; }

.second-text{color: #fff;font-size:19px;letter-spacing: 0px; text-align: left; padding:0 20px 30px 30px;}
.second-text span{}
.ArrowRightStyle{border-width:20px 0px 20px 20px;border-style:solid;border-color:transparent transparent transparent rgba(237, 109, 0, 0.6);/*透明 灰 透明 透明 */position:absolute;right:-20px;top:50%;margin-top:-20px;}

.triangle_border_left{width:0;height:0;border-width:10px 20px 10px 0;border-style:solid;border-color:transparent #e4204f transparent transparent;/*透明 灰 透明 透明 */position:absolute;left:10px;top:-50px;transition: all 300ms;opacity: 0;}
.triangle_border_right{border-width:6px 0px 6px 10px;border-style:solid;border-color:transparent transparent transparent #79171c;/*透明 灰 透明 透明 */position:absolute;left:6px;top:-50%;transition: all 300ms;opacity: 0;}
.triangle_border_down{border-width:12px 7px 0px 7px;border-style:solid;border-color:#79171c transparent transparent transparent;/*透明 灰 透明 透明 */position:absolute;left:0;bottom:0;}

ul.trend-box{position: absolute;right:0;top:70px;width:280px;height:500px;text-align: right;opacity: 0;visibility: hidden;}

.trend-maskbg-box{background:#fff; width:320px; height:622px; position: absolute; right:0;top:0;}

ul.trend-box li{height:40px; }
ul.trend-box li a{border-radius: 20px;height:38px; line-height:38px; font-size:14px;color:#5a5757;    padding: 0 16px; display:inline-block;}
ul.trend-box li a.on{background:#79171c;color:#fff;}
/*ul.trend-box li:nth-child(1) a{color:#e26b0e;}*/
/*ul.trend-box li:nth-child(2) a{color:#e8893b;}*/
/*ul.trend-box li:nth-child(3) a{color:#f1c11e;}*/
/*ul.trend-box li:nth-child(4) a{color:#f4cc46;}*/
/*ul.trend-box li:nth-child(5) a{color:#61aa34;}*/
/*ul.trend-box li:nth-child(6) a{color:#87ba56;}*/
/*ul.trend-box li:nth-child(7) a{color:#36acba;}*/
/*ul.trend-box li:nth-child(8) a{color:#6fbcc7;}*/
/*ul.trend-box li:nth-child(9) a{color:#78171c;}*/
/*ul.trend-box li:nth-child(10) a{color:#913822;}*/

/*ul.trend-box li:nth-child(1) a.on{background:#e26b0e;color:#fff;}*/
/*ul.trend-box li:nth-child(2) a.on{background:#e8893b;color:#fff;}*/
/*ul.trend-box li:nth-child(3) a.on{background:#f1c11e;color:#fff;}*/
/*ul.trend-box li:nth-child(4) a.on{background:#f4cc46;color:#fff;}*/
/*ul.trend-box li:nth-child(5) a.on{background:#61aa34;color:#fff;}*/
/*ul.trend-box li:nth-child(6) a.on{background:#87ba56;color:#fff;}*/
/*ul.trend-box li:nth-child(7) a.on{background:#36acba;color:#fff;}*/
/*ul.trend-box li:nth-child(8) a.on{background:#6fbcc7;color:#fff;}*/
/*ul.trend-box li:nth-child(9) a.on{background:#78171c;color:#fff;}*/
/*ul.trend-box li:nth-child(10) a.on{background:#913822;color:#fff;}*/

.second-box-mask-div{width:100%;height:622px; position: absolute;left:0;top:0;transition: all 500ms; overflow: hidden; opacity: 0; visibility: hidden; background:rgba(0,0,0,0.6);}
.second-box-mask-div.on{opacity: 1;visibility: visible;}


.second-box-mask-div.on ul.trend-box{animation: an-box-show .5s .3s linear forwards;}

.twolevel-nav-box{background:none;}
.twolevel-nav-box.on ul.trend-box{top:30px;}
.twolevel-nav-box.on ul.trend-box li{height:38px; text-align: left;}



.second-index{width: 42px;height:82px;position: absolute;top: 0;transition: all 500ms; cursor: pointer;left:50%;margin-left:290px;overflow: hidden;}
.second-arrow-index{width: 42px;height: 520px; position: absolute; left:0;top:0;}
.second-arrow-index img{ width:100%; height:auto;}
.second-index.on{height:433px;}
.second-index.on .second-arrow-index{top:-100px;}
.second-index.on .triangle_border_left{opacity: 1;}

.detail-box .second-index.on{height:420px;background-image: url(../../Global/Images/nav-btn-bg2.png);}
.detail-box  ul.trend-box{top:20px;}
.detail-box  ul.trend-box li{height:36px;}

.detail-top{top:140px;height:0;}
.twolevel-nav-box{height:433px;}

.second-box .giv-container{height:622px;}
.second-box .second-box-mask-div{background:none; opacity: 1; visibility: visible;}

.second-box .second-box-mask-div .trend-maskbg-box{background:#ffffff; width:330px;box-shadow: 0 1px 3px #5a5757;}
.second-box .second-box-mask-div .second-text{ padding-right:600px;}
.second-box .second-box-mask-div .second-text strong{font-size:26px;}
.second-box .second-box-mask-div #second-more-btn{display:block;position: absolute;right:400px; top:50%;margin-top:-19px; width:140px; height:38px; font-size:16px;color:#5a5757; background:#fff;border-radius: 20px; text-align: center;line-height:38px;font-size:14px;}

.second-box .second-index{
    /*background:url(../../Global/Images/nav-btn-bg2.png) 0 bottom no-repeat;*/
    transition:none;}
.second-box .second-index.on{background-image: url(../../Global/Images/nav-btn-bg2.png);height:534px;}
.second-box .second-box-mask-div.on ul.trend-box{animation:none;}

.second-box .second-index{height:622px; margin:0; left:auto; right:263px;}
.second-arrow-index{width:1px;height:510px; background:#79171c; position: absolute;left:6px;transition: all 500ms; }

.second-box .second-arrow-index{height:622px;}
.detail-top .second-arrow-index{height:80px;}
.detail-top.on .second-arrow-index{height:610px;}

.second-box .second-box-mask-div ul.trend-box{opacity: 1; visibility: visible; width:280px; right:0; top:40px;}
.second-box .second-box-mask-div ul.trend-box li{text-align: left; height:54px;}
.second-box .second-box-mask-div ul.trend-box li a{font-size:14px; border-radius: 20px;height:38px;line-height:38px; display:inline-block;}


.second-index.on .triangle_border_right{opacity: 1;}

.second-box .triangle_border_left{opacity: 1;}
.second-box .triangle_border_right{opacity: 1;}

@keyframes an-box-show {
    from{
        opacity: 0;
        visibility: hidden;
    }
    to{
        opacity: 1;
        visibility: visible;
    }
}

/*.triangle_border_left span{*/
    /*display:block;*/
    /*width:0;*/
    /*height:0;*/
    /*border-width:28px 28px 28px 0;*/
    /*border-style:solid;*/
    /*border-color:transparent #fc0 transparent transparent;/!*透明 黄 透明 透明 *!/*/
    /*position:absolute;*/
    /*top:0px;*/
    /*left:0px;*/
/*}*/

.third-box{ position: relative; height:0; width: 100%;overflow: hidden; transition: all 500ms; }
.third-box .giv-container{ position: absolute;left:50%;top:50%; background:url(../../Global/Images/index-industry-box_en.gif) no-repeat 0 0; width:1180px; height:728px;transform: translate(-50%,-50%);}
/*a.third-icon-btn{ position: absolute; left:0;top:0; display:block; width:40px;height:40px; background-repeat: no-repeat;background-position:center; transition: all 250ms; background-image: url(../../Global/Images/industry/industry_icon_new.png); }*/
/*a.third-icon-btn.third-icon_1{left:31px;top:25px;width:288px;height:74px;background-position:-31px -25px;}*/
/*a.third-icon-btn.third-icon_2{left:31px;top:105px;width:328px;height:90px;background-position:-11px -108px;}*/
/*a.third-icon-btn.third-icon_3{left:31px;top:209px;width:328px;height:115px;background-position:-31px -209px;}*/
/*a.third-icon-btn.third-icon_4{left:367px;top:25px;width:285px;height:153px;background-position:-367px -25px;}*/
/*a.third-icon-btn.third-icon_5{left:685px;top:25px;width:179px;height:152px;background-position:-685px -25px;}*/
/*a.third-icon-btn.third-icon_6{left:878px; top:25px;width:281px;height:73px;background-position:-878px -25px;}*/
/*a.third-icon-btn.third-icon_7{left:878px;top:108px;width:281px;height:71px;background-position:-878px -108px;}*/
/*a.third-icon-btn.third-icon_8{left:40px;top:350px;width:220px;height:148px;background-position:-40px -350px;}*/
/*a.third-icon-btn.third-icon_9{left:40px;top:520px;width:220px;height:145px;background-position:-40px -520px;}*/
/*a.third-icon-btn.third-icon_10{left:299px;top:536px;width:303px;height:152px;background-position:-299px -536px;}*/
/*a.third-icon-btn.third-icon_11{left:434px;top:218px;width:217px;height:140px;background-position:-434px -218px;}*/
/*a.third-icon-btn.third-icon_12{left:664px;top:245px;width:183px;height:156px;background-position:-664px -245px;}*/
/*a.third-icon-btn.third-icon_13{left:623px;top:436px;width:209px;height:147px;background-position:-623px -436px;}*/
/*a.third-icon-btn.third-icon_14{left:864px;top:492px;width:122px;height:122px;background-position:-864px -492px;}*/
/*a.third-icon-btn.third-icon_15{left:1020px;top:474px;width:139px;height:196px;background-position:-1020px -474px;}*/
/*a.third-icon-btn.third-icon_16{left:878px;top:277px;width:281px;height:154px;background-position:-878px -277px;}*/
/*a.third-icon-btn.third-icon_17{left:623px;top:598px;width:209px;height:90px;background-position:-623px -598px;}*/
/*a.third-icon-btn.third-icon_18{left:299px;top:360px;width:303px;height:143px;background-position:-299px -360px;}*/

.third-icon-btn{ position: absolute; left:0;top:0; display:block; width:40px;height:40px; background-repeat: no-repeat;background-position:center; transition: all 250ms; background-image: url(../../Global/Images/industry/industry_icon_new.png); }
.third-icon-btn.third-icon_1{left:61px;top:24px;background-position:-41px -29px;}
.third-icon-btn.third-icon_2{left: 256px;top: 116px;background-position:-237px -120px;}
.third-icon-btn.third-icon_3{left:309px;top:210px;background-position:-289px -215px;}
.third-icon-btn.third-icon_4{left:400px;top:45px;background-position:-380px -50px;}
.third-icon-btn.third-icon_5{left:743px;top:75px;background-position:-723px -80px;}
.third-icon-btn.third-icon_6{left:919px; top:25px;background-position:-899px -30px;}
.third-icon-btn.third-icon_7{left:1078px;top:92px;background-position:-1058px -97px;}
.third-icon-btn.third-icon_8{left:134px;top:359px;background-position:-114px -364px;}
.third-icon-btn.third-icon_9{left:67px;top:531px;background-position:-47px -536px;}
.third-icon-btn.third-icon_10{left:324px;top:562px;background-position:-304px -567px;}
.third-icon-btn.third-icon_11{left:597px;top:230px;background-position:-577px -235px;}
.third-icon-btn.third-icon_12{left:762px;top:275px;background-position:-742px -280px;}
.third-icon-btn.third-icon_13{left:643px;top:431px;background-position:-704px -519px;}
.third-icon-btn.third-icon_14{left:890px;top:480px;background-position:-870px -514px;}
.third-icon-btn.third-icon_15{left:1138px;top:541px;background-position:-1118px -546px;}
.third-icon-btn.third-icon_16{left:1025px;top:207px;background-position:-1005px -212px;}
.third-icon-btn.third-icon_17{left:668px;top:630px;background-position:-648px -635px;}
.third-icon-btn.third-icon_18{left:341px;top:376px;background-position:-325px -381px;}


.third-icon-btn:hover{ transform: translate3d(0,-5px,0);}
.third-icon-btn:hover ul{display:block;}

/*.industry-box{position: absolute;left:0;top:0; width:auto; background:#79171c; border-radius: 5px;border:1px #79171c solid; overflow: hidden; display:none;transition: all 300ms; text-align: left; }*/
/*.industry-box ul{ padding:8px 12px 8px 12px;display:table; }*/
/*.industry-box ul li{height:20px;}*/
/*.industry-box ul li a{color:#fff;padding-left:5px;font-size:12px; line-height:20px;display:block;}*/
/*.industry-box ul li a span{display:inline-block; margin-left:2px;font-size: 0;line-height: 0;border-width:3px;border-color: #79171c;border-right-width: 0;border-style: dashed;border-left-style: solid;border-top-color: transparent;border-bottom-color: transparent;}*/
/*.industry-box ul li a:hover{ background:url(../../Global/Images/industry_border_bottom.png) no-repeat 4px bottom;}*/
/*.industry-box.industryNumber1{left: 160px;top: 30px;display:block;}*/
/*.industry-box.industryNumber2{left: 70px;top: 150px;display:block;}*/
/*.industry-box.industryNumber3{left: 124px;top: 240px; display:block;}*/
/*.industry-box.industryNumber4{left: 390px;top: 96px;display:block;}*/
/*.industry-box.industryNumber5{left: 716px;top: 118px; display:block;}*/
/*.industry-box.industryNumber6{left: 940px;top: 60px;display:block;}*/
/*.industry-box.industryNumber7{left: 920px;top: 150px; display:block;}*/
/*.industry-box.industryNumber8{left:100px;top: 410px; display:block;}*/
/*.industry-box.industryNumber9{left:70px;top: 575px; display:block;}*/
/*.industry-box.industryNumber10{left:370px;top:600px; display:block;}*/
/*.industry-box.industryNumber11{left: 450px;top: 269px; display:block;}*/
/*.industry-box.industryNumber12{left: 750px;top: 310px; display:block;}*/
/*.industry-box.industryNumber13{left: 630px;top: 540px; display:block;}*/
/*.industry-box.industryNumber14{left: 850px;top: 536px; display:block;}*/
/*.industry-box.industryNumber15{left: 950px;top: 530px; display:block;}*/
/*.industry-box.industryNumber16{left: 1000px;top: 380px; display:block;}*/
/*.industry-box.industryNumber17{left: 644px;top: 650px; display:block;}*/
/*.industry-box.industryNumber18{left: 313px;top: 410px; display:block;}*/

.industry-box{position: absolute;left:40px;top:2px; width:auto; background:#fff; border-radius:20px;border:1px #79171c solid; overflow: hidden;transition: all 300ms; text-align: left;padding:6px 12px; }
.industry-box p{color:#79171c;white-space:nowrap;font-size:14px}
.industry-box ul{ display:table; display: none;padding-top:5px; transition: all 500ms; }
.industry-box ul li{height:22px;}
.industry-box ul li a{color:#5a5858;font-size:12px; line-height:22px;white-space:nowrap;}
/*.industry-box ul li a span{display:inline-block; margin-left:2px;font-size: 0;line-height: 0;border-width:3px;border-color: #79171c;border-right-width: 0;border-style: dashed;border-left-style: solid;border-top-color: transparent;border-bottom-color: transparent;}*/
.industry-box ul li a:hover{border-bottom: 1px #79171c solid;}

.industry-box.industryNumber7{left:auto;right:40px;}
.industry-box.industryNumber16{left:auto;right:40px;}
.industry-box.industryNumber15{left:auto;right:40px;}

.fourth-box{background:url(../../Global/Images/fourth_bg2.png) center;height:362px;background-size: cover;}
.fourth-con{position: absolute;top:0px;left:0;width:1180px;height:362px;}
.fourth-title{color: #595757;font-size:30px;width: 600px;position: absolute;top: 80px;left: 520px;text-align: left;}
.fourth-title i{color: #79171c;font-style: normal;}
.fourth-text{font-size:16px;color: #595757;letter-spacing: 0px;width: 450px;position: absolute;top: 125px;left: 520px;text-align: left;padding-left:2px;}
a.fourth-btn{position: absolute;top: 260px;left: 520px;
    background: #79171c;width:180px;height:38px; line-height:38px; font-size:14px; color:#fff; text-align: center; border-radius: 20px;
}

a.fourth-btn .small-font{height:30px;line-height:30px;}
.fourth-img{width: 312px;height: 229px;background:url(../../Global/Images/downGIV2019.png) 0 0 no-repeat;position: absolute;left: 120px;top:58px}
.foot-box{height: 218px;background-color: #f2f2f2;}
.foot-con{height:218px;text-align: left;}
.foot-nav-box{position: absolute;left: 298px;top: 60px;}
.foot-nav-box li{display: block;margin-bottom:15px;}
.foot-nav-box a{color: #79171c;font-size: 14px; font-weight: 700;}

.foot-share-btn{width: 252px;height: 26px; position: absolute; right: 50px; top: 62px; }

a.share-icon{
    display: inline-block;

    margin-right: 5px;
    margin-bottom: 5px;
    width: 10%;
    width:24px;height:24px;
    background:url(../../Global/Images/share-icon_0_01.png) no-repeat center;
    background-size:contain;
    border:1px #9d9d9d solid;
    border-radius:15px;
    overflow: hidden;
    cursor: pointer;
}

a.share-icon01{background-image: url(../../Global/Images/share-icon_1_01.png);}
a.share-icon02{background-image: url(../../Global/Images/share-icon_1_02.png);}
a.share-icon03{background-image: url(../../Global/Images/share-icon_1_03.png);}
a.share-icon04{background-image: url(../../Global/Images/share-icon_1_04.png);}
a.share-icon05{background-image: url(../../Global/Images/share-icon_1_05.png);}
a.share-icon06{background-image: url(../../Global/Images/share-icon_1_06.png);}
a.share-icon07{background-image: url(../../Global/Images/share-icon_1_07.png);}



.wxbox{display: none;}
.wxbox .shaw{position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 105000;background: #000;opacity: 0.5;}
.wxbox .img{text-align: center;position: fixed;background-color: #ffffff;top: calc(50vh - 178px);left: calc(50vw - 200px);z-index: 105001;max-width: 400px;width: 100%;padding: 30px;}
.wxbox .img img{width: 200px;height: 200px;}

.foot-term{
    width: 900px;
    height: 24px;
    position: absolute;
    bottom: 31px;
    right:56px;
    text-align: right;
    color:#979797;
}
.foot-term a{
    width: 362px;
    color: #979797;
    font-size: 10px;
    letter-spacing: 0px;
}

.foot-term a:hover{
    text-decoration: blink;
}


.foot-logo{
    display: block;
    width: 174px;
    height: 53px;
    position: absolute;
    top: 49px;
    left: 51px;
}

.nav-bg-box{width:100%;height:140px;background:#fff; position: absolute;left:0;top:0;box-shadow: 0 1px 5px #949a9f;}




.twolevel-banner{background: #f0f6fc center top;height:573px;background-size: cover;}

.detail-box{position: relative; height:auto;background-position: center -100px;}
.detail-line{height:336px;width:100%;position: absolute;left:0;top:0; background:url(../../Global/Images/detail_line.png) repeat-x center bottom;}
.detail-circle-big-box{height:240px;width:90%;position: relative; display:table; margin:0 auto;}
.detail-circle-box{display:table-cell;text-align: center;}
.detail-circle{ position: relative; width:130px;height:160px;color:#79171c;font-size:28px;background:url(../../Global/Images/detail_circle.png) no-repeat center 0; line-height:130px;margin:0 auto;}
.detail-circle span{font-size:18px;
    display: block;
    position: absolute;
    width: 130px;
    left: 0;
    top: 30px;}
.detail-circle-text{font-size:14px;color:#79171c;width:260px;margin: 0 auto;}

.detail-title-box{height:60px; line-height:60px;font-size:28px;color:#000; text-align: center; font-weight: 700; padding-top:50px;}
.detail-summary-box{font-size:18px;color:#595757;text-align:center;width:70%; margin: 0 auto; padding:10px 0 50px 0; line-height:1.5;
    min-height:100px;
    /*height:150px;*/
}

.detail-circle-big-title-box{ margin:0 auto; width:1128px; height:auto; display:none; }
.detail-circle-big-title-box #infographic_title_img{ width:1128px;height:330px; }

.detail-circle-big-pic-box{margin:0 auto; width:1180px; height:auto;padding:20px 0; min-height: 100px;}
.detail-circle-big-pic-trends-box{position: relative; width:1180px; height:auto; overflow: hidden; display:none;}
.detail-circle-big-pic-trends1{}
.pic-trends-table{height:auto;width:1350px;position: relative;display: table;margin: 0 -85px;}
.pic-trends-td{ position: relative; display:block; float:left; padding:20px 0; text-align: center; background:url(../../Global/Images/infographic/infographic_pic_line.png) no-repeat right center; font-size:18px; color:#595857;}
.pic-trends-td strong{ font-size:32px;}
.pic-trends-img{width:100%;text-align:center;}
.pic-trends-td .small-font{height:auto;}

.pic-trends-td:last-child{background:none;}

.detail-circle-big-pic-trends1 .pic-trends-td,.detail-circle-big-pic-trends3 .pic-trends-td{width:450px;}
.detail-circle-big-pic-trends2 .pic-trends-td{width:1350px;height:180px; text-align: left;}
.detail-circle-big-pic-trends2 .pic-trends-img2-1{position:absolute; left:120px; top:50%; width:800px;height:100px; transform: translate(0,-50%); }
.detail-circle-big-pic-trends2 .pic-trends-img2-2{position:absolute; left:50%; top:50%;width:280px;height:100px; transform: translate(-50%,-50%); }
.detail-circle-big-pic-trends2 .pic-trends-img2-3{position:absolute; left:830px; top:50%;width:420px;height:100px; transform: translate(0,-50%); }
.detail-circle-big-pic-trends2 .pic-trends-img2-1 img{float:left; margin-right:5px;}
.detail-circle-big-pic-trends2 .pic-trends-img2-1 .pic-trends-td-text{ padding:26px 0 0 0px;}
.detail-circle-big-pic-trends2 .pic-trends-img2-3 .pic-trends-td-text{ padding:26px 0 0 0px;}
.detail-circle-big-pic-trends2 .pic-trends-img2-3 img{float:right;}


.detail-circle-big-pic-trends4 .pic-trends-table,
.detail-circle-big-pic-trends7 .pic-trends-table{}
.detail-circle-big-pic-trends4 .pic-trends-td,
.detail-circle-big-pic-trends7 .pic-trends-td{width:600px; display:inline-block; float:none;}


.detail-circle-big-pic-trends1 .pic-trends-table,
.detail-circle-big-pic-trends3 .pic-trends-table{width: 1180px;margin: 0 auto;}
.detail-circle-big-pic-trends1 .pic-trends-td,
.detail-circle-big-pic-trends3 .pic-trends-td{width:50%;}

.detail-circle-big-pic-trends5 .pic-trends-td,
.detail-circle-big-pic-trends6 .pic-trends-td,
.detail-circle-big-pic-trends10 .pic-trends-td{width:1350px; text-align: left;}
.detail-circle-big-pic-trends5 .pic-trends-td .pic-trends-img5,
.detail-circle-big-pic-trends6 .pic-trends-td .pic-trends-img6,
.detail-circle-big-pic-trends10 .pic-trends-td .pic-trends-img10{margin: 0 auto;width: 660px;text-align: center; padding:20px 0;}
.detail-circle-big-pic-trends5 .pic-trends-td .pic-trends-img5 img,
.detail-circle-big-pic-trends6 .pic-trends-td .pic-trends-img6 img{margin:0 30px;}
.detail-circle-big-pic-trends5 .pic-trends-td .pic-trends-td-text,
.detail-circle-big-pic-trends6 .pic-trends-td .pic-trends-td-text ,
.detail-circle-big-pic-trends10 .pic-trends-td .pic-trends-td-text{text-align: center;}

.detail-circle-big-pic-trends8 .pic-trends-td{width:1350px;}

.pic-trends-td-text8-1{position: absolute;left: calc(50% - 440px);top: calc(50% + 60px);width:400px;height:100px;}
.pic-trends-td-text8-2{position: absolute;left: calc(50% + 40px);top: calc(50% - 127px);width:400px;height:100px;}

.detail-circle-big-pic-trends9{text-align: center;}
.detail-circle-big-pic-trends9 .pic-trends-td{display:block;background:none; text-align: left; width:760px; margin: 0 auto;display:inline-block; float:none;}
.detail-circle-big-pic-trends9 .pic-trends-td .pic-trends-td-text{ padding-top:30px;}
.detail-circle-big-pic-trends9 .pic-trends-td.pic-trends-td-9-left img{ float:left; margin-right:80px;}
.detail-circle-big-pic-trends9 .pic-trends-td.pic-trends-td-9-right{padding-left:40px;}
.detail-circle-big-pic-trends9 .pic-trends-td.pic-trends-td-9-right img{ float:right; margin-right:120px;}


.detail-content-box{width:100%;height:auto;margin: 0 auto; position: relative; text-align: left;}

.detail-crumbs-box{text-align: left;height:30px;  position: relative;}
.detail-crumbs-box li{float:left;height:30px;line-height: 30px;color:#595757;font-size:14px; font-style:italic;}
.detail-crumbs-box li span{display:inline-block;float:left;padding-left:30px;background:url(../../Global/Images/Arrow-right-black.png) 16px center no-repeat;height:30px;}
.detail-crumbs-box .share-box{position: absolute;right: 0;top:5px; display: block; z-index: 999;zoom:1; width: 40px;height: 22px;line-height: 22px;font-size: 14px;text-align: left;padding-left: 26px;color: #000;cursor: pointer;background:url(../../Global/Images/shareIcon.png) no-repeat 0 center;}
body .blue {
    color: #00a3e6;
}
.sharePopup{position: absolute;right:0;top:30px; display: none;max-width: 350px;width: 100%;border: 1px solid #dfe3e8;padding: 10px 20px;position: absolute;background:#fff;box-shadow: 2px 5px 30px 0px rgba(97, 105, 116, 0.25);z-index: 1;}
.sharePopup .close_btn {
    float: right;
    cursor: pointer;
}
.sharePopup .close_btn img{max-width:13px;}
.sharePopup .grey-line {
    border: 1px solid #dfe3e8;
    margin: 10px 0;
}
.sharePopup .title {
    color: #333333;
}
.sharePopup .social_btn{padding-top:6px;}
.sharePopup .social_btn a.share-icon{border:none;}
body textarea{width:334px;padding: 5px 8px;}

.detail-circle-tab-box{text-align: left; padding:20px 0;}
.detail-circle-tab-box li{ display:inline-block;cursor: pointer; margin:10px 10px 0 0;}
.detail-circle-tab-box li span{ display:block;background:#eeeeee; height:38px; line-height: 38px; font-size:14px; padding:0 20px; border-radius: 100px;}
.detail-circle-tab-box li.on span{background:#e8893b;color:#fff;}

.detail-arrow-btn{position: absolute;left:-70px;top:180px;width: 30px; color:#909497; height:100px; line-height:100px; text-align: center; cursor: pointer; background:url(../../Global/Images/Arrow.png) no-repeat 0 0; overflow: hidden;text-indent: -1000px;}
.detail-left-btn{ background-position:-130px center;}
.detail-left-btn:hover{ background-position:-30px center;}
.detail-right-btn{left:auto;right:-70px;background-position:-240px center;}
.detail-right-btn:hover{ background-position:-340px center;}

.detail-content{ text-align: center;}

.detail-infographic-box{ position: relative; width:800px; text-align: center;  margin: 0 auto; height:0; overflow: hidden; transition: all 500ms;}
.detail-infographic-box img{margin: 30px 0;}
.detail-infographic-box .industry-touch-box{ position: absolute; left:0;top:0; width:519px;height:367px;cursor: pointer;}


.detail-infographic-box.industryLength_1 li.touchbtn0 { position: absolute;left:18px;top:16px; cursor: pointer;width:228px;height:144px;}
.detail-infographic-box.industryLength_1 li.touchbtn1 { position: absolute;left:273px;top:16px; cursor: pointer;width:228px;height:144px;}
.detail-infographic-box.industryLength_1 li.touchbtn2 { position: absolute;left:18px;top:185px; cursor: pointer;width:228px;height:144px;}
.detail-infographic-box.industryLength_1 li.touchbtn3 { position: absolute;left:273px;top:185px; cursor: pointer;width:228px;height:144px;}

.detail-infographic-box.industryLength_2 li.touchbtn0 { position: absolute;left:18px;top:16px; cursor: pointer;width:265px;height:144px;}
.detail-infographic-box.industryLength_2 li.touchbtn1 { position: absolute;left:293px;top:37px; cursor: pointer;width:212px;height:144px;}
.detail-infographic-box.industryLength_2 li.touchbtn2 { position: absolute;left:18px;top:215px; cursor: pointer;width:228px;height:144px;}
.detail-infographic-box.industryLength_2 li.touchbtn3 { position: absolute;left:273px;top:215px; cursor: pointer;width:228px;height:144px;}

.detail-infographic-box.industryLength_3 li.touchbtn0 { position: absolute;left:18px;top:16px; cursor: pointer;width: 200px;height: 344px;}
.detail-infographic-box.industryLength_3 li.touchbtn1 { position: absolute;left:273px;top:16px; cursor: pointer;width:228px;height:144px;}
.detail-infographic-box.industryLength_3 li.touchbtn2 { position: absolute;left:158px;top:185px; cursor: pointer;width:228px;height:144px;}
.detail-infographic-box.industryLength_3 li.touchbtn3 { position: absolute;left:273px;top:185px; cursor: pointer;width:228px;height:144px;}

.detail-infographic-box.industryLength_4 li.touchbtn0 { position: absolute;left:2px;top:97px; cursor: pointer;width:246px;height:257px;}
.detail-infographic-box.industryLength_4 li.touchbtn1 { position: absolute;left:272px;top:97px; cursor: pointer;width:246px;height:257px;}

.detail-infographic-box.industryLength_5 li.touchbtn0 { position: absolute;left:17px;top:40px; cursor: pointer;width:473px;height:147px;}
.detail-infographic-box.industryLength_5 li.touchbtn1 { position: absolute;left:17px;top:227px; cursor: pointer;width:210px;height:129px;}
.detail-infographic-box.industryLength_5 li.touchbtn2 { position: absolute;left:282px;top:227px; cursor: pointer;width:200px;height:129px;}


.detail-infographic-box.industryLength_6 li.touchbtn0 { position: absolute;left:16px;top:52px; cursor: pointer;width:213px;height:139px;}
.detail-infographic-box.industryLength_6 li.touchbtn1 { position: absolute;left:16px;top:193px; cursor: pointer;width:213px;height:168px;}
.detail-infographic-box.industryLength_6 li.touchbtn2 { position: absolute;left:247px;top:40px; cursor: pointer;width:234px;height:286px;}

.detail-infographic-box.industryLength_7 li.touchbtn0 { position: absolute;left:18px;top:16px; cursor: pointer;width:228px;height:144px;}
.detail-infographic-box.industryLength_7 li.touchbtn1 { position: absolute;left:273px;top:16px; cursor: pointer;width:228px;height:144px;}
.detail-infographic-box.industryLength_7 li.touchbtn2 { position: absolute;left:18px;top:185px; cursor: pointer;width:228px;height:144px;}
.detail-infographic-box.industryLength_7 li.touchbtn3 { position: absolute;left:273px;top:185px; cursor: pointer;width:228px;height:144px;}


.detail-infographic-box.industryLength_8 li.touchbtn0 { position: absolute;left:16px;top:52px; cursor: pointer;width:213px;height:139px;}
.detail-infographic-box.industryLength_8 li.touchbtn1 { position: absolute;left:16px;top:193px; cursor: pointer;width:213px;height:168px;}
.detail-infographic-box.industryLength_8 li.touchbtn2 { position: absolute;left:247px;top:193px; cursor: pointer;width:234px;height:168px;}

.detail-infographic-box.industryLength_9 li.touchbtn0 { position: absolute;left:17px;top:40px; cursor: pointer;width:473px;height:147px;}
.detail-infographic-box.industryLength_9 li.touchbtn1 { position: absolute;left:17px;top:227px; cursor: pointer;width:210px;height:129px;}
.detail-infographic-box.industryLength_9 li.touchbtn2 { position: absolute;left:282px;top:207px; cursor: pointer;width:200px;height:129px;}

.detail-infographic-box.industryLength_10 li.touchbtn0 { position: absolute;left:17px;top:40px; cursor: pointer;width:473px;height:290px;}


.pickMessageBtn{position: absolute;right: 100px;top: 5px;color: #595757;height: 30px;width: 126px;text-align: left;line-height: 30px;}
.pickMessageBtn span{display:inline-block;width:30px;height:22px; background:url(../../Global/Images/pickIcon.png) center bottom no-repeat; cursor: pointer; position: absolute;right: 0;top: 0; }
.pickMessageBtn span.on{background-image: url(../../Global/Images/pickIcon2.png);}

.detail-scroll-box{width:80%;color:#595757; line-height:1.8; position: relative; overflow: hidden; font-size:16px; margin: 0 5px; text-align: left;}
.detail-scroll-box p{padding:8px 0;font-size:16px;
    line-height:2;}
.detail-scroll-box ul{
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    padding-left:20px;
}
.detail-scroll-box ul li{
    line-height:2;
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    display: list-item;
    text-align: -webkit-match-parent;
    font-size:16px;
}

.iScrollVerticalScrollbar {
    position: absolute;
    z-index: 9999;
    width:5px;
    bottom: 2px;
    top: 2px;
    right: 0;
    overflow: hidden;
    background:url(../../Global/Images/scrollBg.png) center 0 repeat-y;
}

.iScrollIndicator {
    position: absolute;
    width:5px;
    height:80px;
    background:#000;
    border-radius: 0.1rem;
}

.detail-box{}
.detail-nav-box{height: 433px; top:0;}

.methodology-box,.media-box{ height:auto; position: relative; text-align: center;}
.methodology-box{width: 100%;}
.methodology-title,.media-title{color:#79171c;font-size:30px;height:90px; line-height:90px; letter-spacing: 0;text-align: left; padding-left:10px;}
.methodology-content-box{width:590px;height:280px;color:#595757;font-size:16px;text-align: left;line-height: 30px; padding-left:10px;}
.methodology-chart-box{ position: absolute;right:0px;top:20px; width:560px;height:360px;}
.methodology-chart-box img{width:560px;height:auto;}

.detail-tab-title{width:90%; position: relative; display:table; margin:0 auto;text-align: center;}
.tab-detail-circle-big-box{display:table-cell;text-align: center;}
.tab-detail-circle-big{width:180px;height:180px;background:url(../../Global/Images/detail_circle_big_1.png) center no-repeat; background-size:180px 180px; text-align: center;line-height:180px; margin: 0 auto; color:#9fa0a0; font-size:24px;font-width: 700;cursor: pointer;}
.tab-detail-circle-line{width:180px;height:50px;background:url(../../Global/Images/detail_circle_big_line.png) center -2px no-repeat; background-size:2px 50px; margin: 0 auto; display:none;}

.tab-detail-circle-big-box.on .tab-detail-circle-big{background-image: url(../../Global/Images/detail_circle_big_0.png); color:#595757;}
.tab-detail-circle-big-box.on .tab-detail-circle-line{display:block;}
.detail-tab-content{}

.detail-tab{ text-align: center; display:none;}
.detail-tab.on{display:block;}
.detail-tab table{margin: 0 auto; width:1100px;border: 1px solid #936daf;}
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th{border: 1px solid #79171c; padding:8px 10px; color:#595757;text-align: left;}

.table-bordered>tbody>tr>td.text-center{text-align: center;}
.tab-blank{height:20px;}

.downloadGIV2019{cursor: pointer;}
.downloadGIV2018{cursor: pointer;}

.media-download-box{width:1160px;margin: 0 auto; overflow: hidden; padding:0 10px;}
.media-download-box .media-download-item-title{ text-align: left; padding:0 5px;color:#79171c; font-size:30px;height:120px;line-height:120px;}

.media-download-box .media-download-box-border{width:1240px;}
.media-download-box .media-download-box-border .double-item{  width:760px; float:left;background:url(../../Global/Images/detail_line.png) 0 0 no-repeat;margin-right:42px;  }

.media-img{text-align: center; width:345px;height:180px; padding:10px 0;}
.media-img .media-imgBg{ position: absolute; left:0;top:0; background:url(../../Global/Images/media-imgBg.png) no-repeat center; width:180px;height:180px;}
.media-img .media-imgBg2{ position: absolute; left:0;top:80px; background:url(../../Global/Images/media-imgBg2.png) no-repeat center; width:320px;height:260px;}
.media-img .media-img-photo1{position: absolute;left: 12px;top: 32px;width: 160px;}
.media-img .media-img-photo2{position: absolute;left: 26px;top: 17px;width: 130px;}
.media-img .media-img-photo3{position: absolute;left: 12px;top: 92px;width: 320px;}



.media-download-box .media-download-box-border .media-download-item{position: relative; width:360px; height:330px; float:left;background:url(../../Global/Images/detail_line.png) 0 0 no-repeat; margin-right:40px; text-align: left;}
.media-download-box .media-download-box-border .media-download-item-title{ font-size:20px;height:60px;line-height:60px;}
.media-download-box .media-download-box-border .media-download-item .media-download-item-content{font-size:14px;color:#595757; height:90px; padding:10px 0;}
.media-download-box .media-download-box-border .media-download-item .media-download-item-content.mini-item-content{height:100px; line-height:1.5; padding-left:5px;}
.media-download-box .media-download-box-border .media-download-item.height430{height:450px;}

.media-download-box .media-download-box-border .double-item .media-download-item{ position: relative; width:100%; height:220px;background:none;float:none;}
.media-download-box .media-download-box-border .double-item .media-download-item .media-img{position: absolute;left:36px;top:5px; width:206px; padding-top:0; }

.media-download-box .media-download-box-border .double-item .media-download-item .mini-media-title{position: absolute;left:260px;top:80px;  color:#79171c; font-size:20px; padding-left:22px;background:url(../../Global/Images/Arrow-right3.png) no-repeat 0 6px;
    -webkit-background-size: 12px 14px;
    background-size: 12px 14px;
text-align: center;}
.media-download-box .media-download-box-border .double-item .media-download-item .mini-media-title span{display:block; font-size:12px;color:#595757;}
.media-download-box .media-download-box-border .double-item .media-download-item .media-content{position: absolute;left:405px;top:80px; font-size:18px; color:#595757; line-height:26px;}
.media-download-box .media-download-box-border .media-download-item .media-download-item-content.mini-media-download-item-content{height:65px;}
.media-download-box .media-download-box-border .double-item .media-download-item .media-content span{display:block;color:#9fa0a0; font-size:16px;padding-top:18px; line-height:30px;}
.media-download-box .media-download-box-border .double-item .media-download-item .media-content a.media-download-btn1{font-size:14px;}

.media-download-box .media-download-box-border .double-item .media-download-item .media-content a.media-whitepaper{font-size:14px; color:#79171c; display:block; margin-top:-4px;}

.big-img{width: 320px;height: 280px;}


.media-title{padding-bottom:20px;}
a.media-download-btn1,a.media-download-btn2{ width:180px;height:38px;margin-right:20px; color:#fff; text-align: center; border-radius: 20px; display:inline-block;line-height:38px;font-size:14px; }
a.media-download-btn1{background:#79171c;}
a.media-download-btn2{color:#79171c;border:1px #79171c dashed;}
.media-download-btn3-box{padding-left:20px; background:url(../../Global/Images/downloadIcon.png) no-repeat 0 6px; }
a.media-download-btn3{ height:30px;color:#79171c; text-align: left; font-size:16px;  display:inline-block; line-height:30px; border-bottom:1px #a688be solid; }
a.media-download-btn3 .small-font{height:30px;line-height:30px;display:initial;font-size:12px;cursor: pointer; }
.media-download-btn4-box{padding-left:30px; background:url(../../Global/Images/emailIcon.png) no-repeat 0 8px; margin-top:2px;}
a.media-download-btn4{ height:30px;color:#79171c; text-align: left; font-size:16px;  display:inline-block; line-height:30px; }


.giv_logo_mini{position: absolute;left:30px;top:30px;width:100px;height:36px; background:url(../../Global/Images/giv_logo_mini.png) no-repeat 0 0; background-size:contain;}
.giv_logo_mini.pic1{background-image:url(../../Global/Images/giv_logo_mini22.png);}
.giv_logo_mini.pic2{background-image:url(../../Global/Images/giv_logo_mini22.png);}

.third-box .giv_logo_mini{width:60px;height:36px;top:10px; left:10px;}

#closethirdBoxBtn{position: absolute; right:-50px;top:0px; width:40px;height:40px; background:url(../../Global/Images/closethirdBoxBtn.png) center no-repeat; cursor: pointer;}
#backtoupBtn{position: fixed; display:block; bottom:260px; right:50px;width:50px;height:50px; background:url(../../Global/Images/backtoup-btn.png) no-repeat 0 0; background-size: contain;color:#fff; overflow: hidden;  text-indent: -1000px; display:none;}

#skipTrendBox{border-bottom:1px #79171c solid; position: relative;}
#skipTrendBtnBox{background:rgba(238,238,238,5); color:#79171c; text-align: center; font-size:20px; padding:35px 0 92px; line-height:1.8;}
#skipTrendBtn{
    position: absolute;
    left:50%;top:120px;
    margin-left:-128px;
    width:160px;
    height: 38px;
    text-align: left;
    font-size:14px;
    line-height:38px;
    display:block;
    overflow: hidden;
    color:#fff;
    z-index: 99999;
    padding-left:20px;
    background:#79171c;
    border-radius: 20px;
}
#skipTrendBtn span{display:inline-block;border-width:12px 7px 0px 7px;border-style:solid;border-color:#fff transparent transparent transparent;/*透明 灰 透明 透明 */position: absolute;left: 149px;bottom:11px;}
.third-box-style{position: absolute;bottom:-31px;left:50%; margin-left:-31px; background:url(../../Global/Images/jian2.png) no-repeat center;  width:62px;height:62px; cursor: pointer; z-index: 99999;}
/*.third-box-style.open{transform:rotate(180deg);}*/

#skipTrendBtn .small-font{position: absolute;top:30px;left:49%; font-size:14px; transform:rotate(90deg); animation: AMskipTrendBtn .8s 0s linear infinite; }


@keyframes AMskipTrendBtn {
    from{
        opacity: 0;
        transform:rotate(90deg) translate3d(0,0,0);
    }
    to{
        opacity: 1;
        transform:rotate(90deg) translate3d(10px,0,0);
    }
}

.hiddenBody{overflow: hidden;}

.trends-icon-box{background:rgba(238,238,238,0.3);}

#showIndustryBox{text-align: center; position: relative; }
#showIndustryBgBox{height:76px;background:#fafafa;}
#showIndustryBtn{
    position: absolute;
    left:50%;
    top:0;
    width:400px;
    margin-left:-200px;
    height: 75px;
    text-align: center;
    font-size:22px;
    line-height:75px;
    display:block;
    overflow: hidden;
    color:#79171c;
    padding-left:5px;
    z-index: 99999;
}
#showIndustryBtn span{display:inline-block;border-width:12px 7px 0px 7px;border-style:solid;border-color:#79171c transparent transparent transparent;/*透明 灰 透明 透明 */position: absolute;left: 300px;bottom: 30px;}

#showIndustryBox .third-box-style-n{position: absolute;bottom:0;left:50%; margin-left:-31px;  background:url(../../Global/Images/jian2.png) no-repeat center; width:62px;height:62px; cursor: pointer; z-index: 99999;}
