@charset "utf-8";


@font-face {
    font-family: syh-r;
    src: url(../fonts/SourceHanSansCN-Regular.otf);
    font-weight: normal;
}
body {
    padding-top: .82rem;
    /* font-family: syh-r; */
}

.t-search-zzc {
    position: fixed;
    z-index: 99998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    cursor: pointer;
}

.t-search {
    display: none;
    display: block;
    /* position: fixed; */
    /* left: 50%; */
    /* top: 50%; */
    /* transform: translateX(-50%) translateY(-50%); */
    z-index: 99999;
    margin-top: .12rem;
}

.t-search>div {
    width: 2rem;
    margin: 0 auto;
    position: relative;
    padding-right: 0.5rem;
    background: rgba(255,255,255,.07);
    border-radius: .2rem;
    margin-left: .2rem;
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 0 0 0.2rem;
    font-size: 0.18rem;
    height: 0.34rem;
    box-sizing: border-box;
    border: none;
    background: none;
    color: #fff;
}

.search-btn {
    position: absolute;
    right: -1px;
    top: 0;
    height: 0.34rem;
    width: 0.4rem;
}

.search-btn input {
    display: block;
    width: 0.2rem;
    width: 100%;
    height: 100%;
    background: url(../images/search.png) no-repeat;
    background-position: center center;
    background-size: .19rem;
    border: none;
    font-size: 0;
    cursor: pointer;
}

.search-box {
    overflow: hidden;
}

.search-box>div {
    float: right;
    padding-left: 0.09rem;
}

.search-box input[type="text"] {
    width: 1.49rem;
    padding: 0 0.1rem 0 0;
    line-height: 0.3rem;
    height: 0.3rem;
    background: none;
    color: #fff;
    vertical-align: middle;
    transition: all 0.3s;
    font-size: 0.14rem;
}

.search-box input[type="text"]::placeholder {
    color: #aaaaaa;
}

.search-box input.p-submit {
    width: 0.3rem;
    color: #aaaaaa;
    height: 0.3rem;
    font-size: 0.14rem;
    vertical-align: middle;
    background: url(../images/search3.png) no-repeat;
    background-position: center center;
    cursor: pointer;
    font-size: 0;
}

.search-box img {
    display: block;
    cursor: pointer;
}


.b-top {
    line-height: 0.4rem;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}


.search-switch {
    cursor: pointer;
}

.b-top-r>ul>li a:hover {
    color: #fff;
}

.b-t-search {
    float: left;
}

.b-t-search>div {
    position: relative;
    border: 1px solid #595959;
    height: 0.25rem;
    line-height: 0.25rem;
    margin-top: 0.1rem;
    padding: 0 0.1rem;
    font-size: 0;
    background: #373535;
}

.b-t-search>div .search-text {
    border: none;
    outline: none;
    line-height: 0.25rem;
    height: 0.25rem;
    width: 1.25rem;
    vertical-align: middle;
    background: none;
    color: #fff;
}

.b-t-search>div .search-btn {
    width: 0.25rem;
    height: 0.25rem;
    background: url(../images/search.png) no-repeat;
    background-position: center center;
    border: none;
    outline: none;
    vertical-align: middle;
}

.head {
    z-index: 999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0.5s;
    background: #014997;
}

.head:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    transition: all 0.5s;
    z-index: -2;
    pointer-events: none;
}


.head_wit {
    background: #fff;
    /* background: linear-gradient(180deg, #9b231c 20%, rgba(155, 35, 28, .8)); */
    box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, .1);
    padding: .15rem 0;
    border-top: 0.1rem solid #9b231c;
}

.head_wit .head-top {}

.head_wit.head:before {
    transform: translateY(-200%);
}

.head_wit .nav>ul>li>a {
    color: #333;
}

.head_wit .nav>ul>li>a span {
    background: url(../images/nav-down2.png) no-repeat;
    background-position: right center;
    background-size: 0.08rem;
}

.head_wit .nav-use div a {
    color: #333;
}

.head_wit .nav-use div:nth-child(1)::after {
    background: rgba(51, 51, 51, .5);
}

.head_wit .logo a img {
    display: block;
}

.head_wit .logo a img:nth-child(1) {
    display: none;
}

.head_wit .nav-use div a img {
    display: block;
}

.head_wit .nav-use div a img:nth-child(1) {
    display: none;
}


.head_wit .nav>ul>li:hover>a::after {
    border-bottom: 0.1rem solid #9b231c;
}

.head-top {
    position: relative;
    padding: 0 .5rem;
}

.head-top>div {
    display: flex;
    align-items: center;
    height: .82rem;
}

.logo {
    float: left;
}

.logo a {
    display: flex;
    font-size: 0;
    align-items: center;
    height: .84rem;
}

.logo a img {
    vertical-align: middle;
    display: none;
    height: 0.59rem;
}

.logo a img:nth-child(1) {
    display: block;
}

.nav {
    position: relative;
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.nav>ul {}

.nav>ul>li {
    float: left;
    position: relative;
    margin-left: .3rem;
}

.nav>ul>li+li {
    margin-left: .7rem;
}

.nav>ul>li:first-child {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
}

.nav>ul>li>a {
    display: flex;
    font-size: .2rem;
    color: #fff;
    text-align: center;
    line-height: .7rem;
    position: relative;
    align-items: center;
    padding-top: .12rem;
}

.nav>ul>li>a span {
    display: block;
    width: 0.15rem;
    height: 0.1rem;
    display: none;
}

.nav>ul>li.active>a::after {}

.head_wit .nav>ul>li.active>a::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -0.1rem;
    bottom: -0.2rem;
    border-left: 0.1rem solid transparent;
    border-right: 0.1rem solid transparent;
    border-bottom: 0.1rem solid #9b231c;
}

.head_wit .nav>ul>li:active>a::after {
    border-bottom: 0.1rem solid #9b231c;
    width: 100%;
}

.nav>ul>li.active>a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 0.02rem solid #F49C5A;
}

.nav>ul>li:hover>a {}

 
.nav>ul>li:hover>div {
    display: block;
    transform:translateX(-50%) scaleY(1);
}

.nav>ul>li>div {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 1.6rem;
    z-index: 9999;
    line-height: normal;
    transform:translateX(-50%) scaleY(0);
    transition: all 0.3s;
    transform-origin: center top;
}

.nav>ul>li>div::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 1);
    z-index: 8;
    box-shadow: 0 0 0.05rem rgba(0, 0, 0, .1);
}

.nav>ul>li>div>ul {
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.nav>ul>li>div>ul>li {}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: .16rem;
    color: #333333;
    line-height: .42rem;
    white-space: nowrap;
    text-align: center;
}

.nav>ul>li>div>ul>li a:hover {
    background: #0f5fb5;
    position: relative;
    color: #fff;
}

.nav>ul>li>div>ul>li a:hover::before {
    content: "";
}

.nav-pic {
    float: left;
    overflow: hidden;
    width: 1.4rem;
    margin-right: 0.4rem;
}

.nav-pic img {
    display: block;
    width: 100%;
}
.nav-lanu{
    margin-top: .12rem;
    margin-left: .35rem;
}

.nav-lanu a {
    display: flex;
    align-items: center;
    font-size: 0.2rem;
    line-height: normal;
    color: #FFFFFF;
}

.nav-lanu a img {
    height: 0.16rem;
    margin-right: .11rem;
}

.nav-use {
    float: right;
    overflow: hidden;
    font-size: 0;
    margin-left: .25rem;
    margin-top: .12rem;
   display:none;
}

.nav-use div {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}



.nav-use div a {
    display: block;
    font-size: 0;
    color: #ffffff;
}

.nav-use div a img {
    display: inline-block;
    vertical-align: middle;
    display: none;
    height: .31rem;
}

.nav-use div a img:nth-child(1) {
    display: block;
}

.nav-use div a span {
    display: block;
    font-size: 0.2rem;
}

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 0.1rem;
    top: 0.18rem;
    width: 0.25rem;
    height: 0.25rem;
    z-index: 9999;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

/* nav */



.link {
    padding: .15rem 0;
    background-color: #f0f0f0;
}

.link .w1480 {
    display: flex;
    align-items: center;
}

.linkl {
    flex: 1;
    min-width: 0;
    display: flex;
}

.linkl span {
    display: block;
    font-size: 0.2rem;
    font-weight: 600;
    color: #000000;
    line-height: .4rem;
    margin-right: .15rem;
}

.linkl div {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.linkl div a {
    display: block;
    font-size: 0.16rem;
    font-weight: normal;
    color: #000;
    margin-right: .25rem;
    display: flex;
    align-items: center;
    line-height: .4rem;
}

.linkl div a:nth-child(1) span {
    display: none;
}

.linkl div a span {
    width: 0.02rem;
    height: .18rem;
    background: rgba(0, 0, 0, .5);
    margin-right: .25rem;
}

.linkl div a:hover {
    text-decoration: underline;
}


/* 组件ID */
#std_copy_1600_011 {
  font-size: 0.16rem;
}

/* 组件样式 */
.std_copy_1600_011 {
  background: #014997;
}

.std_copy_1600_011 a {
  color: #fff;
}

.std_copy_1600_011 .stdcopy16_11_wid {
  max-width: 16rem;
  margin: 0 auto;
}

.std_copy_1600_011 .stdcopy16_11_link {
  border-bottom: 1px solid #2D7052;
  padding-top: 0.3rem;
  padding-bottom: 0.2rem;
}

.std_copy_1600_011 .stdcopy16_11_link ul {
  display: flex;
  flex-wrap: wrap;
}

.std_copy_1600_011 .stdcopy16_11_link ul li:first-child {
  margin: 0.02rem 0;
}

.std_copy_1600_011 .stdcopy16_11_link ul li {
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.3rem;
  margin: 0.02rem 0.2rem;
}

.std_copy_1600_011 .stdcopy16_11_link ul li a {
  display: block;
  color: #fff;
  position: relative;
  z-index: 1;
}

.std_copy_1600_011 .stdcopy16_11_link ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  border-bottom: 1px solid #fff;
  transition: all 0.3s;
}

.std_copy_1600_011 .stdcopy16_11_link ul li:hover a::after {
  transform: none;
}

.std_copy_1600_011 .stdcopy16_11_c {
  padding-top: 0.14rem;
  padding-bottom: 0.14rem;
}

.std_copy_1600_011 .stdcopy16_11_c .stdcopy16_11_wid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.std_copy_1600_011 .stdcopy16_11_c .stdcopy16_11_logo {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0;
  max-width: 27.125%;
}

.std_copy_1600_011 .stdcopy16_11_c .stdcopy16_11_logo img {
  max-width: 100%;
}

.std_copy_1600_011 .stdcopy16_11_c .stdcopy16_11_bq {
  width: 36%;
}

.std_copy_1600_011 .stdcopy16_11_c .stdcopy16_11_bq p {
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #fff;
}


.std_copy_1600_011 .stdcopy16_11_c .stdcopy16_11_wx {
  display: flex;
  flex-wrap: wrap;
}

.std_copy_1600_011 .stdcopy16_11_c .stdcopy16_11_wx div:nth-child(2) {
  margin-left: 0.4rem;
}

.std_copy_1600_011 .stdcopy16_11_c .stdcopy16_11_wx div h3 {
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #fff;
  text-align: center;
  font-weight: normal;
}

.std_copy_1600_011 .stdcopy16_11_c .stdcopy16_11_wx div img {
  height: 0.9rem;
  width: 0.9rem;
}






@media screen and (max-width: 1024px) {
  .std_copy_1600_011 .stdcopy16_11_link {
    padding-top: 0.2rem;
  }

  .std_copy_1600_011 .stdcopy16_11_c .stdcopy16_11_wid {
    justify-content: center;
  }

  .std_copy_1600_011 .stdcopy16_11_c .stdcopy16_11_logo {
    max-width: 100%;
  }

  .std_copy_1600_011 .stdcopy16_11_c .stdcopy16_11_bq {
    width: 100%;
    text-align: center;
    margin: 0.1rem 0 0.15rem 0;
  }

  .std_copy_1600_011 .stdcopy16_11_c .stdcopy16_11_bq p {
    line-height: 0.26rem;
  }

  .std_copy_1600_011 .stdcopy16_11_c .stdcopy16_11_wx div h3 {
    line-height: 0.26rem;
  }
}

@media screen and (max-width: 480px) {

  .std_copy_1600_011 .stdcopy16_11_c .stdcopy16_11_logo img {
    height: 0.4rem;
  }

  .std_copy_1600_011 .stdcopy16_11_link ul li {
    margin: 0.02rem 0.12rem;
  }

  .std_copy_1600_011 .stdcopy16_11_c .stdcopy16_11_wx div img {
    height: 0.7rem;
    width: 0.7rem;
  }
}

@media screen and (max-width: 375px) {
  .std_copy_1600_011 .stdcopy16_11_link ul li {
    margin: 0.02rem 0.1rem;
  }

  .std_copy_1600_011 .stdcopy16_11_link ul li:first-child {
    width: 100%;
    padding-left: 0.1rem;
  }
}
 


@media screen and (max-width:1024px) {
    body {
        padding-top: 60px;
    }

    .banner .slick-slide a::after {
        display: none;
    }

    .pc {
        display: none;
    }

    .wap {
        display: block;
    }

    .b-top {
        display: none;
    }

   
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;

        z-index: 999;
    }

    .m-logo {
        font-size: 0;
        padding: 10px;
        z-index: 9999;
        position: relative;
        background: #014997;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block;
    }

    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }

    .m-tlink {
        padding: 10px 15px 0 15px;
        font-size: 0;
    }

    .m-tlink a {
        font-size: 12px;
        margin-right: 10px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #304174;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 5px;
        margin-bottom: 5px;
    }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        margin-top: 15px;
        border: 1px solid #fff;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }

    .m-search input[type="text"]::placeholder {
        color: #fff;
    }

    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }

    .m-nav {
        position: fixed;
        top: 0;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        overflow-y: scroll;
        padding-top: 60px;
        background: #014997;
    }

    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }

    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
    }

    .m-nav ul li ul li {
        border: none;
    }

    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }

    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }

    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../images/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }

    .std_copy_1600_011{
        padding: 0 .15rem;
    }

}