/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 10 version
*/

/*头部*/
.main {
    width: 100%;
    /*background-color: #003153;*/
}.main.header {
     background-color: #003153;box-shadow: 0px 4px 6px 2px #00000053;
 }

.header_top_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1080px;
    margin: auto;
    height: 85px;
    padding: 0px;
    /*background: rgb(255, 255, 255);*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header_top_boxinfo {
    background-color: #fff;
    width: 1080px;
    margin: auto;
    text-align: right;
    padding: 6px;
    box-sizing: border-box;
    height: 31px;
    font-size: 12px;
}
.lab .header_top_boxinfo{
    display: flex;
    justify-content: space-between;
}
.header_top_boxinfo .rightinfo img {
    width: 16px;
}
.header_top_boxinfo  a {
    font-size: 12px;
    color: #003153;
    display: inline-block;
    padding: 0 4px;
}
.logo_box {
    width: 135px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

.logo_box .logo img {
    /*width: 117px;*/
    height: 33px;
}

.search {
    width: 117px;
    background-color: #ddd;
    height: 43px;
}

.logo_box p {
    border-width: 0px;
    font-family: 'PMZDBiaoTi';
    font-weight: 400;
    font-size: 40px;
    color: rgba(78, 45, 93, 1);
    font-style: normal;
    letter-spacing: 2px;
    line-height: 46px;
    text-decoration: none;
}

.button, .button_solid {
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: white;
    border: 1px solid #bbb;
    color: #101010;
}

.button .button-wrapper, .button_solid .button-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
}

.button .button-wrapper .icon, .button_solid .button-wrapper .icon {
    margin: 0 4px;
}

.button .button-wrapper .text, .button_solid .button-wrapper .text {
    white-space: pre;
    /* line-height: normal; */
}

.header_right_box {
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    padding: 0 10px;
    /*background-color: rgba(0, 81, 164, 0.4);*/
    border-radius: 0 0 5px 5px;
    color: #fff;
}

.header_right_box a {
    color: #fff;
    line-height: 36px;
    margin: 0 10px;
}

.head_menu {
    text-align: center;
    left: 140px;
    top: 0px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.head_menu a {
    color: #fff;
    display: inline-block;
    padding: 2%;
}



.head_menu .head_link {
    position: relative;
    padding: 36px 16px;
    display: inline-block;
    background-image: url("../images/jt3.png");
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 28px;
    cursor: pointer;
    color: #fff;
    /*transform: translateX(-58px);*/
}
.head_menu a.head_link {
    /*display: inline-block;*/
    background: none;
    /* float: left; */
}
.head_menu .nav_menu {
    display: none;
    position: fixed;
    left: 0;
    top: 85px;
    background-color: #ffffff;
    padding: 26px 0;
    width: 655px;
    -webkit-box-shadow: 0 0 6px 0px #0000003d;
    box-shadow: 0 0 6px 0px #0000003d;
    /* background-image: linear-gradient(90deg, #cacad966,#ffffff,#ffffff, #fff); */
    /*border-radius: 22px;*/
    z-index: 99;
    width: 100%;
}
.lab .head_menu .nav_menu {
    top: 115px;
}div#echartMap {
     width: 100%;
     height:626px;
 }
 #labhome{
    position: absolute;
    z-index: 22;
    margin-left: calc(50% - 600px);

 }
.head_menu .nav_item {
    width: 1080px;
    margin: auto;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    border-bottom: 2px solid #ddd;
    padding: 30px 0;
}

.head_menu .nav_item:last-child {
    border: none;
    padding-bottom: 0
}

.head_menu .nav_item:first-child {
    /*border: none;*/
    padding-top: 0
}

.head_menu .nav_item .nav_title {
    -ms-flex-preferred-size: 83px;
    flex-basis: 83px;
    color: #144A74;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 22px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: left;
}
.head_menu .nav_item .nav_funs .title {
    color: #999;
    display: inline-block;
    padding: 5px;
    padding-bottom: 15px;
    text-align: left;
    border-bottom: 2px solid #ddd;
    width: 100%;
    font-size:14px;
    margin-bottom: 15px;
}.head_menu .nav_item .nav_funs .title img{
    width: 21px;
 }
.head_menu .nav_item .nav_funs .cont {
    display: flex;
}.head_menu .nav_item .nav_funs .cont span{
    width: 100%;display: block;
 }
.head_menu .nav_item .nav_funs {
    margin-right: 22px !important;
    /*padding-left: 25px;*/
    line-height: 25px;
}

.head_menu .nav_item .nav_funs:last-child {
    margin-right: 0 !important;
    /*padding-left: 25px;*/
}

.nav_menu a.nav_link:hover {
    color: #144A74 !important;
}

.head_other div.but {
    display: inline-block;
    /* width: 5px; */
    padding: 0 12px;
    border-right: 1px solid #ddd;
    cursor: pointer;
}

.head_other .but img {
    width: 21px;
}

.head_other .but.tx .search {
    display: none;
    left: -67px;
    width: 161px;
    line-height: 32px;
    font-size: 14px;
}

.head_other .but:last-child {
    border: none;
}

a.nav_link {
    /*width: 84%;*/
    text-align: left;
    /*background-image: url("../images/jt4.png");*/
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 28px;
    font-size: 17px;
    color: #1C334B;display: inline-block;
}

a.nav_link:hover {
    /*background-image: url("../images/jt4_.png");*/
}

.head_other {
    position: relative;
    /*display: none;*/
}
.head_other .fdj,.head_other .tx {
    /*display: none!important;*/
}

.search {
    width: auto;
    display: none;
    background-color: #fff;
    height: auto;
    position: absolute;
    top: 31px;
    padding: 11px;
    left: -274px;
    border-radius: 6px;box-shadow: 0 0 6px 0px #0000003d;
    text-align: center;
}

.search input {
    font-size: 14px;
    border: 1px solid #ddd;
    width: 288px;
    padding: 3px;
    /* color: #999; */
}

span.button-wrapper {
    background-color: #E8EEF5;
    padding: 2px 15px;
    border-radius: 33px;
    font-size: 12px;
    background-image: url("../images/dw.png");
    background-size: 17px;
    background-position: 4px center;
    background-repeat: no-repeat;
    padding-left: 22px;
    height: 22px;
    line-height: 22px;
    color: #144A74;
}

.mainbox {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mainleft {
    min-width: 270px;
    height: auto;
    padding: 15px;
    /*background-color: #fdf;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.jb {
    background-image: -o-linear-gradient(320deg, #cacad9, #ededed, #fff);
    background-image: linear-gradient(130deg, #cacad9, #ededed, #fff);
    background-image: linear-gradient(130deg, #cacad9,#e9e9e9, #ffffff, #fff);

}
.mainright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #FBFBFB;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*background-image: -o-linear-gradient(320deg, #cacad9, #ededed, #fff);*/
    /*background-image: linear-gradient(130deg, #cacad9, #ededed, #fff);*/
    border-radius: 36px 0 0 0;
    padding-left: 40px;
}

.mainright .top {
    width: 100%;
    border-bottom: 2px solid #ddd;
    padding: 23px 0;
    font-size: 12px;
    color: #696969;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mainright .body {
    /*background-color: #ddd;*/
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.mainright .left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    /* width: 370px; */
    /*background-color: #dfd;*/
    padding-right: 36px;
}

.mainright .right {
    -ms-flex-preferred-size: 370px;
    flex-basis: 370px;
    border-left: 2px solid #ddd;
    padding: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/*头部 end*/
.mainleft .left_menu {
}

.mainleft .left_menu .item {
    display: none;
    /*height: 3px;*/
    overflow: hidden;
}

.mainleft .left_menu .item a {
    display: block;
    padding: 12px;
    padding-left: 30px;
    border-radius: 5px;
    cursor: pointer;
}

.mainleft .left_menu .item a:hover {
    background-color: #eee;
    cursor: pointer;
}

.mainleft .left_menu a.title {
    padding: 11px;
    display: block;
    font-size: 14px;
    cursor: pointer;
}

.mainleft .left_menu a.title .jiant {
    width: 15px;
    background-image: url(../images/jt.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 15px;
    height: 15px;
    display: inline-block;
    float: right;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.mainleft .left_menu a.title .jiant.close {
    -webkit-transform: rotateZ(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotateZ(-180deg);
}

.mainleft .left_menu a.on {
    background-color: #144A74;
    color: #fff;
}

.maincont {
    width: 100%;
    padding: 22px 0;
    box-sizing: border-box;padding-left: 22px;
}

h1 {
    font-size: 36px;
    margin: 33px 0;
}
.h1subtitle {
    padding-left: 23px;
    color: #666;
    font-size: 14px;
    margin-top: 10px;
}
h2 {
    font-size: 28px;
    margin: 20px 0;
}

.lrbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.lrbox .lrboxleft {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 140px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;

}

.lrbox .lrboxright {
    width: 50%;
    /* background-color: #ddd; */
    border-left: 2px solid #E9E6EA;
    padding-left: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 140px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;

}

.lrbox .lrboxwest {
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 140px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;

}

.lrbox .lrboxcenter {
    width: 33%;
    border-left: 2px solid #E9E6EA;
    padding-left: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 140px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;

}

.lrbox .lrboxeast {
    width: 33%;
    border-left: 2px solid #E9E6EA;
    padding-left: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 140px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;

}
.lrbox span.title {
    font-size: 22px;
    color: #144A74;
}

.lrbox span.year {
    font-size: 16px;
    color: #666666;
}

.lrbox span.val {
    font-size: 36px;
    color: #101010;
}

.splitline {
    border-bottom: 2px solid #E9E6EA;
}
li.splitline2 {
    flex-basis: 1px;
    flex-grow: 0!important;
    width: 1px!important;
    height: auto;
    background-color: #ddd;
    padding: 0!important;
}

.zbboxitem {
    margin-bottom: 15px;
}

.zbboxitem .tit {
    width: 63px;
    display: inline-block;
}

.zbboxitem a {
    display: inline-block;
    /*background-color: #d96969;*/
    padding: 8px 22px;
    border-radius: 5px;
}

.zbboxitem a.on {
    background-color: #144A74;
    color: #fff;
}

.databox {
    margin: 33px 0;
}
.datavue {
    display: none;
}tr:hover {
     background-color: #dadae6;
 }
.databox .datatitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.databox .datatitle h3 {
    color: #144A74;
    font-size: 22px;
}

.databox .rightbars .bar {
    background-color: #E8EEF5;
    display: inline-block;
    padding: 6px;
    border-radius: 5px;
    line-height: 23px;
}

.databox .rightbars .bar a {
    font-size: 14px;
    padding: 3px;
    border-radius: 5px;
}

.databox .rightbars .bar a.on {
    background-color: #144A74;
    color: #fff;
}

.databox .rightbars .bar a img {
    width: 24px;
    vertical-align: bottom;
}

.databox .datacont {
    margin: 22px 0;
}
.sideinfo .title {
    padding: 12px;
    font-size: 18px;
    border-bottom: 2px solid #E8EEF5;
    position: relative;
    padding-top: 0;
}
.sideinfo .link1{
    position: absolute;
    right: 0;
    width: 12px;
    height: 22px;
}span.icontit {
     width: 6px;
     height: 16px;
     background-color: #144A74;
     display: inline-block;
     border-radius: 16px;
     margin-right: 10px;
 }
.sideinfo .items a {
    /* background-color: #ddd; */
    padding: 12px;
    border-bottom: 1px solid #ddd;
    display: block;
}.but1 {
     background-color: #144A74!important;
     padding: 0 12px!important;
     height: 32px!important;
     line-height: 32px!important;
     font-size: 14px!important;
 }.but1.fan {
      background-color: #F1F1F1!important;
  }
.but2 {
    background-color: #144A74!important;
    padding: 0px 12px!important;
    height: 43px!important;
    line-height: 43px!important;
    font-size: 14px!important;
}
.but2.disable {
    background-color: #ddd!important;
    color: #999;
}
.but3 {
    background-color: #144A74!important;
    padding: 0px 35px!important;
    height: 43px!important;
    line-height: 43px!important;
    font-size: 16px!important;
}
img.jt1 {
    width: 21px;
    vertical-align: sub;
    margin-left: 6px;
}
.shortinput {
    display: inline-block;
    width: 232px!important;
}
.layui-btn-primary:hover {
    border-color: #666!important;
    color: #333;
}.layui-form-select dl dd.layui-this {
     background-color: #E8EEF5!important;
     color: #fff;
 }.layui-input, .layui-select, .layui-textarea {
      height: 32px!important;
      background-color: #F1F1F1!important;
  }
span.tabpx {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../images/px0.png");
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 4px;
}

span.tabpx1 {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../images/px1.png");
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 4px;
    cursor: pointer;
}

span.taborderc {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../images/order_c.png");
    background-position: center;
    background-size: 10px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 4px;
}
span.taborderd {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../images/order_d.png");
    background-position: center;
    background-size: 10px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 4px;
}
span.taborderu {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../images/order_u.png");
    background-position: center;
    background-size: 10px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 4px;
}


table.tab1 {
    width: 100%;
}

.tab1 th {
    background-color: #E8EEF5;
    color: #666;
    font-size: 14px;
}

.tab1 th, .tab1 td {
    padding: 16px;
    border-bottom: 1px solid #ddd;
}

.tab1 td {
    padding: 12px;
    border-bottom: 1px solid #ddd;
    background-color: #ffffff86;
}
table.intab td {
    width: 25%;padding: 0;
}
a.link1 {
    background-image: url("../images/jt2.png");
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: right -3px;
    padding-right: 23px;
    color: #144A74;
}

.showmore {

    text-align: center;
    padding: 15px;

}


.foot-msg {
    font-size: 14px;
    padding: 50px 0;
    color: #999;background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

.inner {
    width: 1080px;
    margin: 0 auto;
}

.inner li {
    color: #DCDEE3;
}

.inner li b {
    color: #999;
    font-weight: bold;
}

.inner li .blue {
    color: #999;
}

#footer {
    background: #F5F5F5;
    padding: 28px 0 28px 0;
}

.conBox_footer {
    width: 1080px;
    margin: 0 auto;
    overflow: hidden;font-size: 14px;
    line-height: 26px;
}

.newFooter {
    float: left;
}

.conBox_download_footer {
    height: 100%;
    float: right;
    margin-left: 48px;
}

.newFooter ul {
    overflow: hidden;
}

.newFooter li:first-child {
    padding-left: 0;
}

#footer .newFooter .contNew a {
    font-size: 14px;
    color: #999;
}

.newFooter .contNew span {
    width: 1px;
    height: 12px;
    background: #999;
    position: absolute;
    right: 0;
    top: 6px;
    opacity: 0.5;
    display: inline-block;
}

.conBox_download_footer li {
    color: #abddff;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    font-weight: 100;
}

.foterImg {
    margin-left: 0;
}

.newFooter li {
    float: left;
}

.newFooter .contNew {
    padding: 0 12px;
    position: relative;
}

.copyright {
    /*font-size: 11px;*/
    color: #999;
}

.mainhl {
    width: 100%;
    background-color: #6e6eab;
    height: 555px;
    text-align: center;
    font-size: 33px;
    margin-bottom: 22px;
}
.but.menu{
    display:none;
}
span.h3sub {
    font-size: 16px;
    color: #666;
    margin-left: 22px;
}.datafilter {
     background-color: #E8EEF5;
     padding: 16px;
     margin: 22px 0;
 }.datafilter.sty2 {
      background-color: #F1F1F1;
      padding: 49px 20px;
       border-radius: 10px;
  }.databox .datacont {
      margin: 22px 0;
      /*max-height: 566px;*/
      /*overflow-y: auto;*/
  }

.chartcont {
    width: 100%;
    min-height: 333px;
}

h3 span.subtit {
    font-size: 14px;
    color: #666;
    margin-left: 22px;
}
.mshow{
    display:none;
}
.mainfix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
}
.mainfixm {
    margin-top: 85px;
} .mainfixm.lab {
     margin-top: 116px;
 }
.txtnav a {
    display: block;
    font-size: 14px;
    cursor: pointer;
    float: left;
    padding: 12px;
    border-bottom: 4px solid #ddd;
    margin-bottom: -4px;
}.txtnav {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     border-bottom: 4px solid #ddd;
     top: 118px;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
     /*width: 850px;*/
     background-color: #E8EEF5;
 }.txtnavfixed {
      position: fixed;
  }.txtnav a:hover, .txtnav a.on {
       color: #144A74;
       border-bottom: 4px solid #144A74;
   }
.citySel .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.citySel .item .tag {
    width: 20px;
    background-color: #ddd;
    height: auto;
    text-align: center;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.citySel .item .tag {
    width: 20px;
    background-color: #E8EEF5;
    height: auto;
    text-align: center;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #144A74;
    padding: 2px;
    font-weight: bold;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.citySel .item .tag2 {
    margin-bottom: 22px;
    padding-left: 10px;
}

.citySel .item .tag2 a.sheng {
    clear: both;
    float: none;
    font-size: 20px;
    font-weight: bold;
}

.citySel .item .tag2 a:hover, .citySel .item .tag2 a.on {
    color: #1B69C9;
}

.citySel .item .tag2 a {
    display: block;
    float: left;
    padding: 10px 12px;
    font-size: 14px;
}

.citySel .item .tag2 a.city {
    font-size: 16px;
}
.rankparams2 {
    font-size: 14px;
    font-weight: bold;
    color: #666;
    margin-bottom: 14px;
}

.nowcity {
    font-size: 14px;
    padding: 12px;
    border-bottom: 2px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* flex-shrink: 0; */
}

.h1wh {
    display: inline-block;
    width: 22px;
    height: 25px;
    background-image: url("../images/wh.png");
    background-repeat: no-repeat;
    background-size: 22px;
    vertical-align: bottom;
    background-position-y: top;
    margin-left: 5px;
}
.datamsg {
    padding: 22px;
    background-color: #F1F1F1;
    font-size: 14px;
    color: #144A74;
}
.hover{
    -webkit-animation: light 500ms 2;
    animation: light 500ms 2;
}
.maincontb {
    width: 1080px;
    margin: auto;
    min-height: 600px;
    /*background-color: #ddd;*/
}.login .title {
     background-color: #fff;
     padding:41px 21px;
     font-size: 28px;
     color: #144A74;
     position: relative;
     text-align: center;border-bottom:3px solid #eee;
 }.login .title a {
      position: absolute;
      font-size: 14px;
      right: 80px;
      top: 53px;
  }.login .cont {
       background-color: #fff;
       padding: 30px 102px;
   }.login {
        width: 540px;
        margin: auto;
        padding-top: 83px;
        /* background-color: #fff; */
    }.bg5 {
         background-color: #F5F5F5;
     }


@-webkit-keyframes light {
    0%{
        background-color: #F1F1F1;
    }
    100%{
        background-color: #E8EEF5;
    }
}


@keyframes light {
    0%{
        background-color: #F1F1F1;
    }
    100%{
        background-color: #E8EEF5;
    }
}
.protocol {
    padding: 22px;
    display: none;
}div#protocol {
     height: 510px;
     overflow-y: auto;
 }
.bnopa {
    padding-bottom: 0;
}
.bnoma {
    margin-bottom: 0;
}.logintype {
     margin-top: -41px;
     z-index: 222222;
     position: relative;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: space-evenly;
     -ms-flex-pack: space-evenly;
     justify-content: space-evenly;
 }
.logintype span {
    width: 111px;
    height: 22px;
    /*background-color: #ddd;*/
    display: inline-block;
    padding: 8px;
    text-align: center;
    border-bottom: 2px solid #ddd;
    cursor: pointer;
}
.logintype span.on {
    border-bottom: 3px solid #144A74;
}

.mainright.llan {
    border-radius: 0;
    -ms-flex-preferred-size: 1600px;
    flex-basis: 1600px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;padding-left: 0;
    background: none;
}
.mainright.ylan {
    border-radius: 0;
    -ms-flex-preferred-size: 1600px;
    flex-basis: 1200px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;padding-left: 0;
    background: none;
}
p.cont {
    line-height: 29px;
    margin-bottom: 22px;
    text-indent: 40px;
}p.cont2 {
     line-height: 29px;
     margin-bottom: 22px;
     /* text-indent: 33px; */
 }span.font1 {
     color: #144A74;
     font-size: 22px;
 }.maincontc {
     width: 1200px;
     margin: auto;
     /*min-height: 600px;*/
     padding: 10px;
     box-sizing: border-box;
 }
.bg6 {
    background-image: url("../images/lab_index/looper-group.svg");
    /*min-height: 770px;*/
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}
.bg7 {
    /*background-color: #302f4b;*/
    background-image: url("../images/bg7.png");
    /* min-height: 770px; */
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    min-height: 505px;color: #fff;
}.radius33 {
     border-radius: 33px;position: relative;
     margin-top: -33px;background-color: #fbfbfb;
 }
h1.sty1 {
     font-size: 48px;
     color: #fff;
     text-align: center;margin-top: 0;
 }
h1.sty2 {
    /*font-size: 40px;*/
    font-size: 36px;
    text-align: left;
    margin-top: 0;
}
.fw {
      color: #fff;
  }.f20 {
       font-size: 20px;
   }
   .f22{
       font-size: 22px;
   }
h3.sty1 {
    display: inline-block;
}
h3.sty1 span {
    width: 190%;
    height: 4px;
    display: inline-block;
    background-image: linear-gradient(45deg, #144A74, transparent);
    border-radius: 5px 0 0 5px;
}
h2.sty1 {
    font-size: 36px;
}.contsty1 {
     margin: 33px 0;
     line-height: 27px;
 }p.cont2 {
      line-height: 29px;
      margin-bottom: 22px;
      text-indent: 0;
  }span.titledot {
       display: block;
       margin-bottom: 8px;
   }
.color1 {
    color: #144A74;
}.lh30 {
     line-height: 30px;
 }
 .fwb{
     font-weight: bold;
 }
 .fs14{font-size: 14px;}
 .fs14_weight{font-size: 14px;font-weight: bolder}
 .fs16{font-size: 16px;}
.nodata,.echartsNoData {
    background-image: url("../images/nodata.png");
    background-repeat: no-repeat;
    background-size: 47px;
    padding: 115px 22px!important;
    background-position: center;
    text-align: center;
    background-position-y: 63px;
    color: #999;
}
.fontb{
    font-weight: bold;
}
.dataresultgk {
    display: flex;
    justify-content: space-between;align-items: baseline;
}.f30 {
     font-size: 30px;
 }.spline {
      height: 30px;
      width: 2px;
      background-color: #a8a8a8;
      display: inline-block;
      margin: 0 33px;
  }
.masker {
    width: 100%;
    height: 100%;
    background-color: #0000004d;
    position: fixed;
    left: 0;
    top: 125px;

    /* bottom: 0; */
}
@media only screen and (max-width: 1300px) {
    .mainright .body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media only screen and (max-width: 850px) {
    .nowcity {
        float: left;
        border: none;
    }
    .mainbox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .mainleft .left_menu {
        float: left;
    }
    .mainleft .left_menu .item {
        position: absolute;
        background-color: #fff;
    }
    .mainleft {
        width: 100%;background-color: #fff;
    }
    .mainright {
        border-radius: 0;
        padding-left: 0;
    }h1 {
         font-size: 10rem;
         margin: 5rem 0;
     }
    .mainleft .left_menu .item a {
        padding-right: 31px;
    }
    .header_top_box {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .head_menu {
        position: fixed;
        width: 100%;
        background-color: #fff;
        left: 0;
        z-index: 1;
        display: none;
        text-align: left;
    }.masker {
         width: 100%;
         height: 100%;
         background-color: #0000004d;
         position: fixed;
         left: 0;
         top: 0;
         /* bottom: 0; */
     }
    .head_menu .nav_menu {
        left: 0!important;
        width: 100%!important;
        display: none;
        position: fixed;
        top: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 3;height:auto;
        border-radius: 0;

    }.closemenu {
         width: 29px;
         height: 29px;
         background-color: #fff;
         z-index: 33333;
         position: fixed;
         top: 2px;
         right: 2px;
         background-image: url("../images/close.png");
         background-repeat: no-repeat;
         background-size: 21px;
         background-position: center;
     }.backmenu {
          width: 29px;
          height: 29px;
          background-color: #fff;
          z-index: 33333;
          position: fixed;
          top: 2px;
          left: 2px;
          background-image: url("../images/back.png");
          background-repeat: no-repeat;
          background-size: 21px;
          background-position: center;
      }

    .but.menu{
        display: inline-block;
    }
    a.nav_link {
        font-size: 5rem;
    }
    .head_menu a.head_link {
        display: block;
        text-align: left;
        font-size: 5rem;
    }
    .head_menu .head_link {
        width: 50%;
        text-align: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5%;
        margin-left: 0;
        display: block;
        font-size: 5rem;
        color: #1f3a5a;
    }
    .header_top_box {
        height: 18rem;
        padding: 0 3rem;
    }
    .header_top_boxinfo {
        height: 7rem;
        padding: 0 3rem;
        width: 100%;
    }
    .logo_box .logo img {
        width: 34rem;
        height: unset;
    }
    .logo_box {
        width: 62rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .mainleft {
        padding: 2rem;
    }
    body {
        font-size: 5rem;
    }
    .mainright .left {
        padding-right: 0;
    }
    .maincont {
        padding: 5rem 0;
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .lrbox span.val {
        font-size: 9rem;
    }
    .lrbox span.title {
        font-size: 6rem;
    }h2 {
         font-size: 8rem;
         margin: 5rem 0px;
     }.databox .datatitle h3 {
          font-size: 6rem;
      }
    .databox .datacont {
        overflow: hidden;
        overflow-x: scroll;
    }table.tab1 {
         white-space: nowrap;
     }.inner {
          width: 100%;
      }.conBox_footer {
           width: 100%;font-size: 4rem;line-height: 8rem;
       }
    .foot-msg {
        padding: 3rem;
    }#footer {
         padding: 3rem;
     }.copyright {
          font-size: 5rem;
      }
    .mdn{
        display: none;
    }
    .mshow{
        display:block;
    }
    .zbboxitem a {
        padding: 1rem 3rem;
    }
    .login {
        width: 100%;
    }.login .cont {
         padding: 3rem 4rem;
     }.layui-input, .layui-select, .layui-textarea {
          width: 100%;
      }
    .shortinput {
        width: 62%!important;
    }
    .but2 {
        width: 41rem;
    }.login .title a {
         right: 2rem;
     }.maincontb {
          width: 100%;
          min-height: auto;
      }.login {
           padding-top: 0;
       }
    .mainleft .left_menu a.title {
        padding: 5rem;
    }
    .maincontc {
        width: 100%;
        min-height: auto;
    }h1.sty1 {
         font-size: 11rem;
     }
    .pt200 {
        padding-top: 22rem;
    }.mb100 {
         margin-bottom: 22rem;
     }
    .bg6 {
        min-height: auto;
        background-size: 669%;
        background-position: -571rem -65rem;
    }.f20 {
         font-size: 5rem;
     }h2.sty1 {
          font-size: 8rem;
      }.f22 {
           font-size: 5.6rem;
       }.mainfixm {
            margin-top: 18rem;
        }.mainfixm.lab {
             margin-top: 24rem;
         }.pt50 {
             padding-top: 6rem;
         }.bg7 {
              background-size: 480%;
              min-height: 116rem;
          }h1.sty2 {
               font-size: 7rem;
           }.mb30 {
                margin-bottom: 5rem;
            }.pt100 {
                 padding-top: 18rem;
             }.mb50 {
                  margin-bottom: 22rem;
              }
}

.payok {
    display: flex;
    align-items: center;
    padding: 50px;
    background-color: #E8EEF5;
    margin: 22px 0;
    font-size: 20px;
    color: #144A74;line-height: 30px;
}.payok img {
     width: 88px;
     margin-right: 20px;
 }
 .tabcont{
    overflow: hidden;
    overflow-x: scroll;
 }


/*首页*/
.industrySolutions.homebg {
    background-image: url("../images/img2019/bg1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 770px;
    color: #fff;
}

.industrySolutions .solutionTit {
    width: 1180px;
    padding: 51px 0;
    margin: 0 auto;
    margin-bottom: 89px;
    font-size: 20px;
}

.homeh2 {
    font-size: 24px !important;
}

.mb30 {
    margin-bottom: 30px;
}

.solutionTit h2 {
    font-size: 36px;
    padding: 0 0 40px 0;
    letter-spacing: 2px;
    text-align: center;
}

.industrySolutions.homebg .homeh1 {
    margin-top: 270px;
    font-size: 42px;
}

.solutionCont {
    position: relative;
    width: 1180px;
    margin: auto;
    padding-bottom: 1px;
}

.solutionCont .solutionBj {
    /* min-height: 702px; */
    width: 100%;
    /* margin-bottom: 200px; */
}

.solutionCont .solutionBj h2 {
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    /* padding-top: 95px; */
    padding: 100px 0;
    letter-spacing: 2px;
}

.solutionCont .solutionBj h2 {
    color: #000;
    padding: 73px 0 36px 0;
}

.homep {
    width: 85%;
    margin: auto;
    text-align: center;
    font-size: 20px;
    line-height: 2.3rem;
}

.shujtx {
    width: 1180px;
    height: 730px;
    background-image: url("../images/img2019/hometx.svg");
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
}
.intab tr:hover {
    background: none;
}
.bg1 {
    background-color: #fff;
}

.pb50 {
    padding-bottom: 50px;
}

.solutionCont .solutionBj {
    /* min-height: 702px; */
    width: 100%;
    padding-top: 1px;
    /* margin-bottom: 200px; */
}

ul.ulsty1 li {
    width: 33.3%;
    float: left;
    border-right: 1px solid #ddd;
    padding: 0 28px;
    text-align: center;
    box-sizing: border-box;
    font-size: 24px;
    line-height: 45px;
}
ul.ulsty1 li.li50 {
    width: 50%;
    justify-content: center;
}

ul.ulsty1 li img {
    width: 97px;margin-bottom: 36px;
}

.fs26 {
    font-size: 26px;
}
.fs36 {
    font-size: 36px;
}

.point{
    font-size: 36px;
    vertical-align: bottom;
}


ul.ulsty1 li:last-child {
    margin-right: 0px;
    border-right: none;
}


ul.ulsty3 li {
    flex-grow: 1;
    padding: 0 28px;
    text-align: center;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 60px;display: flex;
}ul.ulsty3 li .cont {
     line-height: 25px;
     margin-left: 22px;
     padding-top: 39px;
 }.fs24 {
      font-size: 24px;
  }

ul.ulsty3 li img {
    width: 122px;
    height: 122px;
}

ul.ulsty3 li:last-child {
    margin-right: 0px;
    border-right: none;
}
ul.ulsty3 {
    display: flex;
    justify-content: space-between;
}
.shujtx2 {
    height: 403px;
    background-image: url("../images/img2019/bg3.png");
    background-position: 0 -84px;
    background-repeat: no-repeat;
    background-size: 100%;
}

ul.ulsty2 li {
    width: 48.83%;
    text-align: center;
    float: left;
    border: 1px solid #ededed;
    padding: 46px 28px;
    box-sizing: border-box;
    font-size: 24px;
    line-height: 29px;
    background-image: linear-gradient(180deg, #ECF3FD, transparent);
    margin-right: 27px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 1px #d7e6ff;
    color: #000;
    position: relative;
    height: 159px;
    line-height: 38px;
}
.fs34{
    font-size: 34px!important;
}
.ulsty2 .fs24 img {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 22px;
    top: 6px;
}

ul.ulsty2 li:last-child {
    margin-right: 0px;
}

.shujtx3 {
    height: 473px;
    background-image: url("../images/img2019/bg4.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 70%;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.khlist {
    overflow: hidden;
    background-color: #fff;
}

.khlist .item {
    width: 20000px;
}

.khlist .item img {
    height: 3rem;
    vertical-align: middle;
    margin-right: 1rem;
}

.footnav ul {
    display: flex;
    justify-content: space-between;
}.footnav li {
     color: #999;
     display: flex;
     flex-direction: column;
     line-height: 29px;
 }

/* 联系我们 START*/
.ca_info_box {
    padding: 60px 0;
}
.ca_info_box h1 {
    line-height: 52px;
    font-size: 30px;
    text-align: center;
}
.ca_border {
    width: 38px;
    height: 4px;
    background: #1b69c9;
    margin: 0 auto;
}
.ca_border {
    width: 62px;
    height: 4px;
    background: #1b69c9;
    margin: 0 auto;
}
.ca_address {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    margin-top: 62px;
    background-color: #fff;
    padding: 22px;
    border-radius: 10px;
}
.ca_address img{
    width: 544px;
}
.ca_address .title{
    padding:0;
    font-size:24px;
    margin-bottom: 20px;
    display:block;
    color:#333;margin-left: 30px;
}
.ca_address li{
    line-height: 30px;
    position: relative;
    padding-left: 30px;
}
.ca_address li span {
    width: 30px;
    text-align: center;
    display: block;
    position: absolute;
    color: #999;
    left: 0;
    top: 0;
}
.ca_address img {
    width: 544px;
    display: block;
    float: left;
}
.ca_address .ca_info {
    /* margin-left: 605px; */
    margin-top: 116px;
    width: 575px;
}
.ca_title {
    font-size: 60px;
    line-height: 60px;
    padding: 80px 0;
}
.ca_top{
    display: none;
}
/* 联系我们 END*/
/*数据底部列表*/
.home_dashu_all {
    width: 1180px;
    margin: auto;
    height: 350px;
    padding-top: 29px;
    background-image: url("../images/img2019/bg12.png");
    /*font-family: SourceHanSansCN-Regular;*/
    background-size: 470px;
    background-position: bottom;
    background-repeat: no-repeat;
}.home_data_title {
     width: 100%;
     text-align: center;
     font-size: 28px;
     color: #333333;
     line-height: 45px;
 }.home_search_num {
      width: 370px;
      height: 45px;
      margin: 0px auto 0px auto;
      padding: 50px 0;
      position: relative;
  }.home_search_num {
       width: auto;
       padding-left: 123px;
       box-sizing: border-box;
   }.home_search_num .item {
        /* background-color: #ddd; */
        width: 25%;
        padding-left: 4%;
        float: left;
        line-height: 46px;
        border-left: 1px solid #ddd;
        box-sizing: border-box;
        /* color: #ddd; */
    }.home_search_num .item span {
         display: block;
         font-size: 18px;color: #607CA5;
     }.home_search_num .item span.bignum {
          font-size: 36px;
          font-weight: bold;color: #000;
      }.home_search_num .item span.bignum span {
           display: inline;
           font-size: 16px;
           font-weight: normal;color: #000;
       }
.fs36 {
    font-size: 36px;
}
.main1200{
    width: 1200px;
    margin: auto;
}
ul.ulsty1.ywpt li {
     display: flex;line-height: 36px;align-items: center;
 }ul.ulsty1.ywpt li img {
      width: 97px;
      margin-bottom: 0;
      margin-right: 29px;
  }
.head_menu .nav_item .nav_funs .cont>div {
    flex-basis: 100%;
}
@media screen and (max-width: 960px) {
    .footnav ul {
        flex-direction: column;
    }
    .solutionCont {
        padding: 1rem;
        width: 100%;
        box-sizing: border-box;
    }

    .solutionCont .cont {
        margin-top: 3rem;
    }

    .solutionCont .cont .contsub .left {
        margin-right: 0;
        /* text-align: center; */
    }

    .solutionCont .cont .contsub .right {
        /* margin-left: 106px; */
        display: none;
    }

    .pt50 {
        padding-top: 2rem;
    }

    .solutionCont .solutionBj p {
        color: #000;
        box-sizing: border-box;
        font-size: 5rem;
        padding: 4rem;
        line-height: 30px;
        text-align: center;
    }

    /*.homep {*/
    /*    width: 100%;*/
    /*}*/

    .shujtx {
        width: 100%;
        height: 116rem;
        background-size: 128%;
        background-repeat: no-repeat;
    }

    .shujtx2 {
        height: 69rem;
        background-position-y: 16rem;
    }

    .homeh2 {
        font-size: 1.6rem !important;
    }

    .mhide {
        display: none
    }

    .en_contact li img {
        margin-bottom: 10px;
        width: 3.5rem;
        height: auto;
    }.industrySolutions.homebg {
         /* background-image: url("/images/img2019/a89ed0a1f09d06fa4c2d1be2a0be3059.png"); */
         background-size:290%;
         /*background-repeat: no-repeat;*/
         height: 110rem; /*81rem;*/
         /*color: #fff;*/
         margin-top: 18rem;background-position: center bottom;
     }.industrySolutions.homebg .homeh1 {
          margin-top: 0rem;padding-top: 30rem;font-size: 7rem;
      }.industrySolutions .solutionTit {
          width: 100%;
          margin: 0 auto;
          padding: 1px 20px 40px 20px;
          box-sizing: border-box;
          margin-bottom: 0!important;font-size: 20px;
      }.homeh2 {
           font-size: 5rem !important;
       }.solutionCont .solutionBj h2 {
            font-size: 9rem;
             color: #000;
             padding: 7rem 0 3rem 0;
         }.shujtx3 {
              height: 186rem;
              background-image: url("../images/img2019/bg4.png");
              background-position: top;
              background-repeat: no-repeat;
              background-size: 114%;
          }.solutionBj.mb50.mt50 {
               margin: 0;
           }ul.ulsty1 li {
                border-right: none;
                padding: 0 1rem;
                font-size: 5rem!important;float: none;
                                                                          width: 100%;
            }ul.ulsty1 li.li50 {
                width: 100%;
                                                                                   }.fs26 {
                 font-size: 6rem;
             }.mt50 {
                  margin-top: 6rem;
              }.solutionBj.pb50 {
                   padding-bottom: 0rem;
               }


    ul.ulsty2 li {
        width: 95%;
        float: none;
        margin: auto;
        margin-bottom: 7rem;
        padding: 12rem 12rem;
        height: 43rem;
        box-sizing: border-box;
    }ul.ulsty2 li:last-child {
         margin-right: auto;
     }.head_menu .nav_item .nav_funs .cont {
          display: block;
          height: auto;
          background-color: #fff;padding-left: 7.3rem;
      }.head_menu .nav_item {
           width: 100%;
           flex-direction: column;
       }.head_menu .nav_item {
            width: 100%;
            flex-direction: column;
        }.head_menu .nav_item .nav_funs {
            background-color: #fff;margin-left: 0!important;
                                  width: 100%!important;
        }.head_menu .nav_item .nav_funs .cont div {
             width: 100%!important;
         }.khlist.mt100.mb100.clearfix {
              margin: 12rem!important;
          }.khlist .item img {
               height: 16rem!important;
           }.conBox_footer p.gray9.fr {
                float: none;
            }
    .tab1 td {
        padding: 2rem 2rem;
        border-bottom: 1px solid #ddd;
        background-color: #ffffff86;
    }
    .mainright .right {
        display: none;
    }
    .main1200 {
        width: 100%;
    }
    .home_dashu_all {
        width: 100%;height: 183rem;
    }.home_search_num {
         /*width: auto;*/
         padding-left: 0px;
     }.home_search_num .item {
          width: 100%;
      }.home_search_num .item span.bignum {
           font-size: 6.5rem;
       }.fs36 {
            font-size: 9rem;
        }
    .mainright .top {
        padding: 4rem;
    }.ca_address img {
         width: 100%;
     }.ca_address .ca_info {
          width: 100%;margin-top:0;
      }.ca_address .title {
           margin-left: 0;
       }.ca_address li {
            padding-left: 0;
        }.ca_address {
             margin-top: 21px;
         }.mainright.ylan {
              border-radius: 0;
              -ms-flex-preferred-size: 1600px;
              flex-basis: auto;
              -webkit-box-flex: 0;
              -ms-flex-positive: 0;
              flex-grow: 0;
              padding-left: 0;
              background: none;
          }ul.ulsty3 {
               flex-direction: column;
           }ul.ulsty3 li {
                margin-bottom: 11rem;
            }ul.ulsty3 li img {
                 width: 32rem;
                 height: 32rem;
             }.h1subtitle {
                  padding-left: 6rem;
              }.fs34 {
                   font-size: 6rem!important;
               }
    .txtnav{
        top: 25rem;
    }ul.ulsty1 li img {
         margin-bottom: 0;
     }.industrySolutions.shujtx3.mt100 {
          margin-top: 14rem;
      }ul.ulsty1.ywpt li img {
           width: 20rem;margin-right: 0;
       }ul.ulsty1.ywpt li {padding: 3rem 0;
            border-bottom: 1px solid #ddd;flex-direction: column;justify-content: space-between;
        }
    .mainright.llan {
        flex-basis: 0;
    }.header_top_boxinfo  a {
         font-size: 4rem;
         padding: 0 1rem;
     }
    .header_top_boxinfo{
        text-align: center;
    }#labhome {
         margin-left: calc(50% - 58rem);
     }div#echartMap {
          height: 111rem;
      }h1.sty1.pt150.mb50 {
           padding-top: 10rem;
       }
}





