﻿@charset "utf-8";
/**************************** 整体风格，根据需要增删改模块 ****************************/

/* 全局界面 */

body {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Microsoft YaHei, PingFang SC, Source Han Sans SC, Noto Sans CJK SC, SimHei, sans-serif;
    font-size: 14px;
    color: #333;
}

.w1200 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.header .nav {
    height: 60px;
    margin-top: 50%;
}

.header.blue .nav {
    height: 100px;
    margin-top: 0;
}

.header .nav li {
    width: 33.3%; 
    line-height: 60px;
}

.header.blue .nav li {
    width: 20%;
    line-height: 100px;
}

.header .nav li a {
    background-color: rgba(51, 136, 255, .5);
}

.header.blue .nav li a {
    background-color: none;
}

.header .nav .home {
    display: none;
}

.header.blue .nav .home {
    display: block;
}

/* 搜索 */

.search {
    position: absolute;
    bottom: 70px;
    left: 50%;
    z-index: 9;
    width: 720px;
    height: 60px;
    margin-left: -360px;
    line-height: 0;
    font-size: 0;
}

.search input,
.search button {
    float: left;
    display: block;
}

.search input {
    box-sizing: border-box;
    width: 720px;
    height: 60px;
    border: none;
    outline: none;
    padding: 20px 120px 20px 20px;
    line-height: 20px;
    font-size: 16px;
    background-color: rgba(255, 255, 255, .8);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
}

.search input:focus {
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
}

.search button {
    width: 100px;
    height: 60px;
    border: none;
    background: #38f url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cdefs%3E%3Cstyle/%3E%3C/defs%3E%3Cpath d='M146.286 475.429h14.628c0 168.228 138.972 307.2 307.2 307.2s307.2-138.972 307.2-307.2-138.971-307.2-307.2-307.2-307.2 138.971-307.2 307.2h-14.628zm804.571 402.285c21.943 21.943 21.943 58.515 0 80.457-21.943 21.943-58.514 21.943-80.457 0L724.114 811.886c-73.143 58.514-160.914 87.771-256 87.771-234.057 0-424.228-190.171-424.228-424.228S234.057 51.2 468.114 51.2s424.229 190.171 424.229 424.229c0 95.085-29.257 182.857-87.772 256l146.286 146.285z' fill='%23fff'/%3E%3C/svg%3E") 50% 50% no-repeat;
    color: #fff;
    cursor: pointer;
    text-align: center;
    margin-left: -100px;
}

.search .btn {
    float: left;
    display: inline-block;
    width: 80px;
    height: 40px;
    background-color: #3498db;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin-left: 2px;
    vertical-align: middle;
    font-weight: bold;
}

.header.blue .search {
    display: none;
}

.scrolling {
    position: fixed;
    left: 50%;
    bottom: 40px;
    z-index: 99;
    overflow: hidden;
    display: block;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    padding: 5px;
    transform: rotateZ(-45deg);
    /*border-radius: 100px;
    box-shadow: inset 0 0 100px rgba(27,128,210,.2);*/
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.scrolling span,
.scrolling:before,
.scrolling:after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: -10%;
    right: -10%;
    width: 30%;
    height: 30%;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-animation: start 2s infinite linear;
    animation: start 2s infinite linear;
}

.scrolling:before {
    margin: 4px 4px 0 0;
    -webkit-animation: start 2s .3s infinite linear;
    animation: start 2s .3s infinite linear;
}

.scrolling:after {
    margin: 8px 8px 0 0;
    -webkit-animation: start 2s .6s infinite linear;
    animation: start 2s .6s infinite linear;
}

.start {
    -webkit-animation: start 2s infinite linear;
    animation: start 2s infinite linear;
}

@-webkit-keyframes start {
    0% {
        -webkit-transform: scale(0.9) translate(-5px, 5px);
        opacity: 0
    }

    25% {
        -webkit-transform: scale(1) translate(-20px, 20px);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(0.9) translate(-40px, 40px);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 0
    }
}

@keyframes start {
    0% {
        transform: scale(0.9) translate(-5px, 5px);
        opacity: 0
    }

    25% {
        transform: scale(1) translate(-20px, 20px);
        opacity: 1
    }

    50% {
        transform: scale(0.9) translate(-40px, 40px);
        opacity: 0
    }

    100% {
        transform: translate(0, 0);
        opacity: 0
    }
}

.section h2 {
    height: 80px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #147;
    text-align: center;
    background: url(/images/zjxx/t.png) 50% 0 no-repeat;
}

.section h2 b {
    display: block;
    margin-bottom: 10px;
    line-height: 36px;
    font-size: 28px;
    color: #147;
}

.section h2 span {
    display: block;
    line-height: 34px;
    font-size: 20px;
    font-weight: normal;
    color: #aaa;
}


/* 首屏大图 */

.banner {
    position: relative;
    overflow: hidden;
}

.banner h1 {
    position: absolute;
    top: 28%;
    left: 50%;
    z-index: 5;
    width: 800px;
    height: 200px;
    margin: -100px 0 0 -400px;
   /* background: url(/images/zjxx/logo_zjxx_h1.png) center no-repeat; */
 background: url(/images/zjxx/logo_zjxx_h2021010501.png) center no-repeat;
    -webkit-background-size: 800px auto;
    background-size: 840px auto;
    animation-duration: 2s;

}
.slogan {
    position: absolute;
    bottom: 140px;
    left: 50%;
    z-index: 5;
    width: 800px;
    height: 100px;
    line-height: 100px;
    margin: 0 0 0 -400px; 
    text-align: center;
    font-size: 64px;
    background: url(/images/zjxx/h20210105.png) center no-repeat;
    animation-duration: 2s;
    animation-delay: .5s;
}

.banner .pic ul,
.banner .pic li {
    width: 100% !important;
}

.banner .pic li div {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    min-height: 600px;
    background-position: 50% 0;
    -webkit-background-size: cover;
    background-size: cover;
    transition: transform 8s;
}

.banner .pic li.current div {
    transform: scale(1.04, 1.04);
}

.banner .navi {
    position: absolute;
    right: 25px;
    top: 50%;
    z-index: 5;
    width: 3px;
    margin-top: -60px;
}

.banner .navi li {
    margin: 4px;
}

.banner .navi li a {
    display: block;
    width: 4px;
    height: 32px;
    font: 0/0 a;
    background-color: #fff;
    opacity: .5;
    transition: all .35s;
}

.banner .navi li.on a {
    opacity: 1;
}

.banner .navi li a:after {
    content: '';
    display: block;
    height: 0px;
    background-color: #38f;
    opacity: 0;
    transition: height ease-in 7s;
}

.banner .navi li.on a:after {
    height: 32px;
    opacity: 1;
}



/* part2 */
.p2 {
    margin-top: -280px;
    padding: 180px 0 60px;
    background: #fff url(/images/zjxx/p2.png) 50% 100% no-repeat;
}

.focus {
    position: relative;
    width: 1200px;
    margin: 0 0 60px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}

.focus .prev,
.focus .next {
    position: absolute;
    top: 50%;
    display: block;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    line-height: 80px;
    text-align: center;
    font-size: 48px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.focus .prev {
    transform: translate(-80px, 0);
    left: -40px;
}

.focus .next {
    transform: translate(80px, 0);
    right: -40px;
}

.focus:hover .prev,
.focus:hover .next {
    opacity: 1;
    transform: translate(0, 0);
}

.focus .navi {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 800px;
    line-height: 0;
    font-size: 0;
    text-align: center;
}

.focus .navi span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    line-height: 0;
    font-size: 0;
    background-color: #fff;
    color: transparent;
    cursor: pointer;
    border-radius: 100px;
    transition: all .3s;
}

.focus .navi span.on {
    width: 40px;
    background-color: #7a3;
}


.focus .cont,
.focus .cont li {
    position: relative;
    overflow: hidden;
    width: 1200px;
    height: 455px;
}

.focus .pic {
    float: left;
    width: 800px;
    height: 450px;
    border-top: 5px solid #3a80fe;
    background-color: #fff;
}

.focus .pic img {
    width: 100%;
    min-height: 450px;
}

.focus .text {
    float: right;
    position: relative;
    width: 340px;
    height: 390px;
    border-top: 5px solid #7a3;
    padding: 30px;
    background: url(/images/zjxx/trans.png), url(/images/zjxx/grad1.png) top repeat-x;
    color: #fff;
}

.focus .text:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -32px;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-right: 16px solid #0684ff;
    margin-top: -16px;
}

.focus h4 {
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 24px;
}
.focus h4 a{
color:#fff;
}
.focus p {
    line-height: 30px;
    font-size: 16px;
}

.focus p a {
    color: #fff;
}

.news li {
    float: left;
    position: relative;
    width: 33.33%;
    line-height: 30px;
}

.news li a {
    position: relative;
    display: block;
    margin: 20px;
}

.news li h4 {
    margin-left: 80px;
    margin-bottom: 15px;
    font-size: 20px;
}

.news li h4:after {
    content: '';
    display: block;
    width: 40px;
    margin-top: 15px;
    border-bottom: 1px solid #ddd;
}

.news li p {
    text-indent: 2em;
    font-size: 16px;
    color: #797979;
}

.news .date {
    display: none;
}

.news .calendar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 60px;
    height: 80px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: #147;
}

.news .calendar em {
    display: block;
    line-height: 60px;
    font-size: 48px;
}

.news li a:hover h4,
.news li a:hover .calendar {
    color: #38f;
}

.news li a:hover h4:after {
    border-bottom: 1px solid #38f;
}

.news .more {
    display: inline-block;
    padding: 0 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    transition: all .3s;
}

.news .more:hover {
    transform: translate(0, -3px);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .2);
}

/* part3 */

.p3 {
    padding: 50px 0 60px;
    background: url(/images/zjxx/p3.jpg) 50% 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.p3 .pane {
    min-height: 260px;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
}

.p3 .pane h3 {
    margin: -20px -20px 0;
    border-bottom: none;
    font-size: 16px;
}

.p3 .pane h4 {
    margin: 0;
    padding: 15px 0;
    font-size: 16px;
    background: url(/images/zjxx/t4.png) center repeat-x;
}

.p3 .pane h4 b {
    display: inline-block;
    padding: 0 10px;
    font-weight: normal;
    background-color: #fff;
    color: #048;
}

.p3 .pane h5 {
    padding: 10px 0;
    line-height: 30px;
    text-align: center;
}

.p3 .pane h5 b {
    display: inline-block;
    padding: 0 20px;
    border-radius: 100px;
}

.stat {
    position: relative;
    overflow: hidden;
}

.stat li {
    position: relative;
    height: 100px;
    border-top: 1px dotted #ddd;
    border-left: 1px dotted #ddd;
    margin: -1px 0 0 -1px;
    padding: 10px 0;
    line-height: 20px;
    text-align: center;
}

.stat li i {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 32px;
    color: #fff;
}

.stat li strong {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    font-family: "";
    line-height: 60px;
    font-size: 24px;
}

.stat li em {
    display: block;
    line-height: 2em;
    font-family: "";
    font-weight: bold;
    font-size: 30px;
    color: #38f;
}

.stat li b {
    display: block;
    font-size: 15px;
    color: #797979;
}

/* part4 */
.p4 {
    padding: 50px 0;
}

.tab {
    position: relative;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    color: #ccc;
}

.tab:before,
.tab:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -5px;
    width: 300px;
    height: 10px;
    background-image: url(/images/zjxx/tab.png);
    background-repeat: no-repeat;
}

.tab:before {
    left: 0;
    background-position: 100% 0;
}

.tab:after {
    right: 0;
    background-position: 0 0;
}

.tab a {
    display: inline-block;
    padding: 0 35px;
    font-size: 18px;
}

.tab a.current {
    font-weight: bold;
    color: #37e;
}

.magazine {
    position: relative;
}

.cover {
    position: relative;
    overflow: hidden;
    width: 1020px;
    margin: 0 auto;
}

.cover li {
    float: left;
    width: 340px;
}

.cover li a {
    position: relative;
    display: block;
    margin: 20px;
   /* padding: 130% 0 0;*/
    background-color: #ddd;
    transition: all .3s;
    height:440px;
}
.cover li a img{
width:300px;
height:440px;
}
.cover li a:hover {
    transform: scale(1.05, 1.05);
}

.cover li a:before,
.cover li a:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 4px;
    right: 4px;
    height: 4px;
    border: 1px solid #ddd;
    border-top: none;
}

.cover li a:after {
    position: absolute;
    left: 8px;
    right: 8px;
    margin-top: 4px;
}

.cover li a em {
    position: absolute;
    top: -6px;
    left: 20px;
    display: block;
    width: 64px;
    height: 88px;
    line-height: 68px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background: url(/images/zjxx/badge.png) 0 0 no-repeat;
    color: #fff;
}

.magazine .navi {
    position: relative;
    left: 50%;
    float: left;
    padding: 16px 0;
}

.magazine .navi li {
    position: relative;
    right: 50%;
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    line-height: 0;
    font-size: 0;
    border-radius: 100px;
    background-color: #e9e9e9;
    cursor: pointer;
}

.magazine .navi li.on {
    background-color: #38f;
}

.magazine .prev,
.magazine .next {
    position: absolute;
    top: 50%;
    display: block;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    text-align: center;
    font-size: 32px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.magazine .prev {
    transform: translate(-80px, 0);
    left: 0;
}

.magazine .next {
    transform: translate(80px, 0);
    right: 0;
}

.magazine:hover .prev,
.magazine:hover .next {
    opacity: 1;
    transform: translate(0, 0);
}

a.prev:hover,
a.next:hover {
    background-color: #38f;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}

/* part5 ***********************20190220修改********************************/

.p5 {
    padding: 50px 0 80px;
    background: url(/images/zjxx/cubes.png);
    /*box-shadow: inset 0 -5px 10px rgba(0,0,0,.15);*/
}

.p5 h2 {
    background: none;
}

.company li {
    width: 1200px;
    max-width: 100%;
    margin: 0 -1px -1px 0;
}

.company li a {
    position: relative;
    overflow: hidden;
    display: block;
    height: 60px;
    margin: 2px;
    width: 16.11%;
    float: left;
    border: 1px dashed #ddd;
    background-color: #fff;
}

.company li a:hover {
    border: 1px solid #ace;
}

.company li img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform .3s;
}

.company li a:hover img {
    opacity: 1;
    transform: scale(1.1, 1.1);
}




   /*.company li img {-webkit-filter: grayscale(100%);filter: grayscale(100%);width: 100%;}*/
   .company li img:hover{-webkit-filter: none;filter: none;}


/**************************** 20190328服务修改****************************/
.fw{
    width: 100%;
}
.fw .list-p{
    margin:0px 130px;
}
.fw .list-p li {
    position: relative;
    overflow: hidden;
    width: 220px;
    height: 220px;
    margin:50px;
    padding: 0;
    float: left;
}

.fw .list-p li>a {
    display: block;
    margin: 0;
}

.fw .list-p li .pic {
    position: relative;
    overflow: hidden;
    width: 220px;
    height: 220px;
}

.fw .list-p li .pic img {
    display: block;
    height: 220px;
    width:220px;
}

.fw .list-p li p {
    position: relative;
    z-index: 3;
    width: 220px;
    height: 220px;
    margin: 0px;
    line-height: 220px;
    text-align: center;
    font-size:20px;
    font-weight:bold;
    transition: margin .3s;
}

.fw .list-p li:hover p {
    margin-top:-220px;
    background-color: rgba(1, 151, 243, .9);
    color: #fff;
}

