@charset "utf-8";

@font-face{
    font-family: 'HarmonyOS_Sans_SC_Regular';
    src:url(/tpl_res/cms/www/cn/fonts/HarmonyOS_Sans_SC_Regular.ttf);
    font-display:swap;
}

/*全局初始化样式*/

html{-webkit-text-size-adjust:100%;font-size:100px}
@media (min-width:1025px) and (max-width:1600px) {
html{font-size:6.25vw}
}
@media (max-width:640px) {
html{font-size:20vw}
}

body,html{
  scroll-behavior: smooth;
}

*{box-sizing: border-box; margin:0; padding:0;}
body{position: relative; padding:0; margin:0 auto; font-size: 0.14rem; line-height:1.42857143; font-family:"HarmonyOS_Sans_SC_Regular"; color: #333; min-width: 320px; width: 100%; zoom:1;background: #fff;
/*禁用Webkit内核浏览器的文字巨细调解功效*/
-webkit-text-size-adjust:none;

/*取出点击泛起半透明的灰色配景*/
-webkit-tap-highlight-color:rgba(0,0,0,0);
-webkit-tap-highlight:rgba(0,0,0,0);

/*控制文本可选性*/
/*
-webkit-user-select: none;
    -ms-user-select: none;
   -moz-user-select: none;
 -khtml-user-select: none;
        user-select: none;
*/

/*设置字体的抗锯齿或者说平滑度*/
-webkit-font-smoothing: antialiased;
overflow-x: hidden;
}
*{-moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; /*word-break: break-all;*/word-wrap: break-word;}


/*默认去除ul、li的默认样式*/
.p,.h1,.h2,.h3,.h4,.h5,.h6{ margin: 0; padding: 0;}
.ul,.ul li{ list-style:none; margin: 0; padding: 0;}
.dl,.dl dd{ list-style:none; margin: 0; padding: 0;}
p,h1,h2,h3,h4,h5,h6{ margin: 0; padding: 0;}
ul,ul li{ list-style:none; margin: 0; padding: 0;}
dl,dl dd{ list-style:none; margin: 0; padding: 0;}
/*初始化下拉菜单、单行输入框、多行输入框的样式*/
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#333;}
/*表单位素获得焦点时不显示虚线框*/
input:focus { outline: none;}
input,button,select,textarea{ outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/ }
/*不允许多行输入文本框有转动条*/
textarea{ resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ }
/*初始化表单位素样式*/
textarea,input,select { background:none; border:none; margin:0; padding:0;}
/*初始化HTML5标签样式*/
audio,canvas,progress,video { display: inline-block; vertical-align:baseline;}
article,aside,footer,header,hgroup,nav,section,figure,figcaption{ display:block;}
/*去除figure边距*/
figure,figcaption{ margin:0px; padding:0px;}

/*初始化图片样式*/
img{ border:none; border:0; max-width:100%; vertical-align:middle;}

/*初始化a的样式和字体样式*/
a{ color:#333; text-decoration:none!important; -webkit-tap-highlight-color:rgba(0,0,0,0);}
a:hover{color: #fdd319;}


/*扫除浮动*/
.clear{ clear:both; height:0px; overflow:hidden;}

.clearfix:after{ content:"."; display: block; height: 0; visibility: hidden; clear: both;font-size: 0px;}
.clearfix { zoom: 1;}
.fl{float: left;}
.fr{float: right;}

/* 单行隐藏 */
.dot {white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden}
/* 多行隐藏 */
.dot2 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
/* 多行隐藏 */
.dot3 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}

.w1780{max-width:1780px;margin: 0 auto;}
.w1600{max-width:1600px;margin: 0 auto;}
.w1400{max-width:1400px;margin: 0 auto;}
.w1340{max-width:1340px;margin: 0 auto;}

/*top*/
.top{position: fixed;width: 100%;top: 0;padding:.05rem 0;left: 0;z-index: 99; background:#fff;}
.top .w1780{display: flex;justify-content: space-between;align-items: center;}
.top .nav{}
.top .nav li{display: inline-block;vertical-align: middle;margin: 0 .3rem; position: relative;}
.top .nav li.on:before{width: 100%;height: .02rem;content:'';background:#fdd319;position: absolute;bottom:-.1rem;left: 0;}
.top .nav li a{font-size:.18rem;color: #333;}
.top .nav li .nav_sub{position: absolute;width: 1.2rem;top: 100%;left: 50%;transform: translateX(-50%);;padding: .1rem 0;display: none;}
.top .nav li .nav_sub dd{margin-top:1px; background:#fff}
.top .nav li .nav_sub a{display: block;line-height:.36rem;text-align: center;color: #333!important;font-size:.14rem;}
.top .nav li .nav_sub a:hover{background: #fdd319;color: #fff!important;}
.top .searBox{position: relative; display:none;}
.top .searBox .openSear{display: block;padding-left: .3rem;position: relative;cursor: pointer;}
.top .searBox .openSear:before{width: .2rem;height: .19rem;content:'';background:url(/tpl_res/cms/www/cn/images/sear.png) no-repeat;background-size: contain;position: absolute;left: 0;top: 50%;margin-top: -.1rem;}
.top .searBox .searB{padding:.05rem;background:#fff;position: absolute;right: 0;top: 110%;border-radius: .15rem 0;display: none;box-shadow: 0 0 .05rem rgba(0,0,0,.1);}
.top .searBox .searB input{/* border:1px solid #333; */line-height:.3rem;padding:0 .1rem;width: 2.5rem;}
.top .searBox .searB .searBtn{display: block;width: .2rem;height: .19rem;background:url(/tpl_res/cms/www/cn/images/sear.png) no-repeat;background-size: contain;position: absolute;right: .2rem;top: 50%;margin-top: -.1rem;}

.whiteTop .top .nav li a,
.whiteTop .top .searBox .openSear{color: #333;}
.whiteTop .top .searBox .openSear:before{background:url(/tpl_res/cms/www/cn/images/sear_w.png) no-repeat;background-size: contain;}

/*banner*/
.home_ban{position: relative;}
.home_ban li{position: relative;}
.home_ban li figure{padding-bottom: 100vh;background-size: cover;background-repeat: no-repeat;background-position: center center;}
.home_ban li video{position: absolute;width: 100%;height: 100%;top: 0;left: 0;background-color: rgba(0,0,0,.5);object-fit:cover;}
.home_ban .slick-arrow{position: absolute;top: 50%;margin-top: -.16rem;width: .17rem;height: .32rem;background:url(/tpl_res/cms/www/cn/images/ar.png) no-repeat;font-size:0;border:none;left: 1.6rem;z-index: 9;cursor: pointer;background-size: contain;}
.home_ban .slick-arrow.slick-next{left:auto;right: 1.6rem;transform: rotate(180deg);}

#menufull{position: fixed;top: 50%;transform: translateY(-50%);left: .7rem;z-index: 99;}
#menufull li{width: .32rem;height: .32rem;border-radius:50%;position: relative;transition:.3s;border:1px solid transparent;margin: .12rem 0;}
#menufull li a{width: .04rem;height: .04rem;background:#fff;border-radius:50%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);transition:.3s;}
#menufull li.active{border-color: #fff;}
#menufull li.active a{width: .08rem;height: .08rem;}
.fp-viewing-home_page2 #menufull li a,
.fp-viewing-home_page4 #menufull li a,
.fp-viewing-home_page5 #menufull li a{background:#cccccc;}
.fp-viewing-home_page2 #menufull li.active,
.fp-viewing-home_page4 #menufull li.active,
.fp-viewing-home_page5 #menufull li.active{border-color:#ccc;}


/*home_page2*/
.home_page2{background:url(/tpl_res/cms/www/cn/images/Foor2BG.jpg) no-repeat;background-size: contain;background-position:bottom center;}
.home_page2 .slider{padding-top: .5rem;}
.home_page2 .slider ul{font-size:0;display: flex;justify-content:space-between;align-items: center;}
.home_page2 .slider li{background:url(/tpl_res/cms/www/cn/images/F2liBG.png) no-repeat;background-size: contain;background-position:center center;width: 22.5%;display: inline-block;vertical-align: middle;margin-top: 1.8rem;transition:.3s;position: relative;}
.home_page2 .slider li .imgBox{opacity: 0;transition:.3s;}
.home_page2 .slider li .txtBox{position: absolute;top: 1.2rem;width: 100%;padding:0 4%;text-align: center;left: 0;transition:.3s;}
.home_page2 .slider li .txtBox span{font-size:.16rem;display: block;margin-bottom: .2rem;}
.home_page2 .slider li .txtBox p{font-size:.32rem;line-height:.4rem;}

.home_page2 .slider li.current{width: 51.25%;margin-top: 0;}
.home_page2 .slider li.current .imgBox{opacity: 1;}
.home_page2 .slider li.current .txtBox{top: 4.1rem;color: #fff;}


/*home_page3*/
.home_page3 .fp-tableCell{vertical-align: bottom;}
.home_page3 .item{width:19.27%;float: left;position: relative;}
.home_page3 .item .conT{width: 127%;margin-left: -26.5%;padding-bottom:194.595%;border-top-right-radius: .5rem;margin-top: 26.216%;background-repeat:no-repeat;background-position:center center;background-size: cover;position: relative;overflow: hidden;}
.home_page3 .item .conT:before{width: 100%;height: 100%;content:'';background:rgba(255,255,255,.6);position: absolute;top: 0;left: 0;right: 0;transition:.3s;}
.home_page3 .item .conT:after{width: 100%;height: 50%;content:'';background-image: linear-gradient(rgba(255,255,255,.8),rgba(255,255,255,.0));position: absolute;top: 0;left: 0;right: 0;}

.home_page3 .item .txtBox{position: absolute;top: 50%;width: 100%;left: 0;transform: translateY(-50%);padding:0 29%;text-align: left;}
.home_page3 .item .txtBox .ivconB{max-width: .7rem; /*margin: 0 auto;*/}
.home_page3 .item .txtBox h5{font-size:.32rem;color: #333;font-weight: normal;margin-top: .15rem;}

.home_page3 .item .txtBox .des{display: none;margin-top: .4rem;}
.home_page3 .item .txtBox .des p{font-size:.16rem;line-height:.32rem;color: #17090a;margin-bottom:.5rem;}
.home_page3 .item .txtBox .des span{display: block;width: .48rem;height: .48rem;background:url(/cn/upload/cms/www/202206/23150740eo5w.png) no-repeat;background-size: contain;margin: 0 auto;}

.home_page3 .item.active{width: 42.19%;}
.home_page3 .item.active .conT{width: 146.835%;margin-left:-46.2%;margin-top: 0;padding-bottom:100.86%;}
.home_page3 .item.active .conT:before{background:rgba(253,211,25,.8);}
.home_page3 .item.active .txtBox .des{display: block;}
.home_page3 .item:nth-child(1){z-index: 4;}
.home_page3 .item:nth-child(2){z-index: 3;}
.home_page3 .item:nth-child(3){z-index: 2;}
.home_page3 .item:nth-child(4){z-index: 1;}

/*home_page4*/
.home_page4{background:url(/tpl_res/cms/www/cn/images/Foor4BG.jpg) no-repeat;background-size: cover;background-position:bottom center;background-repeat:no-repeat;}
.Foor4Slider .table-nav{float: right;width: 2rem;position: relative;padding: 1.1rem 0;text-align: right;}
.Foor4Slider .table-nav svg{position: absolute;height: 100%;top: 0;right: 0;}
.Foor4Slider .table-nav li{margin: .15rem .5rem .15rem 0;line-height:.4rem;width: 1.4rem;border-radius:.4rem;cursor: pointer;position: relative;}
.Foor4Slider .table-nav li:before{width: .05rem;height: .05rem;content:'';border-radius:50%;background:#333;position: absolute;top: 50%;margin-top: -.025rem;z-index: 9;}
.Foor4Slider .table-nav li.on{text-align: center;background:#fdd319;}
.Foor4Slider .table-box{float: left;width: calc(100% - 3rem);}
.Foor4Slider .table-box .item{display: none;}
.Foor4Slider .table-box .item.on{display: block;}
.Foor4Slider .table-box .slickBox{position: relative;}
.Foor4Slider .table-box li{}
.Foor4Slider .table-box li .imgBox{float: left;width: 50%;text-align: center;}
.Foor4Slider .table-box li .imgBox img{display: inline-block;}
.Foor4Slider .table-box li .txtBox{width: 50%;float: right;padding-left:.3rem;padding-top:1.1rem;}
.Foor4Slider .table-box li .txtBox .tit{font-size:.2rem;color: #333;margin-bottom:.25rem;}
.Foor4Slider .table-box li .txtBox .tit a{font-size:.36rem;}
.Foor4Slider .table-box li .txtBox .des{font-size:.18rem;line-height:.34rem;margin-bottom:.45rem}
.Foor4Slider .table-box li .txtBox .prize{line-height:.28rem;color: #999999;}
.Foor4Slider .table-box .slickBox .slick-dots{position: absolute;left:calc(50% + .3rem);width: 50%;bottom:0.4rem;}
.Foor4Slider .table-box .slickBox .slick-dots li{display: inline-block;vertical-align: middle;width: .1rem;height: .1rem;border-radius:50%;margin-right: .1rem;transition:.3s;background:#dcdadb;}
.Foor4Slider .table-box .slickBox .slick-dots li.slick-active{width: .2rem;background:#fdd319;border-radius:.1rem;}
.Foor4Slider .table-box .slickBox .slick-dots li button{display: none;}

.Foor4Slider .table-nav li:nth-child(1):before{right: -.53rem;}
.Foor4Slider .table-nav li:nth-child(2):before{right: -.60rem;}
.Foor4Slider .table-nav li:nth-child(3):before{right: -.61rem;}
.Foor4Slider .table-nav li:nth-child(4):before{right: -.58rem;}

.Foor4Slider .table-box li .txtBox .more{width: 1.5rem;line-height:.4rem;font-size:.15rem;border-radius:.4rem;background:#fdd319;color: #333;text-align: center;display: block;margin-top: .2rem;transition:.3s;}
.Foor4Slider .table-box li .txtBox .more:hover{margin-top: .15rem;}

/*home_page5*/
.home_page5{background:url(/tpl_res/cms/www/cn/images/Foor5BG.jpg) no-repeat;background-size: cover;background-position:top center;background-repeat:no-repeat;}
.Timeline{padding-top: .55rem;}
.Timeline .yearList{padding:0 .8rem;}
.Timeline .yearList ul{padding:.2rem 0;}
.Timeline .yearList ul:before{width: 100%;height: 1px;content:'';background:#dadada;position: absolute;top: .6rem;left: 0;}
.Timeline .yearList li{text-align: center;padding-bottom:.7rem;font-size:.16rem;color: #666666;position: relative;}
.Timeline .yearList li:before{width: .05rem;height: .05rem;content:'';position: absolute;left: 50%;margin-left:-.025rem;top: .38rem;background:#fdd319;border-radius:50%;z-index: 7;}
.Timeline .yearList li.slick-current{padding-bottom:0;padding-top:.7rem;font-size:.32rem;color: #fdd319;}
.Timeline .yearList li.slick-current:before{background:#fff;transform: scale(2);}
.Timeline .yearList li.slick-current:after{width: .3rem;height: .3rem;content:'';border-radius:50%;background:#fdd319;position: absolute;left: 50%;margin-left:-.15rem;top: .25rem;z-index: 6;}

.Timeline .yearList .slick-arrow{font-size: 0;border-radius:50%;border:none;width: .48rem;height: .48rem;position: absolute;top: .38rem;z-index: 9;cursor: pointer;transition:.3s;}
.Timeline .yearList .slick-prev{background:url(/tpl_res/cms/www/cn/images/ar2.png) no-repeat;background-size: contain;left: -.8rem;}
.Timeline .yearList .slick-prev:hover{background:url(/tpl_res/cms/www/cn/images/ar2_a.png) no-repeat;transform: rotate(180deg);background-size: contain;}
.Timeline .yearList .slick-next{transform: rotate(180deg);background:url(/tpl_res/cms/www/cn/images/ar2.png) no-repeat;background-size: contain;right: -.8rem;}
.Timeline .yearList .slick-next:hover{background:url(/tpl_res/cms/www/cn/images/ar2_a.png) no-repeat;transform: rotate(0);background-size: contain;}

.Timeline .contList{margin-top: .6rem;max-width:10.65rem;margin: .6rem auto 0;}
.Timeline .contList li .imgBox{display: inline-block;vertical-align: middle;width: 3.1rem;height: 3.1rem;border-radius:50%;overflow: hidden;position: relative;padding:.05rem;}
.Timeline .contList li .imgBox:before{width: 100%;height: 100%;content:'';border-radius:50%;background:url(/tpl_res/cms/www/cn/images/i1.png) no-repeat;background-size: contain;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.Timeline .contList li .txtBox{display: inline-block;vertical-align: middle;padding-left:.5rem;}
.Timeline .contList li .txtBox p{font-size:.16rem;line-height:.3rem;color: #666666;padding-left: .1rem;position: relative;}
.Timeline .contList li .txtBox p:before{width: .04rem;height: .04rem;content:'';background:#999999;border-radius:50%;position: absolute;left: 0;top: .12rem;}
.Timeline .contList li .txtBox span{font-size:0.16rem; line-height:0.4rem; font-weight:bold;}

/*bottom*/
.bottom{background:#f9f9f9;}
.bottom .bomTop{position: relative;padding-top:.7rem;}
.bottom .bomTop .goTop{position: absolute;display: block;width: .5rem;height: .5rem;background:url(/tpl_res/cms/www/cn/images/goTop.jpg) no-repeat;background-size: contain;top:0;right: 0;}
.bottom .bomTop .bomnav{float: left;width: 68%;}
.bottom .bomTop .bomnav dl{width: 14.285%;float: left;}
.bottom .bomTop .bomnav dl dt{font-size:.17rem;margin-bottom:.15rem;}
.bottom .bomTop .bomnav dl dd a{display: block;line-height:.36rem;color: #999999;}
.bottom .bomTop .bomnav dl dd a:hover{color: #fdd319;}
.bottom .bomTop .bomdes{float: right;width: 28.5%;}
.bottom .bomTop .bomdes h5{float: left;font-size:.17rem;font-weight:normal;}
.bottom .bomTop .bomdes .report{display: block;float: right;line-height:.42rem;padding:0 .3rem;background:#f3f3f3;color: #666666;}
.bottom .bomTop .bomdes .report:hover{color: #fdd319;}
.bottom .bomTop .bomdes p{line-height:.36rem;color: #999999;}
.bottom .bomTop .bomdes .code{margin-top: .2rem;display: flex;justify-content:space-between;align-items: center;}
.bottom .bomTop .bomdes .code .img{width: .97rem;display: inline-block;vertical-align: middle;margin-right:.3rem;}
.bottom .bomTop .bomdes .code .item .iBx{display: inline-block;vertical-align: middle;}
.bottom .bomTop .bomdes .code .iBx span{display: block;color: #999999;font-size:.16rem;}
.bottom .bomTop .bomdes .code .iBx span.des{font-size:.14rem;margin-top: .1rem;}


.bottom .Bombom{color: #999999;padding: .7rem 0;}
.bottom .Bombom .copy{float: left;line-height:.24rem;}
.bottom .Bombom .copy a{color: #999999;}
.bottom .Bombom ul{float: right;}
.bottom .Bombom li{float: left;line-height:.24rem;padding: 0 .1rem;position: relative;}
.bottom .Bombom li:before{width: .02rem;height: .02rem;content: '';background:#999999;border-radius:50%;position: absolute;top: 50%;margin-top:-.01rem;left: 0;}
.bottom .Bombom li:first-child:before{display: none;}
.bottom .Bombom li a{float: left;color: #999999;}
.bottom .Bombom li a:hover{color: #fdd319;}


/*innerBan*/
.innerBan{position: relative;}
.innerBan .top{position: absolute;}
.innerBan figure{padding-bottom:100vh;background-repeat:no-repeat;background-size: cover;background-position:center center;}
.innerBan .txtBox{position: absolute;top: 32%;text-align: center;width: 100%;left: 0;}
.innerBan .txtBox h5{display: inline-block;font-size:.6rem;font-weight:normal;position: relative;line-height:1;z-index: 2;}
.innerBan .txtBox h5:before{width: 100%;height: .14rem;bottom:0;left: 0;background:#fdd319;position: absolute;content:'';z-index: -1;border-radius:.1rem;}
.innerBan .menu{position: absolute;bottom:12%;max-width:9.6rem;width: 100%;left: 50%;transform: translateX(-50%);}
.innerBan .menu ul{display: flex;justify-content:space-around;}
.innerBan .menu li{padding-bottom:.2rem;position: relative;}
.innerBan .menu li:before{width: .05rem;height: .05rem;content:'';background:#333333;position: absolute;left: 50%;margin-left:-.025rem;bottom:-.15rem;border-radius:50%;z-index: 8;}
.innerBan .menu li.on:after{width: .2rem;height: .2rem;content:'';background:#fdd319;border-radius:50%;position: absolute;left: 50%;margin-left:-.1rem;bottom:-.22rem;}
.innerBan .menu li:nth-child(2),
.innerBan .menu li:nth-child(3){margin-top: .15rem;}
.innerBan .menu li:nth-child(2):before,
.innerBan .menu li:nth-child(3):before{bottom:-.3rem;}
.innerBan .menu li.on:nth-child(2):after,
.innerBan .menu li.on:nth-child(3):after{bottom:-.37rem;}

.innerBan .menu.menuThree li:nth-child(3){margin-top: 0;}
.innerBan .menu.menuThree li:nth-child(1):before,
.innerBan .menu.menuThree li:nth-child(3):before{bottom:-.19rem}
.innerBan .menu.menuThree li.on:nth-child(1):after,
.innerBan .menu.menuThree li.on:nth-child(3):after{bottom:-.26rem;}

.innerBan .menu.menuTwo li{padding-bottom:0;margin-top: .15rem;}
.innerBan .menu.menuTwo li:before,
.innerBan .menu.menuTwo li:nth-child(2):before{bottom:-.23rem;}
.innerBan .menu.menuTwo li.on:after,
.innerBan .menu.menuTwo li.on:nth-child(2):after{bottom:-.3rem;}
.top .searBox.whiteTop .innerBan .txtBox h5{color: #fff;}
.whiteTop .innerBan .menu li a{color: #fff; font-size:16px;}
.whiteTop .innerBan .menu li:before{background:#fff;}

#menuAbout{position: fixed;width: 8.5%;left: 0;border-right: 1px solid #ededed;top: 0;height: 100vh;transition:.3s;display: flex;align-items: center;padding-left:1.6%;}
#menuAbout ul{width: 100%;}
#menuAbout li{text-align: center;line-height:.8rem;position: relative;}
#menuAbout li.active:before{width: .03rem;height: .15rem;content:'';background:#808080;top: 50%;transform: translateY(-50%);right: -.02rem;position: absolute}
#menuAbout li.active a{color: #000;}
#menuAbout li a{color: #999999;}
.fp-viewing-pasture2 #menuAbout li a{color: #333;}
.fp-viewing-innerBan #menuAbout,
.fp-viewing-footer #menuAbout{left: -100%;opacity: 0;}
.fp-viewing-about3 #menuAbout,
.fp-viewing-industry3 #menuAbout,
.fp-viewing-pasture2 #menuAbout{border-color:rgba(255,255,255,.3)}
.fp-viewing-about3 #menuAbout li.active a,
.fp-viewing-industry3 #menuAbout li.active a,
.fp-viewing-pasture2 #menuAbout li.active a{color: #fff;}
.fp-viewing-about3 #menuAbout li.active:before,
.fp-viewing-industry3 #menuAbout li.active:before,
.fp-viewing-pasture2 #menuAbout li.active:before{background:#fff}

.Tabwarp{padding-left:8%;max-width:53.5%;}
.Tabwarp .table-nav{margin-bottom:.7rem;}
.Tabwarp .table-nav li{font-size:.2rem;color: #999999;padding:0 .45rem;position: relative;line-height:.4rem;float: left;cursor: pointer;}
.Tabwarp .table-nav li span{position: relative;line-height:.4rem;display: inline-block;z-index: 1;}
.Tabwarp .table-nav li:after{width: 1px;height: .16rem;content:'';background:#d8d8d8;position: absolute;right: 0;top: 50%;margin-top: -.08rem;}
.Tabwarp .table-nav li:first-child{padding-left:0;}
.Tabwarp .table-nav li:last-child:after{display: none;}
.Tabwarp .table-nav li.on{font-size:.4rem;color: #333333;}
.Tabwarp .table-nav li.on span:before{width: 100%;height: .05rem;bottom:0;left: 0;content:'';background:#fdd319;position: absolute;z-index: -1;border-radius:.05rem;}

.Tabwarp .table-box .item{display: none;}
.Tabwarp .table-box .item.on{display: block;}
.Tabwarp .table-box .item .titBox{padding-bottom:.35rem;border-bottom: 1px solid #e4e4e3;line-height:.34rem;font-size:.2rem;position: relative;}
.Tabwarp .table-box .item .titBox:before{width: .69rem;height: .56rem;content:'';background:url(/tpl_res/cms/www/cn/images/i2.png) no-repeat;background-size: contain;position: absolute;top: 0;right: 0;opacity: .1;}
.Tabwarp .table-box .item .desBox{line-height:.36rem;padding-top:.45rem;}

/*about2*/
.about2{background-repeat:no-repeat;background-size: cover;background-position:right center;}
.about2 .txtBox{}
.about2 .txtBox h5{display: inline-block;font-size:.4rem;font-weight:normal;position: relative;line-height:1;margin-bottom:.6rem;z-index: 1;}
.about2 .txtBox h5:before{width: 100%;height: .05rem;bottom:0;left: 0;content:'';background:#fdd319;position: absolute;z-index: -1;border-radius:.05rem;}
.about2 .txtBox .titBox{padding-bottom:.35rem;border-bottom: 1px solid #e4e4e3;line-height:.34rem;font-size:.2rem;position: relative;}
.about2 .txtBox .titBox:before{width: .69rem;height: .56rem;content:'';background:url(/tpl_res/cms/www/cn/images/i2.png) no-repeat;background-size: contain;position: absolute;top: 0;right: 0;opacity: .1;}
.about2 .txtBox .desBox{line-height:.36rem;padding-top:.45rem;}

/*about3*/
.about3{background-repeat:no-repeat;background-size: cover;background-position:left center;color: #fff;}
.about3 .txtBox{width: 40%;float: right;}
.about3 .txtBox h5{display: inline-block;font-size:.4rem;font-weight:normal;position: relative;line-height:1;margin-bottom:.6rem;z-index: 1;}
.about3 .txtBox h5:before{width: 100%;height: .05rem;bottom:0;left: 0;content:'';background:#fdd319;position: absolute;z-index: -1;border-radius:.05rem;}
.about3 .txtBox .titBox{padding-bottom:.35rem;border-bottom: 1px solid #e4e4e3;line-height:.34rem;font-size:.2rem;position: relative;}
.about3 .txtBox .titBox:before{width: .69rem;height: .56rem;content:'';background:url(/tpl_res/cms/www/cn/images/i2_w.png) no-repeat;background-size: contain;position: absolute;top: 0;right: 0;opacity: .5;}
.about3 .txtBox .desBox{line-height:.36rem;padding-top:.45rem;}

/*about4*/
.about4{background-repeat:no-repeat;background-size: cover;background-position:right center;}

/*about5*/
.about5{background:url(/tpl_res/cms/www/cn/images/timelBG.jpg) no-repeat;background-size: cover;background-position:center center;}
.about5 .Timeline{padding-left:8%;position: relative;}
.about5 .Timeline:before{width: 7.8rem;height: 6.6rem;content:'';background:url(/tpl_res/cms/www/cn/images/timLIbg.png) no-repeat;background-size: contain;background-position:center center;position: absolute;left: 29.8%;top: -5.3%;}

/*产品列表*/
.product2,.product3,.product4,.product5{background:url(/tpl_res/cms/www/cn/images/Foor4BG.jpg) no-repeat;background-size: cover;background-position:center center;}

.productList h3{font-size:.36rem;font-weight:normal;text-align: center;margin-bottom: .7rem;}
.productList ul{padding:0 .5rem;margin: 0 -.6rem;height:0; overflow:hidden;}
.productList .show {height:auto; overflow: visible;}
.productList li{margin: 0 .6rem;text-align: center;}
.productList li .imgBox{height: 3.3rem;overflow: hidden;margin-bottom:.25rem;}
.productList li .imgBox img{display: inline-block;vertical-align: middle;transition:1s;}
.productList li .tit h5{display: inline-block;font-size:.24rem;font-weight:normal;}
.productList li .tit span{font-size:.16rem;display: inline-block;}
.productList li:hover .imgBox img{transform: scale(1.1);}

.productList .slick-arrow{font-size: 0;border-radius:50%;border:none;width: .48rem;height: .48rem;position: absolute;top: 50%;margin-top: -.24rem;z-index: 9;cursor: pointer;transition:.3s;}
.productList .slick-prev{background:url(/tpl_res/cms/www/cn/images/ar2.png) no-repeat;background-size: contain;left: 0;}
.productList .slick-prev:hover{background:url(/tpl_res/cms/www/cn/images/ar2_a.png) no-repeat;transform: rotate(180deg);background-size: contain;}
.productList .slick-next{transform: rotate(180deg);background:url(/tpl_res/cms/www/cn/images/ar2.png) no-repeat;background-size: contain;right: 0;}
.productList .slick-next:hover{background:url(/tpl_res/cms/www/cn/images/ar2_a.png) no-repeat;transform: rotate(0);background-size: contain;}

/*产品详情*/
.proInfo{padding:1.15rem 0;background:url(/tpl_res/cms/www/cn/images/proinBG.jpg) no-repeat;background-size: cover;background-position:center center;}
.proInfo .topBox{text-align: center;margin-bottom:.4rem;}
.proInfo .topBox .tit h5{display: inline-block;font-size:.36rem;font-weight:normal;}
.proInfo .topBox .tit span{font-size:.2rem;display: inline-block;}
.proInfo .topBox .slogan{font-size:.18rem;margin: .2rem 0 .1rem;}
.proInfo .topBox .des{font-size:.16rem;color: #666666;line-height:.32rem;}
.proInfo .topBox .prize{color: #999999;line-height:.28rem;}
.proInfo .bomBox li{text-align: center;transition:.5s;transform: scale(.5);}
.proInfo .bomBox li img{display: inline-block;}
.proInfo .bomBox li.slick-current{transform: scale(1);}
.proInfo .bomBox .slick-arrow{font-size: 0;border-radius:50%;border:none;width: .48rem;height: .48rem;position: absolute;top: 50%;margin-top: -.24rem;z-index: 9;cursor: pointer;transition:.3s;}
.proInfo .bomBox .slick-prev{background:url(/tpl_res/cms/www/cn/images/ar2.png) no-repeat;background-size: contain;left: 32%;}
.proInfo .bomBox .slick-prev:hover{background:url(/tpl_res/cms/www/cn/images/ar2_a.png) no-repeat;transform: rotate(180deg);background-size: contain;}
.proInfo .bomBox .slick-next{transform: rotate(180deg);background:url(/tpl_res/cms/www/cn/images/ar2.png) no-repeat;background-size: contain;right: 32%;}
.proInfo .bomBox .slick-next:hover{background:url(/tpl_res/cms/www/cn/images/ar2_a.png) no-repeat;transform: rotate(0);background-size: contain;}

.proInfo .reListBox .reList{width: 1.6rem;line-height:.5rem;padding-left:.6rem;position: absolute; margin-top: 0.25rem; left:46%; background:#fdd319;border-radius:.5rem;color: #333;font-size:.16rem;}
.proInfo .reListBox .reList:before{width: .16rem;height: .14rem;content:'';background:url(/tpl_res/cms/www/cn/images/i3.png) no-repeat;background-size: contain;position: absolute;top: 50%;margin-top: -.07rem;left: .35rem;}

/**/
.innerBanner{position: relative;}
.innerBanner .top{position: absolute;}
.innerBanner figure{padding-bottom:8rem;background-repeat:no-repeat;background-size: cover;background-position:center center;}
.innerBanner .txtBox{position: absolute;top: 50%;text-align: center;width: 100%;left: 0;transform: translateY(-50%);}
.innerBanner .txtBox h5{display: inline-block;font-size:.6rem;font-weight:normal;position: relative;line-height:1;z-index: 2;}
.innerBanner .txtBox h5:before{width: 100%;height: .14rem;bottom:0;left: 0;background:#fdd319;position: absolute;content:'';z-index: -1;border-radius:.1rem;}
.whiteTop .innerBanner .txtBox h5{color: #fff;}

/*专业养牛*/
.hasMenuPL{padding-left:8%;}
.cattleBox .tit{font-size:.16rem;margin-bottom:0rem;}
.cattleBox .tit h5{font-size:.36rem;font-weight:normal;margin-bottom:.15rem;}
.industry3,
.industry4{background-repeat:no-repeat;background-size: cover;background-position:center center;}
.instituteBox{}
.instituteBox .titBox{color: #fff;margin-bottom:.4rem;}
.instituteBox .titBox h5{font-size:.36rem;font-weight:normal;margin-bottom:.15rem;}
.instituteBox .titBox .des{font-size:.16rem;line-height:.34rem;}
.instituteBox .list .item{float: left;width:31.25%;margin-right:3.125%;background:rgba(255,255,255,.9);}
.instituteBox .list .item:nth-child(3n){margin-right:0;}
.instituteBox .list .item .des{padding:.45rem .45rem 0;height: 3.8rem;line-height:.28rem;}
.instituteBox .list .item .cattBx{display: flex;justify-content:space-between;padding:0 .45rem;line-height:1rem;align-items: center;border-top: 1px solid #fdd319;background:rgba(253,211,25,.1);}
.instituteBox .list .item .cattBx .iconB{max-width:1rem;}
.instituteBox .list .item .cattBx h5{font-size:.2rem;font-weight:normal;}
.oxBreeder{}
.oxBreeder h3{font-size:.36rem;font-weight:normal;margin-bottom:.4rem;}
.oxBreeder .slider{width: 120%;overflow: hidden;padding-left:.25rem}
.oxBreeder .slider ul{padding-right: 35%;}
.oxBreeder .slider li{padding-right:2%;}
.oxBreeder .slider li .contBox{background:#fff;border-radius:.2rem;box-shadow:0 0 .15rem rgba(0,0,0,.2);padding:.9rem .7rem;}
.oxBreeder .slider li .contBox .des{height: 2.4rem;overflow: hidden;font-size:.16rem;line-height:.32rem;position: relative;}
.oxBreeder .slider li .contBox .des:before{width: 1.23rem;height: 1rem;content:'';background:url(/tpl_res/cms/www/cn/images/i2_y.png) no-repeat;background-size: contain;position: absolute;top: 0;right: 0;opacity: .2;}
.oxBreeder .slider li .contBox .name{text-align: right;}
.oxBreeder .slider li .contBox .name span{display: inline-block;font-size:.2rem;position: relative;}
.oxBreeder .slider li .contBox .name span:before{width: .94rem;height: 1px;content:'';background:#dedede;position: absolute;left: -1.1rem;top: 50%;}
.oxBreeder .slider .slick-arrow{font-size: 0;border-radius:50%;border:none;width: .48rem;height: .48rem;position: absolute;top: 50%;margin-top: -.24rem;z-index: 9;cursor: pointer;transition:.3s;}
.oxBreeder .slider .slick-prev{background:url(/tpl_res/cms/www/cn/images/ar2.png) no-repeat;background-size: contain;left: -.24rem;}
.oxBreeder .slider .slick-prev:hover{background:url(/tpl_res/cms/www/cn/images/ar2_a.png) no-repeat;transform: rotate(180deg);background-size: contain;}
.oxBreeder .slider .slick-next{transform: rotate(180deg);background:url(/tpl_res/cms/www/cn/images/ar2.png) no-repeat;background-size: contain;right: 33.5%;}
.oxBreeder .slider .slick-next:hover{background:url(/tpl_res/cms/www/cn/images/ar2_a.png) no-repeat;transform: rotate(0);background-size: contain;}
.oxBreeder .slick-list{overflow: inherit;}

/*牧场工厂*/
.pasture2,
.pasture3,
.pasture4{background-repeat:no-repeat;background-size: cover;background-position:center center;transition:.3s;}
.pasture5{background:#f5f5f5;}
.pasture2{position: relative;color: #fff;}
.pasture2:before{width: 100%;height: 100%;content:'';background:rgba(0,0,0,.3);position: absolute;top: 0;left: 0;}
.Factorynum{margin-bottom:.8rem;position: relative;}
.Factorynum .item{float: left;width: 48%;padding-left:8%;margin-right:2%;}
.Factorynum .item .num{font-size:1rem;color: #fdd319;font-weight:bold;display: inline-block;vertical-align: bottom;line-height:.8;}
.Factorynum .item .txt{display: inline-block;vertical-align: bottom;padding-left:.2rem;}
.Factorynum .item .txt p{font-size:.2rem;}
.Factorynum .item .txt .des{font-size:.16rem;}

.FactoryList{position: relative;}
.FactoryList li{float: left;width: 25%;padding:.2rem;border:1px solid rgba(255,255,255,.15);transition:.3s;cursor: pointer;}
.FactoryList li h5{font-size:.22rem;font-weight:normal;margin-bottom:.1rem;}
.FactoryList li p{font-size:.16rem;line-height:.3rem;min-height: .6rem;padding-left:.25rem;position: relative;}
.FactoryList li p:before{width: .18rem;height: .18rem;content:'';background:url(/tpl_res/cms/www/cn/images/add.png) no-repeat;background-size: contain;position: absolute;left: 0;top: .05rem;}
.FactoryList li:hover{background:rgba(253,211,25,.8);border-color:rgba(255,255,255,.5);}

.factpastBox{width: 53%;}
.factpastBox h5{display: inline-block;font-size:.4rem;font-weight:normal;position: relative;line-height:1;z-index: 2;margin-bottom:.5rem;}
.factpastBox h5:before{width: 100%;height: .05rem;bottom:0;left: 0;background:#fdd319;position: absolute;content:'';z-index: -1;border-radius:.1rem;}
.factpastBox .des{font-size:.2rem;line-height:.34rem;margin-bottom:.2rem;}
.factpastBox .lab p{font-size:.16rem;line-height:.4rem;padding-left:.2rem;position: relative;}
.factpastBox .lab p:before{width: .06rem;height: .06rem;content: '';background:#fdd319;position: absolute;left: 0;top: 50%;margin-top: -.03rem;}
.factpastBox .img{margin-top: .4rem;}
.factpastBox .tot{display: block;font-size:.16rem;margin-top: .5rem;}
.pasture4 .factpastBox{float: right;}
.Digital p:before{display:none;}

.honerList .main{padding: 0 3.4375vw;}
.honerList .list{margin: 0 -2vw;padding-bottom:.8rem;}
.honerList .list ul{padding:0 2vw;}
.honerList li{float: left; text-align: center;position: relative;background: url("/tpl_res/cms/www/cn/images/taibg.png") repeat-x top 70% left;}
.honerList li a{display: block;position: relative; z-index: 3;}
.honerList li .pic{position: relative;}
.honerList li .pic:before{display:none; width: .31rem;height: .31rem;content:'';position: absolute;bottom:0;right: 8%;background:url(/tpl_res/cms/www/cn/images/view.png) no-repeat;background-size: contain;}
.honerList li .Ispic{padding-bottom: 55%;background-size: contain;background-repeat:no-repeat;background-position:center center;}
.honerList li .tit{margin-top: 1.303vw; margin-bottom: 2.08vw; padding: 0 5%;}
.honerList li .tit aside{font-size: 16px; line-height: 1.25em;height: 3em; padding-top:0.5em;}
.honerList .list .slick-arrow{font-size: 0;border-radius:50%;border:none;width: .48rem;height: .48rem;position: absolute;z-index: 9;cursor: pointer;transition:.3s;bottom:0;}
.honerList .list .slick-prev{background:url(/tpl_res/cms/www/cn/images/ar2.png) no-repeat;background-size: contain;left: 46%;}
.honerList .list .slick-prev:hover{background:url(/tpl_res/cms/www/cn/images/ar2_a.png) no-repeat;transform: rotate(180deg);background-size: contain;}
.honerList .list .slick-next{transform: rotate(180deg);background:url(/tpl_res/cms/www/cn/images/ar2.png) no-repeat;background-size: contain;right: 46%;}
.honerList .list .slick-next:hover{background:url(/tpl_res/cms/www/cn/images/ar2_a.png) no-repeat;transform: rotate(0);background-size: contain;}

@media(min-width:769px){
.honerList li{width:25%;}
.honerList li:first-child:before,
.honerList li:nth-child(4n+1):before{position: absolute; top:0;content: ''; height: 100%;background: url("/tpl_res/cms/www/cn/images/taibg_l.png") no-repeat left top 70% #f5f5f5; width:7.4375vw;left: -2vw;}
.honerList li:last-child:before,
.honerList li:nth-child(4n):before{position: absolute; top:0;content: ''; height: 100%;background: url("/tpl_res/cms/www/cn/images/taibg_r.png") no-repeat right top 70% #f5f5f5; width:7.4375vw;right: -2vw;}
}
@media(max-width:768px){
.honerList .list{padding: 0 6vw;}
.honerList li{width:50%;}
.honerList li .pic{padding-bottom: 7vw;}
.honerList li .tit{margin-bottom: 5vw;}
.honerList li:first-child:before,
.honerList li:nth-child(2n+1):before{position: absolute; top:0;content: ''; height: 100%;background: url("/tpl_res/cms/www/cn/images/taibg_l.png") no-repeat left top 70% #f5f5f5; width:7.4375vw;left: -3vw;}
.honerList li:last-child:before,
.honerList li:nth-child(2n):before{position: absolute; top:0;content: ''; height: 100%;background: url("/tpl_res/cms/www/cn/images/taibg_r.png") no-repeat right top 70% #f5f5f5; width:7.4375vw;right: -3vw;}
.honerList li .tit aside{font-size: 3vw;}
}

/*页码*/
.PageBox{padding:.2rem 0;}
.PageBox .Pages{text-align:center;}
.PageBox .Pages a{color:#999;font-size:.16rem;margin:0 .05rem;transition:all .5s;width: .3rem;line-height:.3rem;border-radius:50%;display:inline-block;vertical-align: middle;background: #f8f9fa;}
.PageBox .Pages a:hover,
.PageBox .Pages a.a_cur{background:#fdd319;color:#fff;}
.PageBox .Pages .num{font-style:normal;}
.PageBox .Pages .num a{display:none;}
.PageBox .Pages a.a_prev{position: relative;font-size: 0;background:url(/tpl_res/cms/www/cn/images/ar2.png) no-repeat;background-size: contain;}
.PageBox .Pages a.a_prev:hover{background:url(/tpl_res/cms/www/cn/images/ar2_a.png) no-repeat;transform: rotate(180deg);background-size: contain;}
.PageBox .Pages a.a_next{position: relative;font-size: 0;transform: rotate(180deg);background:url(/tpl_res/cms/www/cn/images/ar2.png) no-repeat;background-size: contain;}
.PageBox .Pages a.a_next:hover{background:url(/tpl_res/cms/www/cn/images/ar2_a.png) no-repeat;transform: rotate(0);background-size: contain;}
@media screen and (min-width:768px){
  .PageBox{padding: .7rem 0;}
  .PageBox .Pages a{width: .48rem;text-align: center;line-height:.48rem;}
  .PageBox .Pages .num a{display:inline-block;width: .5rem;text-align: center;line-height:.48rem;}
}
/*页码*/

/*新闻与运动*/
.newList{padding:8% 0 4%;}
.newList li{float: left;width: 31%;margin-right:3.5%;margin-bottom:.6rem;}
.newList li:nth-child(3n){margin-right:0;}
.newList li .imgBox{border-radius:.2rem;overflow: hidden;}
.newList li .imgBox figure{padding-bottom:66.5%;background-repeat:no-repeat;background-size: cover;background-position:center center;transition:.3s;}
.newList li .txtBox{margin-top: .2rem;padding-right:10%;}
.newList li .txtBox time{font-size:.16rem;color: #666666;display: block;}
.newList li .txtBox h5{min-height: .68rem;line-height:.34rem;font-size:.24rem;font-weight:normal;margin-top: .1rem;}

.newList li:hover .imgBox figure{transform: scale(1.1, 1.1);}
/*详情*/

.newsInfo .top{position: static;}
.newsDetails{padding:4% 0 8%;}
.newsDetails .titBox{margin-bottom:.5rem;position: relative;padding-right:25%;}
.newsDetails .titBox h1{font-size:.36rem;font-weight:normal;margin-bottom:.3rem;}
.newsDetails .titBox time{font-size:.16rem;color: #999999;display: block;}
.newsDetails .titBox .reList{width: 1.6rem;line-height:.5rem;padding-left:.6rem;position: absolute;right: 0;top: 50%;margin-top: -.25rem;background:#fdd319;border-radius:.5rem;color: #333;font-size:.16rem;}
.newsDetails .titBox .reList:before{width: .16rem;height: .14rem;content:'';background:url(/tpl_res/cms/www/cn/images/i3.png) no-repeat;background-size: contain;position: absolute;top: 50%;margin-top: -.07rem;left: .35rem;transition:.5s;}
.newsDetails .titBox .reList:hover:before{transform: rotateY(360deg);}
.newsDetails .conBox{font-size:.16rem;line-height:.36rem;color: #666666;padding-top:.3rem;border-top:1px solid #eee;}
.newsDetails .pngBox{padding-top:.5rem;border-top:1px solid #eee;margin-top: .6rem;display: flex;justify-content:space-between;}
.newsDetails .pngBox a{display: inline-block;font-size:.16rem;color: #999999;}
.newsDetails .pngBox a:hover{color: #fdd319;}

/*投资者专区*/
.InvestorList{padding:4% 0;}
.InvestorList li{padding:.4rem 0;border-bottom:1px solid #eee;display: flex;justify-content:space-between;line-height:.3rem;font-size:.16rem;}
.InvestorList li h5{width: 70%;padding-left: .4rem;position: relative;color: #666666;font-weight:normal;}
.InvestorList li h5:before{width: .19rem;height: .21rem;content:'';background:url(/tpl_res/cms/www/cn/images/i4.png) no-repeat;background-size: contain;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.InvestorList li time{color: #999999;}
.InvestorList li a{display: block;position: relative;padding-left:.25rem;color: #fdd319;}
.InvestorList li a.view:before{width: .2rem;height: .12rem;background:url(/tpl_res/cms/www/cn/images/i5.png) no-repeat;background-size: contain;position: absolute;left: 0;top: 50%;transform: translateY(-50%);content:'';transition:.3s;}
.InvestorList li a.down:before{width: .16rem;height: .14rem;background:url(/tpl_res/cms/www/cn/images/i6.png) no-repeat;background-size: contain;position: absolute;left: 0;top: 50%;transform: translateY(-50%);content:'';transition:.3s;}
.InvestorList li a:hover:before{top: 40%;}

/*加入我们*/
.lohasList{}
.lohasList .txtList{float: right;width: 37%;}
.lohasList .txtList h5{font-size:.36rem;font-weight:normal;margin-bottom:.35rem;}
.lohasList .txtList li{padding-left:.5rem;position: relative;font-size:.18rem;line-height:.36rem;}
.lohasList .txtList li:before{width: .05rem;height: .05rem;content:'';background:#333;border-radius:50%;position: absolute;left: .08rem;top: 50%;margin-top: :-.025rem;z-index: 2;}
.lohasList .txtList li:after{width: .19rem;height: .16rem;background:url(/tpl_res/cms/www/cn/images/i7.png) no-repeat;background-size: contain;position: absolute;left: 0;top: 50%;margin-top: -.08rem;content:'';opacity: 0;transition:.3s;z-index: 3;}
.lohasList .txtList li.on:after{opacity: 1;}
.lohasList .imgList{float: left;width: 54%;}
.lohasList .imgList img{border-radius:0.3rem;}
.lohasList .imgList li{display: none;}
.lohasList .imgList li.on{display: block;}
.joinus3{background-repeat:no-repeat;background-size: cover;background-position:center center;}
.recruitBox{float: right;/*width: 36.25%;*/width: 5.8rem;padding:1.2rem .6rem .6rem;background:url(/tpl_res/cms/www/cn/images/reBG.png) no-repeat;background-size: contain;background-position:center center;}
.recruitBox h5{font-size:.32rem;font-weight:normal;margin-bottom:.55rem;text-align: center;}
.recruitBox .left{float: left;width: 2.9rem;}
.recruitBox .left .item{margin-top: .2rem;}
.recruitBox .left .item:first-child{margin-top: 0;}
.recruitBox .left .item span{line-height:.4rem;display: block;font-size:.2rem;}
.recruitBox .left .item p{font-size:.16rem;line-height:.3rem;color: #666666;}
.recruitBox .right{float: right;width: 1.41rem;text-align: center;font-size:.16rem;color: #999999;}
.recruitBox .right .code{max-width:100%;margin-bottom:.1rem;}

/*阳光一头牛*/
.Aboutcow{padding:5% 0;background:url(/tpl_res/cms/www/cn/images/pageBG.jpg) no-repeat;background-size: cover;background-position:top center;}
.Aboutcow .tit{margin-bottom:.4rem;}
.Aboutcow .tit h1{font-size:.4rem;display: inline-block;line-height:.8;position: relative;font-weight:normal;margin-bottom:.35rem;z-index: 1;}
.Aboutcow .tit h1 a:hover{color:#333;}
.Aboutcow .tit h1:before{width: 100%;height: .05rem;bottom:0;left: 0;background:#fdd319;position: absolute;content:'';z-index: -1;border-radius:.1rem;}
.Aboutcow .tit .des{font-size:.2rem;line-height:.4rem;}

/*清廉合规*/
.honest{font-size:.16rem;}
.honest p{line-height:.4rem;}
.honest .tip{margin-top: .4rem;line-height:.32rem;}
.honest .catBox{margin-top: .2rem;border-left: .3rem solid #fdd319;background-image: linear-gradient(to right, rgba(253,211,25,.5),rgba(253,211,25,.0));min-width: 70%;padding:.12rem .25rem;}
.honest .catBox p{line-height:.3rem;}
.honest .Redline{margin-bottom:.4rem;}
.honest .Redline .item{width: 45%;float: left;margin-bottom:.35rem;min-height: 2.3rem;}
.honest .Redline .item h5{display: inline-block;position: relative;font-size:.2rem;font-weight:normal;margin-bottom:.2rem;z-index: 1;}
.honest .Redline .item h5:before{width: 120%;height: .15rem;content:'';background-image: linear-gradient(to right, rgba(253,211,25,1),rgba(253,211,25,.0));position: absolute;left: 0;bottom:0;z-index: -1;}
.honest .Redline .item p{line-height:.3rem;margin-bottom:.1rem;}
.honest .Redline .item:nth-child(2n){float: right;}

/*常见问题*/
.quesList{}
.quesList .item{padding-left:.5rem;margin-bottom:.3rem;position: relative;}
.quesList .item .num{position: absolute;width: .28rem;line-height:.3rem;background:#fdd319;border-radius:.05rem;text-align: center;color: #fff;font-weight:bold;font-size:.16rem;position: absolute;top: 0;left: 0;}
.quesList .item h5{font-size:.2rem;font-weight:normal;margin-bottom:}
.quesList .item .des{padding:.25rem 0 .3rem;border-bottom:1px solid #dedede;font-size:.16rem;line-height:.3rem;}


/***/
/*响应式*/
.nav_btn { width:.3rem; height:.27rem;  position:relative; cursor:pointer; display:none;  transition:margin 0.3s ease 0s;z-index: 999;}
.nav_btn span,.nav_btn span:before,.nav_btn span:after {content:''; display:block; width:100%; height:.02rem; background-color:#333; position:absolute; left:0;border-radius:3px;}
/*.whiteTop .nav_btn span,.whiteTop .nav_btn span:before,.whiteTop .nav_btn span:after{background-color:#fff;}*/
.nav_btn span {top:50%; margin-top:-1px;}
.nav_btn span:before {top:-.1rem; transition:all 0.3s ease 0s;}
.nav_btn span:after {bottom:-.1rem; transition:all 0.3s ease 0s;}
.nav_btn.open span {height:0;}
.nav_btn.open span:before {transform:rotate(45deg); top:0;}
.nav_btn.open span:after {transform:rotate(-45deg); bottom:-.02rem;}

@media(max-width:1800px){
    .w1780{padding:0 4%;}
}

@media(max-width:1680px){
    .w1600{padding:0 4%;}
    .Timeline .yearList li.slick-current{font-size:.3rem;}
    .Factorynum .item{padding-left:6%;}
}

@media(max-width:1440px){
    .w1400{padding:0 4%;}
}

@media(max-width:1366px){
    .innerBan .menu svg{display: none;}
    .w1340{padding:0 4%;}
}

@media(max-width:1024px){
    .nav_btn{display: block;}
    .top{padding:.1rem 0;}
    .top .logo{width: 70%;}
    .newsInfo .top{position: relative;}
    .top .nav{position: absolute;top: 100%;width: 50%;right: 0;padding:.1rem 4%;background:rgba(255,255,255,1);box-shadow:0 0 .15rem rgba(0,0,0,0.1);border-radius:.1rem;display: none;}
    .top .nav li{display: block;margin: 0;}
    .top .nav li.on:before{bottom:0;}
    .top .nav li a{color: #333;line-height:.36rem;}
    .whiteTop .top .nav li a{color: #333;}
    .top .nav li .nav_sub{position: static;transform:translateX(0);width: 100%;padding:.1rem;background:rgba(255,255,255,.5);}
    .top .nav li .nav_sub a{text-align: left;}
    /*.whiteTop .top .searBox .openSear:before{background: url(/tpl_res/cms/www/cn/images/sear.png) no-repeat;background-size: contain;}
    .whiteTop .nav_btn span, .whiteTop .nav_btn span:before, .whiteTop .nav_btn span:after{background:#333;}*/
    .top .nav li a:hover{color: #fdd319;}
    #menufull{display: none;}
    .home_ban .slick-arrow{left: 4%;}
    .home_ban .slick-arrow.slick-next{right: 4%;}
    .home_ban li figure{padding-bottom:50%;}
    .home_ban li video{display: none;}
    .home_page2 .slider{padding:.5rem 0;}
    .home_page2 .slider li .txtBox{top: 27%;}
    .home_page2 .slider li .txtBox span{font-size:.14rem;margin-bottom:.1rem;}
    .home_page2 .slider li .txtBox p{font-size:.16rem;line-height:.28rem;}
    .home_page2 .slider li.current .txtBox{top: 69%;}
    .Foor3list{padding:.5rem 0;}
    .home_page3 .item .conT:before{left:.02rem;}
    .home_page3 .item .txtBox{padding:0 15%;}
    .home_page3 .item .txtBox .iconB{width: .45rem;}
    .home_page3 .item .txtBox h5{font-size:.2rem;margin-top: .08rem;}
    .home_page3 .item.active .txtBox .des{margin-top: .15rem;}
    .home_page3 .item .txtBox .des p{font-size:.14rem;line-height:.22rem;margin-bottom:.2rem;}
    .home_page3 .item .txtBox .des span{width: .24rem;height: .24rem;}
    .Timeline .yearList li.slick-current{font-size:.16rem;}
    .home_page4{padding:.5rem 0;}
    .Foor4Slider .table-nav{float: none;width: 100%;text-align: left;padding:0;margin-bottom:.4rem;}
    .Foor4Slider .table-nav svg{display: none;}
    .Foor4Slider .table-nav ul{display: flex;justify-content:space-between;}
    .Foor4Slider .table-nav li{margin: 0;text-align: center;}
    .Foor4Slider .table-nav li:before{display: none;}
    .Foor4Slider .table-box{float: none;width: 100%;}
    .Foor4Slider .table-box .slickBox .slick-dots{left: 0;bottom:-.2rem;text-align: center;width: 100%;}
    .Foor4Slider .table-box li .txtBox .tit a{font-size:.24rem;}
    .Foor4Slider .table-box li .txtBox .tit{font-size:.16rem;}
    .Foor4Slider .table-box li .txtBox .des{font-size:.14rem;line-height:.26rem;margin-bottom:.2rem;}
    .Timeline{padding-bottom:.5rem;}
    .Timeline .yearList .slick-arrow{width: .36rem;height: .36rem;top: .42rem;}
    .Timeline .contList{margin-top: .3rem;}
    .Timeline .contList li .imgBox{display: block;margin: 0 auto;width: 2.6rem;height: 2.6rem;}
    .Timeline .contList li .txtBox{display: block;padding-left:0;max-width:4.5rem;margin: .3rem auto 0;}
    .Timeline .contList li .txtBox p{font-size:.14rem;line-height:.28rem;}
    .Timeline .contList li .txtBox p:before{top: .12rem;}
    .bottom .bomTop{padding-top:.5rem;}
    .bottom .bomTop .bomnav{display: none;}
    .bottom .bomTop .bomdes{float: none;width: 100%;}
    .bottom .bomTop .goTop{width: .3rem;height: .3rem;}
    .bottom .bomTop .bomdes p{line-height:.3rem;}
    .bottom .Bombom{padding:.3rem 0;}
    .bottom .Bombom .copy{float: none;text-align: center;}
    .bottom .Bombom ul{float: none;width: 2.9rem;margin: 0 auto;}
    #menuAbout{display: none;}
    .innerBan .menu li{margin-top: 0!important;}
    .innerBan .menu{padding:0 4%;}
    .innerBan figure{padding-bottom:4.2rem;}
    .innerBan .txtBox h5{font-size:.36rem;}
    .innerBan .txtBox{top: 36%;}
    .about5 .Timeline{padding-left:0;}
    .about5 .Timeline:before{display: none;}
    .about2,.about3,.about4{padding:.5rem 0;background-position: center center;}
    .Tabwarp{padding:0;width: 100%;max-width:100%;}
    .Tabwarp .table-nav li{padding:0 .25rem;font-size:.18rem;line-height:.8;}
    .Tabwarp .table-nav li.on{font-size:.26rem;}
    .Tabwarp .table-nav li span{line-height:.8;}
    .Tabwarp .table-nav{margin-bottom:.35rem;}
    .Tabwarp .table-box .item .titBox{padding-bottom:.2rem;font-size:.18rem;line-height:.28rem;}
    .Tabwarp .table-box .item .desBox{padding-top:.3rem;line-height:.28rem;}
    .about3 .txtBox{float: none;width: 100%;}
    .about3 .txtBox h5{font-size:.3rem;margin-bottom:.3rem;}
    .about3 .txtBox .titBox{padding-bottom:.2rem;font-size:.18rem;line-height:.28rem;}
    .about3 .txtBox .desBox{padding-top:.3rem;line-height:.28rem;}
    .about2 .txtBox h5{font-size:.3rem;margin-bottom:.3rem;}
    .about2 .txtBox .titBox{padding-bottom:.2rem;font-size:.18rem;line-height:.28rem;}
    .about2 .txtBox .desBox{padding-top:.3rem;line-height:.28rem;}
    .productList{padding:.5rem 0;}
    .productList ul{margin: 0 -.2rem;padding:0 .4rem;}
    .productList li{margin: 0 .2rem;}
    .productList .slick-arrow,.proInfo .bomBox .slick-arrow{width: .36rem;height: .36rem;margin-top: -.18rem;}
    .productList h3{font-size:.28rem;margin-bottom:.45rem;}
    .productList li .tit h5{font-size:.18rem;}
    .productList li .tit span{font-size:.14rem;}
    .productList li .imgBox{height: auto;}
    .innerBanner figure{padding-bottom:4.2rem;}
    .innerBanner .txtBox h5{font-size:.36rem;}
    .innerBanner .txtBox h5:before{height: .08rem;}
    .proInfo{padding:.8rem 0;}
    .proInfo .topBox .tit h5{font-size:.28rem;}
    .proInfo .topBox .tit h5 span{font-size:.16rem;}
    .proInfo .topBox .slogan{font-size:.16rem;margin: .1rem 0 .08rem;}
    .proInfo .topBox .des{font-size:.14rem;line-height:.26rem;}
    .hasMenuPL{padding-left:0;padding:.5rem 0;}
    .cattleBox .tit{font-size:.14rem;margin-bottom:.3rem;}
    .cattleBox .tit h5,.instituteBox .titBox h5,.oxBreeder h3{font-size:.28rem;margin-bottom:.05rem;}
    .instituteBox .titBox .des{font-size:.14rem;line-height: .26rem;}
    .instituteBox .list .item{width: 100%;margin-right:0;margin-bottom:2%;}
    .instituteBox .list .item .des{height: auto;padding:.2rem;}
    .instituteBox .list .item .cattBx{line-height:.5rem;padding:0 .2rem;}
    .instituteBox .list .item .cattBx .iconB{max-width:.5rem ;}
    .instituteBox .list .item .cattBx h5{font-size:.16rem;}
    .oxBreeder .slider{width: 100%;}
    .oxBreeder .slider ul{padding-right:10%;}
    .oxBreeder .slider li .contBox{padding:.45rem .35rem;}
    .oxBreeder .slider .slick-arrow{width: .36rem;height: .36rem;margin-top: -.18rem;}
    .oxBreeder .slider .slick-next{right: 6.5%;}
    .oxBreeder .slider li .contBox .des{font-size:.14rem;line-height:.28rem;padding:.2rem 0;height: auto;min-height: 1.8rem;}
    .Factorynum{margin-bottom:.5rem;}
    .Factorynum .item .num{font-size:.5rem;}
    .Factorynum .item .txt{width: 89%;}
    .Factorynum .item .txt p{font-size:.18rem;}
    .Factorynum .item .txt .des{font-size:.14rem;}
    .FactoryList li{width: 50%;}
    .FactoryList li h5{font-size:.18rem;}
    .FactoryList li p{font-size:.14rem;line-height:.26rem;min-height: .26rem;}
    .factpastBox{width: 100%;}
    .factpastBox h5{font-size:.28rem;margin-bottom:.25rem;}
    .factpastBox .des{font-size:.18rem;line-height:.28rem;}
    .factpastBox .lab p{font-size:.14rem;line-height:.3rem;}
    .honerList .list .slick-arrow{width: .36rem;height: .36rem;}
    .honerList .list .slick-prev{left: 40%;}
    .honerList .list .slick-next{right: 40%;}
    .honerList .list{padding:0;}
    .honerList li .tit aside{font-size:.18rem;}
    .honerList li .pic{padding-bottom:.2rem;}
    .innerBan .txtBox h5:before{height: .08rem;}
    .newList li{width: 48.5%;margin-right:3%;margin-bottom:.3rem;}
    .newList li:nth-child(3n){margin-right:3%;}
    .newList li:nth-child(2n){margin-right:0;}
    .newList li .txtBox{margin-top: .1rem;}
    .newList li .txtBox h5{font-size:.2rem;line-height:.3rem;min-height: .6rem;}
    .newsDetails .titBox h1,.lohasList .txtList h5,.recruitBox h5{font-size:.28rem;margin-bottom:.2rem;}
    .newsDetails .titBox{margin-bottom:.2rem;}
    .newsDetails .titBox .reList{width: 1.3rem;font-size:.14rem;line-height:.4rem;padding-left:.45rem;}
    .newsDetails .titBox .reList:before{left: .2rem;}
    .newsDetails .conBox{line-height:.3rem;}
    .newsDetails .pngBox{padding-top: .3rem;display: block;}
    .newsDetails .pngBox a{display: block;line-height:.3rem;}
    .InvestorList li{padding:.2rem 0;}
    .InvestorList li time{display: none;}
    .InvestorList li h5{white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden}
    .lohasList{padding:.5rem 0;}
    .lohasList .txtList{float: none;width: 100%;}
    .lohasList .imgList{float: none;width: 100%;text-align: center;margin-top: .3rem;}
    .lohasList .txtList li{font-size:.16rem;line-height:.36rem;}
    .joinus3{padding:.5rem 0;}
    .recruitBox{float: none;margin: 0 auto;}
    .Aboutcow{padding:.5rem 0;}
    .Aboutcow .tit{margin-bottom:.2rem;}
    .Aboutcow .tit h1{font-size:.28rem;margin-bottom:.2rem;}
    .Aboutcow .tit .des{font-size:.18rem;line-height:.3rem;}
    .honest{font-size:.14rem;}
    .honest p{line-height:.3rem;}
    .honest .tip{margin-top: .3rem;}
    .honest .Redline .item{width: 48%;min-height: 2.6rem;}
    .honest .Redline .item h5{font-size:.18rem;margin-bottom:.15rem;}
    .honest .Redline .item p{line-height:.26rem;}
    .quesList .item h5{font-size:.18rem;}
    .quesList .item .des{font-size:.14rem;padding:.15rem 0 .2rem;line-height:.26rem;}

}

@media(max-width:768px){
    .top .logo{width: 15%;margin-right:50%;}
    .bottom .bomTop .bomdes .code .img{margin-right:.08rem;}
    .home_ban{margin-top: 0.75rem;}
    .home_page2 .slider li{margin-top: .8rem;}
    .home_page2 .slider li .txtBox{top: 45%;}
    .home_page2 .slider li .txtBox p{opacity: 0;}
    .home_page2 .slider li.current .txtBox p{opacity: 1;}
    .home_page2 .slider li.current .txtBox{top: 45%;}
    .home_page3 .item .txtBox .des p{display: none;}
    .Foor4Slider .table-nav li{width: auto;padding:0 .1rem;}
    .Foor4Slider .table-box li .txtBox{padding-top: .2rem;}
    .Foor4Slider .table-box li .txtBox .tit{font-size:.14rem;}
    .proInfo .bomBox .slick-next{right: 5%;}
    .proInfo .bomBox .slick-prev{left: 5%;}
    .Factorynum .item{float: none;width: 100%;padding-left:0;margin-bottom:.3rem;}
    .newsDetails .titBox{padding-right:0;}
    .newsDetails .titBox .reList{top: auto;margin-top: 0;bottom:0;}
    .recruitBox{width: 100%;background-size: cover;padding:1.5rem .3rem .3rem}
    .recruitBox .left{float: none;width: 100%;margin-bottom:.2rem;}
    .recruitBox .right{float: none;width: 100%;}
    .honest .Redline .item{width: 100%;float: none;min-height: inherit;}
    .FactoryList li p{min-height: .88rem;}
 	/*移动端产品返回按钮样式*/
    .proInfo .reListBox .reList{left:34%;}
    .about2 .txtBox .titBox{border-bottom:0px;}
    .about3 .txtBox .titBox{border-bottom:0px;}
    .Tabwarp .table-box .item .titBox{border-bottom:0px;}
}


/*表单*/
.reportForm{padding:.4rem 0;border-bottom:1px dashed #999;margin-bottom:.4rem;}
.reportForm .tit{margin-bottom:0;}
.reportForm .tit h1{margin-bottom: 0.15rem;}
.reportForm .formBox{margin-bottom:.3rem;}
.reportForm .formBox .titBox{font-size:.18rem;font-weight:bold;line-height:.48rem;border-bottom:1px solid #e5e6e8;margin-bottom:.2rem;}
.reportForm .formBox .titBox span{display: inline-block;position: relative;}
.reportForm .formBox .titBox span:after{width: .18rem;height: .18rem;content:'i';line-height:.18rem;font-size:.12rem;text-align: center;border-radius:50%;right: -.25rem;top: 50%;margin-top: -.1rem;color: #fff;position: absolute;display: block;background:#fdd319;}
.reportForm .formBox .titBox span .uio{cursor: pointer; width: .18rem;height: .18rem;content:'i';line-height:.18rem;font-size:.12rem;text-align: center;border-radius:50%;right: -.25rem;top: 50%;margin-top: -.1rem;color: #fff;position: absolute;display: block; z-index:5;}
.reportForm .formBox .item{margin-bottom:.2rem;padding-bottom:.2rem;position: relative;}
.reportForm .formBox .item p{font-size:.14rem;line-height:.32rem;margin-bottom:.05rem;}
.reportForm .formBox .item.req p:after{content:'*';margin-left: .04rem;color: #ff5219;}
.reportForm .formBox .item input{width: 100%;padding:0 .15rem;line-height:.4rem;height: .4rem;border-radius:.06rem;border:1px solid #e5e6e8;background:#fff;font-size:.14rem;}
.reportForm .formBox .item input:hover{border-color:#fdd319;}
.reportForm .formBox .item input:focus{box-shadow:0 0 .1rem rgba(253,211,25,.2);border-color:#fdd319;}
.reportForm .formBox .item .input_ol{ position: relative; display:flex; align-items:center; color:#000; width: 100%;padding:0 .15rem; line-height:.4rem; height: .4rem;border-radius:.06rem;border:1px solid #e5e6e8;background:#fff;font-size:.14rem;}
.reportForm .formBox .item .input_ol .Aniu{ margin-right:.12rem; height:.28rem; line-height:.28rem; padding:0 .1rem; background:#efefef; border-radius:.03rem; overflow:hidden; border:solid 1px #333;}
.reportForm .formBox .item .input_ol input{ opacity:0; position: absolute; left:0; top:0; width:100%; height:100%;}


.reportForm .formBox .item .verify{font-size:.14rem;color:#ff5219;position: absolute;bottom: 0;left: 0;}
.reportForm .formBox .item.verf input{border-color:#ff5219;}
.reportForm .formBox .item.verf input:focus{box-shadow:0 0 .1rem rgba(255,85,25,.2);border-color:#ff5219;}
.reportForm .formBox .item textarea{width: 100%;padding:.1rem;border-radius:.06rem;border:1px solid #e5e6e8;background:#fff;height: .8rem;line-height:.26rem;font-size:.14rem; font-family:'微软雅黑';}
.reportForm .formBox .item textarea:hover{border-color:#fdd319;}
.reportForm .formBox .item textarea:focus{box-shadow:0 0 .1rem rgba(253,211,25,.2);border-color:#fdd319;}
.reportForm .formBox .item .tip{font-size:.12rem;color: #b9babb;margin-top: .15rem;}
.reportForm .formBox .item .ul{ padding:.1rem 0 0; display:inline-block;}
.reportForm .formBox .item .ul li{ margin-bottom:.1rem; padding:.05rem .1rem .05rem .15rem; display: flex; font-size:.14rem; border:solid 1px #e5e6e8; border-radius:.06rem; justify-content:space-between; width:100%;}
.reportForm .formBox .item .ul li .aniu{ display:flex; align-items:center; padding-left:.2rem;}
.reportForm .formBox .item .ul li .aniu .yula{ opacity:.7; width:20px; height:20px; cursor: pointer;}
.reportForm .formBox .item .ul li .aniu .dow{ opacity:.7; cursor: pointer; width:22px; height:22px; margin-left:.1rem;}
.reportForm .formBox .item .ul li .aniu .dow img{ display:block;}
.reportForm .formBox .item .ul li .aniu .dow{ width:22px; height:22px;}
.reportForm .formBox .item .ul li .aniu .dow img{ display:block;}
.reportForm .formBox .item .ul li .lete{ opacity:.7; width:15px; height:22px; line-height:22px; text-align: center; margin-left:.1rem; cursor: pointer; font-style:normal;}
.reportForm .formBox .item .ul li .lete img{ margin:0 auto; max-width:15px; max-height:15px;}
.reportForm .formBox .item .ul li .miw{ line-height:2;}
.reportForm .formBox .item .ul li:last-child{ margin-bottom:0;}

.reportForm .formBox .item .tactTab{}
.reportForm .formBox .item .tactTab table{width: 100%;background:#fff;}
.reportForm .formBox .item .tactTab th{border-bottom:1px solid #e8e8e8;padding:.1rem .08rem;background:#e9ebef;text-align: left;font-size:.12rem;line-height:.3rem;}
.reportForm .formBox .item .tactTab td{line-height:.32rem;border-bottom:1px solid #e8e8e8;padding:.1rem .08rem;font-size:.12rem;}
.reportForm .formBox .item .tactTab td select,
.reportForm .formBox .item .tactTab td input{width: 100%;line-height:.35rem;height: .35rem;border:1px solid #e5e6e8;padding:0 .1rem;border-radius:.06rem;font-size:.12rem;}
.reportForm .formBox .item .tactTab td select:hover,
.reportForm .formBox .item .tactTab td input:hover{border-color:#fdd319;}
.reportForm .formBox .item .tactTab td select:focus,
.reportForm .formBox .item .tactTab td input:focus{box-shadow:0 0 .1rem rgba(253,211,25,.2);border-color:#fdd319;}
.reportForm .formBox .item .tactTab th:first-child,
.reportForm .formBox .item .tactTab td:first-child{text-align: center;}
.reportForm .formBox .item .tactTab .addTR{display: block;width: .85rem;line-height:.3rem;text-align: center;border:1px solid #e5e6e8;border-radius:.06rem;text-align: center;font-size:.12rem;background:#fff;transition:.3s;color: #333;margin-top: .2rem;}
.reportForm .formBox .item .tactTab .addTR:hover{background:#fdd319;}
.reportForm .subBtn{display: block;width: .9rem;line-height:.35rem;text-align: center;background:#fdd319;color: #fff;margin-top: .5rem;border-radius:.08rem;transition:.3s;}
.reportForm .subBtn:hover{opacity: .8;}


.reportForm .formBox .item .objectTab{}
.reportForm .formBox .item .objectTab .tnav{display: inline-block;vertical-align: middle;margin-right: .12rem;padding-left:.25rem;position: relative;font-size:.14rem;cursor: pointer;}
.reportForm .formBox .item .objectTab .tnav:before{width: .12rem;height: .12rem;content:'';border-radius:50%;position: absolute;left: 0;border:.02rem solid #cfd2d5;transition:all .1s linear;top: 50%;margin-top: -.08rem;}
.reportForm .formBox .item .objectTab .tnav:hover:before{border-color:#fdd319;}
.reportForm .formBox .item .objectTab .tnav.on:before{border:.05rem solid #fdd319;width: .06rem;height: .06rem;}

.reportForm .formBox .objectBox .objectCont{display: none;}
.reportForm .formBox .objectBox .objectCont.on{display: block;}

.reportForm .formBox .item .queSele .cheitem{display: inline-block;vertical-align: middle;margin-right:.12rem;font-size:.14rem;line-height:.32rem;}
.reportForm .formBox .item .queSele input[type=checkbox]{width: auto;display: inline-block;vertical-align: middle;}
.reportForm .formBox .item .queSele span{display: inline-block;vertical-align: middle;}

/* 弹框 */
.pop-up{ position: fixed; top:0; left:0; width:100%; height:100%; background: rgba(0,0,0,.5);}
.pop-up .pop-txt{ width:100%; max-width:600px; background:#fff; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); text-align: center; border-radius:5px; overflow: hidden;}
.pop-up .pop-txt .close{ cursor:pointer; position:absolute; right:0; top:0; font-style:normal; font-family:'黑体'; font-size:24px; padding:0 10px;}
.pop-up .pop-txt .text{ padding:50px 0;}
.pop-up .pop-txt .text .wenz{ font-size:28px;}
.pop-up .pop-txt .text .tishi{ margin-top:10px; font-size:16px; color:#999;}
.pop-up .pop-txt .Aniu{ font-size:0; background: #ccc; padding:20px 0;}
.pop-up .pop-txt .Aniu a{ font-size:16px; display:inline-block; color:#fff; background:#fdd319; padding:10px 30px; border-radius:5px; overflow: hidden;}<!--耗时1772576920.2344秒-->