.pc-head{ padding: 20px 0; background: #ffffff; position:relative; z-index:100;}
.pc-head .logo{ display: inline-block; }
.pc-head .logo img{vertical-align: top;}
.pc-head .logo span{ display: inline-block; vertical-align: top; margin: 0 5px; width: 1px; height: 30px; background: #999999; margin-top: 10px; opacity: 0.4; }
.pc-head .logo img{ max-width: 100%; }
.pc-head .sch-id .name{ display: inline-block; color: #062059; font-size: 22px; vertical-align: top; line-height: 48px; margin-left: 15px; }
.pc-head .slogan{ font-size: 12px; color: #333333; line-height: 20px; margin-top: 10px; }

.pc-head .head-nav{ max-width: calc(100% - 100px); padding: 12px 0 0; }
.pc-head .head-nav ul{  }
.pc-head .head-nav li{ position: relative; height: 38px; float:left; padding: 0 15px; border-radius: 2px; margin: 0 8px; border: 1px solid #062059; cursor: pointer; font-size: 18px; color: #062059; line-height: 36px; }
.pc-head .head-nav .nav-itm{ }
.pc-head .head-nav li::after{
    content: '';
    display: none;
    position: relative;
    bottom: -8px;
    left: 50%;
    transform: rotate(45deg) translateX(-50%);
    border-left: 1px solid #062059;
    border-top: 1px solid #062059;
    background: #ffffff;
    width: 12px;
    height: 12px;
    z-index: 50;
}
.pc-head .head-nav li:hover::after{
    display: block;
}
.pc-head .head-nav .nav-itm b{display: block; float: right; width: 18px; height: 34px; background: url(../images/down-angle.png) no-repeat right center; }
.pc-head .head-nav li span{width: 20px; height: 36px; float: left; margin-right: 15px; text-align: center; position: relative; display: block; }
.pc-head .head-nav li span img{ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.pc-head .login-btn{ width: 100px; height: 36px; margin-top: 12px;  text-align: center; padding: 4px; border-radius: 2px; border: 1px solid #062059; cursor: pointer; }
.pc-head .login-btn p{background: #062059; height: 26px; font-size: 14px; color: #ffffff; margin: 0;  line-height: 26px; }
.pc-head .head-nav .nav-subsec{ display: none; position: absolute; top: 37px; z-index: 10; left: 50%; transform: translateX(-50%); padding-top: 8px;}
.pc-head .head-nav .nav-sub{ border: 1px solid #062059; background: #ffffff; box-shadow: 1px 1px 2px rgba(44, 159, 229, 0.2); border-radius: 4px; }
.pc-head .head-nav .nav-sub dd{ float: left; }
.pc-head .head-nav .nav-sub dd{display:inline-block; font-size:14px; color:#444444; text-align:center; line-height:25px;  }
.pc-head .head-nav .nav-sub dd p{width:80px; height:50px; display:table-cell; line-height:50px;  }
.pc-head .head-nav .nav-sub dd img{vertical-align:middle; }

.pc-nav{ background: #062059; }
.pc-nav .nav-list{ }
.pc-nav .nav-list li{ position: relative; padding: 0 10px 0 15px; color: #ffffff; transition: all 0.3s; cursor: pointer; transition: all 0.3s; } 
.pc-nav .nav-list li span{ margin-left: 8px; font-size: 16px; float: right; }
.pc-nav .nav-list>li>span{ margin-top: 17px; }
.pc-nav .nav-list>li{ line-height: 50px;  font-size: 18px;  display: inline-block;  }
.pc-nav .nav-list>li>a{ color: #ffffff; }
.pc-nav .nav-list .nav-sublist{ display: none; background: #ffffff; box-shadow: 1px 1px 3px #656565; }
.pc-nav .nav-list li>.nav-sublist{ position: absolute; left: 0; top: 100%; width: 160px; z-index: 10; }
.pc-nav .nav-sublist li{ line-height: 40px; font-size: 16px; width: 100%; color: #062059; }
.pc-nav .nav-sublist li a{ color: #062059; }
.pc-nav li>.nav-sublist{ position: absolute; left: 0; top: 100%; width: 100%; z-index: 10; }
.pc-nav .nav-sublist>li .nav-sublist{  position: absolute; left: 100%; top: 0; width: 100%; z-index: 100; }
.pc-nav .nav-sublist>li>span{ margin-top: 11px; }
.pc-nav .nav-list li:hover{ background: #ffffff; color: #062059; font-weight: bold; }
.pc-nav .nav-list li:hover>a{ color: #062059; }
.pc-nav .nav-list li:hover>.nav-sublist{ display: block; }
.pc-nav .nav-sublist>li:hover{ background: #062059; color: #ffffff; }
.pc-nav .nav-sublist>li:hover>a{ color: #ffffff; }
.fix-nav{display: none; }
.pc-head .login-btn .dropdown-menu{padding: 15px 10px 5px; border-radius: 5px; top: 36px; }
.pc-head .login-btn .dropdown-menu li{ }
.pc-head .login-btn .dropdown-menu button{display:block; width:100%; margin-bottom:10px; border:none; outline:none; background:#062059; border-radius:16px;  font-size:14px; color:#ffffff; text-align:center; padding:5px; }

.pc-nav .search{height: 40px; border: 1px solid rgba(255,255,255,0.6); margin-top: 5px; border-radius: 20px; overflow: hidden; background: rgba(255, 255, 255, 0.1);}
.pc-nav .search input{ border: none; background: none; outline: none; height: 38px;  float: left; padding: 0 20px; width: calc(100% - 50px); }
.pc-nav .search input::placeholder{ color: rgba(255, 255, 255, 0.5); }
.pc-nav .search button{height: 38px; border: none; outline: none;  background: none;  float: right; width: 50px; background: url(../images/search.png) no-repeat center;}

.pc-banner{}
.pc-banner .carousel-inner>.item{ padding-top: 0; }
.pc-banner img{ width: 100%; }
.carousel-indicators li{ background: rgba(255,255,255,0.6); margin: 0 8px; width: 14px; height: 14px; border-radius: 50%; }
.carousel-indicators .active{background:#ffffff; width: 14px; height: 14px; border-radius: 50%; }

.pc-main{ padding: 40px 0 10px; background: #ffffff; }
.focus-part{ }
.swiper-slide{ position: relative; }
.swiper-slide img{ width: 100%; height: 240px; }
.swiper-tit{ height: 40px; line-height: 40px; padding-left: 15px; padding-right: 100px; position: absolute; left: 0; bottom: 0; width: 100%; background: rgba(0, 0, 0, 0.6); }
.swiper-tit h3{ color: #ffffff; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.swiper-btntogsec{ position: absolute; bottom: 0; right: 0px; width: 100px; z-index: 100; color: #ffffff; text-align: center; }
.swiper-btntog-prev, .swiper-btntog-next{ display: inline-block; line-height: 40px;  }
.swiper-btntog-num{ display: inline-block; margin: 0 5px; position: static; width: auto !important; }

.news-part{ margin-bottom: 30px; }
.news-part-tit{ margin-bottom: 15px; line-height: 25px; }
.news-part-tit h3{ float:left; font-size: 18px; color: #242424; font-weight: bold; }
.news-part-tit h3 img{ margin-right: 10px; }
.news-part-tit .more{float: right; font-size: 16px; color: #999999;}
.news-part-tit .more a{color: #999999;}
.news-part-sec{border: 1px solid #ececec; padding: 20px; min-height: 370px;}
.tab-content{ background: none; padding: 0; }
.tit-tab{ margin-bottom: 10px; position: relative; }
.tit-tab li{ position:relative;  margin-right: 10px; display: inline-block; vertical-align: top; line-height: 26px; padding-bottom: 5px; }
.tit-tab li>a{font-size: 16px; color: #999999;}
.tit-tab li.active{ color: #242424; }
.tit-tab li.active>a{color: #242424; }
.tit-tab li.active::before{ content: ''; display: block; position: absolute; left: 0; bottom: 0; width: 42px; height: 4px; background: #062059; }
.tit-tab .more{  position: absolute; top: 0; right: 0; display: none; line-height: 26px; }
.tit-tab .more a{ color: #999999; }
.tit-tab li.active + .more{ display: block; }

.com-list{}
.com-list li{ line-height: 40px;  border-bottom:1px dashed #cccccc; }
.com-list li .date{ display: inline-block; vertical-align: top; float: right; }
.com-list li>a{ display: inline-block; vertical-align: top; width: calc(100% - 190px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap;font-size:15px;cursor: pointer; }
.com-list .wlzp li>a{width: calc(100% - 190px); }
.com-list .wlzp li span{ float: right; }
.com-list li .djl{float: right;padding: 0px 10px;color: red;}

.com-left{ }
.com-rht{padding-left: 30px; }
.com-svtit{ font-size: 18px; color: #444444; line-height: 20px; margin-bottom: 15px; font-weight: bold; }

.zprl{ margin: 30px 0; }
.zprl{  }
.zprl .flexoCalendar { width: 100%; border: 1px solid #f5f5f5; }
.zprl .flexoCalendar .calendar-hd{ line-height: 40px;}
.zprl .flexoCalendar .calendar-hd .prev{ background: url(../images/arrow-left.png) no-repeat center;}
.zprl .flexoCalendar .calendar-hd .next{ background: url(../images/arrow-right.png) no-repeat center;}
.zprl .flexoCalendar .calendar-hd .current-year{ text-align: center; font-size: 18px; color: #062059; }
.zprl .flexoCalendar .weekday { background: #dde6f2;   }
.zprl .flexoCalendar .weekday th{ line-height: 40px; color:#4f5f6f;  text-align: center; }
.zprl .flexoCalendar tbody td{ line-height: 40px; text-align: center; position: relative; }
.zprl .flexoCalendar .tdday .day{ color: #5b6b79; }
.zprl .flexoCalendar .other-month .day{ color: #9badbe; }
.zprl .flexoCalendar .current-day .day{ display: inline-block; border-radius: 50%; color: #ffffff; background: #bc3b47; width: 20px; height: 20px; line-height: 20px; }
.zprl .flexoCalendar .hasdata{ cursor: pointer; }
.zprl .flexoCalendar .hasdata b{ text-align: center; display: inline-block; background: #062059; border-radius: 50%; line-height: 16px; position: absolute; top: 3px; right: 3px; width: 16px; height: 16px; color: #ffffff; font-size: 12px; }
.zprl .flexoCalendar  .titlist{ width: 410px; height:60px; line-height:30px; border-radius: 5px; position: absolute; top: -68px; left: 50%; text-align:center; overflow:hidden; background:rgba(0,0,0,0.5); font-size:16px; color:#003f88; z-index: 1000; transform: translateX(-50%); }
.zprl .flexoCalendar  .titlist li{width:100%; padding: 0 10px; text-align: left; overflow:hidden; text-overflow:ellipsis; word-break:keep-all; height:30px; white-space:nowrap;  }
.zprl .flexoCalendar  .titlist li, .zprl .flexoCalendar  .titlist li a{ color: #ffffff; font-size: 16px; }
.zprl .flexoCalendar .hasdata:hover::before{
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    left: 50%;
    width: 0px; 
    height: 0px;
    border-top: 10px solid rgba(0,0,0,0.5);
    border-bottom: 10px solid rgba(0,0,0,0);
    border-right: 10px solid  rgba(0,0,0,0);
    border-left: 10px solid  rgba(0,0,0,0);
    z-index: 10001;
    margin-left: -10px;
}

.kstd-sec{}
.kstd-sec .top{}
.kstd-sec .top li{width: calc(50% - 5px); transition: all 0.3s; margin-bottom: 10px; height: 60px; float: left; padding: 10px; border-radius: 4px; text-align: center; line-height: 40px; font-size: 20px; color: #ffffff; }
.kstd-sec .top li:hover{ box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4); }
.kstd-sec .top li span{ display: inline-block; width: 40px; margin-right: 15px; }
.kstd-sec .top li a{ color: #ffffff; }
.kstd-sec .top li:nth-child(2n){ float:right; }
.kstd-sec .top li:nth-child(1){ background: #fdb647; }
.kstd-sec .top li:nth-child(2){ background: #9459fb; }
.kstd-sec .top li:nth-child(3){ background: #5984fb; }
.kstd-sec .top li:nth-child(4){ background: #2cce82; }
.kstd-sec .down{margin: 20px 0; }
.kstd-sec .down li{width: calc(50% - 5px); margin-bottom: 10px; height: 120px; float: left; padding: 10px; border-radius: 4px; text-align: center; border: 1px solid #ececec; transition: all 0.3s; }
.kstd-sec .down li:hover{ background: #f3f3f3; }
.kstd-sec .down li .icon{ height: 70px; }
.kstd-sec .down li .icon img{ transform: translateY(50%); }
.kstd-sec .down li a{ color: #ffffff; font-size: 18px; color: #3a3a3a; }
.kstd-sec .down li:nth-child(2n){ float:right; }
.kstd-sec .jyzd{ height: auto; padding: 15px; text-align: center;background-size: 100% 100%; line-height: 137px; font-size: 24px; color: #ffffff; }
.kstd-sec .jyzd video{ height: 167px; width: 100%; }
.kstd-sec .jyzd img{ width: 100%; }
.fd-link{ padding: 30px 0px 0; }
.fd-link .com-svtit{ width: 100px; float: left; line-height: 32px; }
.fd-link .fd-con{ float: left; width: calc(100% - 100px); }
.fd-link .fd-con select{ width: 100%; height: 32px; border: 1px solid #dedede; text-align: center; font-size: 16px; color: #666666; }
.fd-link .fd-con select:nth-child(2n){ margin: 10px 0;}

.web-extra{ margin: 10px 0 30px; }
.web-extra li{ float: right; margin-left: 12px; vertical-align: top; width: 240px; text-align: center; height: 66px; background: #315197; border-radius: 2px; padding: 10px 15px; line-height: 46px; font-size: 20px; color: #ffffff; }
.web-extra li a{ color: #ffffff; }
.web-extra li.yzsfw{ width: 498px; float: left; margin-left: 0; }
.web-extra li.yzsfw p{ float: left; text-align: left; padding-right: 40px; background: url(../images/yzsfw.png) no-repeat top right; }
.web-extra li.yzsfw div{ float: right; }
.web-extra li.yzsfw div button{ width: 80px; height: 30px; background: rgba(255, 255, 255, 0.2); line-height: 30px; text-align: center; border: none; outline: none; font-size: 14px; margin: 0 5px; }

.concat-sec{ background: url(../images/concatbg.png) no-repeat top center; background-size: 100% 100%; }
.concat-sec{ padding: 25px 0; }
.concat-sec .tit{ font-weight: bold; color: #ffffff; font-size: 18px; line-height: 30px; margin-bottom: 10px; min-height: 30px; }
.concat-sec p{ font-size: 14px; color: #ffffff; line-height: 30px; }
.concat-sec .ewm-box{float: right; }
.concat-sec .ewm-box p{ width: 90px; float: left; }
.concat-mid{ text-align: center; }

.pc-footer{ background: #062059; padding: 15px 0; }
.pc-footer p{font-size: 16px; color: #ffffff; line-height: 30px; text-align: center;  }
@media screen and (min-width:1200px){
	.login-success{ padding:12px 0 0; }
}
@media screen and (max-width: 767px) {
	.pc-box .login-success{ max-width: 100% !important; }
	.login-success .btn-group .btn{ width: auto !important; }
	.login-success .dropdown-menu {
	    margin-left: -55px;
    }
    .pc-box{ padding-bottom: 0px; }
    .sch-id { text-align: center;}
    .pc-head{ padding: 10px 0 0; }
    .pc-head .head-nav{ width: 100%; position: relative; max-width: 100%; }
    .pc-head .head-nav li:hover::after{
	    display: none;
	}
    .pc-head .head-nav ul{ display: flex; }
    .pc-head .head-nav li{ height: auto; text-align: center; margin: 0; padding: 0 5px; flex-grow: 1; position: static; border: none; }
    .pc-head .head-nav .dropdown-backdrop{ display: none; }
    .pc-head .head-nav li span{ display: block; margin-right: 0; margin: auto; }
    .pc-head .head-nav li.open .nav-sub { display: flex; flex-wrap: wrap; }
    .pc-head .head-nav .nav-itm b{ width: 12pz; }
    .pc-head .head-nav .nav-sub{ width: 100%; left: 50%; display: flex; flex-wrap: wrap; }
    .pc-head .head-nav .nav-sub a{ flex-grow: 1; }
    .pc-head .head-nav .nav-sub dd{width:100%; display: block; line-height: 20px; padding: 0 5px;  }
    .pc-head .head-nav .nav-sub dd p{ width: 40px; height: 40px; line-height: 40px; display: inline-block;}
    .pc-head .head-nav .nav-sub dd img{ width: 25px; height: 25px; }
    .pc-head .head-nav .nav-subsec{ width: 100%; left: 0; transform: translateX(0);}
    
    .pc-head .login-btn{ margin: 10px 0; }
    .pc-nav .row{ position: relative; }
    .mb-index{height: 40px; overflow: hidden; position: relative; padding-left: 10px; }
    .mb-index a{ font-size: 18px; color: #ffffff; line-height: 40px; }
    .mb-index .nav-tog{  width: 46px; padding: 5px 10px; text-align: center; line-height: 14px; position: absolute; top: 0; right: 0px; }
    .mb-index .nav-tog span{ height: 8px; border-bottom: 2px solid #ffffff; display: block; width: 100%; }
    .swiper-slide img{height: auto; }
    .pc-nav .nav-list{ position: absolute; top: 0px; left: 0; width: 100%; display: none; background: #062059; z-index: 1000; border-top: 1px solid #6f6f6f; }
    .pc-nav .nav-list .index{ display: none; }
    .pc-nav .nav-list li{ width: 100%; height: 40px; line-height: 40px; }
    .pc-nav .nav-list li span{ margin-top: 11px !important; }
    .pc-nav .nav-sublist>li .nav-sublist{ right: 0; width: 60%; left: auto; }
    .pc-nav .search{margin: 5px 0;}
    .pc-main{ padding: 10px 0; }
    .focus-part{ padding-right: 0; }
    .news-part{ padding-left: 0; margin-top: 20px; }
    .news-part-sec{min-height: auto; }
    .zp-part{ padding-right: 0; }
    .zp-box{ margin-left: 0; }
    .com-left{padding: 15px 10px; }
    .com-rht{padding: 15px 10px; }
    .news-part{ margin-bottom: 0; }
    .kstd-sec .jyzd{ height: auto; }
    .web-extra{ padding: 0px 10px; margin: 0; }
    .web-extra li.yzsfw{ width: 100%; }
    .web-extra li.yzsfw div{ width: 100%; float: none; text-align: center; }
    .web-extra li{float: none; width: 100%; height: auto; margin-left: 0;}
    .fd-link{ padding: 10px 0;}
    .fd-link .fd-con{ width: 100%; }
    .fd-link .fd-con select{ width: 100%; }
    .fd-link .fd-con select:nth-child(2){ margin: 5px 0; }
    .web-link li{ width: 100%; margin: 5px 0; }
    .web-link li img{ height: auto; }
    
    .pc-footer{padding: 10px 0; }
    .concat-lft{ padding: 0 15px; }
    .concat-mid{ padding: 0 15px; text-align: left; }
    .concat-rht{ padding: 0 15px; }
    .concat-sec .ewm-box{ float: none; }
}

.big-data{padding: 20px; background: linear-gradient(to right, #1a3395, #43056e); border-radius: 6px; }
.big-data .title{font-size: 18px; color: #ffffff; text-align: center;}
.big-data .dropdown{ display: inline-block;}
.big-data .dropdown button{ border: none; outline: none; background: none; }
.big-data .dropdown .caret{ margin-top: -3px; margin-right: 5px; }
.big-data .tit-sub{ display: inline-block;}

.big-data .big-data-zzdw{ margin: 20px 0; }
.big-data .data-tb{ width: 100%; border: none; border-collapse: collapse; }
.big-data .data-tb thead .tit{line-height: 45px;  }
.big-data .data-tb td{ line-height: 25px; }
.big-data .data-tb .tit{ line-height: 25px; font-size: 14px; color: #f9e34f; text-align: center; }
.big-data .data-tb .val{ line-height: 25px; font-size: 14px; color: #ffffff; text-align: center; }

.big-data .fyjyxx-title{ font-size: 16px; color: #ffffff; background: rgba(255,255,255,0.2); line-height: 31px; text-align: center; border-radius: 5px;}
