@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}


::-webkit-scrollbar {
    width: 6px;
    height: 9px;}

::-webkit-scrollbar-track {
    width: 3px;
    background: #666;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;}

::-webkit-scrollbar-thumb {
    background-color: #ef9e12;
    background-clip: padding-box;
    min-height: 28px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;}

::-webkit-scrollbar-thumb:hover {
    background-color: #ef9e12
;}

html,
body {
    color: #333;
    font-size: 16px;
    /* font-family:"sysong"; */
    font-family: 'Noto Serif SC';
    max-width: 1920px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;}

html {
    overflow: hidden auto;}

li {
    list-style: none;}

a {
    text-decoration: none;}

img,
input {
    border: 0;
    outline: none;}

.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);}
}

.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;}

.px1600 {
    max-width: 1600px;
    margin: 0 auto;}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;}

.t-search-zzc {
    position: fixed;
    z-index: 99998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);}

.t-search {
    padding: 0 0 10px 0;
    display: none;
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99999;
width:43%;}


.t-search>div input[type="text"] {
    display: block;
    width: 97%;
    padding: 0 70px 0 20px;
    font-size: 16px;
    height: 41px;
    box-sizing: border-box;}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 42px;
    width: 42px;
    background: #113281;}

.search-btn input {
    display: block;
    width: 20px;
    margin: 10px auto;}

.search-box {
    overflow: hidden;}

.search-box>div {
    float: right;
    padding-left: 9px;}

.search-box input[type="text"] {
    width: 149px;
    padding: 0 10px 0 0;
    line-height: 30px;
    height: 30px;
    background: none;
    color: #fff;
    vertical-align: middle;
    transition: all 0.3s;
    font-size: 14px;}

.search-box input[type="text"]::placeholder {
    color: #aaaaaa;}

.search-box input.p-submit {
    width: 30px;
    color: #aaaaaa;
    height: 30px;
    font-size: 14px;
    vertical-align: middle;

    background-position: center center;
    cursor: pointer;
    font-size: 0;}

.search-box img {
    display: block;
    cursor: pointer;}


.b-top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;}
.on{display:block;}
.b-top-l {
    float: left;
    font-size: 14px;
    color: #fff;
    color: rgba(229, 229, 229, 0.8);}

.b-top-r {
    float: right;
    overflow: hidden;}

.b-top-r>ul {
    float: left;
    overflow: hidden;}

.b-top-r>ul>li {
    float: left;}

.b-top-r>ul>li:nth-child(1) {
    margin-left: 0;}

.b-top-r>ul>li a {
    font-size: 12px;
    display: block;
    line-height: 24px;
    color: rgba(247, 247, 247, .8);
    position: relative;
    padding-left: 10px;
    /* padding-right: 22px; */
    margin-left: 10px;}

.b-top-r>ul>li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.6);}

.b-top-r>ul>li:first-child a::after {
    content: none;}

.b-top-r>ul>li a img {
    vertical-align: middle;
    display: block;
    margin-top: ;}

.b-top-r>ul>li a span {
    display: block;
    vertical-align: middle;}

.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: 25px;
    line-height: 25px;
    margin-top: 10px;
    padding: 0 10px;
    font-size: 0;
    background: #373535;}

.b-t-search>div .search-text {
    border: none;
    outline: none;
    line-height: 25px;
    height: 25px;
    width: 125px;
    vertical-align: middle;
    background: none;
    color: #fff;}

.b-t-search>div .search-btn {
    width: 25px;
    height: 25px;
    background: url(/zsxxw/dfiles/14676/images/search.jpg) 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 1s;
    padding: 0 0 20px 0;}

/* .head.show {
    top: -140px;
} */

.head_rgb.hide {
    /* top: -100%; */
    transform: translateY(-100%);
    opacity: 0;}


.head_wit.show {
    transform: translateY(0);
    opacity: 1;}

.head_rgb {
    transition-delay: 0s;}

.head_wit {
    background: rgba(14, 98, 124, 0.8);
    transform: translateY(-100%);
    transition: all 1s;
    padding-bottom: 10px;
    opacity: 0;}

.head_wit .head-welcome {
    margin-bottom: 10px;}

.head_rgb::before {}


.head-top {
    position: relative;    background-image: linear-gradient(to bottom, #113281, transparent);}

.head-welcome {
    overflow: hidden;
    background-color: #113281;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 25px;}

.welcome-text {
    float: left;}

.welcome-date {
    float: right;}
.seach{float:right;padding-left: 20px;}
.seach img{vertical-align:middle;}
.logo {
    float: left;}

.logo a {
    display: block;
    font-size: 0;}

.logo a img {
    vertical-align: middle;}

.nav {
    float: right;
    position: relative;
    font-family: pingFang;}

.nav>ul {}

.nav>ul>li {
    float: left;
    margin: 0 0 0 40px;
    position: relative;}

.nav>ul>li:first-child {
    border-left: none;
    padding-left: 0;
    margin-left: 0;}

.nav>ul>li>a {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 69px;
    position: relative;
    font-weight: 600;}

.nav>ul>li.active>a {}

.nav>ul>li.active>a::after {
    content: "";}

.nav>ul>li:hover>a {}

.nav>ul>li:hover>a::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 60px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fefeff;}

.nav>ul>li:hover>div {
    display: block;
    transform: scale(1);}

.nav>ul>li>div {
    position: absolute;
    top: 50px;
    width: 160px;
    z-index: 9999;
    padding: 35px 20px 15px 25px;
    overflow: hidden;
    line-height: normal;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    transform: scaleY(0);
    transition: all 0.3s;
    transform-origin: center 20px;}

.nav>ul>li>div::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 8;}

.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: 16px;
    color: #333333;
    line-height: 40px;
    white-space: nowrap;}

.nav>ul>li>div>ul>li a:hover {
    color: #073d8e;
    padding-left: 10px;
    position: relative;}

.nav>ul>li>div>ul>li a:hover::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #073d8e;}

.nav-pic {
    float: left;
    overflow: hidden;
    width: 140px;
    margin-right: 40px;}

.nav-pic img {
    display: block;
    width: 100%;}

.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 */

.banner {
    width: 100%;
    position: relative;}

.banner a {
    display: block;
    position: relative;
    overflow: hidden;}

.banner a img {
    display: block;
    width: 100%;}

.banner>img {
    display: block;
    width: 100%;}

.banner a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
   
    background-position: center top;
    z-index: 9;}

.banner .slick {
    position: relative;
    z-index: 9;}

.banner .slick-slide a {
    display: block;
    position: relative;}

.banner .slick-slide a img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 7;
    transition: all 8s;
    transform: scale(1.1);}

.banner .slick-slide.slick-current a img {
    animation: img_scale ease 5s infinite;}

@keyframes img_scale {
    0% {
        transform: scale(1.1);}

    100% {
        transform: scale(1);}

}

.banner .slick-slide a p {
    position: absolute;
    width: 100%;
    left: 50%;
    max-width: 1300px;
    transform: translateX(-50%);
    font-size: 30px;
    bottom: 40px;
    color: #fff;
    z-index: 9;}

/* 
.banner .slick-slide a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background-position: center bottom;
    z-index: 8;
}

.banner .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
 
    background-position: center top;
    z-index: 8;
} */

.banner .slick-dots {
    z-index: 9;
    bottom: 30px;
    font-size: 0;}


.banner .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0px 5px;
    background-color: #ffffff;
    opacity: 0.7;
    transition: all 0.3s;
    vertical-align: middle;
    border-radius: 4px;}

.banner .slick-dots li.slick-active {
    width: 48px;
    height: 8px;
    background-color: #fff;
    opacity: 1;}



.banner .slick2 {
    position: relative;
    z-index: 8;
    opacity: 0;}

.banner .slick-prev, .banner .slick-next {
    width: 56px;
    height: 56px;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 6px;
    z-index: 9;
    transition: all 0.5s;}

.banner .slick-prev {

    background-position: center center;
    left: 35px;}

.banner .slick-next {
    right: 35px;
   
    background-position: center center;}

.banner .slick-prev:hover {
 
    background-position: center center;}

.banner .slick-next:hover {
  
    background-position: center center;}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;}

.pic img:hover {
    transform: scale(1.05);}


.footer {
    background:#113281;
    margin-top: 55px;
    position: relative;}


.footer ul {
    overflow: hidden;
    border-bottom: 1px solid #0e81a0;
    padding-bottom: 20px;}

.footer ul li {
    float: left;
    width: 16.666%;}

.footer ul li a {
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}

.foot-b {
    padding: 10px;
    text-align: center;}

.foot-b div {
    font-size: 0;}

.foot-b span {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #ffffff;}

.foot-b p {
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;}
.foot-b a{ color: #ffffff;}



@media screen and (max-width: 1720px) {}

@media screen and (max-width: 1620px) {
    .px1600 {
        padding-left: 10px;
        padding-right: 10px;}
}

@media screen and (max-width: 1520px) {
    .px1500 {
        padding-left: 10px;
        padding-right: 10px;}


}

@media screen and (max-width:1400px) {
    .px1400 {
        padding-left: 10px;
        padding-right: 10px;}

    .nav>ul>li>a {
        font-size: 16px;
        line-height: 50px;}

    .nav>ul>li {
        margin-left: 25px;}

    .head .logo a img {
        height: 50px;}
}


@media screen and (max-width: 1320px) {

    .banner .slick-slide a p {
        font-size: 24px;
        padding: 0 10px;}

    .banner .slick-prev {
        left: 30px;}

    .banner .slick-next {
        right: 30px;}

    .px1300 {
        padding-left: 10px;
        padding-right: 10px;}

    .nav>ul>li>div {
        top: 35px;}

    .nav>ul>li:hover>a::after {
        top: 45px;}



}

@media screen and (max-width:1220px) {
    .nav>ul>li {
        margin-left: 20px;}
}

@media screen and (max-width:1024px) {
    body {}

    .banner .slick-slide a::after {
        display: none;}

    .pc {
        display: none;}

    .wap {
        display: block;}

    .b-top {
        display: none;}

    .banner-dot ul li {
        width: 10px;
        height: 10px;}

    .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: rgba(0, 0, 0, .4);
        background: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, 0));}

    .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;}

    .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;
        background: rgba(0, 116, 87, .9);
        padding-top: 60px;
        background: #113281;}

    .m-nav ul {
        padding: 0 15px;}

    .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(/zsxxw/dfiles/14676/images/m-nav_down.jpg) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;}

    .banner .slick-prev, .banner .slick-next {
        width: 30px;
        height: 30px;
        background-size: 15px auto;
        margin-top: 15px;}

    .banner .slick-prev {
        left: 10px;}

    .banner .slick-prev:hover {
        background-size: 15px auto;}

    .banner .slick-next {
        right: 10px;}

    .banner .slick-next:hover {
        background-size: 15px auto;}

    .footer ul li a {
        font-size: 14px;
        line-height: 30px;}

    .footer ul li {
        width: 25%;}

    .footer {
        margin-top: 50px;}

}

@media screen and (max-width:768px) {
    .banner .slick-dots {
        bottom: 10px;}

    .banner .slick-dots li {
        margin: 0 5px;
        width: 25px;
        height: 2px;}

    .banner .slick-dots li.slick-active::after {
        width: 30px;}

    .banner .slick-dots li button {
        font-size: 14px;}

    .banner .slick-slide a p {
        bottom: 10px;
        font-size: 18px;}

    .footer ul li {
        width: 33.33%;}

    .foot-b span, .foot-b p {
        font-size: 12px;
        line-height: 24px;}

}

@media screen and (max-width:640px) {}

@media screen and (max-width:480px) {
    .footer ul li {
        width: 50%;}
}

.wave {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
	z-index: 99999;}

.layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	z-index: 1000;}

#search {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 800px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #4f616d;
	background-color: #94070a;
	padding: 0 15px;
	font-size: 0;
	z-index: 1001;}

#search input[type="text"] {
	padding-right: 20px;
	width: 750px;
	height: 45px;
	line-height: 45px;
	vertical-align: middle;
	background-color: transparent;
	color: #fff;}

#search input[type="image"] {
	vertical-align: middle;}

#search input::placeholder {
	color: #fff;}

.wave.on {
	display: block;}
@media screen and (max-width:375px) {}

/*ÓÑÇéÁ´½Ó*/

.foot-link  {
    margin-top: 55px;}

.foot-link  li {
margin-right: 20px;
margin-bottom: 10px;
  display: inline-block;
  padding: 15px;
  border: 1px dashed rgba(17, 17, 17, 0.2);
-webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
    }

.foot-link  li a {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    }
.foot-link  li span {
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #333;
    font-weight: bold;
}
.foot-link li:hover {
  border: 1px dashed rgb(214 230 241);
box-shadow: 0px 0px 8px 0px rgb(214 230 241);
}

.foot-link li:hover a {
  color: #113281;
}