@charset "UTF-8";

/* 二级banner start */
.subBanner {
    position: relative;
    overflow: hidden;
}

.subBanner:before {
    display: block;
    content: '';
    padding-top: 18.85%;
    background: rgba(0, 0, 0, 0.2);
}

.subBanner .img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center center;
    transition: all 3s ease;
    transform: scale(1.3);
}

.subBanner.on .img {
    transform: scale(1);
}

.subBanner .search-box {
    width: 900px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* 二级banner end */
/* 二级菜单 end */
/* location start */
.location {
    height: 100px;
    background: #fff;
    line-height: 100px;
    margin-bottom: 50px;
}

.location a {
    font-size: 15px;
    color: #333333;
    position: relative;
    display: inline-block;
    margin-right: 50px;
    height: 100px;
}

.location a.hover::before,.location a:hover::before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background: #158027;
    display: block;
    content: "";
}

.location a.hover,.location a:hover {
    color: #158027;
    font-weight: bold;
}

/* location end */
/* 分页 start */
/* 分页 start */
.page { text-align: center; }
.pageL{display: inline-block;margin-right: 20px;}
.page span,.page a {display: inline-block; height: 32px; line-height: 32px;padding: 0 11px;width: auto;font-size: 14px; color: #555555;box-sizing: border-box;margin: 0 4px;border-radius: 3px;border: 1px solid #e3e3e3;vertical-align: middle;transition: all .4s ease;background: #fff;}
.page span.hover,.page a:hover,.page span:hover,.page a.hover{border-color:#158027; color: #158027;}
.page a.prev,.page a.next{width: 32px;cursor: pointer;}
.page span.prev:before{display: block;content: "";width: 6px;height: 6px;border-left: 1px solid #e3e3e3;border-top: 1px solid #e3e3e3;transform: rotateZ(-45deg);display: inline-block;vertical-align: middle;position: relative;top: -1px;transition: all .4s ease;left: 2px;}
.page span.next:before{display: block;content: "";width: 6px;height: 6px;border-right: 1px solid #e3e3e3;border-top: 1px solid #e3e3e3;transform: rotateZ(45deg);display: inline-block;vertical-align: middle;position: relative;top: -1px;transition: all .4s ease;}
.page span.hover:before,.page span:hover:before{border-color: #158027;}
.pageR{line-height: 32px;font-size: 14px;color: #333333;display: inline-block;}
.pageR input{display: inline-block;vertical-align: middle;width: 54px;height: 32px;line-height: 32px;border: 1px solid #e3e3e3;border-radius: 3px;color: #333;padding: 0 10px;margin: 0 9px;box-sizing: border-box;}
.pageR .btn{display: inline-block;width: 54px;height: 32px;background: #158027;color: #fff;border-radius: 3px;margin-left: 20px;border: none;}
.pageR .btn:hover{color: #fff;}
/* 分页 end */
/* 分页 end */
/* 实验室展示 start */
.imgList{margin-right: -60px;overflow: hidden;}
.imgList li{width: 33.3333%;float: left;display: inline;margin-bottom: 40px;}
.imgList li a{display: block;margin-right: 60px;}
.imgList li .pic{margin-bottom: 30px;}
.imgList li .pic::before{padding-top: 75%;}
.imgList li span{display: block;text-align: center;font-size: 18px;font-weight: bold;color: #333333;}
/* 实验室展示 end */
/* 全文列表 start */
.textDl li{margin-bottom: 30px;background: #fff;box-shadow: 0px 2px 10px 0px rgba(10, 2, 4, 0.1);height: 120px;line-height: 120px;padding: 0 60px 0 70px;position: relative;transition: all .4s ease;}
.textDl li:before{display: block;content: "";position: absolute;left: 0;top: 50%;width: 8px;height: 30px;background: #059340;margin-top: -15px;transition: all .4s ease;}
.textDl li .time{font-size: 18px;color: #059340;margin-left: 30px;transition: all .4s ease;}
.textDl li .info{font-size: 20px;color: #333333;font-weight: bold;overflow: hidden;transition: all .4s ease;}
.textDl li .info a{color: #333;transition: all .4s ease;}
.textDl li:hover{background: #059340;}
.textDl li:hover:before{background: #fbb22b;}
.textDl li:hover .time,.textDl li:hover .info a{color: #fff;}
/* 全文列表 end */
/* 全图列表 start */
.imgTextDl li{margin-bottom: 40px;background: #fff;position: relative;box-shadow: 0px 2px 10px 0px rgba(10, 2, 4, 0.1);overflow: hidden;padding: 30px 160px 30px 30px;}
.imgTextDl li:before{display: block;content: "";position: absolute;right: 0;top: 0;width: 80px;height: 100%;background: #d0d0d0 url(../images/img/yanj.png) no-repeat center;transition: all .4s ease;}
.imgTextDl li .pic{width: 400px;border-radius: 5px;margin-right: 50px;}
.imgTextDl li .pic:before{padding-top: 56%;}
.imgTextDl li .text{overflow: hidden;padding-top: 30px;}
.imgTextDl li .text .title{font-size: 24px;font-weight: bold;color: #333333;margin-bottom: 25px;line-height: 26px;}
.imgTextDl li .text .title a{color: #333;transition: all .4s ease;}
.imgTextDl li .text .time{font-size: 17px;color: #009933;line-height: 17px;margin-bottom: 20px;}
.imgTextDl li .text .info{font-size: 16px;line-height: 30px;color: #666666;}
.imgTextDl li .text .title a:hover{color: #158027;}
.imgTextDl li:hover:before{background-color: #158027;}
/* 全图列表 end */
/* 单篇页 start */
.singleArtcle{background: #fff;box-shadow: 0px 2px 10px 0px rgba(10, 2, 4, 0.1);padding: 70px;margin-bottom: 40px;}
.singleArtcle .title{font-size: 30px;line-height: 38px;color: #111111;margin-bottom: 50px;text-align: center;}
.singleArtcle .text{font-size: 16px;color: #555555;line-height: 40px;overflow-x: auto;}
/* 单篇页 end */
/* 新闻详情 start */
.newsList{width: 415px;box-sizing: border-box;padding: 40px;background: #f6f6f6;margin-left: 100px;}
.newsList .titleT{font-size: 20px;font-weight: bold;color: #333333;line-height: 22px;margin-bottom: 25px;padding-bottom: 30px;border-bottom: 1px solid #d3d3d3;}
.newsList .item{margin-bottom: 25px;}
.newsList .item .title{font-size: 16px;line-height: 24px;color: #555555;margin-bottom: 10px;}
.newsList .item .title a{color: #555555;transition: all .4s ease;}
.newsList .item .title a:hover{color: #009933;}
.newsList .item .time{font-size: 14px;line-height: 14px;color: #929292;}
.newsView{overflow: hidden;}
.newsView .title{font-size: 25px;line-height: 36px;color: #333333;font-weight: bold;margin-bottom: 30px;}
.newsView .titlec{font-size: 15px;color: #888888;line-height: 17px;padding-bottom: 30px;border-bottom: 1px solid #ddd;margin-bottom: 30px;}
.newsView .text{font-size: 16px;color: #666666;line-height: 30px;overflow-x: auto;margin-bottom: 40px;}
.newsView .text img{display: block;margin: 0 auto;max-width: 100%;}
.newsView .btn{width: 156px;height: 40px;line-height: 40px;border-radius: 30px;background: #158027 url(../images/img/back.png) no-repeat center left 35px;padding-left: 60px;font-size: 15px;color: #ffffff;cursor: pointer;display: block;margin: 0 auto;box-sizing: border-box;}
.newsView .btn:hover{opacity: 0.8;}
/* 新闻详情 end */
/* 关于我们 start */
.conTectUs{margin-bottom: 50px;background: #fff;padding: 95px 60px;}
.conTectUs .item{width: 33.3333%;float: left;display: inline;text-align: center;position: relative;margin-bottom: 25px;box-sizing: border-box;padding: 0 30px;}
.conTectUs .item:before{display: block;content: "";position: absolute;right: 0;top: 50%;width: 1px;height: 54px;margin-top: -27px;background: #dcdcdc;}
.conTectUs .item:nth-child(3):before{display: none;}
.conTectUs .item img{display: block;margin: 0 auto;margin-bottom: 25px;height: 40px;}
.conTectUs .item .title1{font-size: 16px;line-height: 18px;color: #666666;margin-bottom: 15px;}
.conTectUs .item .title2{font-size: 16px;line-height: 24px;color: #333333;}
.conTectUs .map{height: 500px;position: relative;margin-bottom: 50px;}
.conTectUs .map iframe{height: 100%;width: 100%;border: none;}

.message{overflow: hidden;}
.messageL{width: 39.7058%;float: left;display: inline;margin-right: 120px;margin-top: 30px;}
.messageL .titleEn{font-size: 36px;font-weight: bold;color: #1b1b1b;margin-bottom: 10px;}
.messageL .titleCn{font-size: 24px;color: #1b1b1b;margin-bottom: 20px;}
.messageL .info{font-size: 16px;color: #666666;margin-bottom: 20px;line-height: 32px;}
.messageL img{display: block;}
.messageR{overflow: hidden;}
.messageR .input{width: 48%;margin-bottom: 40px;border-bottom: 1px solid #dedede;}
.messageR .input input{display: block;width: 100%;height: 80px;line-height: 80px;border: none;background: none;outline: none;font-size: 16px;color: #333333;}
.messageR .input input::placeholder{color: #666;}
.messageR .title{font-size: 16px;color: #333333;line-height: 18px;margin-bottom: 20px;}
.messageR .text{width: 100%;background: #f2f2f2;margin-bottom: 30px;}
.messageR .text textarea{display: block;height: 160px;width: 100%;padding: 20px;font-size: 16px;color: #333333;line-height: 23px;border: none;background: none;outline: none;}
.messageR .btn{font-size: 16px;width: 160px;height: 50px;text-align: center;color: #fffefe;background: #239836;line-height: 50px;}
/* 关于我们 end */
/* 登录 start */
.loginBox{padding: 100px 0 30px;background: url(../images/img/loginbg.jpg) no-repeat center / cover;}
.loginBox .con{width: 1060px;margin: 0 auto;margin-bottom: 88px;background: #fff;overflow: hidden;}
.loginL{width: 350px;height: 680px;background: url(../images/img/loginLbg.jpg);}
.loginR{overflow: hidden;height: 680px;box-sizing: border-box;padding: 80px 100px 0;}
.loginR .title1{font-size: 42px;line-height: 44px;color: #000000;font-weight: bold;margin-bottom: 20px;}
.loginR .title2{font-size: 36px;line-height: 36px;color: #000000;font-weight: bold;margin-bottom: 25px;}
.loginR .item{margin-bottom: 30px;border-bottom: 1px solid #d8d8d8;padding-left: 43px;padding-right: 20px;background: url(../images/img/loginicn1.png) no-repeat center left 13px;}
.loginR .item:nth-child(2){background-image: url(../images/img/loginicn2.png);}
.loginR .item:nth-child(3){background-image: url(../images/img/loginicn3.png);}
.loginR .item .input{overflow: hidden;}
.loginR .item .input input{display: block;width: 100%;background: none;outline: none;border: none;height: 60px;line-height: 60px;font-size: 16px;color: #000;}
.loginR .item .input input::placeholder{font-size: 16px;color: #cccccc;}
.loginR .item .yzm{width: 106px;height: 40px;margin-left: 30px;margin-top: 10px;cursor: pointer;}
.loginR .btn{margin-top: 50px;line-height: 64px;height: 64px;border-radius: 30px;text-align: center;background: #42b154;font-size: 18px;color: #ffffff;cursor:pointer}
.loginBox .info{text-align: center;font-size: 14px;line-height: 16px;color: #44593a;}
.loginBox .info a{color: #44593a;}
.loginBox .info a:hover{color: #009933;}
/* 登录 end */
/* 数据搜索列表 start */
.searchTop{background: #fff;margin: 50px 0 30px;box-shadow: 0px 2px 10px 0px rgba(10, 2, 4, 0.1);padding: 30px 40px 20px;position: relative;z-index:2}
.searchTop::before{display: block;content: "";position: absolute;left: 0;top: 102px;width: 100%;height: 1px;background: #e7e7e7;}
.searchTop .title{font-size: 24px;line-height: 40px;color: #111111;margin-bottom: 70px;}
.searchTop .searbtn span{display: inline-block;width: 120px;height: 40px;line-height: 40px;border: 1px solid #dddddd;border-radius: 6px;text-align: center;margin-left: 12px;font-size: 16px;color: #999999;cursor: pointer;}
.searchTop .searbtn span.on{background: #239836; color: #fff;border-color: #239836;}
.SJsearchList{margin-right: -40px;}
.SJsearchList .item{width: 25%;float: left;display: inline;margin-bottom: 30px;}
.SJsearchList .item .con{margin-right: 40px;}
.SJsearchList .item .con span{display: block;font-size: 16px;color: #333333;line-height: 18px;margin-bottom: 15px;height: 18px;}
.SJsearchList .item .con .input{position:relative}
.SJsearchList .item .con .input input{display: block;width: 100%;background: none;outline: none;border: 1px solid #e5e5e5;height: 46px;line-height: 46px;font-size: 15px;color: #000;border-radius: 4px;padding: 0 20px;box-sizing: border-box;}
.SJsearchList .item .con .input input::placeholder{font-size: 15px;color: #bbbbbb;}
.SJsearchList .item .con .input .btn{border: 1px dashed #e5e5e5;height: 46px;line-height: 46px;font-size: 15px;color: #239836;border-radius: 4px;text-align: center;cursor: pointer;}
.SJsearchList .item .con .input .conC{position:absolute;left:0;top:100%;width:100%;border:1px solid #e5e5e5;box-sizing:border-box;padding:15px;background:#fff;display:none;}
.SJsearchList .item .con .input .conC .conCon{height:300px;overflow-y:auto;}
.SJsearchList .item .con .input .conC .icnitem{height:36px;line-height:36px;border-bottom:1px dashed #e5e5e5;padding:0 20px 0 40px;font-size:15px;color:#333;position:relative;cursor:pointer}
.SJsearchList .item .con .input .conC .icnitem:before{display:block;content:'';position:absolute;left:10px;top:50%;width:10px;height:10px;margin-top:-5px;border:1px solid #ccc;}
.SJsearchList .item .con .input .conC .icnitem.active:before{background:#239836;border-color:#239836}
.SJsearchList .item .con .input .conC .conBtn{width:250px;height:40px;line-height:40px;text-align:center;background:#239836;color:#fff;font-size:16px;margin:0 auto;margin-top:10px;cursor:pointer;}

.searchBot{padding: 36px 40px 45px;background: #fff;box-shadow: 0px 2px 10px 0px rgba(10, 2, 4, 0.1);margin-bottom: 50px;}
.searchBot .title{font-size: 24px;line-height: 30px;color: #111111;margin-bottom: 34px;}
.searchBot .selbtn span{line-height: 30px;height: 30px;display: inline-block;margin-left: 10px;border-radius: 4px;font-size: 15px;color: #333333;border: 1px solid #e0e0e0;padding: 0 20px;cursor: pointer;}
.searchBot .selbtn span:first-child{padding-left: 45px;border-color: #c0e3d3;font-size: 15px;color: #239836;background: url(../images/img/tp.png) no-repeat center left 13px;position: relative;}
.searchBot .selbtn span i{display: block;position: absolute;right: -7px;top: -10px;width: 20px;height: 20px;text-align: center;border-radius: 50%;background: #d10000;color: #fff;font-size: 13px;font-style: normal;line-height: 20px;}
.searchBot .selbtn span.on{background: #239836;color: #fff;border-color: #239836;}

.sJList dd{display: flex;justify-content: space-between;border-bottom: 1px solid #f2f4fa;padding: 0 30px;cursor:pointer}
.sJList dt{display: flex;justify-content: space-between;padding: 0 30px;}
.sJList .item{height: 100px;font-size: 15px;line-height: 24px;color: #333333;display: flex;align-items: center;width:15%;padding:0 20px;box-sizing:box-sizing}
.sJList .item:nth-child(1),.sJList .item:last-child{width:5%}
.sJList dt{background: #f2f4fa;padding: 0 30px;}
.sJList dt .item{height: 60px;}
.sJList .item .btn{width: 74px;height: 32px;line-height: 32px;text-align: center;font-size: 14px;color: #ffffff;border-radius: 4px;background: #239836;cursor: pointer;}
.sJList .item .btn.on{background: none;color: #999999;cursor: default;}

/* 数据搜索列表 end */
/* 参数对比 start */
.sJLocation{height: 55px;background: #158027;margin-bottom: 33px;}
.sJLocation a{display: inline;float: left;font-size: 16px;color: #ffffff;line-height: 55px;height: 55px;margin-right: 55px;position: relative;}
.sJLocation a.hover::before,.sJLocation a:hover::before{display: block;content: "";position: absolute;left: 50%;bottom: 0;width: 32px;height: 5px;background: #ffba00;margin-left: -16px;}
.sJLocation a.hover,.sJLocation a:hover{font-weight: bold;}
.sjdbL{width: 190px;margin-right: 40px;position:sticky;top:190px;}
.sjdbL input{display: block;height: 35px;width: 100%;margin-bottom: 10px;border: 1px solid #c9cbd6;background: #ffffff url(../images/img/searchh.png) no-repeat center right 15px;box-sizing: border-box;padding: 0 35px 0 15px;font-size: 14px;color: #333;}
.sjdbL input::placeholder{color: #9ca3af;}
.sjdlMenu{background: #fff;padding: 20px;box-shadow: 0px 2px 10px 0px rgba(10, 2, 4, 0.1);}
.sjdlMenu li{margin-bottom: 10px;box-sizing: border-box;}
.sjdlMenu li a{font-size: 15px;color: #444444;padding-left: 20px;height: 40px;line-height: 40px;transition: all .4s ease;display: block;border-radius: 6px;}
.sjdlMenu li.hover a,.sjdlMenu li:hover a{background: #e7f2e9;}
.sjdbR{background: #fff;box-shadow: 0px 2px 10px 0px rgba(10, 2, 4, 0.1);overflow-x:auto;}
.sjdbRTable{border-collapse:collapse;width: 100%;table-layout: fixed;}
.sjdbRTable tr td{border: 1px solid #e1e1e1;font-size: 15px;color: #555555;line-height: 24px;padding: 12px 20px;box-sizing: border-box;background:#fff}
.sjdbRTable tr td:nth-child(1){position:sticky;left:-1px;z-index:2;border-right:1px solid #e1e1e1}
.sjdbRTable tr td .con1{padding: 40px 10px;position: relative;cursor: pointer;}
.sjdbRTable tr td .con1 span{position: absolute;right: 0;top: 0;font-size: 32px;color: #cccccc;line-height: 34px;cursor: pointer;}
.sjdbRTable tr td .con1 .pic{margin-bottom: 20px;}
.sjdbRTable tr td .con1 .pic::before{padding-top: 70%;}
.sjdbRTable tr td .con1 .info{font-size: 16px;color: #333333;line-height: 18px;text-align: center;}
.sjdbRTable tr td .con1 .icn{display: block;height: 50px;margin: 0 auto;margin-bottom: 25px;}
.sjdbRTable tr td .con1 i{display: block;font-style: normal;font-size: 14px;color: #9c9c9c;line-height: 16px;text-align: center;}
.sjdbRTable tr td.title{height: 60px;background: #f5f5f5;font-size: 16px;font-weight: bold;color: #111111;}
/* 参数对比 end */
/* 综合对比 start */
.zhdbTable{border-collapse:collapse;width: 100%;table-layout: fixed;}
.zhdbTable tr td{border: 1px solid #e1e1e1;font-size: 15px;color: #555555;line-height: 21px;padding: 30px;box-sizing: border-box;}
.zhdbTable tr td .con{padding: 20px 0  10px;position: relative;cursor: pointer;text-align: center;}
.zhdbTable tr td .con span{position: absolute;right: 0;top: -12px;font-size: 32px;color: #cccccc;line-height: 34px;cursor: pointer;}
.zhdbTable tr td .con .title{font-size: 15px;color: #aaaaaa;line-height: 17px;margin-bottom: 22px;}
.zhdbTable tr td .con .title.on{color: #333333;font-size: 16px;}
.zhdbTable tr td .con .textc{width: 140px;height: 32px;line-height: 32px;margin: 0 auto;border: 1px solid #c0d3c3;background: #eff9f1;font-size: 14px;color: #339933;}
.zhdbTable tr td.titleT{height: 60px;background: #f5f5f5;font-size: 16px;font-weight: bold;color: #111111;}
.zhdbTable tr td .pic::before{padding-top: 70%;}
.zhdbTable tr td .title1{font-size: 16px;color: #111111;line-height: 18px;margin-bottom: 20px;font-weight: bold;}
.zhdbTable tr td .conC{height: 360px;margin-bottom: 40px;}
.zhdbTable tr td #con3{height: 560px;}
.zhdbTable tr td #con4{height: 560px;}
/* 综合对比 end */
/* 食用菌详情 start */
.syjViewL{width: 230px;margin-right: 30px;box-shadow: 0px 2px 10px 0px rgba(10, 2, 4, 0.1);padding: 30px 25px 10px;background: #fff;box-sizing: border-box;position:sticky;top:170px;max-height:calc(100vh - 170px);overflow-y:auto}
.syjViewL li .title{font-size: 22px;font-weight: bold;color: #000000;line-height: 24px;position: relative;padding-left: 20px;margin-bottom: 25px;}
.syjViewL li .title a{color: #000;}
.syjViewL li .title::before{display: block;content: "";position: absolute;left: 0;top: 4px;width: 3px;height: 16px;background: #158027;}
.syjViewL li .con{display: none;padding-bottom: 15px;}
.syjViewL li.hover .con{display: block;}
.syjViewL li .con a{display: block;font-size: 15px;color: #444444;line-height: 34px;position: relative;padding-left: 30px;margin-bottom: 6px;transition: all .4s ease;}
.syjViewL li .con a::before{display: block;content: "";position: absolute;left: 12px;top: 50%;width: 6px;height: 6px;border-radius: 50%;margin-top: -3px;background: #cccccc;transition: all .4s ease;}
.syjViewL li .con a.hover,.syjViewL li .con a:hover{background: #e7f2e9;}
.syjViewL li .con a.hover::before,.syjViewL li .con a:hover::before{background: #158027;}
.syjViewR{overflow: hidden;background: #fff;box-shadow: 0px 2px 10px 0px rgba(10, 2, 4, 0.1);padding: 50px 60px;}
.syjViewR .pic{width: 480px;margin-right: 60px;margin-bottom: 40px;}
.syjViewR .text{overflow: hidden;padding-top: 15px;}
.syjViewR .text .title{font-size: 36px;font-weight: bold;color: #333333;line-height: 38px;margin-bottom:40px}
.syjViewR .text .info{font-size: 16px;line-height: 24px;color: #333333;margin-bottom:30px;}
.syjViewR .text .info.fl{width:50%;box-sizing:border-box;padding-right:20px}

.syjViewR .titleT{text-align: center;font-size: 18px;font-weight: bold;color: #333333;height: 46px;background: #eeeeee;line-height: 46px;}
.syjViewR .item{margin-bottom: 20px;overflow:hidden}
.syjViewR .item .info{display: inline;width: 50%;float: left;overflow: hidden;border-bottom: 1px dashed #e0e0e0;}
.syjViewR .item .info span{display: inline;width: 50%;float: left;box-sizing: border-box;font-size: 16px;color: #999999;line-height: 50px;height: 50px;text-align: right;padding-right: 25px;}
.syjViewR .item .info span:nth-child(2){text-align: left;padding-left: 25px;color: #111111;font-weight: bold;}
/* 食用菌详情 end */
/* 结果展示 start */
.jgzs{padding-top: 30px;border-top: 1px solid #dddddd;}
.jgzs .conL{overflow: hidden;}
.jgzs .conR{width: 530px;margin-left: 50px;margin-bottom: 60px;}
.jgzs .title1{font-size: 20px;font-weight: bold;color: #111111;line-height: 22px;padding-left: 12px;border-left: 5px solid #239836;margin-bottom: 40px;margin-top: 7px;}
.jgzs .title1 span{font-size:16px;color:#666;font-weight:normal;margin-right:20px;cursor:pointer}
.jgzs .title1 span.hover{font-size:20px;color:#111;font-weight:bold;}
.jgzs .con{height: 400px;margin-bottom:40px}
.jgzs .dots{overflow: hidden;margin-top: 10px;}
.jgzs .dots span{padding-left: 34px;font-size: 14px;color: #333333;position: relative;height: 14px;line-height: 14px;margin-left: 40px;}
.jgzs .dots span::before{display: block;content: "";position: absolute;left: 0;top: 3px;width: 26px;height: 14px;border-radius: 3px;background: #607dff;}
.jgzs .dots span:nth-child(2):before{background: #00b880;}
.jgzs .dots span:nth-child(3):before{background: #efaf5d;}
.jgzs .sel{padding: 0 45px 0 15px;height: 38px;line-height: 38px;font-size: 14px;color: #111111;border: 1px solid #dcdfe6;border-radius: 3px;background: url(../images/img/sel.png) no-repeat center right 12px;margin-left: 20px;appearance:none;cursor: pointer;}
#con3,#con2{height: 580px;}
.jgzs .selText{height: 38px;line-height: 38px;font-size: 14px;color: #111111;margin-left: 35px;}
.jgzs .selText .sel{margin-left: 0;}
#con5{height: 480px;}
.jgzs .imgPath{position:relative;display:inline-block}
.jgzs .imgPath .mogu{position:absolute;left:0;top:0;z-index:2;font-size:16px;font-weight:bold;color#fff;padding-left:24px;background:url(../images/img/mogu.png) no-repeat top 2px left / 24px;text-shadow: 2px 2px 2px #000000;color:#fff;cursor:pointer;transition:all .4s ease;animation: arrowDown 5s infinite linear;width: 24px px;height: 25px;
}
@-webkit-keyframes arrowDown {
    0% {
        -webkit-transform: translate(0,0);
    }
    25%{
        -webkit-transform: translate(0,6px);
    }
    50% {
        -webkit-transform: translate(0,0);
    }
    75%{
        -webkit-transform: translate(0, -6px);
    }
    100% {
        -webkit-transform: translate(0,0);
    }
}
.jgzs .imgPath .mogu1{left:10%;top:13%}
.jgzs .imgPath .mogu2{left:21%;top:13%}
.jgzs .imgPath .mogu3{left:32%;top:25%}
.jgzs .imgPath .mogu4{left:66%;top:15%}
.jgzs .imgPath .mogu5{left:25%;top:40%}
.jgzs .imgPath .mogu6{left:40%;top:44%}
.jgzs .imgPath .mogu7{left:56%;top:44%}
.jgzs .imgPath .mogu8{left:67%;top:41%}
.jgzs .imgPath .mogu9{left:5%;top:53%}
.jgzs .imgPath .mogu10{left:15%;top:48%}
.jgzs .imgPath .mogu11{left:20%;top:60%}
.jgzs .imgPath .mogu12{left:34%;top:69%}
.jgzs .imgPath .mogu13{left:47%;top:59%}
.jgzs .imgPath .mogu14{left:54%;top:68%}
.jgzs .imgPath .mogu15{left:72%;top:63%}
.jgzs .imgPath .mogu16{left:33%;top:84%}
.jgzs .imgPath .mogu17{left:12%;top:29%}
.jgzs .imgPath .mogu18{left:44%;top:46%}
.jgzs .imgPath .mogu19{left:56%;top:30%}
.jgzs .imgPath .mogu20{left:75%;top:13%}
.jgzs .imgPath .mogu21{left:15%;top:57%}
.jgzs .imgPath .mogu22{left:27%;top:45%}
.jgzs .imgPath .mogu23{left:46%;top:43%}
.jgzs .imgPath .mogu24{left:49%;top:51%}
.jgzs .imgPath .mogu25{left:55%;top:42%}
.jgzs .imgPath .mogu26{left:60%;top:40%}
.jgzs .imgPath .mogu27{left:63%;top:35%}
.jgzs .imgPath .mogu28{left:64%;top:37%}
.jgzs .imgPath .mogu29{left:69%;top:30%}
.jgzs .imgPath .mogu30{left:74%;top:24%}
.jgzs .imgPath .mogu31{left:38%;top:61%}
.jgzs .imgPath .mogu32{left:50%;top:63%}
.jgzs .imgPath .mogu33{left:54%;top:60%}
.jgzs .imgPath .mogu34{left:57%;top:52%}
.jgzs .imgPath .mogu35{left:64%;top:46%}
.jgzs .imgPath .mogu36{left:69%;top:54%}
.jgzs .imgPath .mogu37{left:65%;top:56%}
.jgzs .imgPath .mogu38{left:46%;top:74%}
.jgzs .imgPath .mogu39{left:56%;top:68%;}
.jgzs .imgPath .mogu40{left:63%;top:67%;}
.jgzs .imgPath .mogu41{left:68%;top:64%}
.jgzs .imgPath .mogu42{left:47%;top:80%}
.jgzs .imgPath .mogu43{left:57%;top:80%}
.jgzs .imgPath .mogu44{left: 67%;top: 70%;}
.jgzs .imgPath .mogu45{left:51%;top:92%}
.jgzs .imgPath .mogu46{left:58%;top:85%}
.jgzs .imgPath .mogu47{left:61%;top:83%}
.jgzs .imgPath .mogu48{left:71%;top:78%}
.jgzs .imgPath .mogu100{left:34%;top:77%}
.jgzs .imgPath img{display:block;max-width:100%}
.jgzs .imgPath .conC{position:absolute;left:50%;bottom:100%;background:#fff;border-radius:10px;padding:15px 10px 5px;z-index:3;transform: translateX(-50%);visibility: hidden;transition:all .4s ease;box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.2);opacity:0;text-align:left}
.jgzs .imgPath .mogu:hover{z-index:3}
.jgzs .imgPath .mogu:hover .conC{visibility: visible;opacity:1}
.jgzs .imgPath .conC span{display:block;margin-bottom:7px;font-size:14px;color:#333;font-weight:normal;text-shadow:none;white-space: nowrap;}
/* 结果展示 end */
