|
- @charset "utf-8";
- /* CSS Document */
-
-
- body {
- font-family: "Microsoft YaHei", "微软雅黑" !important;
- }
-
- .publicTitle {
- margin-bottom: 20px;
- position: relative;
- height: 30px;
- }
-
- .publicTitle:after {
- content: '';
- width: 100%;
- height: 1px;
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- margin: auto;
- background: #F1F1F1;
- }
-
- .publicTitle .publicTbox {
- position: relative;
- z-index: 3;
- width: 150px;
- background: #fff;
- line-height: 0;
- }
-
- .publicTitle .publicTbox>* {
- display: inline-block;
- vertical-align: middle;
- }
-
- .publicTitle img {
- width: 26px;
- margin-right: 15px;
- }
-
- .publicTitle span {
- line-height: 30px;
- font-size: 18px;
- }
-
- .publicMoreBox {
- position: absolute;
- right: 0;
- top: 0;
- bottom: 0;
- margin: auto;
- background: #fff;
- width: 74px;
- text-align: right;
- z-index: 9;
- height: 24px;
- line-height: 0;
- }
-
- .publicMore {
- display: inline-block;
- width: 53px;
- height: 100%;
- line-height: 22px;
- border-radius: 12px;
- border: 1px solid #EAEAEA;
- text-align: center;
- font-size: 14px;
- color: #9C9B9B;
- }
-
- .noLogin {
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- margin: auto;
- width: 110px;
- height: 130px;
- text-align: center;
- }
-
- .noLoginImg {
- line-height: 0;
- }
-
- .noLoginImg img {
- width: 88px;
- }
-
- .noLoginTxt {
- margin-top: 10px;
- font-size: 14px;
- color: #B8B8B8;
- }
-
- /*index.html*/
- /*****header*******/
- .header {
- height: 70px;
- position: relative;
- background-size: 100% 100%;
- -moz-background-size: 100% 100%;
- -webkit-background-size: 100% 100%;
- -o-background-size: 100% 100%;
- padding: 0 30px;
- }
-
- .headLogin {
- width: 70px;
- height: 30px;
- text-align: center;
- line-height: 30px;
- background: #fff;
- border-radius: 15px;
- font-size: 14px;
- margin-left: 25px;
- }
-
- .headLine2 {
- height: 100%;
- width: 1px;
- }
-
- .headLogo {
- float: left;
- font-size: 22px;
- color: #fff;
- line-height: 70px;
- font-weight: bold;
- }
-
- .headLogo span {
- display: inline-block;
- background-color: #40ACFF;
- padding: 0 10px;
- line-height: 26px;
- font-size: 12px;
- margin-left: 5px;
- border-radius: 3px;
- position: relative;
- top: -3px;
- }
-
- .headTab {
- float: left;
- overflow: hidden;
- margin-left: 20px;
- height: 100%;
- }
-
- .headTab li {
- float: left;
- height: 100%;
- width: 70px;
- text-align: center;
- line-height: 0;
- position: relative;
- }
-
- .headTab li:after {
- content: "";
- width: 100%;
- height: 5px;
- position: absolute;
- left: 0;
- bottom: 0;
- transition: all 0.3s;
- -moz-transition: all 0.3s;
- -ms-transition: all 0.3s;
- -o-transition: all 0.3s;
- -webkit-transition: all 0.3s;
- background: #fff;
- filter: alpha(opacity=0);
- -moz-opacity: 0;
- -khtml-opacity: 0;
- opacity: 0;
- }
-
- .headTab a {
- display: block;
- height: 100%;
- }
-
- .headTab img {
- height: 28px;
- margin-top: 21px;
- filter: alpha(opacity=70);
- -moz-opacity: .7;
- -khtml-opacity: .7;
- opacity: .7;
- transition: all 0.3s;
- -moz-transition: all 0.3s;
- -ms-transition: all 0.3s;
- -o-transition: all 0.3s;
- -webkit-transition: all 0.3s;
- }
-
- .headTab li.active:after,
- .headTab li.active img,
- .headTab li:hover:after,
- .headTab li:hover img {
- filter: alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- opacity: 1;
- }
-
- .headSearch {
- width: 455px;
- height: 36px;
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- margin: auto;
- background: rgba(255, 255, 255, 0.5);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7Fffffff, endColorstr=#7Fffffff);
- border-radius: 18px;
- overflow: hidden;
- }
-
- .headSearch img {
- height: 18px;
- position: absolute;
- top: 0;
- bottom: 0;
- left: 180px;
- margin: auto;
- transition: all 0.3s;
- -moz-transition: all 0.3s;
- -ms-transition: all 0.3s;
- -o-transition: all 0.3s;
- -webkit-transition: all 0.3s;
- }
-
- .headSearch input {
- border: 0;
- background: transparent;
- height: 100%;
- display: block;
- width: 100%;
- line-height: 24px;
- padding: 6px 10px 6px 40px;
- text-align: center;
- font-size: 14px;
- color: #fff;
- }
-
- .headSearch input::-webkit-input-placeholder {
- color: #fff;
- }
-
- .headSearch.active img {
- left: 10px;
- }
-
- .headUser {
- float: right;
- padding: 8px 0;
- height: 100%;
- }
-
- .headUser>* {
- display: inline-block;
- vertical-align: middle;
- }
-
- .skinBox {
- position: relative;
- cursor: pointer;
- z-index: 9;
- width: 27px;
- }
-
- .skinBox>img {
- height: 20px;
- }
-
- .skin {
- position: absolute;
- top: 0;
- right: 100%;
- width: 0;
- color: #fff;
- line-height: 20px;
- transition: all .5s;
- -moz-transition: all .5s;
- -ms-transition: all .5s;
- -o-transition: all .5s;
- -webkit-transition: all .5s;
- overflow: hidden;
- height: 20px;
- }
-
- .skinBox.active .skin {
- width: 150px;
- }
-
- .skin div {
- float: left;
- }
-
- .skins {
- width: 20px;
- height: 20px;
- border-radius: 2px;
- margin-left: 5px;
- border: 1px solid #fff;
- }
-
- .blue {
- background: #198BE3;
- }
-
- .red {
- background: #C42016;
- }
-
- .green {
- background: #01A566;
- }
-
- .headUserImg {
- height: 54px;
- width: 54px;
- border-radius: 50%;
- line-height: 0;
- overflow: hidden;
- margin: 0 12px 0 0;
- }
-
- .headUserImg img {
- width: 100%;
- }
-
- .headUserTxt {
- font-size: 20px;
- color: #fff;
- }
-
- .headLine1 {
- width: 1px;
- height: 100%;
- background: #fff;
- filter: alpha(opacity=30);
- -moz-opacity: .3;
- -khtml-opacity: .3;
- opacity: .3;
- margin: 0 15px;
- }
-
- .headNumBox {
- font-size: 12px;
- text-align: center;
- color: #fff;
- }
-
- .headNum {
- height: 24px;
- width: 100px;
- border-radius: 12px;
- background: #fff;
- margin-bottom: 8px;
- line-height: 24px;
- }
-
- .headNumTxt span {
- display: inline-block;
- width: 2px;
- height: 13px;
- background: #fff;
- margin: 0 7px;
- position: relative;
- top: 3px;
- }
-
- .headMode {
- font-size: 12px;
- color: #fff;
- position: relative;
- /* line-height: 24px; */
- padding-right: 15px;
- cursor: pointer;
- }
-
- .headModeTxt {
- line-height: 0;
- }
-
- .headModeTxt * {
- display: inline-block;
- vertical-align: middle;
- }
-
- .headModeTxt span {
- line-height: 26px;
- }
-
- .headModeTxt i {
- font-size: 18px;
- margin-left: 5px;
- transition: all 0.3s;
- -moz-transition: all 0.3s;
- -ms-transition: all 0.3s;
- -o-transition: all 0.3s;
- -webkit-transition: all 0.3s;
- }
-
- .headModeList {
- position: absolute;
- width: 144px;
- right: 0;
- top: 40px;
- text-align: center;
- background-color: #40ACFF;
- -webkit-box-shadow: 0 5px 6px rgba(64, 172, 255, .4);
- -moz-box-shadow: 0 5px 6px rgba(64, 172, 255, .4);
- box-shadow: 0 5px 6px rgba(64, 172, 255, .4);
- line-height: 24px;
- /* padding: 5px 0; */
- border-radius: 3px;
- transition: all 0.3s;
- -moz-transition: all 0.3s;
- -ms-transition: all 0.3s;
- -o-transition: all 0.3s;
- -webkit-transition: all 0.3s;
- opacity: 0;
- z-index: -1;
- }
-
- .headMode:hover .headModeList {
- top: 25px;
- opacity: 1;
- z-index: 1;
- }
-
- .headModeList li.active {
- background-color: #198BE3;
- }
-
- .headModeList a {
- font-size: 12px;
- color: #fff;
- }
-
- /*****header*******/
-
- /*****sec1*******/
-
- .index_sec {
- position: absolute;
- top: 92px;
- bottom: 22px;
- background: #fff;
- }
-
- .index_sec1s,
- .index_sec1 {
- width: 370px;
- }
-
- .index_sec1 {
- left: 0;
- }
-
- .index_sec1s {
- left: 22px;
- }
-
- .inSec1Top {
- padding: 15px;
- }
-
- .inSec1Top .inSec1T {
- padding-top: 0;
- padding-bottom: 0;
- margin-top: 0;
- margin-left: 0;
- }
-
- .inSec1T {
- margin-bottom: 15px;
- font-size: 18px;
- line-height: 24px;
- padding: 0 15px 0 25px;
- margin-top: 15px;
- margin-left: 15px;
- background-repeat: no-repeat;
- background-size: auto 17px;
- background-position: 0 4px;
- }
-
- .inSec1T * {
- display: inline-block;
- vertical-align: middle;
- }
-
- /*.inSec1T img{
- height: 17px;
- margin-right: 10px;
- }*/
- .inSec1Serch {
- position: relative;
- z-index: 9;
- height: 36px;
- border: 1px solid #E3E3E3;
- border-radius: 18px;
- }
-
- .inSec1SerchList {
- float: left;
- width: 110px;
- text-align: center;
- padding: 0 20px 0 10px;
- line-height: 34px;
- cursor: pointer;
- position: relative;
- z-index: 2;
- background: #fff;
- border-radius: 18px;
- }
-
- .inSec1SerchList i {
- position: absolute;
- top: 1px;
- left: 90px;
- font-size: 18px;
- color: #424242;
- line-height: 36px;
- }
-
- .inSec1SerchList span {
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- display: block;
- }
-
- .inSec1SerchLists {
- display: none;
- background: #fff;
- width: 100%;
- max-height: 260px;
- overflow: auto;
- position: absolute;
- top: 50%;
- left: -1px;
- padding: 20px 0 0;
- line-height: 30px;
- cursor: pointer;
- border: 1px solid #E3E3E3;
- }
-
- .inSec1SerchLists li {
- padding: 0 15px;
- transition: all 0.3s;
- -moz-transition: all 0.3s;
- -ms-transition: all 0.3s;
- -o-transition: all 0.3s;
- -webkit-transition: all 0.3s;
- }
-
- .inSec1Serch input {
- width: 180px;
- float: left;
- margin-top: 7px;
- line-height: 22px;
- border: 0;
- padding: 0 10px;
- border-left: 1px solid #E3E3E3;
- position: relative;
- z-index: 2;
- }
-
- .inSec1btn {
- width: 50px;
- text-align: center;
- line-height: 0;
- cursor: pointer;
- position: absolute;
- top: -1px;
- right: -1px;
- bottom: -1px;
- border-radius: 18px;
- z-index: 2;
- }
-
- .inSec1btn img {
- height: 14px;
- margin-top: 11px;
- }
-
- .inSec1Box {
- position: absolute;
- top: 105px;
- left: 0;
- bottom: 0;
- width: 100%;
- overflow: hidden;
- }
-
- .inSec1List1 {
- width: 130px;
- float: left;
- height: 100%;
- overflow: auto;
- }
-
- .inSec1List1 li {
- padding: 5px 12px 5px;
- cursor: pointer;
- transition: all 0.3s;
- -moz-transition: all 0.3s;
- -ms-transition: all 0.3s;
- -o-transition: all 0.3s;
- -webkit-transition: all 0.3s;
- }
-
- .inSec1List1 a {
- display: block;
- font-size: 14px;
- line-height: 0;
- transition: all 0.3s;
- -moz-transition: all 0.3s;
- -ms-transition: all 0.3s;
- -o-transition: all 0.3s;
- -webkit-transition: all 0.3s;
- }
-
- .inSec1List1 span {
- display: inline-block;
- vertical-align: middle;
- line-height: 24px;
- }
-
- .inSec1List1 span:first-child {
- width: 85%;
- }
-
- .inSec1List1 span:last-child {
- width: 11%;
- }
-
- .inSec1List2 {
- margin-left: 130px;
- height: 100%;
- overflow: auto;
- position: relative;
- }
-
- .inSec1List2 li {
- padding: 5px 12px;
- transition: all 0.3s;
- -moz-transition: all 0.3s;
- -ms-transition: all 0.3s;
- -o-transition: all 0.3s;
- -webkit-transition: all 0.3s;
- }
-
- .inSec1List2 a {
- display: block;
- line-height: 25px;
- font-size: 14px;
- }
-
- .inSec1List2 span {
- display: block;
- margin-left: 30px;
- }
-
- .inSec1List2 img {
- width: 22px;
- float: left;
- }
-
-
- /*****sec1*******/
- .more {
- width: 35px;
- height: 20px;
- text-align: center;
- line-height: 0;
- cursor: pointer;
- display: block;
- border-radius: 10px;
- float: right;
- margin-top: 2px;
- }
-
- .more span {
- display: inline-block;
- width: 4px;
- height: 4px;
- border-radius: 50%;
- background: #fff;
- margin: 8px 2px 0;
- }
-
- .inSec1T i {
- font-style: normal;
- display: inline-block;
- width: 29px;
- height: 18px;
- text-align: center;
- line-height: 18px;
- border-radius: 9px;
- font-size: 12px;
- color: #fff;
- margin-left: 8px;
- margin-top: 4px;
- }
-
- /*****sec2*******/
- .index_sec2 {
- margin: 0 332px 0 392px;
- }
-
- .inSec2Row {
- margin: 18px -11px 0;
- padding: 4px 0;
- overflow: hidden;
- }
-
- .inSec2Row:last-child {
- margin-top: 14px;
- }
-
- .inSec2Col9 {
- width: 66.666667%;
- padding: 0 11px;
- float: left;
- }
-
- .inSec2Col3 {
- width: 33.333333%;
- padding: 0 11px;
- float: left;
- }
-
- .index_sec2 .inSec1T {
- color: #fff;
- margin-top: 0;
- margin-bottom: 0;
- padding: 5px 15px;
- margin-left: 0;
- }
-
- .inSec2Row2 {
- padding: 0 15px 30px;
- overflow: hidden;
- background: #fff;
- height: 250px;
- position: relative;
- }
-
- .inSec2Col7 {
- float: left;
- width: 14.285714%;
- padding: 0 15px;
- margin-top: 30px;
- }
-
- .inSec2Con,
- .inSec2Con span {
- display: block;
- }
-
- .inSec2Con {
- font-size: 14px;
- text-align: center;
- }
-
- .inSec2Img {
- margin: 0 auto 10px;
- line-height: 0;
- width: 50px;
- height: 50px;
- border-radius: 50%;
- overflow: hidden;
- }
-
- .inSec2Img img {
- width: 100%;
- }
-
- .inSec2Txt {
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
-
- .inSec2List {
- padding: 0 10px;
- background: #fff;
- }
-
- .inSec2List li {
- padding: 8px 0;
- border-top: 1px dashed #E7E7E7;
- position: relative;
- }
-
- .inSec2List li:first-child {
- border: 0;
- }
-
- .inSec2List a,
- .inSec2List span {
- display: block;
- }
-
- .inSec2List a {
- font-size: 14px;
- }
-
- .inSec2T {
- width: 80%;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- margin-bottom: 6px;
- }
-
- .inSec2T img {
- float: left;
- margin-right: 8px;
- width: 18px;
- margin-top: 3px;
- }
-
- .inSec2Time {
- text-align: right;
- color: #C2C2C2;
- }
-
- .noLoginLi {
- height: 250px;
- position: relative;
- }
-
- .noLoginLi2 {
- height: 100%;
- position: relative;
- }
-
- /*****sec2*******/
-
- /*****sec3*******/
- .index_sec3 {
- right: 0;
- width: 310px;
- position: absolute;
- }
-
- .inSec3List {
- border-bottom: 1px solid #EDEDED;
- padding: 0 20px;
- overflow: hidden;
- height: 41px;
- }
-
- .inSec3ListTxt {
- line-height: 40px;
- position: relative;
- font-size: 14px;
- text-align: center;
- cursor: pointer;
- transition: all 0.3s;
- -moz-transition: all 0.3s;
- -ms-transition: all 0.3s;
- -o-transition: all 0.3s;
- -webkit-transition: all 0.3s;
- }
-
- .inSec3ListTxt:after {
- content: "";
- position: absolute;
- width: 100%;
- height: 5px;
- left: 0;
- bottom: -1px;
- background: transparent;
- transition: all 0.3s;
- -moz-transition: all 0.3s;
- -ms-transition: all 0.3s;
- -o-transition: all 0.3s;
- -webkit-transition: all 0.3s;
- }
-
- .inSec3Box {
- position: absolute;
- top: 100px;
- left: 0;
- right: 0;
- bottom: 0;
- overflow: auto;
- }
-
- .inSec3Row {
- padding: 0 24px 30px;
- overflow: hidden;
- }
-
- .inSec3Col6 {
- width: 50%;
- float: left;
- padding: 0 24px;
- margin-top: 24px;
- }
-
- .inSec3Con,
- .inSec3Con span {
- display: block;
- }
-
- .inSec3Con {
- font-size: 14px;
- text-align: center;
- }
-
- .inSec3Img {
- line-height: 0;
- padding: 15px;
- height: 70px;
- width: 70px;
- margin: 0 auto 10px;
- border: 1px solid #EDEDED;
- border-radius: 8px;
- }
-
- .inSec3Img img {
- width: 100%;
- }
-
- .inSec3Txt {
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
-
- /*****sec3*******/
- /*index.html*/
-
- /*index2.html*/
- .index_sec4 {
- margin: 0 22px 0 392px;
- }
-
- .index_sec4 .inSec2T {
- width: 60%;
- }
-
- .inSec2List li a {
- position: relative;
- }
-
- .inSec4Type {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .inSec4Type1 {
- color: #78D891;
- }
-
- .inSec4Type2 {
- color: #F67066;
- }
-
- /*index2.html*/
- /*index3.html*/
- .inSec5Col3 {
- width: 25%;
- padding: 0 11px;
- float: left;
- }
-
- .inSec5Col6 {
- width: 50%;
- padding: 0 11px;
- float: left;
- }
-
- .inSec5Box {
- padding: 1px 22px;
- background-color: #fff;
- }
-
- .inSec5Total {
- color: #424242;
- font-size: 14px;
- margin: 20px 0;
- }
-
- .inSec5Total b {
- font-size: 20px;
- }
-
- .inSec5PerBox {
- margin-top: 15px;
- }
-
- .inSec5Per {
- color: #424242;
- display: inline-block;
- position: relative;
- font-size: 14px;
- }
-
- .inSec5Per b {
- font-size: 16px;
- }
-
- .inSec5Icon {
- position: absolute;
- top: 50%;
- margin-top: -8px;
- left: calc(100% + 10px);
- height: 16px;
- width: 32px;
- line-height: 16px;
- font-size: 12px;
- color: #fff !important;
- border-radius: 8px;
- text-align: center;
- }
-
- .inSec5Icon::before {
- content: '';
- position: absolute;
- top: 50%;
- left: -8px;
- margin-top: -5px;
- border: 5px solid transparent;
- color: #fff;
- }
-
- .inSec5Icon.inSec5Green {
- background-color: #0BB56C;
- }
-
- .inSec5Icon.inSec5Green::before {
- border-right-color: #0BB56C;
- }
-
- .inSec5Icon.inSec5Red {
- background-color: #EB5858;
- }
-
- .inSec5Icon.inSec5Red::before {
- border-right-color: #EB5858;
- }
-
- .inSec5PerN {
- height: 20px;
- margin-top: 10px;
- background-size: auto 20px;
- }
-
- .inSec5PerN2 {
- background-image: url(../images/inSec6-1.png);
- }
-
- .inSec5PerN1 {
- background-image: url(../images/inSec6-2.png);
- }
-
- .inSec5Line {
- margin: 22px -22px;
- height: 2px;
- background-color: #FAFAFA;
- }
-
- .inSec5Echart1Box {
- height: 190px;
- position: relative;
- }
-
- .inSec5Echart1Con {
- height: 46px;
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- margin: auto;
- font-size: 14px;
- }
-
- .inSec5Echart1Con b {
- font-size: 18px;
- color: #EB5858;
- }
-
- .inSec5Echart1 {
- height: 100%;
- margin-left: 100px;
- padding-top: 1px;
- }
-
- .inSec5Echart2 {
- height: 100%;
- padding-top: 1px;
- }
-
- .inSec5Echart1Img {
- position: absolute;
- left: 100px;
- right: 0;
- top: 0;
- bottom: 0;
- margin: auto;
- width: 45px;
- height: 63px;
- }
-
- .toClass {
- width: 80%;
- height: 60%;
- margin: 10% 0 0 10%;
- position: relative;
- background-color: #F4F4F4;
- border-radius: 8px;
- }
-
- .toClassImg1 {
- width: 100%;
- position: absolute;
- bottom: 100%;
- left: 0;
- }
-
- .toClassImg2 {
- height: 36px;
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- margin: auto;
- line-height: 0;
- text-align: center;
- z-index: 3;
- }
-
- .toClassImg2 img {
- height: 100%;
- }
-
- .toClassBl {
- position: absolute;
- z-index: 2;
- left: 0;
- right: 0;
- bottom: 0;
- border-radius: 0 0 8px 8px;
- }
-
- .toClassBl.red {
- background-color: #E44E4E;
- }
-
- .toClassBl.blue {
- background-color: #64CDFE;
- }
-
- .toClassBl.green {
- background-color: #0AB56B;
- }
-
- .toClassLegend {
- line-height: 0;
- text-align: right;
- position: absolute;
- bottom: 10px;
- right: 0;
- }
-
- .toClassLegend * {
- display: inline-block;
- vertical-align: middle;
- background-color: transparent;
- }
-
- .toClassLegend .red i {
- background-color: #E44E4E;
- }
-
- .toClassLegend .blue i {
- background-color: #64CDFE;
- }
-
- .toClassLegend .green i {
- background-color: #0AB56B;
- }
-
- .toClassLegend i {
- width: 10px;
- height: 10px;
- border-radius: 2px;
- margin: 0 5px 0 10px;
- }
-
- .toClassLegend span {
- font-size: 12px;
- }
-
- .ageTxt {
- position: absolute;
- height: 36px;
- line-height: 18px;
- top: 0;
- bottom: 0;
- left: 9%;
- right: 0;
- margin: auto;
- text-align: center;
- /* font-size: 12; */
- }
-
- .organT {
- text-align: center;
- font-size: 14px;
- }
-
- .organLine {
- height: 150px;
- margin-top: 10px;
- width: 90px;
- margin: 10px auto 0;
- background-color: #F6685E;
- position: relative;
- padding-top: 2px;
- }
- .organLine > div{
- background-color: #fff;
- height: 2px;
- margin-top: 2px;
- position: relative;
- z-index: 3;
- }
- .organLine div:first-child{
- margin-top: 0;
- }
- .organLine .organZ{
- position: absolute;
- left: 0;
- right: 0;
- bottom: 0;
- background-color: #72A7F6;
- z-index: 2;
- }
- .organLine .organCon{
- position: absolute;
- width: 60px;
- height: 54px;
- background-color:transparent;
- }
- .organCon1{
- right: 110%;
- top: 10%;
- }
- .organCon2{
- left: 110%;
- bottom: 10%;
- }
- .organCon1 span{
- color: #F6685E;
- }
- .organCon2 span{
- color: #72A7F6;
- }
- .inSec5Row{
- margin: 0 -15px;
- overflow: hidden;
- padding: 40px 0 30px;
- }
- .inSec5Col2{
- width: 20%;
- float: left;
- padding: 0 15px;
- }
- .inSec5Row a,.inSec5Row span{
- display: block;
- }
- .schoolT img{
- width: 25px;
- margin-right: 10px;
- position: relative;
- top: -2px;
- }
- .schoolNum{
- font-weight: bold;
- font-size: 30px;
- text-align: right;
- margin-top: 10px;
- }
- .inSec5Col2:nth-child(1) .schoolNum{
- color: #4A9ADE;
- }
- .inSec5Col2:nth-child(2) .schoolNum{
- color: #59D078;
- }
- .inSec5Col2:nth-child(3) .schoolNum{
- color: #EF9508;
- }
- .inSec5Col2:nth-child(4) .schoolNum{
- color: #F6685E;
- }
- .inSec5Col2:nth-child(5) .schoolNum{
- color: #7A74F1;
- }
- .inSec5Echart3{
- height: 278px;
- }
- .inSec5majorTxt{
- position: absolute;
- top: 0;
- bottom: 0;
- margin: auto;
- height: 40px;
- text-align: center;
- }
- .inSec5majorTxt1{
- left: 0;
- right: 65%;
- }
- .inSec5majorTxt2{
- left: 0;
- right: 0;
- }
- .inSec5majorTxt3{
- left: 65%;
- right: 0;
- }
- .inSec5majorTxt div:first-child{
- font-size: 14px;
- }
- .inSec5majorTxt div:last-child{
- font-size: 24px;
- font-weight: bold;
- }
- .layui-input-block{
- position: absolute;
- right: 22px;
- top: 20px;
- width: 140px;
- }
- .layui-input, .layui-select, .layui-textarea {
- height: 34px;
- line-height: 34px\9;
- }
- .layui-form-select dl {
- top: 38px;
- }
- .layui-form-select dl dd.layui-this {
- background-color: #198BE3;
- }
- .inSec5Echart4{
- height: 360px;
- margin-left: 200px;
- }
- .inSec5L{
- float: left;
- margin-left: 40px;
- }
- .inSec5LBox{
- overflow: hidden;
- font-size: 14px;
- margin-top: 40px;
- }
- .inSec5LBox img{
- float: left;
- width: 38px;
- margin-right: 20px;
- margin-top: 6px;
- }
- .inSec5LBox > div{
- float: left;
- }
- .inSec5LT{
- font-size: 23px;
- font-weight: bold;
- margin-top: 10px;
- }
- .inSec5ClassTxt{
- position: absolute;
- left: 200px;
- right: 0;
- top: 0;
- bottom: 0;
- text-align: center;
- margin: auto;
- height: 24px;
- line-height: 24px;
- font-size: 14px;
- }
-
-
-
-
-
- /*index3.html*/
-
- @media(max-width:1680px) {
-
- .index_sec1,
- .index_sec1s {
- width: 300px;
- }
-
- .inSec1List1 {
- width: 110px;
- }
-
- .inSec1List1 span:first-child {
- width: 82%;
- }
-
- .inSec1List2 {
- margin-left: 110px;
- }
-
- .index_sec2 {
- margin: 0 302px 0 322px;
- }
-
- .index_sec3 {
- width: 280px;
- }
-
- .index_sec4 {
- margin: 0 22px 0 322px;
- }
-
- .index_sec5,
- .news_sec2 {
- margin: 22px 22px 10px 344px;
- }
-
- .inSec1Serch input {
- width: 150px;
- }
-
- .inSec1SerchList {
- width: 90px;
- }
-
- .inSec1SerchList i {
- left: 74px;
- }
-
- .inSec2Row2 {
- padding: 0 8px 20px;
- height: 220px;
- }
-
- .inSec2Col7 {
- width: 16.666667%;
- padding: 0 8px;
- margin-top: 20px;
- }
-
- .inSec2Row:first-child .inSec2List {
- height: 220px;
- }
-
- .inSec2Row:first-child .inSec2List li:last-child {
- display: none;
- }
-
- }
-
- @media(max-width:1600px) {
- .inSec2Row:last-child .inSec2List {
- overflow: auto;
- }
-
-
-
-
- }
-
- @media(max-width:1440px) {
- .index_sec3 {
- right: inherit;
- left: 1160px;
- }
-
-
-
-
- }
|