* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}


/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: 16px/30px 'Microsoft YaHei', arial, sans-serif;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #8f0c0c;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    min-width: 1400px;
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:1400px) {
    .container {
        min-width: 1300px;
        width: 1300px;
    }
}

@media (max-width:1300px) {
    .container {
        min-width: 1200px;
        width: 1200px;
    }
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 1400px;
    width: 100%;
    height: 120px;
    background-color: rgba(0, 0, 0, .2);
    z-index: 999;
}

.header .logo {
    height: 120px;
}

.header .logo img {
    height: 70px;
}

.nav li {
    margin-right: 25px;
}

.nav li:last-child {
    margin-right: 0;
}

.nav li>a {
    line-height: 120px;
    color: #FFF;
    font-size: 22px;
}

.nav li>a:hover {
    text-decoration: underline;
}

@media (max-width:1400px) {
    .nav li>a {
        font-size: 20px;
    }
}

@media (max-width:1366px) {
    .nav li>a {
        font-size: 18px;
    }
}

.banner {
    overflow: hidden;
    z-index: 1;
    height: 845px;
    width: 100%;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .swiper-pagination {
    bottom: 125px;
}

.banner .swiper-pagination-bullet {
    width: 12px;
    height: 36px;
    background: url(../images/icon1.png)no-repeat center;
    opacity: 1;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.banner .swiper-pagination-bullet-active {
    background-image: url(../images/icon2.png);
    width: 44px;
}

@font-face {
    font-family: 'SourceHanSerifCN-Bold';
    src: url('../fonts/SourceHanSerifCN-Bold.otf');
}

@font-face {
    font-family: 'Athelas-Regular';
    src: url('../fonts/Athelas-Regular.ttf');
}

@font-face {
    font-family: 'Telugu';
    src: url('../fonts/Telugu.ttc');
}

.notice {
    width: 100%;
    height: 111px;
    background: url(../images/tbg.png)no-repeat center;
    margin-top: -111px;
    z-index: 9;
}

.notice .container {
    align-items: flex-end;
}

.notice .content {
    width: 855px;
    height: 110px;
    padding-top: 20px;
    overflow: hidden;
}

.notice .title-con {
    width: 380px;
    margin-bottom: 10px;
}

.notice .title-con .title {
    color: #FFF;
    font-family: 'SourceHanSerifCN-Bold';
    font-size: 30px;
}

.notice .title-con .title span {
    font-size: 16px;
    padding-left: 5px;
    font-family: 'Athelas-Regular';
}

.notice .title-con a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #FFF;
}

.notice .title-con a:hover {
    text-decoration: underline;
}

.notice .tit {
    font-size: 22px;
    line-height: 2;
}

.notice .date {
    color: #8f0c0c;
    font-family: 'SourceHanSerifCN-Bold';
}

.home-bg {
    overflow: hidden;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 80px;
    background: url(../images/bg1.jpg)no-repeat center bottom;
    background-size: cover;
}

.footer {
    width: 100%;
    background: url(../images/f-bg.png)no-repeat center top;
    padding-top: 115px;
    color: #FFF;
    margin-top: -20px;
}

.footer a {
    color: #FFF;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .link {
    border-bottom: 1px rgba(255, 255, 255, .3) solid;
    padding-bottom: 30px;
}

.footer .link .tit {
    font-size: 30px;
    font-family: 'SourceHanSerifCN-Bold';
}

.footer .link a {
    font-size: 20px;
}

.footer .link span {
    margin: 0 15px;
}

.footer .copyright {
    width: 100%;
    background-color: rgba(0, 0, 0, .2);
    padding: 30px 0;
    line-height: 2;
}

.footer .info {
    height: 180px;
}

.footer .erwma-con .item {
    margin-left: 20px;
    cursor: pointer;
}

.footer .erwma-con span {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: rgba(255, 255, 255, .2);
    background-position: center;
    background-repeat: no-repeat;
}

.footer .erwma-con .wx span {
    background-image: url(../images/wx.png);
}

.footer .erwma-con .wb span {
    background-image: url(../images/wb.png);
}

.footer .erwma-con .erwma {
    position: absolute;
    left: -30px;
    width: 120px;
    height: 120px;
    overflow: hidden;
    top: 60px;
    display: none;
    padding: 5px;
    background-color: #FFF;
}

.footer .erwma-con .erwma img {
    width: 100%;
}

.footer .erwma-con .item:hover .erwma {
    display: block;
}

.tool .item {
    margin-right: 25px;
    background-position: left top;
    background-repeat: no-repeat;
    color: #FFF;
    padding-top: 70px;
    height: 280px;
}

.tool .item1 {
    background-image: url(../images/tbg1.png);
}

.tool .item2 {
    background-image: url(../images/tbg2.png);
}

.tool .item3{
    margin-right: 0;
    background-image: url(../images/tbg3.png);
}

.tool .item .tit {
    font-size: 30px;
    font-family: 'SourceHanSerifCN-Bold';
    line-height: 1.8;
    margin-top: 10px;
}

.tool .item:hover .tit {
    text-decoration: underline;
}

.about {
    width: 100%;
    overflow: hidden;
    background: url(../images/bg2.png)no-repeat center top;
    height: 640px;
    margin-top: 120px;
}

.about .pic {
    width: 750px;
    z-index: 2;
    margin-left: 70px;
}

.about .pic::after {
    content: '';
    position: absolute;
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 255px;
    height: 310px;
    background-color: #8f0c0c;
    z-index: -1;
}

.about .title {
    margin-top: 100px;
}

.about .title span,
.news .title span {
    font-family: 'Athelas-Regular';
    color: #666;
}

.about .title .cn,
.news .title .cn {
    font-size: 36px;
    color: #000;
    font-family: 'SourceHanSerifCN-Bold';
}

.about .text {
    font-size: 18px;
    margin-top: 30px;
}

.about .more,
.news .more {
    width: 145px;
    height: 49px;
    color: #FFF;
    background: url(../images/more.png)no-repeat center;
    margin-top: 50px;
    padding-top: 8px;
    padding-left: 10px;
}

.about .more:hover {
    text-decoration: underline;
}

.news {
    margin-top: 60px;
}

.news .more {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.news .focus {
    width: 750px;
    height: 480px;
    overflow: hidden;
    margin-right: 20px;
}
.news .focus .swiper-container {
height: 100%;
}


.news .focus .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.news .focus .text {
    position: absolute;
    left: 15px;
    bottom: 15px;
    right: 150px;
    color: #FFF;
    z-index: 3;
    font-size: 20px;
}

.news .focus .swiper-pagination {
    text-align: right;
    padding-right: 10px;
}

.news .focus .swiper-pagination-bullet {
    background-color: #FFF;
    opacity: .5;
    width: 10px;
    height: 10px;
}

.news .focus .swiper-pagination-bullet-active {
    opacity: 1;
}

.news .content {
    margin-top: 40px;
}

.news .text-content {
    min-width: 0;
}

.news .text-content li {
    padding: 28px 40px;
    background-color: #FFF;
    border-top: 2px #8f0c0c solid;
    margin-bottom: 20px;
}

.news .text-content li:last-child {
    margin-bottom: 0;
}

.news .text-content .date {
    width: 81px;
    height: 82px;
    overflow: hidden;
    background: url(../images/date.png)no-repeat center;
    font-family: 'Telugu';
    margin-right: 25px;
}

.news .text-content .date .day {
    font-size: 44px;
    color: #8f0c0c;
    font-weight: bold;
    line-height: 1.2;
}

.news .text-content .date .year {
    color: #FFF;
}

.news .text-content .tit {
    font-size: 18px;
    height: 60px;
}

.news .text-content .des {
    font-size: 14px;
    opacity: .6;
}

.pub-banner {
    overflow: hidden;
    height: 418px;
    z-index: 9;
}

.pub-banner .title {
    color: #FFF;
    font-size: 60px;
    font-family: 'SourceHanSerifCN-Bold';
    position: absolute;
    left: 0;
    top: 220px;
    width: 100%;
}

.pub-banner .container {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.pub-bg {
    width: 100%;
    background:#fcf8f7 url(../images/bg3.jpg)no-repeat center top;
    background-size: 100%;
    margin-top: -110px;
    padding-top: 110px;
    display: inline-block;
}

.crumb {
    position: absolute;
    right: 0;
    top: 0;
    color: #FFF;
    background: url(../images/home.png)no-repeat left center;
    padding-left: 25px;
    top: -35px;
    z-index: 10;
}

.crumb a {
    color: #FFF;
}

.result {
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    border-top: 10px #8f0c0c solid;
    padding: 40px;
    min-height: 550px;
    margin-top: 60px;
}

.result table th {
    background-color: #f9f2ed;
    color: #74261d;
    font-size: 20px;
    padding: 15px 0;
}

.result table td {
    background-color: #f4f4f3;
    font-size: 20px;
    padding: 20px 10px;
}

.online-query {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding-bottom: 150px;
}

.online-query .title {
    font-size: 22px;
    line-height: 60px;
}

.online-query .title span {
    padding: 0 35px;
    border-top: 2px #74261d solid;
    background-color: #ffeada;
    cursor: pointer;
}

.online-query .title .on {
    background-color: #74261d;
    color: #FFF;
}
.online-query .title .on a {
   
    color: #FFF;
}
.online-query .content {
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    padding: 60px 190px;
}

.online-query .group {
    border: 1px #74261d solid;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    margin-bottom: 30px;
    padding: 0 20px;
}

.online-query .group input[type='text'] {
    padding-left: 20px;
    font-size: 20px;
}

.online-query input[type='submit'] {
    width: 130px;
    height: 50px;
    background-color: #74261d;
    color: #FFF;
    margin-right: 20px;
    font-size: 20px;
}

.online-query input[type='reset'] {
    width: 130px;
    height: 50px;
    background-color: #2d4c7b;
    color: #FFF;
    font-size: 20px;
}