/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/
:root {
    --top-height: 1.2rem;
    --bottom-height: 1.6rem;

    --btn-primary:#0077FF;
    --btn-success:#67c23a;
    --btn-info:#909399;
    --btn-warning:#e6a23c;
    --btn-danger:#f56c6c;

    --padding:1rem;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    text-decoration: none;
}

html,
body {
    width: 100%;
    height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    /*
      Override the default (display: inline) for
      browsers that do not recognize HTML5 tags.

      IE8 (and lower) requires a shiv:
      http://ejohn.org/blog/html5-shiv
    */
    display: block;
}

b,
strong {
    /*
      Makes browsers agree.
      IE + Opera = font-weight: bold.
      Gecko + WebKit = font-weight: bolder.
    */
    font-weight: bold;
}

img {
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    /*
      For IE.
      http://css-tricks.com/ie-fix-bicubic-scaling-for-images
    */
    -ms-interpolation-mode: bicubic;
}

ol,
ul {
    list-style: none;
}

li {
    /*
      For IE6 + IE7:

      "display: list-item" keeps bullets from
      disappearing if hasLayout is triggered.
    */
    display: list-item;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td,
caption {
    font-weight: normal;
    vertical-align: middle;
    /*text-align: left;*/
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;

}

sub,
sup,
small {
    font-size: 75%;
}

sub,
sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

svg {
    /*
      For IE9. Without, occasionally draws shapes
      outside the boundaries of <svg> rectangle.
    */
    overflow: hidden;
}
/* add */
body {font-size:0.14rem;font-family:'microsoft yahei';}
body,html{height:100%;}
img{border:0}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
select,input{vertical-align:middle}

.main-row {
    display: flex;
    flex-wrap: wrap;
}
.main-col-padding{
    padding: 0 0.05rem;
}


.main-col-1 {
    flex: 0 0 auto;
    width: 4.16667%
}

.main-col-2 {
    flex: 0 0 auto;
    width: 8.33333%
}


.main-col-3 {
    flex: 0 0 auto;
    width: 12.5%
}


.main-col-4 {
    flex: 0 0 auto;
    width: 16.66667%
}


.main-col-5 {
    flex: 0 0 auto;
    width: 20.83333%
}


.main-col-6 {
    flex: 0 0 auto;
    width: 25%
}

.main-col-7 {
    flex: 0 0 auto;
    width: 29.16667%
}


.main-col-8 {
    flex: 0 0 auto;
    width: 33.33333%
}

.main-col-9 {
    flex: 0 0 auto;
    width: 37.5%
}


.main-col-10 {
    flex: 0 0 auto;
    width: 41.66667%
}


.main-col-11 {
    flex: 0 0 auto;
    width: 45.83333%
}


.main-col-12 {
    flex: 0 0 auto;
    width: 50%
}

.main-col-13 {
    flex: 0 0 auto;
    width: 54.16667%
}


.main-col-14 {
    flex: 0 0 auto;
    width: 58.33333%;
}

.main-col-15 {
    flex: 0 0 auto;
    width: 62.5%
}

.main-col-16 {
    flex: 0 0 auto;
    width: 66.66667%
}
.main-col-17 {
    flex: 0 0 auto;
    width: 70.83333%
}
.main-col-18 {
    flex: 0 0 auto;
    width: 75%
}

.main-col-19 {
    flex: 0 0 auto;
    width: 79.16667%
}
.main-col-20 {
    flex: 0 0 auto;
    width: 83.33333%
}


.main-col-21 {
    flex: 0 0 auto;
    width: 87.5%
}
.main-col-22 {
    flex: 0 0 auto;
    width: 91.66667%
}

.main-col-23 {
    flex: 0 0 auto;
    width: 95.83333%
}
.main-col-24 {
    flex: 0 0 auto;
    width: 100%
}
.main-input{
    height: 0.4rem;
    background: #ffffff;
    border-radius: 0.1rem;
    padding: 0.05rem 0.2rem;
    margin: 0.24rem 0;
}
.main-input input{
    width: 100%;
    height: 100%;
    border: 0;
    background: none;
    outline: none;
    font-size: 0.2rem;
}
.main-button{
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 0.01rem solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 0.12rem 0.2rem;
    font-size: 0.2rem;
    border-radius: 0.1rem;
    height: 0.2rem;
    line-height: 0.2rem;
}
.btn-primary{
    color: #fff;
    background-color: var(--btn-primary);
    border-color: var(--btn-primary);
}
.btn-success{
    color: #fff;
    background-color: var(--btn-success);
    border-color: var(--btn-success);
}
.btn-info{
    color: #fff;
    background-color: var(--btn-info);
    border-color: var(--btn-info);
}
.btn-warning{
    color: #fff;
    background-color: var(--btn-warning);
    border-color: var(--btn-warning);
}
.btn-danger{
    color: #fff;
    background-color: var(--btn-danger);
    border-color: var(--btn-danger);
}
/* --------------------------------底部 */
/* --------- */
.body-bottom {
    width: 100%;
    height: var(--bottom-height);
}

.bottom-line {
    height: 6%;
    background: rgb(65, 154, 255);
}

.bottom-box {
    background: url(../images/bottom-new.png)no-repeat;
    background-size: 100% 100%;
    height: 94%;
}

.bottom-main {
    width: 80%;
    height: 1rem;
    margin: 0 auto;
    padding-top: 0.2rem;
    display: flex;
}

.bottom-main-left {
    flex: 6;
}

.bottom-main-list {
    margin-left: 0.9rem;
}

.bottom-main-list>.bottom-main-title1 {
    margin-top: 0.06rem;
}

.bottom-main-list>.bottom-main-title2 {
    margin-top: 0.06rem;
}

.bottom-main-list>.bottom-main-title3 {
    margin-top: 0.12rem;
    font-size: 0.17rem;
}

.bottom-main-list .bottom-main-title-h1 {
    font-size: 0.2rem;
    font-weight: 600;
    margin-right: 0.05rem;
}

.bottom-main-list .bottom-main-title-h2 {
    color: #666666;
    font-size: 0.17rem;
}

.bottom-main-left img {
    float: left;
    width: 0.9rem;
    height: 1rem;
    margin-top: 0.05rem;
    margin-right: 0.1rem;
}

.bottom-main-right {
    flex: 4;
}

.bottom-main-right .bottom-main-right-list {
    margin-top: 0.1rem;
    padding-left: 15%;
}

.bottom-main-right .bottom-main-right-list img {
    width: 0.9rem;
    height: 1rem;
    float: left;
    margin-right: 0.3rem;
}
/* ----------------------top---------------------- */

.body-top {
    width: 100%;
    height: 13%;
}
.body-top-list{
    width: 100%;
}
.body-top-list li{
    margin-top: 0.3rem;
    float: left;
    width: 25%;
    text-align: center;
    font-size: 0.22rem;
    color: #ffffff;
    cursor: pointer;
}
#topUl .top-action{
    color: #FFF151;
    position: relative;
}
#topUl .top-action:before{
    position: absolute;
    top: 0.4rem;
    left: 50%;
    margin-left: -0.15rem;
    content:'';
    height:0.04rem;
    width:0.3rem;
    border-radius: 0.04rem;
    background:#FFF151;
}
.search {
    width: 80%;
    padding: 0 10%;
}

.search .search-box {
    height: 0.6rem;
    width: 100%;
    border-radius: 0.6rem;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.6);
    border: 0.01rem solid rgba(0, 119, 255, 0.55);
    box-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, 0.05);
    position: relative;
}

.search .search-box .search-ipt {
    width: 85%;
    padding: 0 10% 0 4%;
    height: 0.6rem;
    border: 0;
    background: none;
    outline: none;
    font-size: 0.18rem;
}

.search .search-box .search-icon {
    width: 10%;
    height: 0.5rem;
    border-radius: 0.5rem;
    background: url(../images/search.png) no-repeat center var(--btn-primary);
    background-size: 22%;
    position: absolute;
    right: 0.05rem;
    top: 0.04rem;
    cursor: pointer;
}
.search .search-list{
    padding: 0.15rem 0.25rem;
    color: #ffffff;
    font-size: 0.2rem;
}
.search .search-list a{
    cursor: pointer;
}
.body-bg{
    position: absolute;
    width: 100%;
    height: 7rem;
    background: linear-gradient(180.00deg, rgb(0, 119, 255),rgba(0, 119, 255, 0) 100%);
    z-index: -1;
}

.carousel{
    height: 4rem;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.carousel > .carousel-box{
    width: 100%;
    height: 4rem;
}
.carousel .carousel-num{
    position: absolute;
    bottom: 0.4rem;
    margin-left: 11rem;
}
.carousel-num-style{
    width: 0.22rem ;
    height: 0.12rem;
    border-radius: 0.2rem;
    float: left;
    margin-left: 0.06rem;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}
.carousel-style-check{
    background: #ffffff !important;
}
.carousel img{
    width: 100%;
    height: 4rem;
}

.boxStyle1-box{
    margin: 0.15rem;
    background: #ffffff;
    padding: 0.2rem;
    box-shadow: 0.02rem 0.02rem 0.2rem rgb(233, 245, 255);
    border-radius: 0.1rem;
    position: relative;
}
.boxStyle1-box img{
    width: 100%;
    height: 2rem;
}
.boxStyle1-box .boxStyle1-box-title{
    color: #333333;
    font-size: 18px;
    padding: 0.15rem 0;
    height: 0.6rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.boxStyle1-box .boxStyle1-box-time{
    color: #0077FF;
    background: url(../images/time.png) no-repeat center left;
    background-size: 0.2rem;
    padding-left: 0.25rem;
    font-size: 0.16rem;
}
.boxStyle1-box .boxStyle1-box-timeh{
    color: #a4a4a4;
    background: url(../images/time1.png) no-repeat center left;
    background-size: 0.2rem;
    padding-left: 0.25rem;
    font-size: 0.16rem;
}
.boxStyle1-box .boxStyle1-box-btn{
    position: absolute;
    right: 0.20rem;
    bottom: 0.10rem;
    padding: 0.08rem 0.20rem;
    border-radius: 0.20rem;
    color: #ffffff;
    background: #5693EC;
}

.boxStyle2-box{
    background: #ffffff;
    border-radius: 0.1rem;
    margin: 15px;
    box-shadow: 0.02rem 0.02rem 0.2rem rgb(233, 245, 255);
}
.boxStyle2-box .boxStyle2-box-top{
    padding: 0.15rem;
    position: relative;

}
.boxStyle2-box .boxStyle2-box-top > img{
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    float: left;
}
.boxStyle2-box .boxStyle2-box-top .boxStyle2-box-title{
    margin-left: 0.9rem;
}

.boxStyle2-box .boxStyle2-box-top .boxStyle2-box-title > div:nth-of-type(1){
    margin-top: 0.08rem;
    font-size: 0.24rem;
    font-weight: bold;
}
.boxStyle2-box .boxStyle2-box-top .boxStyle2-box-title > div:nth-of-type(2){
    margin-top: 0.05rem;
    color: #333333;
    margin-bottom: 0.08rem;
    font-size: 0.18rem;
}
.boxStyle2-box .boxStyle2-box-top .boxStyle2-box-title2{
    margin-left: 0.1rem;
}
.boxStyle2-box .boxStyle2-box-top .boxStyle2-box-title2 > div:nth-of-type(1){
    margin-top: 0.08rem;
    font-size: 0.24rem;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}
.boxStyle2-box .boxStyle2-box-top .boxStyle2-box-title2 > ul{
    margin-top: 0.15rem;
    height: 0.3rem;
    font-size: 0.15rem;
}
.boxStyle2-box .boxStyle2-box-top .boxStyle2-box-title2 > ul li{
    float: left;
    padding: 0.04rem 0.20rem;
    background: #F7F7F7;
    color: #333333;
    text-align: center;
    border-radius: 0.1rem;
    margin-right: 0.1rem;
}
.boxStyle2-box .boxStyle2-box-top .boxStyle2-box-money{
    color: #EC0000;
    position: absolute;
    top: 0.2rem;
    right: 0.25rem;
    font-size: 0.24rem;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
}
.boxStyle2-box .boxStyle2-box-btn{
    height: 0.35rem;
    background: #f7fcff;
    padding: 0.15rem 0.2rem;
    border-bottom-left-radius: 0.1rem;
    border-bottom-right-radius: 0.1rem;
    font-size: 0.18rem;
}
.boxStyle2-box .boxStyle2-box-btn2{
    height: 0.35rem;
    background: #f7fcff;
    padding: 0.15rem 0.2rem;
    border-bottom-left-radius: 0.1rem;
    border-bottom-right-radius: 0.1rem;
    color: rgb(121, 130, 141);
    font-size: 0.18rem;
}
.boxStyle2-box .boxStyle2-box-btn li{
    float: left;
    padding: 0.04rem 0.20rem;
    background: #d9e8f1;
    color: #333333;
    text-align: center;
    border-radius: 0.1rem;
    margin-right: 0.1rem;

}
.boxStyle3-box{
    padding: 0.15rem;
}
.boxStyle3-box > img{
    width: 100%;
    height: 1.6rem;
}
.boxStyle3-box .boxStyle3-box-h1{
    padding: 0.1rem 0;
    color: #000000;
    font-size: 0.22rem;
}
.boxStyle3-box .boxStyle3-box-time{
    padding: 0.1rem;
    color: #888888;
    background: linear-gradient(90.00deg, rgb(241, 241, 241),rgba(255, 255, 255, 0) 100%);
}
.boxStyle3-box .boxStyle3-box-btn1{
    text-align: center;
}
.boxStyle3-box .boxStyle3-box-btn1 > div{
    margin-top: 0.1rem;
    display: inline-block;
    color:#0077FF ;
    border: 0.01rem solid #0077FF ;
    border-radius:0.2rem;
    padding: 0.1rem 0.4rem 0.1rem 0.5rem;
    background: url(../images/m-ico1.png)no-repeat 0.25rem center;
}
.boxStyle3-box .boxStyle3-box-btn2{
    text-align: center;
}
.boxStyle3-box .boxStyle3-box-btn2 > div:nth-of-type(1){
    margin-top: 0.1rem;
    display: inline-block;
    color:#0077FF ;
    border: 0.01rem solid #0077FF ;
    border-radius:0.2rem;
    padding: 0.1rem 0.25rem 0.1rem 0.4rem;
    background: url(../images/m-ico1.png)no-repeat 0.14rem center;
}
.boxStyle3-box .boxStyle3-box-btn2 > div:nth-of-type(2){
    margin-top: 0.1rem;
    display: inline-block;
    color:#0077FF ;
    border: 0.01rem solid #0077FF ;
    border-radius:0.2rem;
    padding: 0.1rem 0.25rem 0.1rem 0.4rem;
    background: url(../images/m-ico3.png)no-repeat 0.14rem center;
}
.boxStyle3-box .boxStyle3-box-btn2 > div:nth-of-type(3){
    margin-top: 0.1rem;
    display: inline-block;
    color:#0077FF ;
    border: 0.01rem solid #0077FF ;
    border-radius:0.2rem;
    padding: 0.1rem 0.25rem 0.1rem 0.4rem;
    background: url(../images/m-ico2.png)no-repeat 0.14rem center;
}
/* -------------分页 */
.clearfix {
    clear: both;
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
.fl {
    float: left;
}

.fr {
    float: right;
}

.pager {
    max-width: 8rem;
    text-align: center;
    margin-bottom: 0.3rem;
    display: inline-block;
}

.pager a {
    cursor: pointer;
}

.pager a,
.pager span {
    /* 按钮内数字 */
    width: 0.4rem;
    height: 0.4rem;
    border: 0.01rem solid #EBEBEB;
    margin-left: -0.01rem;
    color: #8a8a8a;
    display: inline-block;
    line-height: 0.4rem;
    float: left;
    font-size: 0.15rem;
    text-decoration: none;
    margin: 0 0.02rem;
    border-radius: 0.06rem;
}
.pager a:hover,
.pager span:hover {
    border-color: #3897cd;
    color: #3897cd;
    position: relative;
    z-index: 1;
}

.pager span.current {
    background-color: #222A35;
    color: #fff;
    border-color: #EBEBEB;
    position: relative;
    z-index: 1;
}

.pager .pg-first,
.pager .pg-prev,
.pager .pg-next,
.pager .pg-last {
    background: white url(../images/page_bg.jpg)  0rem 0.02rem no-repeat;
}

.pager .pg-first:hover,
.pager .pg-prev:hover,
.pager .pg-next:hover,
.pager .pg-last:hover {
    background: white url(../images/page_bg_hover.jpg)  0rem 0.02rem no-repeat;
}

.pager .pg-prev,
.pager .pg-prev:hover {
    background-position: 0.0rem -0.38rem;
}

.pager .pg-next,
.pager .pg-next:hover {
    background-position:-0.44rem -0.38rem;
}

.pager .pg-last,
.pager .pg-last:hover {
    background-position: -0.42rem 0.02rem;
}

.pager .pg-prev[disabled='true'],
.pager .pg-prev[disabled='true']:hover {
    cursor: default;
    background-image: url(../images/page_bg.jpg)  0.04rem 0.02rem no-repeat;
}

.pager .pg-next[disabled='true'],
.pager .pg-next[disabled='true']:hover {
    cursor: default;
    background-image: url(../images/page_bg.jpg) 0rem 0.02rem no-repeat;
}

.pager .pg-prev[disabled='true'],
.pager .pg-next[disabled='true'] {
    border-color: #eeeeee;
}

.pager span.els {
    border-color: transparent;
}

.pagerHtmlWrap {
    width: 8rem;
    margin: 0.3rem auto;
}

.pagerHtmlWrap .cc_cells {
    width: 100%;
    height: 0.35rem;
    padding: 0.05rem 0;
    border-bottom: 0.01rem #cccccc solid;
}

.pagerHtmlWrap .cc_cells a {
    color: #454545;
    font-size: 0.14rem;
    line-height: 0.35rem;
    text-decoration: none;
}

.pagerHtmlWrap .cc_cells a span {
    display: inline-block;
    width: 25%;
    text-align: left;
    margin: 0;
}
/* -----------------------------面包屑 */
.main-crumbs{
    padding: 0.15rem var(--padding);
}
.main-crumbs .main-crumbs-title{
    color: #ffffff;
    background: url(../images/home.png)no-repeat left center;
    background-size: 0.2rem;
    padding-left: 0.25rem;
    font-size: 0.18rem;
}
.main-crumbs .main-crumbs-title .main-crumbs-title-h2{
    font-size: 0.22rem;
}
.body-top-right {
    margin-right: var(--padding);
    padding: 0.35rem 0.15rem 0.15rem 0;
    color: #DCEBFF;
    font-size: 0.17rem;
}
.body-top-right li {
    float: right;
    margin-right: 0.1rem;
    color: #fff;
}
.body-top-right li:nth-of-type(odd){
    cursor: pointer;
}
.body-top {
    height: var(--top-height);
}

.body-main {
    padding: 0 var(--padding);
}

.body-border {
    margin: 0.15rem;
}

.body-sider {
    height: 4rem;
    position: relative;
    background: #ffffff;
    border-radius: 0.1rem;
    color: #355173;
}

.body-padding {
    display: block;
    padding: 0 var(--padding);
}

.body-box .main-search {
    margin-top: 0.25rem;
    padding: 0 1.2rem;
}

.body-box .icon-bg3 {
    width: 3.5rem;
    display: block;
    margin: 0rem auto 0 auto;
}

.body-box .main-back {
    float: right;
    margin-right: 1.15rem;
    color: #ffffff;
    text-align: center;
    margin-top: 0.25rem;
    padding: 0.1rem 0.25rem;
    border-radius: 0.25rem;
    cursor: pointer;
    background: rgba(220, 235, 255, 0.3);
}
.main-query{
    padding: 0.15rem var(--padding);
}
.main-query .main-query-list{
    background: #ffffff;
    padding: 0.2rem 0.3rem;
    border-radius: 0.1rem;
    color: #333333;
}
.main-query .main-query-list .main-query-list-style{
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.18rem;
    border-bottom: 0.01rem solid rgba(21, 21, 21, 0.25);
    padding: 0.15rem 0;
}
.main-query .main-query-list .main-query-list-style .main-query-list-title{
    float: left;
}
.main-query .main-query-list .main-query-list-style ul{
    display: inline-block;
    height: 0.4rem;
    line-height: 0.4rem;
}
.main-query .main-query-list .main-query-list-style ul li{
    float: left;
    margin-right: 0.1rem;
    padding: 0 0.15rem;
    cursor: pointer;
}
.main-query .main-query-list .main-query-list-style select{
    border: 0;
    background: none;
    outline: none;
    color: #333333;
    width: 3.3rem;
    font-size: 0.18rem;
}
.main-query .main-query-list .main-query-list-style select option{
    border: 0;
    background: none;
}
.main-query-list-action{
    background: var(--btn-primary);
    color: #ffffff;
}
.body-bottom {
    height: var(--bottom-height);
}
.main-list{
    padding: 0 var(--padding);
}

.mod_turn_page { margin-bottom: 20px; margin-top: 20px; display: block;}
.mod_turn_page .turn_page { line-height: 14px; width: 610px; margin-left: auto; margin-right: 10px; text-align: right;cursor: pointer;}
.mod_turn_page a, .mod_turn_page span {  width: 34px; overflow: hidden; margin-left: 5px; padding: 9px 0; border: 1px solid #F2F2F2; background: #fafafa; color: #999; font-size: 16px; font-family: Arial; text-align: center; display: inline-block;}
.mod_turn_page a:hover, .mod_turn_page .page_cur { border: 1px solid #1a85ff; background: #1582ff; color: #fff; }
.mod_turn_page .page_break { border: none; background: none; letter-spacing: 2px; font-weight: bold; font-family: "Microsoft Yahei"; }
.mod_turn_page .page_start, .mod_turn_page .page_prev, .mod_turn_page .page_next, .mod_turn_page .page_end { width: 82px; *padding-top:6px;
    *padding-bottom:12px;
    font-size: 14px; font-family: "Microsoft Yahei"; }
.mod_turn_page .page_start i, .mod_turn_page .page_prev i { margin-right: 7px; background-position: 0 -110px; }
.mod_turn_page .page_next i, .mod_turn_page .page_end i { margin-left: 7px; background-position: 0 -125px; }
.mod_turn_page .page_prev:hover i { background-position: 0 -140px; }
.mod_turn_page .page_next:hover i { background-position: 0 -155px; }
.page_tz{width: 50px;height: 34px;border: 1px solid #ccc;box-sizing: border-box;border-radius: 2px;font-family: PingFangSC-Regular,Microsoft YaHei;padding-left: 10px;letter-spacing: 0;}
.pagetz{width: 136px;float: right;margin-left: 3px;}

/* 头部样式 */
.bot{width: 100%;overflow: hidden;background: url("../images/footer-img.png") no-repeat center/100% 100%;}
.header2 {
    background-color: #004d89d6;
    color: white;
    padding: 10px 20px;
    text-align: left;
}
.header-links{width: 70%;margin: 0 auto;height: 40px;}
.header-links a {
    color: white !important;
    text-decoration: none;
    margin: 0 20px;line-height: 40px;font-size: 14px
}

/* 页脚样式 */
.footer {
    background-color: #0073d0e3;
    color: white;
    padding: 50px 0;
    text-align: left;overflow: hidden
}
.footer-content{width: 70%;float: left;}
.footer-content span {
    display: block;
    margin: 5px 0;
    width: 33%;float: left;font-size: 12px;font-weight: bold
}

.footer-logos {
    text-align: right;
    margin-top: 10px;width: 30%;float: right
}

.footer-logos-img1 {
    height: 65px;
    vertical-align: middle;
}
.footer-logos-img2 {
    height: 55px;
    vertical-align: middle;
}

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    color: #007bff;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1366px) {.footer-content span{font-size:12px}
    .footer-logos{width:20%}

    .footer-content{width:80%}

}
.animenu{width: 50%;float: left;margin-left: 5%}
.animenu__toggle {
    display: none;
    cursor: pointer;
    background-color: none;
    border: 0;
    padding: 10px;
    height: 40px;
    width: 40px;
}
.animenu__toggle:hover {
    background-color: #0186ba;
}

.animenu__toggle__bar {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    -webkit-transition:  0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
    -o-transition:  0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
    transition:  0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
}
.animenu__toggle__bar + .animenu__toggle__bar {
    margin-top: 4px;
}

.animenu__toggle--active .animenu__toggle__bar {
    margin: 0;
    position: absolute;
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(2) {
    opacity: 0;
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.animenu {
    display: block;
}
.animenu ul {
    padding: 0;
    list-style: none;
    font: 0px 'Open Sans', Arial, Helvetica;
}
.animenu li{height: 60px;line-height: 60px}
.animenu li, .animenu a {
    display: inline-block;
    font-size: 15px;
}
.animenu a {
    color: #fff;
    text-decoration: none;
}

.animenu__nav {
    background-color: none;
}
.animenu__nav > li {
    position: relative;
    border-right: none;
    width: 20%;
    height: 60px;
}
.animenu__nav > li > a {
    /* padding: 10px 30px; */
    text-transform: uppercase;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;font-size: 16px
}
.animenu__nav > li > a:hover{font-weight: bold}
.animenu__nav > li > a:first-child:nth-last-child(2):before {
    content: "";
    position: absolute;
    border: 0px solid transparent;
    border-bottom: 0;
    border-top-color: currentColor;
    top: 50%;
    margin-top: -2px;
    right: 10px;
}
.animenu__nav > li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}
.animenu__nav > li:hover > a {
    color: #fff;
}

.animenu__nav__child {
    min-width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    margin: 20px 0 0 0;
    background-color: #373737;
    transition: margin .15s, opacity .15s;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    letter-spacing: 0px;
    background: #006fc9cc;
    font-weight: 400;
    letter-spacing: .1em;
}
.animenu__nav__child > li {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 400;
    letter-spacing: .1em; background: #006fc9cc;
}
.animenu__nav__child > li:first-child > a:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    left: 1em;
    top: -6px;
    border: 0px solid transparent;
    border-top: 0;
    border-bottom-color: inherit;
}
.animenu__nav__child > li:last-child {
    border: 0;
}
.animenu__nav__child a {
    padding:0 10px;
    width: 100%;
    text-align: center;
    /*  border-color: #373737;*/
}
.animenu__nav__child a:hover {
    background: #9fceff8f;
    /*border-color: #0186ba;*/
    color: #fff;
}

@media screen and (max-width: 767px) {
    .animenu__toggle {
        display: inline-block;
    }

    .animenu__nav,
    .animenu__nav__child {
        display: none;
    }

    .animenu__nav {
        margin: 10px 0;
    }
    .animenu__nav > li {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #515151;
    }
    .animenu__nav > li:last-child {
        border: 0;
    }
    .animenu__nav > li:first-child > a:after {
        content: '';
        position: absolute;
        height: 0;
        width: 0;
        left: 1em;
        top: -6px;
        border: 6px solid transparent;
        border-top: 0;
        border-bottom-color: inherit;
    }
    .animenu__nav > li > a {
        width: 100%;
        /*padding: 10px;
        border-color: #111;*/
        position: relative;line-height: 60px
    }
    .animenu__nav a:hover {
        background-color: #0186ba;
        border-color: #0186ba;
        color: #fff;
    }

    .animenu__nav__child {
        position: static;
        background-color: #373737;
        margin: 0;
        transition: none;
        visibility: visible;
        opacity: 1;
    }
    .animenu__nav__child > li:first-child > a:after {
        content: none;
    }
    .animenu__nav__child a {
        padding-left: 20px;
        width: 100%;
    }
}
.animenu__nav--open {
    display: block !important;
}
.animenu__nav--open .animenu__nav__child {
    display: block;
}