@charset "utf-8";


/* 定位搜索框 */

body {
    /* padding-top: 1rem; */
    font-size: .16rem;
}

.b-top-c {
    order: 2;
}

.search {
    width: 3rem;
    margin: 0 auto;
    position: relative;
    float: right;
    padding: 0 .5rem 0 .15rem;
    border-radius: .3rem;
    border: solid 1px #fff;
    background: #fff0;
}

input,
button {
    border: none;
    outline: none;
}

.search .text {
    height: 0.46rem;
    font-size: 14px;
    background: none;
    color: #fff;
    display: block;
    width: 100%;
    line-height: .46rem;
}

.search .button {
    width: .56rem;
    background: #018dc700 url(../images/search.png) no-repeat center center;
    background-size: .24rem;
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    color: #c80b0d;
    border-radius: 0px 24px 24px 0px;
}

.search input::-webkit-input-placeholder {
    color: #aaaaaa;
}

.search input::-moz-input-placeholder {
    color: #999999;
}

.search input::-ms-input-placeholder {
    color: #999999;
}


/* 定位搜索框 */


.head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
    padding: 0;
    transition: padding 0.3s;
    background: #fff0;
    min-width: 1400px;
}

.head.show {
    top: -140px;
}

.head_rgb.hide {
    top: -100%;
}


.head_wit.show {
    top: 0;
}

.head_wit {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-top: .04rem solid #1391ff;
}

.head_wit .search {
    display: none;
}

.head_wit .nav>ul {
    margin-top: 0;
}

.head_wit .logo a img {
    display: block;
}

.head_wit .logo a img:nth-child(1) {
    display: none;
}

.head_wit .nav>ul>li>a {
    color: #333;
}

.head_wit .nav>ul>li>a span {
    background: url(../images/nav-down1.png) no-repeat;
    background-position: right center;
    background-size: 0.08rem;
}

.head-top {
    position: relative;
    background-image: linear-gradient(to bottom, #141010, #ffffff00);
}

.head-top>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1rem;
}

.logo {
    float: left;
}

.logo a {
    display: block;
    font-size: 0;
}

.logo a img {
    height: 0.78rem;
    display: none;
}

.logo a img:nth-child(1) {
    display: block;
}

.nav {
    position: relative;
    font-family: pingFang;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    min-width: 0;
    /* padding-left: 5%; */
}

.nav>ul {
    order: 0;
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: center;
}

.nav>ul>li {
    float: left;
    position: relative;
    padding: 0 .15rem;
}

.nav>ul>li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: .06rem;
    height: .06rem;
    background-color: #ffffff;
    border-radius: 50%;
}

.nav>ul>li:nth-child(1)::before {
    content: none;
}


.nav>ul>li>a {
    font-size: .20rem;
    color: #ffffff;
    text-align: center;
    line-height: .6rem;
    position: relative;
    display: flex;
    align-items: center;
}

.nav>ul>li>a span {
    display: block;
    width: 0.15rem;
    height: 0.04rem;
    background: url(../images/nav-down.png) no-repeat;
    background-position: right center;
    background-size: .08rem;
}

.nav>ul>li.active>a {
    color: #018dc7;
    font-weight: 600;
}

.nav>ul>li.active>a::after {
    width: .47rem;
}

.nav>ul>li:hover>a {}

.nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: .03rem;
    background: #018dc7;
    transition: all 0.5s;
}

.nav>ul>li:hover>a::after {
    width: .47rem;
}

.nav>ul>li:hover>div {
    display: block;
    transform: translateX(-50%) scaleY(1);
}

.nav>ul>li>div {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 150px;
    z-index: 9999;
    overflow: hidden;
    line-height: normal;
    box-shadow: 0 0 0.1rem rgb(255 255 255 / 10%);
    transform: translateX(-50%) scaleY(0);
    transition: all 0.3s;
    transform-origin: top center;
    padding: .1rem 0;
}

.nav>ul>li>div::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(255 255 255 / 42%);
    z-index: 8;
}

.nav>ul>li>div>ul {
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.nav>ul>li>div>ul>li>a {}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: .16rem;
    color: #333333;
    line-height: .46rem;
    white-space: nowrap;
    text-align: center;
}

.nav>ul>li>div>ul>li a:hover {
    color: #1c5276;
    position: relative;
    font-weight: 600;
}

.nav>ul>li>div>ul>li a:hover::before {}

.nav-pic {
    float: left;
    overflow: hidden;
    width: 140px;
    margin-right: 40px;
}

.nav-pic img {
    display: block;
    width: 100%;
}

.b-top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}


.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    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 */

.next-back img {
    display: block;
    width: auto !important;
    height: auto !important;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

.pic .a{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-position: 50%;background-repeat: no-repeat;background-size: cover;transition: all 0.3s ease-in;}
.bg-mask:hover .pic .a {-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.pic img:hover, .bg-mask:hover .cover_img .a{transform: scale(1.05);}

a:hover .pic img {
    transform: scale(1.05);
}

.footer {
    background: #018dc7;
    background-image: linear-gradient(#018dc7,            #0b2f8e),        linear-gradient(#0047a0,            #0047a0);
    position: relative;
    z-index: 9;
}


.foot-c {
    display: flex;
    justify-content: space-between;
    padding: .2rem 0 .2rem 0;
}

.foot-l {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 85%;
}

.foot-l dl {
}

.foot-l dl:nth-child(1) {
    margin-left: 0;
}

.foot-l dt {}

.foot-l dt a {
    display: block;
    font-size: 0.22rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.72rem;
    color: #ffffff;
}

.foot-l dd a {
    font-size: 014px;
    font-weight: normal;
    line-height: 0.3rem;
    color: #ffffff;
    opacity: 0.48;
}

.foot-l dd a:hover {
    opacity: 1;
}

.foot-r h3 {
    font-size: 0.16rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.32rem;
    color: #ffffff;
}

.foot-r{
    /* display: none; */
}


.links {
    width: 3.28rem;
    margin-top: .1rem;
}

.links>div {
    position: relative;
    border: 1px solid rgba(225, 225, 225, .5);
}


.links p {
    line-height: .46rem;
    padding: 0px .15rem;
    color: #fff;
    text-align: left;
    font-size: 14px;
    background: url("../images/link-icon-down.png") 95% center no-repeat;
    overflow: hidden;
}

.links>div:hover div {
    display: block;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 13px;
}

.links>div div {
    position: absolute;
    bottom: 100%;
    background: #fff;
    padding: .15rem 0px;
    left: 0px;
    right: 0px;
    display: none;
    z-index: 9;
}

.links>div div a {
    display: block;
    color: #333333;
    line-height: .34rem;
    font-size: 14px;
    padding: 0px .1rem;
}

.links>div div a:hover {
    background: #0047a0;
    color: #ffffff;
}

.fmeida {
    display: flex;
    align-items: center;
}

.fmeida li {
    display: inline-block;
    vertical-align: middle;
    margin-left: .3rem;
}

.fmeida li:nth-child(1) {
    margin-left: 0;
}

.fmeida li a {
    display: block;
    position: relative;
    opacity: .68;
}

.fmeida li a:hover {
    opacity: 1;
}

.fmeida li a>div>img {
    display: block;
    margin: 0 auto;
}

.fmeida li a  p{
    line-height: 2;
    color: #fff;
}

.fmeida li a .foot-ewm {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 130%;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 5px;
    background: #fff;
    opacity: 0;
    transition: all 1s;
    visibility: hidden;
}

.fmeida li a .foot-ewm img {
    display: block;
    max-width: 80px;
}

.fmeida li a .foot-ewm::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.fmeida li a .icon {
    width: .44rem;
    height: .44rem;
    border-radius: 50%;
    text-align: center;
    font-size: 0;
    position: relative;
    z-index: 1;
}

.fmeida li:hover a {
    overflow: visible;
}

.fmeida li:hover a .icon {
    background-color: #2f73d1;
}

.fmeida li:hover a .icon img {
    opacity: 1;
}

.fmeida li a .icon img {
    vertical-align: middle;
    /* opacity: .6; */
    display: block;
    width: 100%;
}

.fmeida li:hover a .foot-ewm {
    opacity: 1;
    bottom: 100%;
    visibility: visible;
}



.bq {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: .05rem .1rem;
}

.bq div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bq div p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    color: #ffffff;
    opacity: 0.4;
    text-align: center;
}



/* 公共代码版块 */

@media (max-width: 1625px){
    
    .nav>ul>li {
        float: left;
        position: relative;
        padding: 0 1%;
    }
}



.heads {
    z-index: 999;
    padding-top: .25rem;
    padding-bottom: .27rem;
    background: #018dc7;
    background-image: linear-gradient(#018dc7, #0b2f8e), linear-gradient(#0047a0, #0047a0);
}


.heads .wp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}


.navs{
}
.navs li{
    position: relative;
}

.navs li h2{
    font-size: .2rem;
    color: #fff;
    line-height: .56rem;
}
.navs li h2 a{
    display: block;
}
.navs ul li h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: .6s;
    width: 0;
    height: .04rem;
    background: #0047a0;
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
}

.navs ul li.on h2:after, .navs ul li:hover h2:after {
    opacity: 1;
    visibility: visible;
    width: .38rem;
    margin-left: -.19rem;
}
/*#nav ul li.on h2, #nav ul li:hover h2{
    color: #0771A3;
}*/
.navs ul li .sub {
    position: absolute;
    top: 100%;
    min-width: 1.4rem;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
    transform-origin: top;
}

.navs ul li .sub .box {
    padding: 0;
    background: #f9f9f9;
    text-align: center;
    box-shadow: 0 0 60px rgba(0,0,0,.1);
}

.navs ul li .sub a {
    padding: .12rem .1rem;
    line-height: 1.5;
    transition: .6s;
    font-size: .2rem;
    color: #666666;
    text-align: center;
    white-space: nowrap;
    display: block;
    width: 100%;
    border-bottom: rgba(0,0,0,.02) 1px solid;
}

.navs ul li .sub a:hover {
    color: #fff;
    background: #0047a0;
}

.navs ul li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}
.flex{display:flex;justify-content:space-between;flex-wrap:wrap}
