html, body {
    height: 100%
}

body {
    min-width: 1000px;
    background: #fafafa;
    font-family: "Microsoft YaHei Regular";
}

/*导航和logo开始*/
.header {
    height: 115px;
    background: #fff;
}

.logo {
    width: 1200px;
    height: 115px;
    margin: 0 auto;
    background: url(../img/logo.png) left center no-repeat;
}

.logo a {
    display: block;
    width: 75px;
    height: 27px;
    float: right;
    margin-top: 55px;
    background: url(../img/dl.png) center no-repeat;
}

.nav {
    width: 1200px;
    height: 50px;
    margin: 10px auto 0;
    font-size: 14px;
    background: #1a8ddd;
    position: relative;
    z-index: 99;
}

.nav ul {
    width: 1000px;
    margin: 0 auto;
    line-height: 45px;
    padding-top: 5px;
}

.nav ul li {
    display: block;
    float: left;
    margin-left: 25px;
}

.nav ul li:first-child {
    margin-left: 0;
}

.nav ul li a {
    outline: none;
    color: #fff;
    display: block;
    font-size: 15px;
}

.nav ul li:hover span {
    background-position-y: -40px
}

/*导航和logo结束*/
/*内容开始*/
.content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    box-shadow: 0 0 10px #ddd;
}

/*图片轮播开始*/
.slider {
    width: 1200px;
    margin: 0 auto;
    padding-top: 245px;
    height: 100px;
    background: url(../img/banner.jpg) center no-repeat;
    position: relative;
    z-index: 99;
}

.slider a {
    display: block;
    width: 124px;
    height: 45px;
    margin: 0 auto;
    background: url(../img/ty.png) center no-repeat;
}

/*图片轮播结束*/
/*第一部分*/
.conTitle {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #b4b4b4;
    margin-bottom: 15px;
}

.conTitle p {
    float: left;
    line-height: 34px;
    font-size: 18px;
    border-bottom: 2px solid #006060;
}

.conTitle a {
    float: right;
    color: #666;
    line-height: 35px;
}

.more {
    float: right;
    margin-top: 10px;
    font-size: 12px;
    font-family: 'Arial';
    margin-right: 20px;
}

.content .contentA {
    width: 1000px;
    height: 320px;
    padding-top: 30px;
    margin: 0 auto 40px;
}

.slideTxtBox {
    width: 1000px;
    height: 320px;
    margin: 0 auto;
}

.slideTxtBox .hd {
    height: 40px;
    background: #0d77d5;
    position: relative;
    padding: 3px 4px;
}

.slideTxtBox .hd a {
    float: right;
    color: #fff;
    font-size: 12px;
    margin-top: 13px;
    margin-right: 5px;
}

.slideTxtBox .hd ul li {
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    padding: 0 23px;
    font-size: 17px;
    text-align: center;
    cursor: pointer;
    margin-right: 5px;
    display: inline-block;
    color: #fff;
}

.slideTxtBox .hd ul li.on {
    color: #343434;
    background: #fff;
}

.slideTxtBox .bd ul {
    zoom:1; }

.centerAbout {
    width: 795px;
    height: 290px;
}

.centerContent {
    width: 385px;
}

.centerContent img {
    display: block;
}

.centerContent h2 {
    color: #666;
    font-size: 16px;
    padding: 0 15px;
    line-height: 35px;
    margin-top: 10px;
}

.centerContent p {
    color: #999;
    padding: 0 15px;
    line-height: 25px !important;
    font-size: 14px ;
    height: 115px;
}

.centerContent .detail {
    height: 60px;
    background: #1a8ddd;
}

.centerContent .detail a {
    display: block;
    float: left;
    width: 97px;
    height: 26px;
    background: url(../img/detail.png);
    font: 12px 'simsun';
    color: #fff;
    line-height: 26px;
    text-indent: 10px;
    margin-top: 17px;
    margin-left: 15px;
}

.slideTxtBox .bd {
    padding-top: 25px;
}

.slideTxtBox .bd li:hover .detail {
    background: #ee161c;
}

.slideBox {
    width: 515px;
    height: 245px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 8px #ccc;
    border-radius: 2px;
}

.slideBox .inside-hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 15px;
    z-index: 1;
}

.slideBox .inside-hd ul {
    overflow: hidden;
    zoom: 1; float: left;
}

.slideBox .inside-hd ul li {
    float: left;
    margin-right: 10px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    cursor: pointer;
    text-indent: 999;
}

.slideBox .inside-hd ul li.on {
    background: #0079cb;
}

.slideBox .inside-bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .inside-bd li {
    zoom: 1; vertical-align: middle;
}

.slideBox .inside-bd img {
    width: 515px;
    height: 245px;
    display: block;
}

.article-list {
    width: 465px;
}

.article-list li {
    padding: 13px 0;
    border-bottom: 2px dashed #e0e0e0;
}

.article-list li:first-child {
    padding-top: 0;
}

.article-list li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.article-list li h2 {
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
}

.article-list li p {
    color: #666;
    font-size: 12px;
}

.article-list li p span {
    font-size: 14px;
    color: #333;
    float: right;
}

.login {
    width: 1000px;
    height: 400px;
    margin: auto;
}

.loginAct {
    width: 235px;
    height: 155px;
    margin-top: 185px;
    padding: 15px 20px;
    float: right;
    background: url(../img/login.png) no-repeat;
}

.loginAct p {
    font-size: 18px;
    color: #333;
    position: relative;
}

.case {
    height: 30px;
    margin-top: 15px;
}

.case label {
    display: block;
    width: 35px;
    margin-top: 7px;
    font-size: 14px ;
    color: #333
}

.case input {
    display: block;
    width: 235px;
    padding-left: 20px;
    height: 32px;
    border: 0px;
    font-size: 14px;
    outline: none;
    line-height: 32px;
    border-radius: 16px;
    background: url(../img/input.png) no-repeat;
}

.btn {
    display: block;
    float: left;
    width: 85px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border: 0px;
    background: #ee161c;
    color: #fff;
    text-align: center;
    border-radius: 15px;
}

.case a {
    display: block;
    float: right;
    width: 83px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    border: 0px;
    color: #333;
    border-radius: 15px;
    text-align: center;
    border: 1px solid #1a8ddd
}

.slideContentBox .hd {
    margin: 20px 0;
}

.slideContentBox .hd ul li {
    width: 68px;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    color: #333;
    border: 1px solid #0d77d5;
    float: left;
    margin-right: 13px;
    cursor: default;
    text-align: center;
}

.slideContentBox .hd ul li.on {
    color: #fff;
    background: #0d77d5;
}

.main-cell {
    padding-bottom: 10px;
}

.main-cell ul li {
    position: relative;
    margin-right: 20px;
    float: left;
    width: 320px;
    height: 245px;
    font-size: 12px;
}

.slideContentBox .main-cell ul li::after {
    content: "";
    display: block;
    width: 140px;
    height: 24px;
    background: url(../img/notices.png);
    position: absolute;
    top: 10px;
    left: 5px;
}

.main-cell ul li:last-child {
    margin-right: 0;
}

.main-cell ul li a {
    color: #999;
}

.main-cell ul li img {
    width: 320px;
    height: 185px;
    display: block;
}

.main-cell ul li h2 {
    /* font-weight: normal; */
    font-size: 13px;
    color: #444;
    line-height: 30px;
    padding-left: 5px;
}

.main-cell ul li p {
    color: #333;
    line-height: 32px;
    /* border-bottom: 1px solid #e3e3e3; */
}

.main-cell ul li h2 span {
    font-size: 12px;
}

.contentC {
    width: 1000px;
    margin: 0 auto;
    height: 400px;
}

.title {
    height: 40px;
    background: #0d77d5;
    position: relative;
    padding: 3px 4px;
}

.title h2 {
    color: #343434;
    background: #fff;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    padding: 0 23px;
    font-size: 17px;
    text-align: center;
    cursor: pointer;
    margin-right: 5px;
    display: inline-block;
    font-weight: normal;
}

.title a {
    float: right;
    color: #fff;
    font-size: 12px;
    margin-top: 13px;
    margin-right: 5px;
}

.title-cell {
    width: 100%;
    position: relative;
    text-align: center;
}

.title-cell a {
    display: inline-block;
    width: 17px;
    height: 18px;
    margin: 0 5px;
    background-image: url(../img/arrow.jpg);
}

.title-cell a.next {
    background-position: top right;
}

.title-cell a.prev {
    background-position: top left;
}

.title-cell a:hover {
    background-position-y: bottom;
}

.picScroll-left {
    width: 770px;
    height: 300px;
    margin: 40px auto 0;
}

.contentB {
    width: 1000px;
    margin: 0 auto;
    padding: 15px 0 30px;
    height: 350px;
}

/*内容结束*/
/*footer部分开始*/
.footer {
    position: relative;
    z-index: 99;
    width: 1200px;
    min-width: 1000px;
    font-family: "宋体";
    height: 115px;
    margin: 0 auto;
    font-size: 12px;
    background: #1d93e1;
    padding: 15px 0;
}

.footer .footer_case {
    width: 1000px;
    margin: 0 auto;
}

.footer .zi_case {
    width: 50%;
}

.footer .zi_case h2 {
    line-height: 40px;
    font-weight: normal;
    color: #fff;
}

.footer .zi_case .links {
    margin: 5px 0 10px
}

.footer .zi_case .links a {
    display: inline-block;
    min-width: 90px;
    height: 30px;
    margin-right: 20px;
    border: 2px solid #8ec8f0;
    background: #fff;
    text-align: center;
    line-height: 30px;
    float: left;
    color: #666;
    padding: 0 20px;
}

.footer .zi_case p {
    color: #fff;
    line-height: 30px;
}

.footer .zi_case p span {
    display: block;
    width: 110px;
}

/*footer部分结束*/
/*二三级页面*/
.content3, .content2 {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 100px;
    background: #fff;
    box-shadow: 0 0 10px #ddd;
}

.aside {
    width: 224px;
}

.aside h2 {
    height: 43px;
    text-align: center;
    line-height: 43px;
    color: #fff;
    font-size: 15px;
    background: url(../img/bg-lefttop.png) top center no-repeat;
}

.aside ul li {
    margin-top: 10px;
}

.aside ul li a {
    display: block;
    height: 44px;
    line-height: 44px;
    color: #666666;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    background: url(../img/bg-btn1.png) top center no-repeat;
}

.aside ul li a:hover {
    color: #fff;
    background: url(../img/bg-btn2.png) top center no-repeat;
}

.aside .level2 > li > .arrow {
    background: #f1f1f1 url(../img/arrow.png) no-repeat scroll 96% -5px;
    border-bottom: 1px solid #666;
}

.aside .level2 li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.aside .level3 {
    display: none;
}

.aside .level3 > li > a {
    padding-left: 10px;
    background: #f1f1f1;
}

.aside .level3 > li > .arrow {
    background: #f1f1f1 url(../img/arrow.png) no-repeat scroll 96% -5px;
}

.aside .level4 {
    display: none;
}

.aside .level4 > li > a {
    padding-left: 10px;
    background: #E36776;
}

.aside .level4 > li > .arrow {
    background: #f1f1f1 url(../img/arrow.png) no-repeat scroll 96% -5px;
}

.aside .level2 > li > .arrow:hover,.level3 > li > .arrow:hover,.level4 > li > .arrow:hover,.level2 > li > .current,.level3 > li > .current,.level4 > li > .current {
    background-color: #1d85ce;
    background-position: 96% -53px !important;
}

.contentLi {
    width: 760px;
    margin-left: 10px;
}

.breadcrumb {
    background: url(../img/icon-home.png) 10px center no-repeat;
}

.breadcrumb ul {
    margin-left: 40px;
}

.breadcrumb ul li a, .breadcrumb ul li {
    color: #666;
    font-size: 12px;
    line-height: 20px;
}

.breadcrumb ul li a:hover {
    text-decoration: none;
    color: #ffb31f;
}

.articleLi {
    margin-top: 30px;
    min-height: 450px;
}

.articleLi ul {
    margin: 10px;
    min-height: 400px;
}

.articleLi ul li {
    border-bottom: 1px dashed #666;
}

.articleLi ul li a {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #666;
}

.articleLi ul li a h3 {
    font-size: 12px;
}

.articleLi ul li a:hover {
    color: #ffb31f;
}

.page {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #666666;
}

.page a {
    border: 1px solid #ccc;
    color: #727272;
    padding: 2px 4px;
    background: #f1f1f1;
    cursor: pointer;
}

.page a:hover {
    color: #2888e8;
    text-decoration: none;
}

/*ä¸‰çº§é¡µé¢*/
.contentArt {
    width: 760px;
    margin-left: 10px;
}

.articlePage {
    margin-top: 30px;
    min-height: 450px;
}

.articlePage h2 {
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: 1px solid #e2e2e2;
    line-height: 35px;
    font-size: 18px;
    color: #666;
    text-align: center;
    padding-bottom: 10px;
}

.articlePage > p img {
    display: block;
    margin: 10px auto;
}

.articlePage > p {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    text-indent: 2em;
    font-size: 14px;
    color: #666;
    font-family: "å®‹ä½“";
    line-height: 25px;
}

.articlePage table {
    margin: 0 auto;
}

.articlePage table td {
    text-align: center;
    font-size: 13px;
    color: #666;
    text-indent: 0em;
}

.picArticleLi ul{
    margin-bottom: 45px;
}

.picArticleLi li {
    width: 235px;
    height: 110px;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    box-shadow: 0 0 8px #e0e0e0;
    transition:all .2s;
    position: relative;
}
.picArticleLi li:hover{
    box-shadow: 0 0 8px #63c9f7;
}
.picArticleLi li:nth-child(4n+1){
    margin-left: 0;
}
.picArticleLi img {
    width: 100%;
    height: 110px;
    object-fit: cover;
}

.picArticleLi h1 {
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    padding: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 18px;
    width: 205px;
    text-shadow: 1px 1px 2px #2b80ff;
}

.no-page {
    height: 360px;
    background: url(../img/noSearch.png) center no-repeat;
}