@charset "utf-8";


* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    outline: none;
}

strong,
strong * {
    font-weight: bold;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "sySong";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    min-width: 1300px;
}
@font-face {
  font-family: 'sySong';
  src: url('../style/fonts/sySong.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
input {
    border: 0;
    outline: none;
}

.wap {
    display: none;
}

.top>img.wap {
    display: none;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.px1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.px1500 {
    max-width: 1500px;
    margin: 0 auto;
}
.px1600 {
    max-width: 1650px;
    margin: 0 auto;
}
.px1650 {
    max-width: 1650px;
    margin: 0 auto;
}


.titline i {
    display: inline;
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#0a5697, #0a5697);
    background-position: right bottom;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
    font-weight: inherit;
}

a:hover .titline i {
    background-position: left bottom;
    background-size: 100% 1px;
    color: #0a5697;
}

a:hover .icon2 img {
    animation: jello 1s linear;
}

@keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}


.icon img {
    transition: all 0.3s;
}

.icon:hover img {
    animation: icon-yh 0.6s linear;
}

@keyframes icon-yh {
    0% {
        transform: rotateZ(0);
    }

    10% {
        transform: rotateZ(10deg);
    }

    20% {
        transform: rotateZ(0);
    }

    30% {
        transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(0);
    }

    50% {
        transform: rotateZ(10deg);
    }

    60% {
        transform: rotateZ(0);
    }

    70% {
        transform: rotateZ(-10deg);
    }

    80% {
        transform: rotateZ(0);
    }

    90% {
        transform: rotateZ(10deg);
    }

    100% {
        transform: rotateZ(0);
    }
}



.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 */
.head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    transition: all 0.8s;
}

.head::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-image: linear-gradient(180deg, rgba(10,86,151,1) 10%, rgba(37, 76, 150, 0) 100%);
    z-index: 1;
    pointer-events: none;
    transition: all .6s;
    z-index: 0;
    /* background: #000; */
}
.xg1{background:#0a5697}
.xg1 .logo a img{ height:50px;}
.xg1 .logo a{    line-height: 80px;}
.head-bj {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.head-bj::before {}

.head-bj::after {
    position: absolute;
    right: 100%;
}

.head-bj1 {
    bottom: 40px;
    z-index: 7;
    transition: all 0.3s;
}

.head-bj2 {
    /* background: #0a5697 url(../images/head-bg.png) no-repeat center; */
    bottom: 0;
    z-index: 8;
}

.head-bj1::before {
    border-width: 0 0 100px 70px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    transition: all 0.3s;
}

.head-bj1::after {
    border-width: 0 70px 100px 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    transition: all 0.3s;
}

.head-bj2::before {}

.head-bj2::after {}

.head.on .head-bj1 {
    background: rgba(0, 63, 152, .05);
}

.head.on .head-bj1::before {
    border-color: transparent transparent transparent rgba(0, 63, 152, .05);
}

.head.on .head-bj1::after {
    border-color: transparent rgba(0, 63, 152, .05) transparent transparent;
}



.head-top {
    position: relative;
    z-index: 9;
    /* border-bottom: 1px solid rgba(255, 255, 255, .2); */
    background-position: 58% center;
    padding: 0 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.logo {
    float: left;
}

.logo a {
    display: block;
    font-size: 0;
    line-height: 99px;
    transition: all.3s;
}

.logo a img {
    vertical-align: middle;
    transition: all 0.3s;
}

.search-con {
  position: relative;
  width: 34px;
  height: 34px;
  margin: 0 20px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,.6);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.search-con:hover{
    border: .01rem solid rgba(255,255,255,1);
}
.search-con img {
  width: 16px;
  height: 16px;
  display: block;
  /* box-sizing: border-box; */
  /* border: .01rem solid #FFFFFF; */
}


.search {
  width: 500px;
  height: 50px;
  background: #fff;
  /* margin-top: 20px; */
  position: absolute;
  right: 0;
  top: 24px;
  z-index: 1;
  display: none;
}

input,
button {
  border: none;
  outline: none;
}

.search .text {
  width: 500px;
  padding-left: 15px;
  padding-right: 100px;
  height: 50px;
  font-size: 14px;
  background: none;
  color: #333;
  line-height: 50px;
  margin: 0;
  top: 0;
  position: absolute;
  left: 0;
}

.search .button {
  width: 80px;
  height: 50px;
  background: #0a5697 url(../images/search2.png) no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  text-align: center;
}

.search input::-webkit-input-placeholder {
  color: #999;
}

.search input::-moz-input-placeholder {
  color: #999;
}

.search input::-ms-input-placeholder {
  color: #999;
}


/* ÃƒÂ¥Ã‚Â®Ã…Â¡ÃƒÂ¤Ã‚Â½Ã‚ÂÃƒÂ¦Ã‚ÂÃ…â€œÃƒÂ§Ã‚Â´Ã‚Â¢ÃƒÂ¦Ã‚Â¡Ã¢â‚¬Â  */

.yc-search {
  line-height: 40px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
  transition: all 0.5s;
}

.yc-search-bg {
  position: fixed;
  z-index: 99998;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .8);
}

.search {
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 99999;
  padding: 0;
}

.nav {
    transition: all 0.5s;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav>ul {
    font-size: 0;
    text-align: center;
    transition: all 0.5s;
    display: flex;
    justify-content: space-between;
}

.nav>ul>li {
    display: inline-block;
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
}



.nav>ul>li:hover>a::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fefeff;
}

.nav>ul>li:hover>ul {
    display: block;
}

.nav>ul>li>a {
    font-size: 18px;
    color: #fff;
    line-height: 58px;
    position: relative;
    display: block;
    text-align: center;
    padding: 0 12px;
}

.nav>ul>li>.nosub:hover:after {
    display: none;
}

.nav>ul>li.active {
    background: #fff;
}

.nav>ul>li.active>a {
    color: #304174;
}

.nav>ul>li.active>a::before {
    left: 0;
    right: 0;
}

.nav>ul>li>ul {
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 9999;
    padding: 15px;
    overflow: hidden;
    line-height: normal;
    display: none;
    box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
}

.nav>ul>li>ul::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 1);
    z-index: 8;
}

.nav>ul>li>ul>li {
    position: relative;
    z-index: 9;
}

.nav>ul>li>ul>li a {
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 36px;
    white-space: nowrap;
}




.nav>ul>li>ul>li a:hover {
    color: #0a5697;
    position: relative;
    font-weight: 600;
}

.nav>ul>li>ul>li a:hover::before {
    content: "";
}



.next-back img {
    display: block;
    width: auto !important;
    height: auto !important;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.pic:hover img {
    transform: scale(1.05);
}

.footer {
    padding: 60px 0 55px 0;
    position: relative;
    margin-top: 80px;
    background: #0a5697;
}

.foot-l {
    float: left;
    width: 700px;
}

.foot-logo a {
    display: block;
}

.foot-logo a img {
    display: block;
}

.foot-info {
    overflow: hidden;
    margin-top: 40px;
}

.foot-info span,
.foot-info p {
    float: left;
    min-width: 50%;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
}

.foot-m {
    float: left;
    width: 700px;
}

.foot-m h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    color: #ffffff;
    opacity: 0.8;
}

.foot-m ul {
    overflow: hidden;
    margin-top: 10px;
}

.foot-m ul li {
    float: left;
    width: 50%;
}

.foot-m ul li a {
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
    opacity: .8;
}

.foot-m ul li a:hover {
    opacity: 1;
}

.foot-r {
    margin-top: 40px;
    float: right;
}

.foot-r img {
    display: block;
    margin: 0 auto;
    max-width: 80px;
}

.foot-r p {
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
    margin-top: 10px;
}

.pb_sys_common {
    margin-top: 30px;
    text-align: center;
}

.pb_sys_common .p_goto input,
.pb_sys_common .p_search input {
    outline-color: #0a5697 !important;
}

.pb_sys_common .p_goto input:hover,
.pb_sys_common .p_goto input:focus,
.pb_sys_common .p_search input:hover,
.pb_sys_common .p_search input:focus {
    border: 1px solid #0a5697 !important;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #0a5697 !important;
    background-color: #0a5697 !important;
}

/*表格小屏幕加横向滚动条*/
.vsbcontent-table-container-outer {
    position: relative;
}

.vsbcontent-table-container {
    width: 98%;
    overflow-y: auto;
    _overflow: auto;
    margin: 2px;
}

.vsbcontent-table-container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}

.vsbcontent-table-container::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
}

.vsbcontent-table-container-fade {
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, .5), #fff);
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, .5), #fff);
    background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, .5), #fff);
    background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, .5), #fff);
    background-image: linear-gradient(0deg, rgba(255, 255, 255, .5), #fff);
}



@media print {

    html,
    body {
        min-width: auto;
    }

    .index {
        overflow: hidden;
        min-width: 1150px;
    }

    .px1500 {
        padding: 0 15px;
    }

    .head {
        min-width: auto;
    }

    .head.pc {
        position: absolute;
    }

    .nav>ul>li {
        width: auto;
        margin: 0 0.8%;
    }

    .head-top {
        background-position: 50% center;
    }

    .logo {
        width: 32%;
    }

    .logo img {
        width: 100%;
    }

    .section2::after {
        display: none;
    }

    .s4-c ul li a p {
        font-size: 16px;
    }

    .foot-l {
        width: 50%;
    }

    .foot-m {
        width: 40%;
    }

    .foot-r {
        width: 10%;
    }

    .s4-c ul li a p {
        font-size: 16px;
    }

    .position h3 {
        margin-left: 15px;
    }

    .nymain {
        min-width: 1150px;
    }

    div.WordSection1 {
        display: contents;
    }

    table {
        width: 100% !important;
    }
}
@media screen and (max-width: 1760px) {
    .nav>ul>li>a{
    font-size: 16px;
    padding: 0 8px;
}
}

@media screen and (max-width: 1024px) {

    html {
        font-size: 85px;
        min-width: 100%;
    }



    body {
        padding-top: 60px;
        min-width: 100%;
    }

    .pc {
        display: none;
    }

    .wap {
        display: block;
    }

    .b-top {
        display: none;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #0a5697;
        padding: 10px;
        z-index: 999;
        box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }

    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }

    .m-tlink {
        padding: 10px 15px 0 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .m-tlink a {
        font-size: 14px;
        margin-right: 15px;
        margin: 5px 0;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        line-height: 24px;
        /* background: #fff; */
        color: #fff;
        line-height: 30px;
        padding: 0 15px;
        border-radius: 5px;
        margin: 0 4px;
    }

    .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: 60px;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #0a5697;
        overflow-y: scroll;
        border-top: 1px solid #fff;

    }

    .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;
    }

    .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;
    }
    .footer{
    padding: 30px 0 30px 0;
    margin-top: 40px;
}
.foot-l{
    float: none;
    width: 100%;
    text-align: center;
}
    .foot-logo{
    text-align: center;
}
    .foot-logo a img{
    margin: 0 auto;
}
.foot-m{
    float: none;
        width: 100%;
        text-align: center;
}
.foot-r{
    float: none;
        width: 100%;
        text-align: center;
}
    .foot-info p{
    float: none;
}
    .foot-info{
    margin: 20px auto;
}
    .px1500{
    width: 98%;
    margin: 0 auto;
}
}

@media screen and (max-width: 768px) {
    .foot-logo a img{
    width: 80%;
}
}
@media screen and (max-width: 560px) {

    .foot-m ul li a{
    font-size: 14px;
    line-height: 27px;
}
}
@media screen and (max-width: 400px) {
        .foot-m ul li{width: 100%;}
}