* {
padding: 0;
margin: 0;
}
html {
font-size: 16px;
font-family: "Microsoft YaHei";
}
.w {
width: 1200px;
margin: 0 auto;
}
ul li {
list-style: none;
}
a {
text-decoration: none;
}
.left {
float: left;
}
.right {
float: right;
}
.clearfix::after {
display: block;
content: '';
clear: both;
visibility: hidden;
height: 0;
overflow: hidden;
}
.text-hide {
width: 200px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.icon {
display: inline-block;
vertical-align: middle;
}
.bg-big {
width: 18px;
height: 18px;
background: url(../imgs/css_sprites.png) -362px -143px;
}
.bg-blue_clock {
width: 17px;
height: 17px;
background: url(../imgs/css_sprites.png) -400px -143px;
vertical-align: inherit;
}
.bg-book {
width: 56px;
height: 48px;
background: url(../imgs/css_sprites.png) -10px -220px;
}
.bg-clock {
width: 12px;
height: 13px;
background: url(../imgs/css_sprites.png) -437px -143px;
}
.bg-ear {
width: 22px;
height: 18px;
background: url(../imgs/css_sprites.png) -320px -143px;
}
.bg-hot {
width: 105px;
height: 106px;
position: absolute;
background: url(../imgs/css_sprites.png) -195px -83px;
top: -11px;
left: -15px;
}
.bg-login {
width: 15px;
height: 18px;
background: url(../imgs/css_sprites.png) -158px -220px;
}
.bg-logo {
width: 385px;
height: 40px;
background: url(../imgs/css_sprites.png) 0px -10px;
background-size: 385px;
}
.bg-open {
width: 8px;
height: 13px;
background: url(../imgs/css_sprites.png) -469px -143px;
}
.bg-pen {
width: 52px;
height: 47px;
background: url(../imgs/css_sprites.png) -86px -220px;
}
.bg-phone {
width: 14px;
height: 18px;
background: url(../imgs/css_sprites.png) -193px -220px;
}
.bg-school {
width: 111px;
height: 48px;
background: url(../imgs/css_sprites.png) -320px -83px;
}
.bg-video {
width: 21px;
height: 21px;
background: url(../imgs/css_sprites.png) -451px -83px;
}
.bg-zjg {
width: 165px;
height: 48px;
background: url(../imgs/css_sprites.png) -10px -136px;
}
.top {
background: #5b657e;
height: 50px;
line-height: 50px;
display: none;
}
.top ul li {
float: left;
color: #dfe3e4;
margin-left: 60px;
}
.top ul li a {
color: #dfe3e4;
}
.top .icon {
vertical-align: -4px;
}
.navs {
box-shadow: 0 -4px 20px gray;
}
.nav {
height: 110px;
line-height: 95px;
box-sizing: border-box;
display: flex;
justify-content: space-between;
}
.nav ul li {
float: left;
margin-right: 15px;
}
.nav ul li.active a {
background: #2d71a2;
color: white;
}
.nav ul li:hover a {
background: #2d71a2;
color: white;
}
.logo {
/*margin-right: 90px;*/
}
.nav ul li a {
display: block;
height: 80px;
font-size: 17px;
color: black;
padding: 0 25px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.language {
color: white;
background: #ef8d44;
padding: 7px 25px;
font-size: 18px;
border-radius: 4px;
cursor: pointer;
}
.carousels{
overflow: hidden;
}
.carousel {
border-radius: 10px;
margin-top: 40px;
margin-bottom: 60px;
overflow: hidden;
box-shadow: 0px 0px 10px gray;
}
.carousel ul.left {
height: 497px;
display: flex;
flex-direction: column;
}
.carousel ul.left li {
flex: 1;
display: flex;
align-items: center;
background: #2d71a2;
}
.carousel ul.left li a {
display: block;
padding-left: 40px;
color: white;
line-height: 71px;
width: 220px;
box-sizing: border-box;
position: relative;
}
.carousel ul.left li a i {
position: absolute;
top: 50%;
right: 20px;
margin-top: -6.5px;
}
.swiper-slide img {
display: block;
width: 853px;
height: 352px;
}
ul.items {
padding: 18px 0;
overflow: hidden;
position: relative;
}
ul.items li {
float: left;
width: 25%;
text-align: center;
}
ul.items li a {
display: block;
font-size: 17px;
border-right: 1px solid #e5e5e5;
color: black;
line-height: 22px;
}
ul.items li:last-child a {
border-right: none;
}
ul.items li a p.item-desc {
font-size: 13px;
color: #808080;
margin-top: 4px;
line-height: 17px;
}
.news {
padding-bottom: 75px;
}
.news::after{
content: "";
clear: both;
display: block;
}
.news-box {
width: 473px;
margin-bottom: 20px;
}
.tab-title {
font-size: 26px;
margin-bottom: 30px;
}
.more {
color: #48a1c1;
border: 1px solid #48a1c1;
font-size: 13px;
padding: 4px 10px;
border-radius: 15px;
margin-top: 5px;
}
.news-box ul li {
overflow: hidden;
}
.news-box ul li+li{
margin-top: 20px;
}
.news-box ul li a{
color: #282828;
}
.news-box ul li p.news-title {
float: left;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
width: 80%;
}
.news-box ul li span.time {
float: right;
color: #A0A0A0;
font-size: 16px;
}
.notice-box {
width: 285px;
margin-top: 40px;
margin-bottom: 60px;
}
.notice-list li {
padding: 15px 0;
border-bottom: 1px dotted #AFAFAF;
height: 47px;
}
.notice-list li:first-child {
padding-top: 0;
}
.notice-list li:last-child {
border-bottom: none;
}
.notice-list .date {
padding: 6px;
background: #919191;
border-radius: 4px;
text-align: center;
color: white;
margin-right: 15px;
}
.notice-list .date.active {
background: #49A0C3;
}
.mon {
font-size: 17px;
border-bottom: 1px solid white;
}
.day {
font-size: 12px;
}
.notice-desc {
line-height: 26px;
color: black;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
height: 52px;
}
.zhuanlan{
width: 305px;
height: 591px;
background: url(../imgs/bg.png);
margin: -6px 50px 0 -6px;
box-sizing: border-box;
padding: 35px 28px 0 28px;
}
.zhuanlan-title{
font-size: 20px;
font-weight: bold;
color: #3A3A3A;
margin-bottom: 20px;
}
.zhuanlan-subtitle{
background : #2789BA;
width : 249px;
height : 31px;
border-radius : 16px;
line-height: 31px;
font-size: 17px;
font-weight: lighter;
color: #fff;
text-align: center;
margin-bottom: 10px;
}
.zhuanlan-subtitle:nth-of-type(3){
background: #44A9CC;
}
.zhuanlan-subtitle:nth-of-type(4){
background: #61B0E0;
}
.zhuanlan-subtitle:nth-of-type(5){
background: #81C1EF;
}
.zhuanlan-a{
font-size: 14px;
color: #1E1E1E;
margin-bottom: 10px;
display: inline-block;
}
.zhuanlan-a::before{
content: "";
display: inline-block;
width: 6px;
height: 6px;
background: rgba(90,101,125,.5);
border-radius: 50%;
vertical-align: 2px;
margin-right: 10px;
}
.zhuanlan-a.big{
margin-left: 80px;
}
.zhuanlan-title.kaodian{
margin-top: 20px;
}
.zhuanlan-a.kaodian{
margin-bottom: 0;
}
.hezuo{
width: 312px;
}
.hezuo a+a{
margin-top: 10px;
}
.hezuo a,.hezuo img{
display: block;
}
.country {
background: #f0f1f3;
overflow: hidden;
padding-top: 45px;
}
.country-title {
font-size: 32px;
text-align: center;
}
.country .subtitle {
text-align: center;
padding: 30px 0 40px;
}
.country .subtitle a {
padding: 0 30px;
border-right: 1px solid #bdbdbf;
color: #bdbdbf;
}
.country .subtitle a:last-child {
border: none;
}
.left-box {
width: 790px;
}
.left-box li {
float: left;
background: white;
border-radius: 5px;
overflow: hidden;
margin-right: 15px;
margin-bottom: 18px;
height: 195px;
}
.left-box li a {
color: black;
}
li.big-box img {
width: 511px;
}
.left-box li:not(.big-box) img {
display: block;
width: 248px;
}
.left-box li p.title {
padding: 13px 15px 10px;
}
.left-box li p.desc {
padding: 0 15px;
font-size: 13px;
color: #808080;
}
.right-box {
background: white;
border-radius: 5px;
height: 390px;
}
.right-box p {
padding: 16px 12px;
}
.right-box ul {
padding: 8px 20px;
background: white;
}
.right-box ul li {
border-bottom: 1px dotted #AFAFAF;
padding: 12px 0;
}
.right-box ul li a {
color: black;
}
.right-box ul li:last-child {
border: none;
}
.country-more {
margin: 40px 0;
text-align: center;
}
.country-more a {
color: white;
padding: 10px 35px;
border-radius: 20px;
background: #1e7ee5;
font-size: 18px;
}
.collect {
background: #5b657e;
text-align: center;
color: #fff;
}
.collect-box {
height: 150px;
position: relative;
width: 1124px;
box-sizing: border-box;
padding-top: 45px;
}
.collect-box .left {
position: absolute;
width: 350px;
height: 60px;
}
.collect-box .right {
position: absolute;
right: 0;
background: #3ea0cf;
line-height: 60px;
width: 268px;
text-align: center;
border-radius: 50px;
}
.collect-box .row1 {
position: absolute;
width: 100%;
}
.collect-box .row2 {
position: absolute;
width: 100%;
bottom: 0;
font-size: 12px;
}
.collect-box .l {
position: absolute;
font-size: 28px;
font-weight: bold;
}
.collect-box .r {
position: absolute;
right: 0;
font-size: 18px;
font-weight: bold;
top: 8px;
}
.collect img {
width: 1200px;
}
.footer {
padding-top: 40px;
}
.p-box {
margin-top: 30px;
line-height: 22px;
font-size: 13px;
color: #888888;
}
.code-box {
text-align: center;
margin-left: 10px;
margin-top: 14px;
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto auto;
column-gap: 48px;
}
.main-title {
height: 155px;
background: url(../imgs/banner3.jpg) no-repeat center center;
background-size: 100%;
text-align: center;
font-size: 32px;
color: white;
overflow: hidden;
zoom: 1;
}
.main-title #pagetitle {
margin-top: 50px;
letter-spacing: 20px;
}
.main-title .subtitle {
font-size: 16px;
margin-top: 4px;
letter-spacing: 4px;
}
.tab-box .tabs {
text-align: center;
height: 83px;
line-height: 83px;
font-size: 18px;
}
.tab-box .tabs .tab {
padding: 0 60px;
position: relative;
cursor: pointer;
color: black;
}
.tab-box .tabs .tab.active {
color: #32acd3;
}
.tab-box .tabs .tab.active::after {
display: block;
content: "";
position: absolute;
width: 32px;
height: 5px;
border-radius: 5px;
background: #32acd3;
left: 50%;
bottom: -10px;
margin-left: -16px;
box-shadow: rgba(0, 189, 247, 0.3) 0px 3px 3px;
}
.article-head {
height: 565px;
background: url("../imgs/article-bg.png");
position: relative;
}
.article-head img {
width: 370px;
height: 215px;
border-radius: 5px;
position: absolute;
top: 79px;
left: 149px;
}
.article-head .article-title {
font-size: 23px;
color: white;
text-align: center;
background: #F26620;
padding: 10px 30px;
border-radius: 4px;
z-index: 9999;
position: absolute;
left: 50%;
transform: translateX(-50%);
z-index: 9999;
top: 270px;
white-space: nowrap;
}
.tab-box, .article-box, .news-notice {
background: #f0f1f3;
}
.article-box, .news-notice {
padding-bottom: 56px;
}
.article-body {
width: 920px;
margin: 0 auto;
overflow: hidden;
margin-top: -215px;
position: relative;
}
.article-body p {
line-height: 28px;
}
.article-box .w {
border-radius: 5px;
}
.article-detail h1 {
padding: 50px 0 0;
text-align: center;
font-size: 24px;
width: 920px;
margin: 0 auto;
}
.InnerDate {
text-align: center;
font-size: 16px;
color: #c4c4c4;
margin-top: 26px;
}
.InnerContent {
width: 920px;
margin: 46px auto 0;
font-size: 16px;
color: #666;
line-height: 30px;
}
.InnerContent p {
/*line-height: 28px;*/
margin: 10px 0;
}
.news-notice .news-list {
padding: 15px 140px 45px;
background: white;
box-sizing: border-box;
border-radius: 5px;
}
.news-list a{
color: black;
}
.news-list .word-title {
font-size: 22px;
margin-bottom: 28px;
}
.news-list .word-desc {
display: inline-block;
color: #b1b1b1;
width: 675px;
vertical-align: top;
line-height: 24px;
margin-right: 40px;
}
.news-list .news-time {
color: #31acd5;
margin-top: 20px;
}
.news-list ul li a {
display: block;
padding: 55px 0 50px;
}
.news-list ul li {
border-bottom: 1px dotted #d2d2d2;
}
.pages {
text-align: center;
height: 70px;
line-height: 70px;
margin-top: 30px;
}
.pages a, .pages span {
margin: 0 20px;
cursor: pointer;
color: black;
}
.pages .page {
display: inline-block;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
}
.pages .page.active {
background: #8dbcf4;
color: white;
border-radius: 4px;
}
.disabled {
color: #bfbfbf;
}
.tab-detail {
display: none;
}
.school-box {
height: 240px;
margin-bottom: 35px;
}
.school-box img {
height: 100%;
width: 50%;
display: block;
float: left;
}
.school-box .school-desc {
height: 100%;
box-sizing: border-box;
float: left;
width: 50%;
background: #871f20;
padding: 30px;
position: relative;
}
.school-box .school-desc p {
color: white;
}
.school-desc .arrow {
border: 20px solid transparent;
position: absolute;
border-right-color: #871f20;
left: -40px;
top: 40px;
}
.NoDisplay, .undis {
display: none;
}
.Display, .dis {
display: block;
}
.NoDisplayZhanWei {
visibility: hidden;
}
.xmjs{
background: #2d71a2;
height: 55px;
}
.xmjs ul {
display: flex;
justify-content: space-around;
}
.xmjs li {
line-height: 55px;
font-size: 17px;
}
.xmjs li a{
color: #fff;
}
.uibe-link-box {
display: flex;
align-items: center;
}
.uibe-link {
background-color: #0994D8;
color: #fff;
line-height: 37px;
width: 232px;
box-sizing: border-box;
border-radius: 40px;
padding-left: 20px;
margin-left: 40px;
background-repeat: no-repeat;
background-image: url('../imgs/arrow.png');
background-position: 197px 10px;
}