@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    max-width: 1920px;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
em {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    display: block;
    color: inherit;
}

img,
input {
    border: 0;
    outline: none;
}

.wap {
    display: none;
}

.top>img.wap {
    display: none;
}

body .clear {
    float: none !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.icon img {
    transition: all 0.3s;
}

.icon:hover img {
    animation: icon-yh 0.6s linear 1;
}
.s1-banner ul li a:hover img{
    animation: icon-yh 0.6s linear 1;
}
.s1-banner ul li a:hover:before{
    animation: icon-xz infinite 8s 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);
    }
}
@keyframes icon-xz {
    0% {
        transform: translate(-50%,-50%) rotateZ(0);
    }

    100% {
        transform: translate(-50%,-50%) rotateZ(360deg);
    }
}

/* 头部导航 */
.nav-box{
    background-color: #0c7dd8;
}
.nav>ul>li {
    
    float: left;
    position: relative;
    width: 12.5%;
}

.nav>ul>li:first-child {
    border-left: none;
    margin-left: 0;
}

.nav>ul>li>a {
    display: block;
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 50px;
    position: relative;
    color: #fff;
}

.nav>ul>li:hover>a::before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f58c00;
    width: 0;
}


.nav>ul>li>div {
    position: absolute;
    top: 100%;
    width: 100%;
    text-align: center;
    background: rgb(255 255 255);
    z-index: 99;
    /* overflow: hidden; */
    line-height: normal;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background-color: #fff;
}

.nav>ul>li>div>ul {
    /* overflow: hidden; */
}

.nav>ul>li>div>ul>li {
    width: 100%;
    position: relative;
}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    /* white-space: nowrap; */
    padding: 8px 0;
}


.nav>ul>li>div>ul>li:hover a{

    color: #fff;
}
.nav>ul>li>div>ul>li:hover {

    background-color: #0c7dd8;
}
.nav>ul>li.active>a{
    background-color: #f58c00;
    color: #fff;
    font-weight: 600;
    line-height: 60px;
    margin-top: -10px;
}
.nav>ul>li.active>a::after{
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    border-left: 5px solid #c77c00;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid #c77c00;
    
}
.sanjinav
{
    display:none;
    position:absolute;
    top:0px;
    width:100%;
    left: 175px;
    background: #ffffff;
}
.sanjinav li a
{
    display: block !important;
    font-size: 16px !important;
    color: #333333 !important;
    line-height: 36px !important;
}
.sanjinav li:hover
{
    background:#0c7dd8;
}
.sanjinav li:hover a
{
    color: #fff !important;
}
/* pic：padding-top */

.pic {
    padding-top: 70%;
    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);
}


/* head */
.head{
    border-top: 6px solid #0c7dd8;
}


.h-middle{
    background-color: #fff;
    padding: 20px 0;
}


.logo{
    float: left;
}

.ser{
    float: right;
    width: 320px;
	height: 40px;
	border-radius: 20px;
    border: 1px solid #0c7dd8;
    overflow: hidden;
    position: relative;
    margin-top: 18px;
}

.ser input{
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 60px;
    border-radius: 20px;
}

.ser-img{
	width: 60px;
	height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/zs/images/ser.png) no-repeat #0c7dd8;
    background-position: center center;
    background-size: 25px 25px;
    cursor: pointer;
}


/* foot */
.foot{
    background-color: #0c7dd8;
    padding: 55px 0;
}
.foot-l{
    float: left;
}
.motto{

    margin-bottom: 15px;
}
.motto img{
    display: block;
    max-width: 85%;
}
.foot-l p{
    font-size: 16px;
	line-height: 30px;
	color: #ffffff;
}

.foot-r{
    float: right;
    
}


.c-right{
    overflow: hidden;
    margin-left: auto;
    margin-right: 140px;
    font-size: 16px;
	line-height: 30px;
	color: #ffffff;
    text-align: right;
    padding-top: 20px;
}



.flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.ny-m .a-box a {
    display: block;
    border: 1px solid #dfdfdf;
    width: 23%;
    padding: 12px 28px 12px;
    background: url(/zs/images/system-img.jpg) no-repeat 50%;
    background-size: cover;
    margin: 15px 0;
    margin-left: 2.66%;
    display: flex;
    align-items: center;
}
.ny-m .a-box a:nth-child(4n + 1)
{
    margin-left:0px;
}
.ny-m .a-box a h4 {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    font-family: "苹方-中";
    /* margin-bottom: 24px; */
}
.ny-m .a-box a:hover h4{
    color:#0c7dd8;
}











@media screen and (max-width:1400px) {
    .px1400 {
        padding-left: 10px;
        padding-right: 10px;
    }
    
}
@media screen and (max-width:1024px) {

    html,
    body {
        font-size: 14px;
    }

    body {
        padding-top: 60px;
    }

    .pc {
        display: none;
    }

    .wap {
        display: block;
    }

    .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;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #0c7dd8;
        padding: 10px;
        z-index: 999;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }

    .m-logo img {
        max-height: 35px;
        max-width: 85%;
        line-height: 40px;
        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;
    }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        border: 1px solid #fff;
        border: 1px solid rgba(255, 255, 255, 0.5);
        margin-top: 15px;
    }

    .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: #0c7dd8;
        overflow-y: scroll;
        border-top: 1px solid rgba(255, 255, 255, .1);
    }

    .m-nav ul {
        padding: 0 15px;
    }

    .m-nav ul li {
        border-bottom: 1px solid #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        position: relative;
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
        overflow: hidden;
    }

    .m-nav ul li ul li {
        border: none;
        float: left;
        width: 33%;
    }

    .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(/zs/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;
    }



    /* foot */
    .foot-l{
        float: none;
        width: auto;
        text-align: center;
        margin-bottom: 20px;
    }
    .foot-r{
        float: none;
        width: auto;
        text-align: center;
    }
    .c-right{
        text-align: center;
        margin: 0 auto;
    }
    .motto img{
        margin: 0 auto;
    }
    .ny-m .a-box a{
       padding-left:10px;
        padding-right:10px
    
    }
}
@media screen and (max-width:768px) {
    .foot{
        padding: 30px 0;
    }


    .ny-m .a-box a{
        padding:10px;
        margin:10px 0;
    }
    .ny-m .a-box a h4{
        font-size:14px;
    }
}
@media screen and (max-width:640px){
     .ny-m .a-box a{
         width:32%;
     }
}
@media screen and (max-width:480px) {
    .foot{
        padding: 20px 0;
    }
    .motto{
        margin-bottom: 10px;
    }
    .foot-l p{
        font-size: 14px;
        line-height: 24px;
    }
    .foot-l{
        margin-bottom: 15px;
    }
    .c-right{
        padding-top: 15px;
        font-size: 14px;
        line-height: 24px;
    }
     .ny-m .a-box a{
         width:48%;
     }
}