input::-ms-clear,
input::-ms-reveal {
    display: none;
}
.pic {
    position: relative;
    overflow: hidden;
}
.pic img {
    width: 100%;
    height: 100%;
    display: block;
}
body {
    min-width: 1400px;
}
.header {
    width: 100%;
    height: 36px;
    background-image: linear-gradient(90deg,
            #007fcc 0%,
            #00a042 100%);
}
.header .introduce {
    font-size: 14px;
    color: #fff;
    line-height: 36px
}
.header .mailbox {}
.header .mailbox li {
    float: left;
}
.header .mailbox li a {
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    margin-right: 20px;
}
.header .mailbox li a:hover {
    color: #dce7f7;
}
.header .search {
    position: relative;
    border-radius: 12px;
    background: rgba(255, 255, 255, .75);
    height: 24px;
    line-height: 24px;
    margin-top: 6px;
    width: 187px;
}
.header .search-text {
    text-indent: 10px;
    width: 160px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
}
.header .search-text::placeholder {
    color: #fff;
}
.header .search-btn {
    position: absolute;
    background: url(../images/search.png) no-repeat;
    width: 14px;
    height: 14px;
    right: 10px;
    top: 4px;
    cursor: pointer;
}
.nav {
    height: 122px;
    background: #f6f9fe;
    position: relative;
}
.nav .logo {
    width: 378px;
    height: 70px;
    margin-top: 12px;
}
#nav {}
#nav ul {}
#nav ul li {
    float: left;
    font-size: 16px;
    width: 90px;
    text-align: center;
    margin-top: 50px;
}
#nav ul li a {
    color: #222;
}
#nav ul li:hover {
    color: #0d459a;
}
.navigation-down {
    position: absolute;
    top: 122px;
    left: 0px;
    width: 100%;
    z-index: 999;
}
.navigation-down .nav-down-menu {
    width: 100%;
    margin: 0;
    background: rgba(255, 255, 255, .9);
    position: absolute;
    top: 0px
}
.navigation-down .nav-down-menu .navigation-down-inner {
    margin: auto;
    width: 1200px;
    position: relative
}
.navigation-down .nav-down-menu dl {
    float: left;
}
.navigation-down .menu-1 dl {
    margin: 40px 0px
}
.navigation-down .menu-1 dl.zst {
    width: 300px;
    padding: 0 20px;
}
.navigation-down .menu-1 dl.nav_2 {
    width: 300px;
}
.navigation-down .menu-1 dl.nav_3 {
    width: 684px;
}
.navigation-down .menu-1 dl.nav_3 a {
    width: 50%;
}
.navigation-down .menu-1 dl.nav_4 {
    width: 500px;
}
.navigation-down .menu-1 dl.zhaiyao {
    width: 500px;
    border-left: 1px solid #bebebe;
    padding-left: 50px;
    color: #00294b;
    min-height: 140px;
    overflow: hidden;
    text-indent: 2em;
    line-height: 180%;
    font-size: 14px;
}
.navigation-down .menu-1 dt {
    font: normal 16px "microsoft yahei";
    color: #61789e;
    padding-bottom: 10px;
    border-bottom: 1px solid #61789e;
    margin-bottom: 10px
}
.navigation-down .menu-1 dd {
    float: left;
    width: 50%;
    white-space: nowrap;
}
.navigation-down .menu-1 .nav_3 dd,
.navigation-down .menu-1 .nav_4 dd {
    float: left;
    width: 33.3%;
}
.navigation-down .menu-1 dd a {
    color: #478ac1;
    font: normal 14px/30px "microsoft yahei";
    display: inline-block;
    float: left;
}
.navigation-down .menu-1 dd a:hover {
    color: #555555;
    font-weight: bold;
}
.navigation-down .menu-2 dd a,
.navigation-down .menu-3 dd a {
    color: #fff;
    font: normal 16px "microsoft yahei"
}
.nav-ewm {
    float: left;
    padding: 5px 50px;
    text-align: center;
    display: block;
}
.nav-ewm img {
    display: block;
}
.banner {
    position: relative;
    overflow: hidden;
}
.banner .arrow-left {
    background: #000 url(../images/arrows-left.png) no-repeat center;
    background-size: 40px;
    position: absolute;
    left: 100px;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    z-index: 11;
    color: #fff;
    text-align: center;
    font-size: 32px;
    opacity: .3;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    z-index: 11;
    transition: all .5s;
}
.banner .arrow-right {
    background: #000 url(../images/arrows-right.png) no-repeat center;
    background-size: 40px;
    position: absolute;
    right: 100px;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    z-index: 11;
    color: #fff;
    text-align: center;
    font-size: 32px;
    opacity: .3;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    z-index: 11;
    transition: all .5s;
}
.banner .arrow-left:hover {
    opacity: .6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
}
.banner .arrow-right:hover {
    opacity: .6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
}
.banner .swiper-container {}
.banner .item {
    overflow: hidden;
    position: relative;
}
.banner .item img {
    width: 100%;
}
.banner .item .text-mask {
    position: absolute;
    left: 0;
    bottom: 26px;
    background: #000;
    opacity: 0.37;
    filter: alpha(opacity=37);
    -moz-opacity: 0.37;
    -khtml-opacity: 0.37;
    height: 70px;
    width: 600px;
}
.banner .item p {
    position: absolute;
    left: 0;
    bottom: 46px;
    font-size: 26px;
    color: #fff;
    text-indent: 2em;
}
.banner .fenye {
    position: relative;
}
.banner .pagination {
    position: absolute;
    right: 0;
    text-align: center;
    bottom: 36px;
    width: 214px;
    z-index: 11;
}
.banner .swiper-pagination-switch {
    display: inline-block;
    width: 47px;
    height: 7px;
    background: #fff;
    margin: 0 3px;
    cursor: pointer;
    float: left;
}
.banner .swiper-active-switch {
    background: #0d459a;
}
.news {
    height: 550px;
    overflow: hidden;
}
.s3-title,
.news .news-title,
.notice .notice-title {
    height: 92px;
    line-height: 92px;
    background: url(../images/news.png) no-repeat;
    text-indent: 36px;
    background-position: left center;
    font-size: 24px;
}
.s3-title,
.notice .notice-title {
    background: url(../images/s3-tit.png) no-repeat;
    text-indent: 36px;
    background-position: left center;
}
.s3-title {
    clear: both;
}
.tit b:nth-child(1) {
    color: #007fcc;
}
.s3-title span,
.news .news-title span,
.notice .notice-title span {
    font-size: 24px;
    color: #DADADA;
}
.tit {
    position: relative;
}
.s3-title a,
.news .news-title a,
.notice .notice-title a {
    font-size: 14px;
    color: #8B929D;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.tit a:hover {
    color: #007fcc;
}
.news .news-banner {
    width: 610px;
    height: 414px;
}
.news .news-banner .item {
    position: relative;
    width: 610px;
    height: 414px;
}
.news .news-banner .item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.news .news-banner .item img {
    width: 610px;
    height: 414px;
}
.news .news-banner .item p {
    text-align: center;
    position: absolute;
    color: #fff;
    font-size: 18px;
    bottom: 48px;
    width: 100%;
    z-index: 11;
}
.news .news-banner .swiper-container {
    height: 414px;
    overflow: hidden;
}
.news .news-banner .fenye {
    position: relative;
}
.news .news-banner .pagination {
    position: absolute;
    right: 0;
    text-align: center;
    bottom: 24px;
    width: 100%;
    z-index: 11;
}
.news .news-banner .swiper-pagination-switch {
    display: inline-block;
    width: 24px;
    height: 4px;
    background: #fff;
    margin: 0 3px;
    cursor: pointer;
}
.news .news-banner .swiper-active-switch {
    background: #0d459a;
}
.news .news-list {
    width: 564px;
}
.news .news-list ul li {
height: 46px;
line-height: 46px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border-bottom: 1px dashed #ddd;
text-indent: 22px;
position: relative;
}
.news .news-list ul li::after {
    content: "";
    width: 4px;
    height: 4px;
    background: #0d459a;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
}
.news .news-list ul li a {
    font-size: 16px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
}
.news .news-list ul li:hover a {
    color: #e9a42d;
}
.news .news-list ul li:hover::after {
    background: #e9a42d;
}
.news .news-list ul li span {
    float: right;
    font-size: 16px;
    color: #999999;
    
}
.notice {
    overflow: hidden;
    margin-bottom: 10px;
}
.notice-list {
    position: relative;
    margin: 0 auto;
}
.notice-list .item {
    width: 380px;
    height: 176px;
    background-color: #f9f9fa;
    border: solid 1px #dddddd;
    padding: 22px 30px 20px 28px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    transition: all 0.5s;
}
.notice-list .item:hover {
    background-color: #f9f9fa;
    box-shadow: 0px 0px 37px 1px rgba(15, 111, 169, 0.25);
    border-radius: 10px;
    border: solid 1px #0082cc;
}
.notice-list .item:hover h4 {
    color: #007fcc;
}
.notice-list .item:hover p {
    color: #9fceea;
}
.notice-list .item:hover span {
    background-color: #007fcc;
}
.notice-list .item h4 {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 12px;
}
.notice-list .item p {
    font-size: 14px;
    margin-bottom: 12px;
    color: #999999;
    line-height: 22px;
    height: 66px;
}
.notice-list .item span {
    background-color: #ffc259;
    border-radius: 3px;
    width: 56px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    text-align: center;
}
.notice-list .arrow-left {
    background: url(../images/notice-btn-left.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    font-size: 32px;
    z-index: 11;
    transition: all .5s;
}
.notice-list .arrow-right {
    background: url(../images/notice-btn-right.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    font-size: 32px;
    z-index: 11;
    transition: all .5s;
}
.s3-lt ul li a .pic {
    height: 184px;
}
.s3-lt ul {
    margin-left: -14px;
    margin-right: -14px;
}
.s3-lt ul li a {
    display: block;
    margin: 0 14px;
}
.s3-lt ul li a:hover p {
    color: #007fcc;
}
.s3-tx {
    padding: 18px 14px;
}
.s3-tx p {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.s3-lt ul li a .pic img {
    width: 100%;
    height: 100%;
    display: block;
}
#notice-list .swiper-container {
    height: 176px;
    width: 100%;
}
.s3 {
    background: url(../images/s3-bg.jpg) no-repeat center bottom;
    background-size: cover;
    padding-bottom: 40px;
}
.faculty-elegance {
    padding-bottom: 62px;
    background: url(../images/notice-bg.png) no-repeat center bottom #f3fafe;
    overflow: hidden;
}
.faculty-title {
    margin: 42px 0 50px;
    text-align: center;
}
.faculty-title ul {
    overflow: hidden;
    text-align: center;
    font-size: 0;
}
.faculty-title ul li {
    height: 36px;
    line-height: 36px;
    display: inline-block;
    font-size: 24px;
    padding: 20px;
    padding-left: 50px;
    cursor: pointer;
    opacity: .5;
    border-bottom: 3px solid #1a8cd1;
}
.faculty-title ul .faculty-title-list1 {
    background: url(../images/s3-i1.png) no-repeat left center;
}
.faculty-title ul .faculty-title-list2 {
    background: url(../images/s3-i2.png) no-repeat 15px center;
}
.faculty-title ul .faculty-title-list3 {
    background: url(../images/s3-i3.png) no-repeat 10px center;
}
.faculty-title ul li a {
    color: #1a8cd1;
    font-weight: 600;
}
.faculty-title ul li.active {
    opacity: 1;
}
.faculty-content .item {
    display: none;
    overflow: hidden;
    height: 280px;
}
.faculty-content .item ul li {
    width: 380px;
    height: 76px;
    float: left;
    margin-right: 30px;
    margin-bottom: 64px;
}
.faculty-content .item ul li:nth-of-type(3n) {
    margin-right: 0;
}
.faculty-content .item ul li .data {
    float: left;
    width: 76px;
    height: 76px;
}
.faculty-content .item ul li .data h4 {
    height: 46px;
    line-height: 46px;
    border: solid 1px #dddddd;
    text-align: center;
    color: #1a8cd1;
    font-size: 24px;
}
.faculty-content .item ul li .data span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #1a8cd1;
    font-size: 14px;
    text-align: center;
    width: 76px;
}
.faculty-content .item ul li .item-content {
    width: 288px;
    margin-left: 14px;
    height: 76px;
    float: left;
}
.faculty-content .item ul li .item-content h4 {
    font-size: 16px;
    color: #222;
    line-height: 20px;
    margin-bottom: 18px;
}
.faculty-content .item ul li .item-content p {
    color: #999999;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.faculty-content .item ul li:hover .item-content h4 {
    color: #e9a42d;
}
.faculty-content .item ul li:hover .data h4 {
    color: #FFFFFF;
    background-color: #e9a42d;
    border-color: #e9a42d;
}
.faculty-content .item ul li:hover .data span {
    color: #FFFFFF;
    background-color: #e9a42d;
}
.faculty-content .more {
    text-align: center;
    position: relative;
    line-height: 19px;
}
.faculty-content .more a {
    font-size: 14px;
    color: #8B929D;
}
.faculty-content .more span {
    width: 15px;
    height: 2px;
    line-height: 19px;
    display: inline-block;
    background-color: #0d459a;
    margin: 0 9px 3px;
}
.faculty-content .more a:hover {
    color: #0d459a;
}
.special {
    background: url(../images/s4-bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 50px 0;
    box-sizing: border-box;
    overflow: hidden;
}
.special .thematic-section {
    height: 570px;
}
.special .top .item {
    float: left;
    height: 358px;
}
.special .top .thematic-banner {
    width: 528px;
    height: 358px;
    position: relative;
}
#iframe1,
#iframe2 {
    position: absolute;
    visibility: inherit;
    top: 0px;
    left: 0px;
    width: 528px;
    height: 122px;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
}
#iframe1 {
    height: 36px !important;
}
.special .top .thematic-banner-list img {
    width: 528px;
    height: 358px;
}
.special .top .thematic-banner-list {
    position: relative;
}
.special .top .thematic-banner-list .mask {
    position: absolute;
    width: 528px;
    height: 358px;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
}
.special .top .thematic-banner-list p {
    color: #FFFFFF;
    font-size: 24px;
    position: absolute;
    left: 40px;
    bottom: 28px;
    z-index: 10;
    cursor: pointer;
}
.special .top .swiper-container {
    height: 358px;
}
.special .top .fenye {
    position: relative;
}
.special .top .pagination {
    position: absolute;
    right: 38px;
    text-align: center;
    bottom: 24px;
    width: 100px;
    z-index: 11;
}
.special .top .swiper-pagination-switch {
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #fff;
    margin: 0 7px;
    float: left;
    border-radius: 50%;
    cursor: pointer;
}
.special .top .swiper-active-switch {
    background: #0d459a;
}
.special .top .jg {
    width: 336px;
    height: 358px;
}
.special .top .jg li {
    width: 336px;
    height: 179px;
}
.special .top .jg li a {
    display: inline-block;
    width: 336px;
    height: 179px;
}
.special .top .jg img {
    width: 336px;
    height: 179px;
}
.special .top .study {
    width: 336px;
    height: 358px;
}
.special .top .study .learning-garden {
    position: relative;
}
.special .top .study li {
    height: 179px;
    width: 336px;
}
.special .top .study .mask {
    background-color: rgba(238, 173, 62, .9);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    position: absolute;
    z-index: 2;
    width: 336px;
    height: 179px;
}
.special .top .study .content {
    position: absolute;
    z-index: 3;
    box-sizing: border-box;
    padding: 27px 0 0 13px;
    color: #fff;
}
.special .top .study .content h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    cursor: pointer;
}
.special .top .study .content ul li {
    width: 50%;
    float: left;
    height: 31px;
    line-height: 31px;
    text-indent: 0px;
}
.special .top .study .content ul li::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #fff;
    margin: 0 6px 2px 0;
}
.special .top .study .content ul li a {
    color: #fff;
    font-size: 15px;
}
.special .top .study .content ul li a:hover {
    opacity: 0.7;
}
.special .bottom .fast-navigation h4 b:first-child {
    color: #007fcc;
}
.special .bottom>div {
    height: 210px;
    float: left;
}
.special .bottom .fast-navigation {
    width: 270px;
    height: 210px;
    background: url(../images/s4-tbg1.jpg) no-repeat;
    background-size: cover;
}
.special .bottom .fast-navigation {
    color: #fff;
    padding: 32px 0 0 29px;
    box-sizing: border-box;
}
.special .bottom .fast-navigation h4 {
    color: #333333;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 40px;
    cursor: pointer;
}
.special .bottom .fast-navigation li {
    float: left;
    line-height: 40px;
    text-indent: 4px;
    margin-right: 20px;
}
.special .bottom .fast-navigation li::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #007fcc;
    margin: 0 10px 2px 0;
}
.special .bottom .fast-navigation li a {
    color: #333;
    font-size: 16px;
}
.special .bottom .digital-campus-bannerList li a:hover p,
.special .bottom .content li a:hover,
.special .bottom .fast-navigation li a:hover {
    color: #007fcc;
}
.special .bottom .digital-campus {
    width: 594px;
    height: 210px;
    background: url(../images/s4-tbg2.jpg) no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 28px 36px 0;
    position: relative;
}
.special .bottom .digital-campus h4 {
    color: #333;
    font-size: 24px;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 28px;
}
.special .bottom .digital-campus h4 b:first-child {
    color: #27ac5d;
}
.special .bottom .digital-campus-bannerList ul {
    overflow: hidden;
}
.special .bottom .digital-campus-bannerList li {
    width: 25%;
    float: left;
    font-size: 16px;
    text-align: center;
}
.special .bottom .digital-campus-bannerList li p {
    color: #333;
    margin-top: 16px;
}
.special .bottom .swiper-container {
    height: 122px;
}
.special .bottom .fenye {
    position: relative;
}
.special .bottom .pagination {
    position: absolute;
    text-align: center;
    bottom: 12px;
    width: 100%;
    z-index: 11;
}
.special .bottom .swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #fff;
    margin: 0 8px;
    border-radius: 50%;
    cursor: pointer;
}
.special .bottom .swiper-active-switch {
    background: #27AC5D;
}
.special .bottom .content {
    width: 336px;
    height: 210px;
    background: url(../images/s4-tbg3.jpg) no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 20px 0 0 20px;
}
.special .bottom .content h4 {
    color: #333;
    font-size: 24px;
    font-weight: 400;
   
    cursor: pointer;
}
.special .bottom .content h4 b:first-child {
    color: #0174ba;
}
.special .bottom .content ul {
    overflow: hidden;
}
.special .bottom .content li {
    width: 50%;
    float: left;
    line-height: 32px;
    text-indent: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
}
.special .bottom .content li::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #333333;
    margin: 0 10px 2px 0;
}
.special .bottom .content li a {
    color: #333;
    font-size: 16px;
}
.special .friendship-links {
    margin-top: 20px;
}
.special .friendship-links h4 {
    font-size: 20px;
    color: #056dac;
    font-weight: 600;
    float: left;
    line-height: 36px;
    height: 36px;
    font-weight: 400;
}
.special .friendship-links ul {
    float: left;
}
.special .friendship-links ul li {
    color: #333;
    line-height: 36px;
    height: 36px;
    float: left;
}
.special .friendship-links ul li a {
    font-size: 16px;
    color: #333;
}
.special .friendship-links ul li a:hover {
    color: #007fcc;
}
.special .friendship-links ul li span {
    margin: 0 14px;
}
.footer {
    background: url(../images/f-bg.jpg) no-repeat;
    background-size: cover;
    height: 186px;
    overflow: hidden;
    font-size: 14px;
}
.footer .item {
    float: left;
}
.footer .left {
    padding-top: 26px;
}
.footer .left .footer-logo {
    margin-bottom: 20px;
}
.footer .left p a,
.footer .left p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}
.footer .center {
    padding-top: 40px;
}
.footer .center p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}
.footer .right {
    padding-top: 36px;
    float: right;
}
.footer .right li {
    float: left;
    margin-left: 18px;
}
.footer .right li.sydw {
    margin-left: 0;
    padding-top: 14px;
}
.footer .right li.erwm img {
    border: 2px solid #fff;
}
.footer .right li.dyewm img {
    border-color: transparent;
}
.footer .right li.erwm img {
    width: 84px;
    height: 84px;
    margin-bottom: 12px;
}
.footer .right li.erwm p {
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.main .bannerz {
    margin-bottom: 36px;
    height: 310px;
    overflow: hidden;
}
.main .bannerz img {
    height: 310px;
    width: 100%;
}
.main .inner {
    overflow: hidden;
    min-height: 400px;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.main .inner .left {
    width: 260px;
}
.main .inner .right {
    width: 894px;
}
.main .inner .column-one {
    background: url(../images/column-one_03.png) no-repeat;
    width: 260px;
    height: 124px;
    text-align: center;
    color: #fff;
}
.main .inner .column-one img {
    width: 34px;
    height: 29px;
    margin: 18px 0 12px;
}
.main .inner .column-one h4 {
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
}
.main .inner .column-one p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
    margin-top: 6px;
}
.main .inner .side-nav {}
.main .inner .side-nav li {
    width: 260px;
    line-height: 64px;
    background: #F2F2F2 url(../images/triangle.png) no-repeat 226px center;
    text-indent: 30px;
    font-size: 18px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}
.main .inner .side-nav>ul>li>a {
    background: #F2F2F2 url(../images/triangle.png) no-repeat 226px center;
    line-height: 64px;
    width: 260px;
    display: block;
}
.main .inner .side-nav>ul>li>a:hover {
    background: #0D459A url(../images/triangle-active.png) no-repeat 226px center;
    color: #fff;
}
.main .inner .side-nav li a {
    color: #000000;
}
.main .inner .side-nav>ul>li:hover,
.main .inner .side-nav>ul>li.active {
    background: #0D459A url(../images/triangle-active.png) no-repeat 226px 28px;
}
.main .inner .side-nav ul li ul.secound li {
    background: #e2e3e4 url(../images/triangle.png) no-repeat 226px center;
    text-overflow: ellipsis;
    padding-right: 40px;
    padding-left: 30px;
    box-sizing: border-box;
    font-size: 16px;
    text-indent: 0;
    line-height: 40px;
}
.main .inner .side-nav ul li ul.secound a {
    color: #222;
}
.main .inner .side-nav ul li ul.secound li:hover {
    background: #0D459A url(../images/triangle-active.png) no-repeat 226px center;
}
.main .inner .side-nav ul li ul.secound li:hover a {
    color: #fff;
}
.main .inner .current-location {
    height: 50px;
    margin-bottom: 20px;
}
.main .inner .location {
    color: #666666;
    font-size: 14px;
    padding-top: 20px;
    float: left;
}
.main .inner .location a {
    color: #666666;
}
.main .inner .column {
    float: right;
    width: 644px;
    height: 36px;
}
.main .inner .column p.position-marking {
    width: 455px;
    height: 34px;
    border-bottom: 1px solid #DDDDDD;
    float: left;
}
.main .inner .column h4 {
    float: left;
    height: 36px;
    font-size: 26px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 36px;
    width: 134px;
    text-align: center;
    width: 0;
    overflow: hidden;
}
.main .inner .column span {
    float: right;
    width: 54px;
    height: 34px;
    border-bottom: 1px solid rgba(13, 69, 154, 1);
    display: inline-block;
    width: 0;
}
.main .inner .jianj {
    padding-bottom: 50px;
    min-height: 400px;
}
.main .inner .jianj p {
    line-height: 34px;
    text-indent: 2em;
}
.lg2 {
    height: auto;
    width: 100%;
    margin: 0 auto;
}
.lg2 li {
    text-align: right;
    line-height: 42px;
    height: 42px;
    font-size: 16px;
    color: #999999;
    border-bottom: 1px dashed #ccc;
}
.lg2 li a {
    float: left;
    text-align: left;
    color: #222;
}
.lg2 li .gengduo {
    float: right;
}
.lg2 li .gengduo a {
    color: #999;
}
.lg2 li a:hover {
    color: #0d459a;
}
.cont {
    width: 100%;
    min-height: 500px;
}
.conth3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    padding: 20px 0px;
}
.contshi {
    line-height: 40px;
    text-align: center;
    color: #666;
    font-size: 14px;
    border-bottom: 1px dashed #ccc;
}
.contnj {
    width: 100%;
    line-height: 35px;
    padding-top: 20px;
    overflow: hidden;
}
.contnj p {
    text-indent: 2em;
    line-height: 35px;
    padding-bottom: 15px;
    font-size: 15px !important;
}
.contnj p span {
    font-size: 15px !important;
}
.conyyhh {
    width: 100%;
    height: auto;
    padding: 20px 0px;
}
.conyyhh p {
    line-height: 40px;
    font-size: 14px;
}
.lind {
    width: 100%;
    height: auto;
}
.lind li {
    width: 230px;
    height: 210px;
    float: left;
    padding: 20px 30px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
}
.lind li img {
    width: 230px;
    height: 180px;
}
.lind li img:hover {
    transition: all 1s;
    transform: scale(1.1);
}
.lind li p {
    color: #222;
}
.zell {
    width: 100%;
    height: 240px;
    padding-top: 40px;
}
.zelltt {
    background: url(../images/xrd_07.jpg) left center no-repeat;
    font-size: 14px;
    text-indent: 10px;
    height: 40px;
    line-height: 40px;
}
.zelltt span {
    color: #999999;
    font-size: 14px;
}
.lin201 {
    width: 100%;
    height: 221px;
}
.lin470 {
    width: 100%;
    float: left;
    background: #fafafa;
    height: 200px;
    font-size: 14px;
    margin-top: 10px;
    line-height: 40px;
}
.linimg {
    width: 155px;
    height: 184px;
    float: right;
    margin: 10px;
}
.WordSection1 {
    float: left;
    margin: 20px 0 0 20px;
    width: 660px;
}
.s4-ban ul li a {
    display: block;
    position: relative;
}
.s4-ban ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.s4-ban ul li a p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #ffffff;
    font-size: 24px;
    z-index: 2;
    padding: 28px 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 80%;
}
.s4-ban .slick-dots li {
    width: 20px;
    height: 20px;
    background: url(../images/s4-dots.png) no-repeat center center;
    background-size: 10px;
}
.s4-ban .slick-dots li.slick-active {
    background: url(../images/s4-dotsa.png) no-repeat center center;
    background-size: 100%;
}
.s4-ban .slick-dots {
    width: auto;
    text-align: right;
    padding-right: 30px;
    padding-bottom: 28px;
    left: 0;
    right: 0;
}
.s4-ban {
    width: 100%;
    display: block;
}







@media screen and (max-width: 768px) {}