@font-face {
    /* font-properties */
    font-family: fdbsjw;
    src: url('fdbsjw.ttf');
}

html {
    background: #f8f8f8;
    height: 100%;
}

body,
div,
ul,
form,
p,
li {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li{
list-style:none;
}

html,
div,
a,
p,
h4,
h5,
span {
    font-family: fdbsjw, MicrosoftYaHei;
}

a,
a:active,
a:link,
a:hover {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
}

body {
    background: #f7f7f7;
}

.rotate:before {
    display: inline-block;
    transform: rotate(180deg);
}

@media screen and (min-width:360px) {

    html,
    body {
        font-size: 8.5px;
    }
}

@media screen and (min-width:420px) {

    html,
    body {
        font-size: 10px;
    }
}

@media screen and (min-width:500px) {

    html,
    body {
        font-size: 11.5px;
    }
}

@media screen and (min-width:560px) {

    html,
    body {
        font-size: 12.5px;
    }
}

@media screen and (min-width:640px) {

    html,
    body {
        font-size: 14.22px;
    }
}

@media screen and (min-width: 720px) {

    html,
    body {
        font-size: 16px;
    }
}

.fl{
float:left;
}
.fr{
float:right;
}
.clearfix::after{
content: '';
  display: block;
  clear: both;
}

.mr5{
margin-right:5px;
}

header {
    /* background: #f5f9ec;*/
    position: relative;
    background-color: #044079;
}

.header {
    height: 185px;
    width: 1150px;
    margin: 0 auto;
    position: relative;

}

.header-search .btn {
    width: 50px;
    height: 40px;
    background-color: #359eee;
    border-radius: 0;
    background-image: url("../images/search.png");
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.nav {
    background: #952016;
    width: 1150px;
    margin: 0 auto;
    position: relative;
    margin-top: -25px;
    background-image: linear-gradient(0deg,
            #1483d8 0%,
            #4eb2ff 100%),
        linear-gradient(#1483d8,
            #1483d8);
    border-radius: 5px;
    z-index: 99;
}

.nav .wp_nav>.nav-item {
    float: left;
    width: calc(100% / 7);
    position: relative;
}

.nav .wp_nav>.nav-item>a {
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.nav .wp_nav>.nav-item>a>span {
    padding: 0;
    line-height: 50px;
}

.nav .wp_nav>.nav-item>.sub-nav {
    width: 100%;
    background: #4184dd;
    position: absolute;
    top: 50px;
    box-shadow: 0px 0px 8px 1px rgba(50, 50, 50, 0.14);
    opacity: 0;
    z-index: 9999;
}

.nav .wp_nav>.nav-item>.sub-nav>.nav-item {
    position: relative;
}

.nav .wp_nav>.nav-item>.sub-nav>.nav-item a {
    display: block;
    height: 0px;
    overflow: hidden;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    transition: height 0.3s;
}

.wp_nav>.nav-item:hover>a {
    color: #fff;
    background: #4184dd;
    font-weight: bolder;
}

.wp_nav>.nav-item:hover>.sub-nav {
    opacity: 1;
}

.wp_nav>.nav-item:hover>.sub-nav>.nav-item>a {
    height: 40px;
}

.wp_nav>.nav-item>.sub-nav>.nav-item:hover>a {
    color: #4184dd;
    background: #fff7e6;
    overflow: hidden;
}

.carousel .item img {
    width: 100%;
    height: auto;
}

.banner {
    margin-top: -50px;
}

.icon-shanchu {
    display: none;
}

.logo {
    width: 430px;
    top: 50px;
    position: absolute;
    left: 0;
}

.header i.icon-caidan {
    display: none;
}

img {
    width: 100%;
    height: auto;
}

footer {
    background-color: #044079;
}

.footer {
    width: 1150px;
    height: 8.69rem;
    margin: 0 auto;
    position: relative;
}

.aboutus {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.aboutus h5 {
    font-size: 0.75rem;
    color: #fff;
    line-height: 1.33rem;
    text-align: center;

}

.main {
    width: 1150px;
    margin: 0 auto;
}

.main-bill {
    margin-top: 1rem;
}

.main-bill img {
    width: 100%;
    height: auto;
}

.triangle_border_right {
    width: 0;
    height: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-style: solid;
    border-color: transparent transparent transparent #c2291b;
    /*透明 透明 透明 灰*/
    position: absolute;
    right: -0.48rem;
    top: 1.1rem;
}

.mnt-text {
    position: relative;
    text-align: left;
}

.mnt-text {
    background: #c2291b;
    width: 9rem;
    text-align: center;
    line-height: 3.2rem;
    color: #fff;
    font-size: 1.2rem;
}

.main-nav {
    margin-top: 0.8rem;
    background: #fcf4e7;
}

.mn-list {
    padding-left: 2.5rem;
    font-size: 1.1rem;
    color: #333;
    font-weight: 600;
    width: calc((100% - 10rem)/3);
    background: #fcf4e7;
}

.mn-list a {
    display: block;
    line-height: 3.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.mn-list a i.icon-quanzi {
    color: #f7a444;
    font-size: 1.1rem;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: initial;
    z-index: 15;
    width: auto;
    /* width: 60%; */
    padding-left: 0;
    /* margin-left: -30%; */
    text-align: center;
    list-style: none;
    right: 4%;
}

.carousel-indicators .active {
    width: 2.37rem;
    height: 0.38rem;
    background-color: #ffffff;
    border-radius: 3px;
    opacity: 1;
}

.carousel-indicators li {
    width: 1.2rem;
    height: 0.38rem;
    background-color: #ffffff;
    border-radius: 3px;
    opacity: 0.6;
    margin: 0;
}

.carousel-caption {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    left: 0;
    bottom: 0;
    font-size: 1.1rem;
    padding: 0;
    padding-left: 1rem;
    color: #ffffff;
    text-align: left;
    background: rgba(0, 0, 0, 0.6);
}

.carousel-caption p {
    width: 1150px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.listtitle {
    position: relative;
    height: 3.8rem;
    font-size: 1.13rem;
    line-height: 3.3rem;
    letter-spacing: 0rem;
    font-weight: 600;
    color: #000000;
    padding-top: 0.5rem;
}

.listtitle:before {
    content: '';
    position: absolute;
    height: 1px;
    background: #ddd;
    width: calc(100% - 2.8rem);
    left: 0.8rem;
    bottom: 0;
    z-index: 9;
}

.myicon {
    display: block;
    width: 1.88rem;
    height: 1.88rem;
    margin-top: 0.7rem;
}

.ltt {
    padding: 0 0.8rem;
}

a:link.more {
    position: absolute;
    right: 2rem;
    font-size: 0.88rem;
    line-height: 3.89rem;
    color: #999999;
    font-weight: 400;
}
.more i.iconfont,
a:link.more i {
    font-size: 0.9rem;
    color: #999999;
}

.part-list {
    padding: 1.2rem 2rem 3.5rem;
}

.part-list ul li {
    position: relative;
    padding-left: 20px;
    line-height: 1.9rem;
}

.part-list ul li:before {
    content: '';
    position: absolute;
    width: 0.25rem;
    height: 0.25rem;
    background-color: #999999;
    border-radius: 50%;
    left: 0;
    top: 1.1rem;
}

.part-list ul li a {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.88rem;
    font-weight: 400;
    color: #222;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.part-list ul li span.pl-time {
    position: absolute;
    right: 0rem;
    font-size: 0.88rem;
    color: #222;
}

.part-list table{
table-layout:fixed;
}

.work-left {
    width: 35.44rem;
    height: 21.38rem;
    margin-top: 1.6rem;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.work-right {
    width: 35.44rem;
    height: 21.38rem;
    margin-top: 1.6rem;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.study {
    background: #fff;
    margin-top: 1.6rem;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.s-list {
    padding: 2rem 4rem;
}

.s-list li {
    float: left;
    margin-left: 2.88rem;
}

.s-list ul li:first-child {
    margin-left: 0;
}

.s-list li a {
    display: block;
    width: 10.44rem;
    height: 12.38rem;
}

.list {
    width: 1150px;
    margin: 0 auto;
    margin-top: -10px;
}

.list-title {
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    color: #c2291a;
    font-size: 1.2rem;
    font-weight: 600;
}

.list-title>span {
    display: block;
    line-height: 3.5rem;
    border-bottom: 1px solid #c2291a;
}

.list-title .ltt {
    background: none;
    padding-left: 0;
    padding-right: 0;
}

.dingwei {
    position: absolute;
    right: 0;
    line-height: 3.5rem;
    font-size: 1rem;
    color: #999;
    font-weight: 400;
}

.list .part-list ul li:before {
    background: #eaeaea;
}

.pagenation ul {
    margin-left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
    overflow: hidden;
    border: solid 0.5px #dddddd;
}

.pagenation ul li {
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    float: left;
    cursor: pointer;
    font-size: 0.88rem;
    color: #3ea5f4;
    background: #fff;

    border-right: solid 0.5px #dddddd;
}

.pagenation ul li:first-child {
    margin-left: 0rem;
}

.pagenation ul li.page-active {
    background-color: #eeeeee;
    color: #2e6595;
}

.pagenation ul li:hover {
    background-color: #3ea5f4;
    color: #fff;
}

.content {
    width: 1150px;
    margin: 0 auto;
    background: #fff;
    margin-bottom: 2.5rem;
}

.content-info h1 {
    font-size: 18px;
    line-height: 21.2px;
    color: #000000;
    font-weight: 600;
}

.content-info h2,
.content-info h3 {
    font-size: 14px;
    color: #999999;
    margin-top: 15px;
}

.content-info h3 span {
    margin-left: 60px;
}

.content-info h3 span a {
    color: #3ea5f4;
    margin-right: 90px;
}


.ci-ct {
    font-size: 1.25rem;
    color: #333333;
    text-align: center;
}

.author {
    font-size: 0.9rem;
    color: #999999;
    margin: 2.5rem 0;
    text-align: center;
}

.content-info>p {
    text-indent: 2rem;
    line-height: 1.87rem;
    color: #666;
    font-size: 0.9rem;
    margin-top: 2rem;
}

.m-h-img {
    display: none;
}

.content-img {
    width: 997px;
    margin: 0 auto;
    margin-top: 30px;
}

.backbutton {
    position: relative;
    margin: 1.8rem;
    height: 2.8rem;
}

.backbutton a {
    width: 7.9rem;
    height: 2.8rem;
    line-height: 2.8rem;
    background-color: #f39700;
    border-radius: 5px;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    position: absolute;
    right: 0;
}

.tn-peple>div:before {
    content: '';
    position: absolute;
    width: 1.88rem;
    height: 1.88rem;
    border-radius: 50%;
    background-image: url("../images/guohui.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    left: -2rem;
    top: -0.2rem;
}

.netselect select {
    width: 179px;
    height: 26px;
}

.netselect .form-group {
    margin-bottom: 0;
}

.netselect ul li {
    margin-left: 10px;
}

.l-num ul li {
    float: left;
    margin-right: 30px;
    font-size: 14px;
    color: #ffffff;
}

.l-num ul li:first-child {
    padding-left: 1rem;
}

.content-info {
    padding: 25px 54px;
}

.content-intro {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.content-prve,
.content-next {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.87rem;
    color: #333333;
    display: block;
}

.bx-wrapper {
    max-width: 1240px;
    float: left;
    width: calc(100% - 144px);
    padding-left: 10px;
}

.searchlist {
    margin: 2.5rem auto;
    padding: 0 2rem;
}

.searchlist>ul>li {
    width: 15rem;
    height: 2.5rem;
    line-height: 2.5rem;
    background: #fff;
    float: left;
    margin-left: 2.6rem;
    position: relative;
}

.searchlist>ul>li:first-child {
    margin-left: 0;
}

.searchlist>ul>li>div:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

.searchlist>ul>li>div {
    border-radius: 0.31rem;
    overflow: hidden;
    border: solid 0.06rem #dddddd;
}

.searchlist>ul>li>div>p {
    font-size: 0.88rem;
    color: #222222;
    text-align: center;
    float: left;
    width: 86.66%;
    height: 100%;
}

.searchlist>ul>li>div>span {
    display: block;
    float: left;
    width: 13.2%;
    height: 100%;
    background-color: #359eee;
    text-align: center;
}

.searchlist>ul>li>div>span i {
    color: #fff;
}

.se-search {
    width: 100%;
    height: 10rem;
    background-color: #ffffff;
    border-radius: 0.31rem;
    border: solid 0.06rem #dddddd;
    overflow-y: scroll;
    margin-top: 0.3rem;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 99;
}

.se-search li {
    padding-left: 2.3rem;
    height: 2.25rem;
    line-height: 2.25rem;
    font-size: 0.88rem;
    color: #000000;
    cursor: pointer;
}

.se-search li:hover {
    background-color: #ededed;
}

::-webkit-scrollbar {
    width: 4px;
    background: #fff;
}

::-webkit-scrollbar-thumb {
    width: 4px;
    background: #999;
}

.searchlist .listtitle {
    display: none;
}

.copy {
    display: none;
}

.list-nav {
    width: 300px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
}

.list-content {
    width: 826px;
}

.list-nav .listtitle:before {
    display: none;
}

.list-nav ul {
    /* padding: 10px 15px 25px 15px; */
}

.list-nav ul li a {
    display: block;
    height: 36px;

    line-height: 36px;
    padding-left: 47px;
    font-size: 16px;
    color: #666;
}

.list-nav ul li {
    margin: 5px 0;
}

.list-nav ul li a:hover {
    background-color: #3ea5f4;
    color: #fff;
}

.list-nav ul li a.active {
    background-color: #3ea5f4;
    color: #fff;
}

.list .list-title,
.content .list-title {
    height: 50px;
    background-color: #ededed;
    border: solid 1px #dddddd;
    padding-left: 33px;
    line-height: 50px;
    font-size: 14px;
    color: #222222;
    font-weight: 400;
}

.content .list-title {
    padding-left: 53px;
}

.list-c-info {
    background: #fff;
}

.list-c-info .part-list ul li:nth-child(5n+1) {
    margin-top: 20px;
}

.list-c-info .part-list ul li:nth-child(5n+1):before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ededed;
    top: -25%
}

.list-c-info .part-list ul li:first-child {
    margin-top: 0;
}

.list-c-info .part-list ul li:first-child:before {
    display: none;
}

.pagenation {
    margin: 33px 0;
    display: none;
}

.phonepage {
    display: none;
}