@charset "CESU-8";
article,
div,
p,
ul,
li,
img,
label,
b {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    -webkit-text-size-adjust: none;
}

img {
    display: block;
}

button {
    cursor: pointer;
}

ul>li {
    background: none;
}

.ly_module_left {
    width: 27%;
    height: 100%;
    box-sizing: border-box;
    float: left;
}

.ly_module_center {
    width: 45%;
    height: 100%;
    box-sizing: border-box;
    float: left;
    padding: 0 10px;
}

.ly_module_right {
    width: 28%;
    height: 100%;
    box-sizing: border-box;
    float: right;
}

.bgBlock {
    position: relative;
    border: 1px solid rgba(0, 201, 253, 0.3);
    box-shadow: 0 0 25px 11px rgba(0, 125, 253, 0.2) inset;
}

.plant_module {
    width: 100%;
    height: 100%;
}

.bgBlock>.top_left_bg {
    background: url(../images/newsbg/left_top.png);
    width: 11px;
    height: 11px;
    position: absolute;
    left: -1px;
    top: -1px;
}

.bgBlock>.top_right_bg {
    background: url(../images/newsbg/right_top.png);
    width: 147px;
    height: 10px;
    position: absolute;
    right: -1px;
    top: -1px;
}

.bgBlock>.bottom_right_bg {
    background: url(../images/newsbg/right_b.png);
    width: 10px;
    height: 10px;
    position: absolute;
    right: -1px;
    bottom: -1px;
}

.bgBlock>.bottom_left_bg {
    background: url(../images/newsbg/left_b.png);
    width: 190px;
    height: 10px;
    position: absolute;
    left: -1px;
    bottom: -1px;
}

.map_module {
    width: 100%;
    height: 100%;
    position: relative;
}

.bgBlock.big_bg>.top_right_bg {
    background: url(../images/newsbg/right_top2.png);
    width: 287px;
    height: 10px;
    position: absolute;
    right: -1px;
    top: -1px;
}

.bgBlock.big_bg>.bottom_left_bg {
    background: url(../images/newsbg/left_b2.png);
    width: 280px;
    height: 10px;
    position: absolute;
    left: -1px;
    bottom: -1px;
}

.module60 {
    height: 54.2%;
    width: 100%;
    margin-bottom: 1.5%;
}

.module40 {
    height: 44%;
    width: 100%;
}

.module50 {
    height: 49.2%;
    width: 100%;
}

.module50:first-child {
    margin-bottom: 1.5%;
}

.upperRegion {
    width: 100%;
    height: 63%;
    padding-bottom: 5px;
}

.lowerRegion {
    width: 100%;
    height: 36%;
    padding-top: 5px;
}

.plant_monitor {
    height: 50%;
    border: 1px solid #073b52;
    position: relative;
}

.main_monitor {
    height: 85%;
}

.main_monitor>img {
    width: 100%;
    height: 100%;
}

.monitor_list {
    width: 100%;
    overflow: hidden;
    height: 15%;
    display: flex;
    background: #1c335f;
}

.monitor_list>li {
    cursor: pointer;
    flex: 1;
    float: left;
    height: 100%;
    border-right: 1px solid #072d42;
    border-top: 1px solid #072d42;
    box-sizing: border-box;
    color: #8fabbf;
    text-align: center;
    padding-top: 1.3%;
    font-size: 0.8vw;
    color: #00c9fd;
}

.monitor_list>li:last-child {
    border-right: 0;
}

.monitor_list>li.active {
    color: #05acdd;
    border: 2px solid #00c9fd;
}

.padding12 {
    padding: 12px;
    height: 100%;
}

.attribute_ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 7px 0 5px 0;
}

.attribute_ul>li {
    width: 32%;
    border: 1px solid rgba(0, 201, 253, 0.3);
    box-shadow: 0 0 25px 11px rgba(0, 125, 253, 0.2) inset;
    height: 36px;
    padding: 0 3px;
    margin: 3px 0;
}

.attribute_ul>li>img {
    display: inline-block;
    line-height: 36px;
    vertical-align: middle;
}

.attribute_ul>li>label {
    color: #ffffff;
    font-size: 0.7vw;
    line-height: 36px;
}

.attribute_ul>li>b {
    float: right;
    font-size: 0.7vw;
    color: #fff;
    line-height: 36px;
}

.yield_ul {
    overflow: hidden;
}

.yield_ul>li {
    color: #fff;
    font-size: 0.7vw;
    margin: 1% 0;
}

.yield_ul>li.w30 {
    width: 33%;
    float: left;
}

.yield_ul>li>label {
    color: #8fabbf;
}

.safety_module {
    width: 27%;
    height: 100%;
    float: left;
}

.safety_main {
    padding: 12px;
    height: 100%;
}

.grapefruit_left {
    width: 53%;
    height: 80%;
    float: left;
    border: 2px solid #00c9fd;
    overflow: hidden;
    position: relative;
}

.grapefruit_left>span {
    cursor: pointer;
    position: absolute;
    background: url(../images/newsbg/btn_bg2.png);
    width: 32px;
    height: 32px;
    text-align: center;
    display: block;
    right: 10px;
    top: 10px;
}

.grapefruit_left label {
    background: url(../images/newsbg/left_smallbg.png);
    width: 87px;
    height: 26px;
    position: absolute;
    bottom: 0;
    left: 30%;
    text-align: center;
    color: #fff;
    line-height: 24px;
}

.grapefruit_left>span>img {
    display: inline-block;
    margin-top: 7px;
}

.scanning_code {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
}

.scanning_code>span {
    cursor: pointer;
    position: absolute;
    background: url(../images/newsbg/btn_bg2.png);
    width: 32px;
    height: 32px;
    text-align: center;
    display: block;
    right: 10px;
    top: 10px;
}

.scanning_code>span>img {
    display: inline-block;
    margin-top: 10px;
}

.code_img {
    width: 128px;
    height: 128px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.grapefruit_right>ul {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.grapefruit_right>ul>li {
    width: 50%;
    padding: 0 10px;
}

.grapefruit_right>ul>li>img {
    width: 100%;
    border: 1px solid #06465f;
}

.grapefruit_right>ul>li>span {
    font-size: 0.6vw;
    color: #8fabbf;
    display: block;
    text-align: center;
    line-height: 20px;
    margin-bottom: 6px;
}

.archives_btn {
    border: 1px solid rgba(0, 201, 253, 0.3);
    box-shadow: 0 0 25px 11px rgba(0, 125, 253, 0.2) inset;
    background: none;
    color: #00c9fd;
    position: absolute;
    right: 10px;
    top: 12px;
    padding: 0 5px;
}

.time_screen_ul {
    position: absolute;
    top: 12px;
    right: 10px;
    overflow: hidden;
}

.time_screen_ul>li {
    cursor: pointer;
    border: 1px solid rgba(0, 201, 253, 0.3);
    box-shadow: 0 0 25px 11px rgba(0, 125, 253, 0.2) inset;
    background: none;
    color: #00c9fd;
    padding: 0 5px;
    float: left;
    margin-left: 10px;
    font-size: .7vw;
    padding: .2vw 1.1vw;
    text-align: center;
}

.time_screen_ul>li.active {
    color: #fff;
}

.select_screen_ul {
    position: absolute;
    top: 12px;
    right: 10px;
    overflow: hidden;
}

.select_screen_ul>li {
    float: left;
}

.select_screen_ul>li>select {
    display: block;
    margin-left: 10px;
    height: 25px;
    box-sizing: border-box;
    line-height: 25px;
    background: transparent url(../images/tri.png) no-repeat 67px center;
    padding-right: 15px;
    width: 85px;
    border: 1px solid rgba(0, 201, 253, 0.3);
    box-shadow: 0 0 25px 11px rgba(0, 125, 253, 0.2) inset;
    padding-left: 0.5vw;
    color: #00C9FD;
    font-size: 0.7292vw;
    border-radius: 2px;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}

select::-ms-expand {
    display: none;
}

.processing_module {
    width: 17.3%;
    float: left;
    height: 100%;
}

.operation_div {
    position: absolute;
    top: 10px;
    right: 10px;
}

.operation_div>button {
    background: url(../images/newsbg/btn_bg.png);
    color: #fff;
    width: 60px;
    height: 32px;
    text-align: center;
    border: none;
    margin-right: 10px;
    cursor: pointer;
}

.priceTrend_module {
    width: 100%;
    height: 100%;
    float: left;
}

.mr0 {
    margin-right: 0;
}

.standard_module {
    width: 28%;
    height: 100%;
    float: right;
}

.describe_map {
    position: absolute;
    top: 20px;
    left: 25px;
    z-index: 99;
}

.describe_map dl dt {
    color: #8fabbf;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 30px;
}

.describe_map dl dd {
    color: #8fabbf;
    font-size: 12px;
}

.describe_map dl dd>b {
    color: #fb473d;
    font-size: 28px;
    margin-right: 5px;
}

.describe_map dl dd>img {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    margin-top: -2px;
}

.describe_map dl dd>span {
    color: #fff;
    font-weight: bold;
}


/****物联网样式**/

.internet_things_left {
    width: 65%;
    height: 98.5%;
    float: left;
}

.situation_right {
    width: 34%;
    height: 98.5%;
    float: right;
    overflow: hidden;
}

.situation_table {
    width: 95%;
    margin: 10px auto;
}

.situation_table tr th {
    color: #3685fe;
    font-size: 14px;
    padding: 1em 5px;
    text-align: left;
}

.situation_table tr td {
    color: #8fabbf;
    padding: .6em 5px;
    border-bottom: 1px solid #092032;
    font-size: 14px;
}

.onlineRetailers_left {
    width: 25.5%;
    height: 98.5%;
    float: left;
}

.onlineRetailers_center {
    padding: 0 10px;
    width: 47%;
    height: 98.5%;
    float: left;
}

.onlineRetailers_map {
    width: 100%;
    height: 100%;
    position: relative;
}

.onlineRetailers_right {
    width: 27.5%;
    float: right;
    height: 98.5%;
}

.onlineRetailers_left1 {
    height: 49.3%;
}

.onlineRetailers_right>.onlineRetailers_left1:first-child,
.onlineRetailers_left>.onlineRetailers_left1:first-child {
    margin-bottom: 2.3%;
}

.explain_list {
    overflow: hidden;
    padding: 20px 20px 10px 30px;
}

.explain_list>li {
    width: 130px;
    float: left;
}

.explain_list>li>label {
    color: #ffffff;
    display: block;
}

.explain_list>li>span {
    color: #fff;
    font-size: 12px;
}

.explain_list>li>span>b {
    color: #fb473d;
    font-size: 30px;
    font-weight: bold;
    margin-right: 5px;
}

.explain_rate_list>li {
    width: 50%;
}

.explain_rate_list>li img {
    display: inline-block;
    margin-left: 5px;
}

.explain_rate_list>li em {
    margin-left: 10px;
}

.big_map {
    width: 100%;
    padding: 0 12%;
    position: relative;
}

.big_map>img {
    max-width: 100%;
    margin: 0 auto;
}

.coordinatePoint {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background: url('../images/map_s.png') no-repeat 140px center;
    background-size: 78% auto;
}

.coordinatePoint .point {
    position: absolute;
}

.coordinatePoint_poor {
    background: url('../images/smap_bigpoor.png') no-repeat 140px center;
    background-size: 78% auto;
}

.coordinatePoint3 {
    background: url('../images/tour_map.png') no-repeat 140px center;
    background-size: 78% auto;
}

.ly_module_center .coordinatePoint,
.big_map>.coordinatePoint,
.m_map>.coordinatePoint {
    background: none;
}

.point_pop {
    background: rgb(28, 51, 95);
    max-width: 900px;
    padding: 7px;
    border-radius: 4px;
    display: block;
    display: none;
    position: absolute;
    bottom: 25px;
    left: -8px;
    color: #fff;
    font-size: 14px;
    z-index: 999;
}

.triangle {
    position: absolute;
    width: 0px;
    height: 0px;
    border-width: 6px;
    border-style: solid;
    border-color: rgb(28, 51, 95) transparent transparent;
    border-image: initial;
    left: 5px;
    bottom: -12px;
}

.map_explain_list {
    position: absolute;
    top: 0px;
    left: 0px;
}

.map_explain_list>ul>li {
    float: none;
    margin-bottom: 20px;
}

.m_map {
    width: 100%;
    padding: 0 5%;
    position: relative;
}

.m_map>img {
    max-width: 100%;
    margin: 0 auto;
}

.s_map {
    width: 100%;
    height: 100%;
    padding: 0 5% 0 18%;
    position: relative;
    background: url(../images/map_s.png) no-repeat center center;
    background-size: auto 100%;
}

.s_map>img {
    max-width: 100%;
    margin: 0 auto;
}

.onlineRetailers_map .explain_list {
    padding-bottom: 0;
}

.point_pop>ul {
    width: 250px;
}

.point_pop>ul>li {
    padding: 3px 0;
}

.point_yellow {
    background: url(../images/marker/shucai.png);
    width: 8px;
    height: 13px;
    display: block;
    cursor: pointer;
}

.point_red {
    background: url(../images/marker/liangyou.png);
    width: 8px;
    height: 13px;
    display: block;
    cursor: pointer;
}


/* 和兴 竹山 礼让镇的单独小红点 */

.point_red_hexinzheng {
    background: url(../images/marker/liangyou.png);
    width: 8px;
    height: 13px;
    display: block;
    cursor: pointer;
}

.point_red_zhusanzheng {
    background: url(../images/marker/liangyou.png);
    width: 8px;
    height: 13px;
    display: block;
    cursor: pointer;
}

.point_red_lirangzheng {
    background: url(../images/marker/liangyou.png);
    width: 8px;
    height: 13px;
    display: block;
    cursor: pointer;
}

.point_violet {
    background: url(../images/marker/shuiguo.png);
    width: 8px;
    height: 13px;
    display: block;
    cursor: pointer;
}

.point_green {
    background: url(../images/marker/yaocai.png);
    width: 8px;
    height: 13px;
    display: block;
    cursor: pointer;
}

.point_skyBlue {
    background: url(../images/marker/yanye.png);
    width: 8px;
    height: 13px;
    display: block;
    cursor: pointer;
}

.point_pink {
    background: url(../images/marker/shuichan.png);
    width: 8px;
    height: 13px;
    display: block;
    cursor: pointer;
}

.point_pop>span {
    display: block;
    width: 40px;
}

.hidden {
    display: none;
}

.talent_training {
    overflow: hidden;
    height: 100%;
    padding: 5% 3%;
}

.talent_training>li {
    background: url(../images/newsbg/rcpx_bj.png);
    width: 45%;
    height: 37%;
    float: left;
    background-size: 100% 100%;
    margin: 2.5% 2.5%;
}

.talent_training>li>label {
    border-bottom: 1px solid #153767;
    display: block;
    color: #00c9fd;
    padding: 3% 15px;
}

.talent_training>li>label>img {
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}

.talent_training>li>span {
    float: right;
    display: block;
    color: #fff;
    font-size: 12px;
    padding: 7% 10%;
}

.talent_training>li>span>b {
    font-size: 36px;
    margin-right: 5px;
}

.pop_record_ul {
    padding: 20px 60px;
    overflow: hidden;
}

.pop_record_ul>li {
    cursor: pointer;
    border: 1px solid rgba(0, 201, 253, 0.3);
    box-shadow: 0 0 25px 11px inset rgba(0, 125, 253, 0.2);
    background: none;
    color: #00c9fd;
    padding: 5px 10px;
    float: left;
    margin-left: 10px;
    font-size: 14px;
    width: 80px;
    text-align: center;
}

.pop_record_ul>li.active {
    color: #fff;
}

.pop_record_div {
    text-align: center;
}

.pop_record_div img {
    display: inline-block;
}

.youzibg {
    background: #000 url(../images/yxlogo.png) center center no-repeat;
}

.yuchunbg {
    background: #000 url(../images/yxlogo.png) center center no-repeat;
}

.return_a {
    display: block;
    width: 80px;
    height: 30px;
    position: absolute;
    top: 13px;
    left: 1100px;
}

.pop2_table {
    width: 1202px;
    margin: 30px auto;
    position: relative;
}

.video_include {
    position: absolute;
    top: 15%;
    left: 3%;
    width: 94%;
    height: 80%;
    overflow: hidden
}

.videoStyle {
    position: absolute;
    top: -15%;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: 100%;
    object-fit: cover;
}

.index_head_title>img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.annualOutput {
    height: 100%;
    width: 55%;
    float: left;
}

.fishYield {
    width: 43.5%;
    float: right;
    height: 100%;
}

.attribute_ul2 {
    justify-content: flex-start;
}

.attribute_ul2>li {
    margin: 3px 2% 3px 0;
}

.slideBox {
    position: relative;
}

.slideBox ul {
    position: relative;
    height: 100%;
}

.slideBox ul li {
    float: left;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.slideBox ul li>img {
    width: 100%;
}

.grapefruit_left.slideBox ul li>img {
    height: 100%;
}

.mapgif_div {
    position: relative;
    padding: 10px 0;
    z-index: 99
}

.mapgif_div .point {
    position: absolute;
}

.mapgif_div .point_pop {
    left: 0;
}

.point_circular {
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
}

.mapgif_div>img {
    width: 80%;
    margin: 0 auto;
}

.ly_module_center .safety_module {
    width: 55%;
    margin-right: 0;
}

.ly_module_center .processing_module {
    width: 43.5%;
    float: right;
}

.rolling_lamp {
    width: 75%;
    margin: 0px auto;
    padding: 10px;
    position: absolute;
    top: -30px;
    z-index: 9;
    overflow: hidden;
    background: url(../images/marquee_bg.png) no-repeat center top;
    background-size: 100% 100%;
    left: 15%;
}

.rolling_lamp>p {
    white-space: nowrap;
    color: #fb453c;
    float: left;
    position: relative;
    padding: 0 50%;
    font-size: 20px;
    text-shadow: 0 1px 2px red;
}


/*****首页底部模块调整****/

.index_top_center>.cultural_module {
    width: 50%;
    margin-right: 0;
    height: 100%;
    float: left;
    background: url(../images/index_area_bg.png) no-repeat center top;
    background-size: 100% 100%;
    box-sizing: border-box;
    position: relative;
    float: left;
    padding-top: .2vw;
}

.index_top_center>.ecological_module {
    width: 50%;
    float: right;
    height: 100%;
    background: url(../images/index_area_bg.png) no-repeat center top;
    background-size: 100% 100%;
    box-sizing: border-box;
    position: relative;
    padding-top: .2vw;
}

.talent_module {
    width: 27.03125vw;
    height: 100%;
    background: url(../images/index_area_bg.png) no-repeat center top;
    background-size: 100% 100%;
    box-sizing: border-box;
    position: relative;
    float: left;
    padding-top: .2vw;
}

.organization_module {
    width: 28.04vw;
    height: 100%;
    background: url(../images/index_area_bg.png) no-repeat center top;
    background-size: 100% 100%;
    box-sizing: border-box;
    position: relative;
    float: left;
    padding-top: .2vw;
}

.talent_main {
    text-align: center;
    padding: 0 20px;
    height: 84%;
    padding-top: 5px;
    overflow: hidden;
}

.talent_main .slideBox {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.talent_main>img {
    display: inline-block;
    width: 100%;
    max-height: 100%;
}

.talent_slide_ul {
    height: 100%;
}

.talent_slide_ul>li {
    height: 100%;
    float: left;
}

.talent_slide_ul>li>img {
    display: inline-block;
    width: 100%;
    max-height: 100%;
}


/* 首页底部内容区域 */

.talent_slide_all li {
    width: 100%;
}

.tanlent_bottom {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 1%;
}

.talent_bottom_title {
    font-size: 0.729vw;
    color: #00c9fd;
    font-weight: 500;
    line-height: 1.2vw;
    text-align: left;
}

.talent_project_all {
    margin-top: 2%;
}

.talent_project {
    width: 100%;
    height: auto;
    margin-bottom: 2%;
    box-sizing: border-box;
    border: 1px solid rgba(0, 201, 253, 0.3);
    box-shadow: 0 0 25px 11px rgba(0, 125, 253, 0.2) inset;
    display: flex;
    padding: 1% 3%;
}

.talent_project_left {
    width: 30%;
}

.talent_project_left h2 {
    color: #00c9fd;
    font-size: 0.729vw;
    text-align: left;
}

.talent_project_img1 {
    width: 98%;
    max-width: 65px;
}

.talent_project_img2 {
    max-width: 45px;
}

.talent_project_right {
    width: 100%;
    display: flex;
    height: auto !important;
    margin-top: 6%;
}

.talent_project_list {
    width: 50%;
    display: flex;
    align-items: center;
}

.talent_project_num {
    font-size: 0.625vw;
    color: #FFFFFF;
}

.talent_project_num b {
    color: #FFFFFF;
    font-size: 1.6667vw;
    margin-right: 1px;
}

.talent_project:last-child {
    margin-bottom: 0;
}

.talent_project_text {
    color: #8fabbf;
    font-size: 0.625vw;
    width: 45%;
    text-align: left;
    margin-left: 5px;
}


/* 柱状图区域样式 */

.talent_project_columns {
    width: 100%;
    height: 80%;
    margin-top: 2%;
}

.talent_bottom_columns {
    width: 100%;
    height: 150px;
}


/* 文化保护和传承样式 */

.talent_culture {
    width: 100%;
    height: auto;
}

.talent_culture_head {
    box-sizing: border-box;
    border: 1px solid rgba(0, 201, 253, 0.3);
    box-shadow: 0 0 25px 11px rgba(0, 125, 253, 0.2) inset;
    text-align: left;
    color: #ffffff;
    font-size: 0.8333vw;
    padding: 5px 3%;
}

.talent_culture_bottom {
    width: 100%;
    height: auto;
    display: flex;
}

.talent_culture_left {
    width: 60%;
}

.talent_culture_list {
    width: 100%;
    border: 1px solid rgba(0, 201, 253, 0.3);
    box-shadow: 0 0 25px 11px rgba(0, 125, 253, 0.2) inset;
    text-align: left;
    margin-top: 3%;
    box-sizing: border-box;
    padding: 1.5%;
}

.talent_culture_list h3 {
    font-size: 0.7292vw;
    color: #ffffff;
}

.talent_culture_list p {
    color: #8fabbf;
    font-size: 0.625vw;
}

.talent_culture_right {
    margin-top: 3%;
}

.talent_culture_right h3 {
    color: #ffffff;
    font-size: 0.7292vw;
    font-weight: 500;
}

.talent_culture_circle {
    width: 3.4792vw;
    height: 3.4792vw;
    text-align: center;
    align-items: center;
    text-align: center;
    margin: 2% auto 0 auto;
    background: url(../images/talent_circle_bg.png) no-repeat center top;
    background-size: contain;
    box-sizing: border-box;
    padding-top: 0.15vw;
}

.talent_culture_circle b {
    width: 100%;
    color: #FFFFFF;
    font-size: 1.6667vw;
}

.talent_culture_circle p {
    color: #ffffff;
    font-size: 0.625vw;
}


/* 乡村风样式 */

.talent_civi_list {
    width: 100%;
    height: auto;
}

.talent_civiList_content {
    float: left;
    width: 50%;
    box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 2%;
    display: flex;
    margin-bottom: 3%;
}

.talent_civiList_content img {
    display: block;
    width: 28% !important;
    height: 28% !important;
    max-width: 40px;
}

.talent_civi_text {
    width: 75%;
    margin-left: 5%;
}

.talent_civi_text p {
    color: #8fabbf;
    font-size: 0.7292vw;
    text-align: left;
    line-height: 0.75vw;
    min-height: 1vw;
}

.talent_civi_text h3 {
    font-size: 0.9375vw;
    color: #FFFFFF;
    text-align: left;
}


/* 生态振兴样式 */

.talent_ecology_all {
    width: 100%;
    height: auto;
    margin: 0;
}

.talent_ecology_head {
    width: 100%;
    height: auto;
    /* 	margin-bottom: 3%; */
}

.talent_ecology_num {
    color: #FFFFFF;
    font-size: 0.729vw;
    text-align: left;
}

.talent_ecology_num span {
    color: #fb473d;
    font-size: 1.5625vw;
    font-weight: 600;
}

.talent_ecology_text {
    color: #FFFFFF;
    font-size: 0.729vw;
    text-align: left;
}

.talent_ecology_main {
    display: block;
}

.talent_ecology_left {
    width: 45%;
    float: left;
}

.talent_ecology_right {
    float: left;
    width: 55%;
}

.talent_ecology_list {
    width: 100%;
    margin-bottom: 8%;
}

.ecology_list_title {
    color: #8fabbf;
    font-size: 0.729vw;
    text-align: left;
}

.ecology_list_title b {
    color: #FFFFFF;
    font-size: 1.042vw;
}

.ecology_list_text {
    text-align: left;
    color: #8fabbf;
    font-size: 0.729vw;
}

.ecology_right_list {
    width: 100%;
    height: auto;
    border: 1px solid rgba(0, 201, 253, 0.3);
    box-shadow: 0 0 25px 11px rgba(0, 125, 253, 0.2) inset;
    margin-top: 3%;
    box-sizing: border-box;
    padding: 0.4vw 0.4vw;
    display: flex;
    align-items: center;
}

.ecplogy_circle {
    display: block;
    float: left;
    width: 40%;
    height: 2.8vw;
}

.ecology_circle_text {
    float: left;
    width: 60%;
    color: #8fabbf;
    font-size: 0.729vw;
    line-height: 1.3vw;
    text-align: left;
}

.talent_ecology_slide {
    margin-top: 5%;
}

.talent_eco_ul li {
    width: 100%;
}


/* 第二部分内容 */

.talent_eco_list2 {
    width: 100%;
    height: auto;
    border: 1px solid rgba(0, 201, 253, 0.3);
    box-shadow: 0 0 25px 11px rgba(0, 125, 253, 0.2) inset;
}

.talent_eco_title {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 0.7292vw;
    padding: 0.4vw 1vw;
    text-align: left;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 201, 253, 0.3);
}

.talent_eco_content {
    display: flex;
    box-sizing: border-box;
    padding: 1vw;
    align-items: center;
}

.talent_eco_left {
    width: 40%;
}

.talent_eco_left img {
    width: 60%;
    max-width: 82px;
}

.talent_eco_right {
    width: 60%;
    text-align: right;
}

.talent_eco_num {
    color: #8fabbf;
    font-size: 0.7292vw;
}

.talent_eco_num span {
    color: #fb473d;
    font-size: 1.5625vw;
}

.talent_eco_text {
    color: #8fabbf;
    font-size: 0.7292vw;
}


/* 组织振兴样式 */

.talent_orz_head {
    width: 100%;
    border-bottom: 1px solid rgba(9, 201, 253, 0.3);
    box-sizing: border-box;
    padding-bottom: 3%;
}

.table_orz_text {
    color: #ffffff;
    font-size: 0.8333vw;
    text-align: left;
}

.table_orz_text span {
    font-size: 1.14583vw;
}

.talent_orz_main {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

.talent_orz_circle {
    width: 100%;
    height: 100%;
}

.talent_orz_img {
    display: block;
    width: 20%;
    margin: 1vw auto;
}

.index_orz_first {
    position: absolute;
    top: 32%;
    left: 10%;
    display: flex;
    align-items: center;
}

.index_orz_first p {
    color: #ffffff;
    font-size: 0.625vw;
}

.index_orz_first p span {
    font-size: 1.041667vw;
}

.index_orz_first p:last-child {
    margin-bottom: 0;
}

.index_first_circle {
    width: auto;
}

.index_first_hr {
    display: block;
    width: 90px;
    height: 1px;
    background: #ffffff;
    align-items: center;
    float: left;
    margin-top: 3px;
}

.index_circle1 {
    display: block;
    float: left;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #FFFFFF;
}

.index_orz_second {
    width: auto;
    position: absolute;
    top: 24%;
    right: 3%;
    color: #ffffff;
}

.index_second_circle {
    transform: rotate(-45deg);
    float: left;
}

.index_second_hr {
    width: 50px !important;
}

.index_second_text {
    margin-bottom: 10px;
    float: left;
    position: relative;
    width: 160px;
    text-align: left;
}

.index_second_pos {
    position: absolute;
    top: -35px;
}

.index_second_pos p {
    color: #ffffff;
    font-size: 0.625vw;
}

.index_second_pos p span {
    font-size: 1.041667vw;
}

.index_orz_third {
    position: absolute;
    right: 5%;
    bottom: 2%;
}

.index_third_circle {
    transform: rotate(20deg);
    float: left;
}

.index_third_hr {
    width: 30px !important;
}

.index_third_pos {
    position: absolute;
    left: 0;
    bottom: -16px;
}

.index_third_pos p {
    color: #ffffff;
    font-size: 0.625vw;
}

.index_third_pos p span {
    font-size: 1.041667vw;
}

.talent_orz_title {
    position: absolute;
    left: 0;
    top: -10px;
    color: #00c9fd;
    font-size: 0.8333vw;
    font-weight: 500;
}


/*********农场*******/

.left_weather {
    width: 210px;
    float: left;
}

.farm_bg {
    width: 100%;
    height: 100%;
    background: url(../images/farm/sglcbg2.png) no-repeat center bottom;
    background-size: 100% 100%;
    position: relative;
}

.weather_ul {
    padding-left: 20px;
}

.weather_ul>li {
    overflow: hidden;
    margin: 25px 0;
}

.weather_ul>li>img {
    float: left;
    width: 46px;
}

.weather_ul>li>div {
    float: left;
    width: 140px;
    padding-left: 5px;
}

.weather_ul>li label {
    display: block;
    font-size: 14px;
    color: #85A0B4;
}

.weather_ul>li span {
    display: block;
}

.weather_ul>li span b {
    font-size: 24px;
    margin-right: 3px;
    line-height: 24px;
}

.weather_ul>li p {
    display: inline-block;
    background: #30415F;
    padding: 3px 5px;
    margin: 5px 0;
    font-size: 12px;
}

.equipment {
    width: 70%;
    float: left;
    margin-left: 20px;
    margin-top: 25px;
}

.equipment ul {
    border: 1px solid rgba(0, 201, 253, 0.3);
    box-shadow: 0 0 25px 11px rgba(0, 125, 253, 0.2) inset;
    overflow: hidden;
}

.equipment ul>li {
    width: 25%;
    float: left;
    height: 90px;
    padding-left: 22px;
}

.equipment ul>li>label {
    color: #85A0B4;
    line-height: 40px;
}

.equipment ul>li>label>img {
    display: inline-block;
    margin-left: 8px;
}

.equipment ul>li>span {
    display: block;
    font-size: 30px;
    font-weight: bold;
}

.sensor_box {
    background: rgba(6, 15, 26, 0.98);
    border: 1px solid rgba(0, 201, 253, 0.3);
    box-shadow: 0 0 25px 11px rgba(0, 125, 253, 0.2) inset;
    overflow: hidden;
    position: absolute;
    left: 25%;
    top: 140px;
    width: 700px;
    height: 200px;
    /* 暂时测试 */
    padding-bottom: 10px;
}

.sensor_box>ul {
    overflow: hidden;
    margin-top: 10px;
}

.sensor_box>ul>li {
    width: 30%;
    border: 1px solid rgba(0, 201, 253, 0.3);
    box-shadow: 0 0 15px 6px rgba(0, 125, 253, 0.2) inset;
    float: left;
    padding: 13px 10px;
    margin: 10px;
}

.sensor_box>ul>li>img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.sensor_box>ul>li>span {
    font-weight: bold;
}

.index_article_title>time {
    float: right;
    color: #4893A6;
    font-size: 14px;
    margin-right: 20px;
    font-weight: normal;
}

.sensor_spot {
    display: block;
    position: absolute;
    background: #2DFF81;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 0px 0px 6px #0A766E;
}

.sensor_spot p {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 3px;
    left: 3px;
    animation: myfirst 1.5s infinite;
    box-shadow: 0px 0px 2px #2DFF81;
}

.sensor_spot span {
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 3px;
    left: 3px;
    animation: myfirst 1.5s infinite;
    box-shadow: 0px 0px 2px #2DFF81;
    animation-delay: 0.5s;
}


/*@keyframes myfirst{  
			5% {transform: scale(1.3);}  
            10% {transform: scale(1.6);}
			15% {transform: scale(1.9);}  
            20% {transform: scale(2.2);} 
			25% {transform: scale(2.5);}  
            30% {transform: scale(2.8);}
			35% {transform: scale(3.1);}  
            40% {transform: scale(3.4);}
			45% {transform: scale(3.7);}  
            50% {transform: scale(4);} 
			55% {transform: scale(3.7);}  
            60% {transform: scale(3.4);}
			65% {transform: scale(3.1);}  
            70% {transform: scale(2.8);} 
			75% {transform: scale(2.5);}  
            80% {transform: scale(2.2);}
			85% {transform: scale(1.9);}  
            90% {transform: scale(1.6);}
			95% {transform: scale(1.3);}
			100% {transform: scale(1.3);}  
        }  */

@keyframes myfirst {
    10% {
        transform: scale(1.3);
    }
    20% {
        transform: scale(1.6);
    }
    30% {
        transform: scale(1.9);
    }
    40% {
        transform: scale(2.2);
    }
    50% {
        transform: scale(2.5);
    }
    60% {
        transform: scale(2.8);
    }
    70% {
        transform: scale(3.1);
    }
    80% {
        transform: scale(3.4);
    }
    90% {
        transform: scale(3.7);
    }
    100% {
        transform: scale(4);
    }
}

.yellowspot {
    background: #FFDC1A;
}

.yellowspot p {
    box-shadow: 0px 0px 2px #FFDC1A;
}

.yellowspot span {
    box-shadow: 0px 0px 2px #FFDC1A;
}

.grayspot {
    background: #85A0B4;
}

.grayspot p {
    box-shadow: 0px 0px 2px #85A0B4;
}

.grayspot span {
    box-shadow: 0px 0px 2px #85A0B4;
}

.sensor_spot .coordinate {
    position: absolute;
    top: -38px;
    left: -10px;
    width: 37px;
    height: 48px;
    background: url(../images/farm/dotterminal.png) no-repeat;
    z-index: 99
}

.grayspot .coordinate {
    background: url(../images/farm/dotterminalgary.png) no-repeat;
}

.yellowspot .coordinate {
    background: url(../images/farm/dotterminalyw.png) no-repeat;
}

.noChange>span,
.noChange>.coordinate,
.noChange>p {
    display: none;
}

.noChange {
    box-shadow: 0px 0px 0px 6px #0A766E;
}

.pestSpan {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer
}

.pestSpan p {
    display: none;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: 8px;
    left: 8px;
    animation: myfirst 2s infinite;
    box-shadow: 0px 0px 3px #00C9FD;
}

.pestSpan span {
    display: none;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: 8px;
    left: 8px;
    animation: myfirst 2s infinite;
    box-shadow: 0px 0px 3px #00C9FD;
    animation-delay: 0.5s;
}

.pestSpan.active {
    box-shadow: 0px 0px 0px 6px rgba(0, 201, 253, 0.28);
}

.pestSpan.active p,
.pestSpan.active span {
    display: block;
}

.pest_box {
    width: 210px;
    background: rgba(6, 15, 26, 0.98);
    border: 1px solid rgba(0, 201, 253, 0.3);
    box-shadow: 0 0 25px 11px rgba(0, 125, 253, 0.2) inset;
    overflow: hidden;
    position: absolute;
    left: 36%;
    top: 350px;
    display: none;
}

.pest_roll {
    height: 150px;
    background: #121E2C;
    margin-top: 12px;
    text-align: center;
    width: 210px;
}

.pest_roll>span {
    line-height: 150px;
    color: #7192B8;
}

#closeimg {
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

.pest_roll.slideBox ul li,
.pest_roll.slideBox ul li>img {
    width: 210px;
    height: 150px;
}

.left_weather .index_article_title img {
    margin-top: 0;
    width: 1.2vw;
}
.monitor_div{position:absolute;z-index:999;cursor:pointer;}
.line_up{background:url(../images/farm/line1.png);width:54px;height:13px;display:inline-block;}
.line_down{background:url(../images/farm/line2.png);width:56px;height:14px;display:inline-block;}
.monitor_spot{background:url(../images/farm/online.png);width:29px;height:29px;display:inline-block;margin-left:-8px;}
