.head {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); */
    background-color: #fff;
}

.headd {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
}

.top {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    transition: .5s;
}

.headd .top {
    padding: 10px 0px 10px 3%;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 35px;
    transition: .3s;
}

.head .logo img:last-child {
    display: none;
}

.headd .logo img {
    height: 35px;
}

.headd .logo img:first-child {
    display: none;
}

.headd .logo img:last-child {
    display: block;
}

.menu {
    display: flex;
    width: 65%;
    position: relative;
    align-items: center;
    border-bottom: 1px rgba(255, 255, 255, .3) solid;
}

.headd .menu {
    border-bottom: 0;
}

.menu ul {
    width: 85%;
    display: flex;
    justify-content: space-between;
}

.menu ul li {
    position: relative;
}

.menu ul li.abone {
    position: static;
}

.menu ul li>a {
    display: block;
    color: #2d2d2d;
    font-size: 1.6rem;
    line-height: 90px;
    position: relative;
    transition: .5s;
}

.headd .menu ul li>a {
    font-size: 1.4rem;
    line-height: 35px;
    color: #000;
    padding: 0px 10px 0px;
}

.menu ul li>a:after {
    content: "";
    display: block;
    width: 0;
    bottom: -2px;
    left: 50%;
    position: absolute;
    height: 4px;
    background: #0164c9;
    transition: .5s;
}

.headd .menu ul li>a:after {
    height: 2px;
}

.menu ul li.cur>a:after, .menu ul li:hover>a:after {
    width: 100%;
    left: 0;
}

.menu ul li:hover dl {
    display: block;
}

.menu ul li>dl {
    top: 100%;
    display: none;
    width: 130px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    padding: 10px 0px 0px;
}

.headd .menu ul li>dl {
    padding: 15px 0px 0px;
}

.menu ul li>dl:before {
    content: "";
    display: block;
    border-bottom: 6px #fbfbfb solid;
    border-left: 6px transparent solid;
    border-right: 6px transparent solid;
    width: 0;
    height: 0;
    margin: 0 auto;
}

.menu ul li>dl section {
    background: #fbfbfb;
    border-radius: 5px;
}

.menu ul li>dl dd a {
    color: #000;
    display: block;
    font-size: 1.3rem;
    line-height: 45px;
    text-align: center;
}

.menu ul li>dl dd a:hover {
    color: #f36201;
}

.menu .search {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
    transition: .5s;
}

.headd .menu .search {
    padding-bottom: 0;
}

.menu .search i {
    display: block;
    cursor: pointer;
}

.menu .sousuo {
    position: absolute;
    top: 120%;
    left: 0;
    width: 90%;
    display: none;
}

.menu .sousuo form {
    display: flex;
    width: 100%;
}

.menu .sousuo form input {
    border: 0;
    background: rgba(255, 255, 255, .7);
    line-height: 25px;
    padding: 10px;
    width: 85%;
    outline: none;
}

.menu .sousuo form button {
    width: 15%;
    background: #4b7ee3;
    color: #fff;
    font-size: 1.5rem;
    transition: .3s;
    border: 0;
}

.menu .sousuo form button:hover {
    background: #0054a6;
}

.abmenu {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 999;
    top: 96px;
    display: none;
}

.abcd {
    background: #fbfbfb;
}

.abmenuu {
    top: 45px;
    padding: 15px 0px 0px;
}

.abmuct {
    display: flex;
    justify-content: space-between;
    padding: 25px 0px 30px;
}

.abmuct dl dt {
    font-weight: normal;
    margin: 0px 0px 5px;
}

.abmuct dl dt a {
    color: #4aabf7;
    line-height: 30px;
    font-size: 1.6rem;
}

.abmuct dl dd a {
    color: #000;
    line-height: 30px;
    font-size: 1.3rem;
}

.abmuct dl dd a:hover {
    text-decoration: underline;
    color: #7cc5ff;
}

.abmuct .amtext {
    width: 20%;
    color: #000;
    font-size: 1.3rem;
    line-height: 24px;
}

.abmuct .amtext img {
    max-width: 100%;
}

.abmuct .amtext section {
    margin: 10px 0px 0px;
}

.guanggao {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 12%;
    z-index: 999;
}

.guanggao section {
    background: rgba(16, 87, 170, .6);
    padding: 30px 50px;
    margin: 0px 0px 5%;
    animation: fadeInLeftBig .8s;
    -webkit-animation: fadeInLeftBig .8s;
}

.guanggao h4 {
    margin: 0 0 10px;
    color: #fff;
    font-family: Fonttwo;
    font-size: 1.6rem;
    line-height: 32px;
    animation: fadeInLeftBig 1s;
    -webkit-animation: fadeInLeftBig 1s;
}

.guanggao h3 {
    font-size: 3.7rem;
    color: #fff;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: 2px;
    animation: fadeInLeftBig 2s;
    -webkit-animation: fadeInLeftBig 2s;
}

.guanggao span {
    font-size: 1.6rem;
    line-height: 24px;
    color: #fff;
    margin: 15px 0px 0px;
    display: block;
    animation: fadeInLeftBig 1.5s;
    -webkit-animation: fadeInLeftBig 1.5s;
}

@media (max-width:1400px) {
    .menu {
        width: 70%;
    }
    .menu ul li a {
        font-size: 1.5rem;
    }
    .menu ul {
        width: 80%;
    }
    .menu .search {
        width: 20%;
    }
}

#banner .item section {
    position: relative;
    display: flex;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

@media (max-width:1700px) {
    #banner .item section {
        background-size: 100% 100%;
    }
}

@media (max-width:1500px) {
    #banner .item section {
        background-size: auto 100%;
    }
}

@media (max-width:1400px) {
    #banner .item section {
        background-size: auto 100%;
    }
}

#banner .item section h4 {
    margin: 0 0 20px;
    color: #fff;
    font-family: Fonttwo;
    font-size: 3.5rem;
    line-height: 45px;
    animation: fadeInRightBig .5s;
    -webkit-animation: fadeInRightBig .5s;
}

#banner .item section h3 {
    font-size: 3.5rem;
    color: #fff;
    line-height: 40px;
    animation: fadeInRightBig 1s;
    -webkit-animation: fadeInRightBig 1s;
}

#banner .item section span {
    font-size: 1.6rem;
    line-height: 24px;
    color: #fff;
    margin: 40px 0px 50px;
    display: block;
    animation: fadeInRightBig 1.5s;
    -webkit-animation: fadeInRightBig 1.5s;
}

#banner .item section a {
    display: block;
    width: 148px;
    line-height: 42px;
    border: 2px rgba(255, 255, 255, .6) solid;
    color: #fff;
    text-align: center;
    animation: fadeInRightBig 2s;
    -webkit-animation: fadeInRightBig 2s;
}

#banner .item section a:hover {
    background: #fff;
    color: #097fd0;
    border: 2px #fff solid;
}

@media (max-width:1400px) {
    #banner .item section h4 {
        margin: 0 0 20px;
        font-size: 2.5rem;
        line-height: 35px;
    }
    #banner .item section h3 {
        font-size: 2.5rem;
        line-height: 30px;
    }
    #banner .item section span {
        margin: 30px 0px 40px;
    }
    #banner .item section a {
        font-size: 1.3rem;
        line-height: 40px;
    }
}

#banner .yuandian {
    position: absolute;
    bottom: 200px;
    z-index: 99;
    width: 100%;
}

#banner .carousel-indicators {
    bottom: 2%;
}

#banner .carousel-indicators li {
    width: 11px;
    height: 11px;
    background: rgba(0, 0, 0, .5);
    border-radius: 6px;
    transition: .3s;
    margin: 0 5px 0px 0px;
    border: 0;
    opacity: 1;
}

#banner .carousel-indicators li.active {
    background: #4b7ee3;
    border: 0;
    width: 35px;
}

#banner .yuandian .suzhi {
    display: flex;
    font-size: 2.6rem;
    color: #fff;
    font-family: Fontthree;
}

#banner .yuandian .suzhi p {
    font-family: Fontthree;
    color: #fff;
    padding-right: 5px;
}

#banner .yuandian .suzhi p small {
    font-family: Fontthree;
    font-size: 2.6rem;
    color: #fff;
}

#banner .yuandian .suzhi p font {
    font-family: arial;
    margin-left: 6px;
}

#banner .yuandian .suzhi span {
    color: #fff;
    opacity: .4;
}

#banner .yuandian .subiao {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#banner .yuandian .subiao big {
    display: block;
    width: 24px;
    height: 35px;
    border: 3px #fff solid;
    border-radius: 12px;
    position: relative;
}

#banner .yuandian .subiao big:after {
    content: "";
    display: block;
    width: 2px;
    height: 7px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 4px;
    margin: 0px 0px 0px -1px;
    -webkit-animation: subiao .5s infinite linear;
    -o-animation: subiao .5s infinite linear;
    animation: subiao .5s infinite linear;
}

@media (max-width:1400px) {
    #banner .yuandian .suzhi {
        font-size: 2.0rem;
    }
    #banner .carousel-indicators li {
        height: 2px;
    }
    #banner .yuandian .subiao big {
        border: 2px #fff solid;
    }
}

@keyframes subiao {
    0% {
        top: 4px;
    }
    50% {
        top: 10px;
    }
    100% {
        top: 4px;
    }
}

@-webkit-keyframes subiao {
    0% {
        top: 4px;
    }
    50% {
        top: 10px;
    }
    100% {
        top: 4px;
    }
}

.remen {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
    background: rgba(0, 0, 0, .18);
    padding: 20px 4% 15px;
}

.remen ul {
    display: flex;
    width: 60%;
    justify-content: space-between;
}

.remen ul li a {
    display: block;
    color: #fff;
}

.remen ul li a big {
    display: flex;
    width: 68px;
    height: 68px;
    margin: 10px;
    justify-content: center;
    align-items: center;
    transition: .5s;
    border: 2px #fff dashed;
    border-radius: 50%;
}

.remen ul li a:hover big {
    margin: 0px;
    width: 88px;
    height: 88px;
    border: 2px #fff solid;
}

.remen ul li a small {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 15px 0px 0px;
}

.remen span {
    display: block;
    width: 15%;
}

.remen span p {
    color: #fff;
    font-size: 2.4rem;
    margin: 0px 0px 30px;
}

.remen section {
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.remen section form {
    width: 70%;
    display: flex;
    margin-left: 30%;
}

.remen section form input {
    width: 75%;
    line-height: 20px;
    background: #fff;
    border: 0;
    padding: 10px;
}

.remen section form button {
    width: 25%;
    background: #4b7ee3;
    border: 0;
    color: #fff;
    font-size: 1.5rem;
}

.remen section a {
    display: block;
    color: #fff;
    font-size: 1.7rem;
    margin: 30px 0px 0px;
    background: url(../images/mrjt.png) right center no-repeat;
    padding-right: 25px;
}

@media (max-width:1400px) {
    .remen span p {
        font-size: 1.6rem;
        margin: 0px 0px 20px;
    }
    .remen span i img {
        max-width: 35%;
    }
    .remen ul li a big {
        width: 58px;
        margin: 5px;
        height: 58px;
        border: 1px #fff dashed;
    }
    .remen ul li a:hover big {
        width: 68px;
        margin: 0;
        height: 68px;
        border: 1px #fff solid;
    }
    .remen ul li a big img {
        max-height: 45%;
        width: auto;
    }
    .remen ul li a small {
        font-size: 1.4rem;
        margin: 0px 0px 0px;
    }
    .remen section form input {
        padding: 8px 10px;
    }
    .remen section form button {
        font-size: 1.4rem;
    }
    .remen section a {
        font-size: 1.4rem;
        margin: 20px 0px 0px;
        padding-right: 20px;
        line-height: 26px;
    }
}

.title h3 {
    font-size: 3.8rem;
    color: #343434;
    line-height: 44px;
}

.title small {
    display: block;
    color: #b2b2b2;
    font-size: 1.2rem;
    line-height: 18px;
    font-family: arial;
    text-transform: uppercase;
    margin: 5px 0px 17px;
}

.title span {
    display: flex;
    justify-content: space-between;
    width: 68px;
    margin: 0 auto;
}

.title span:before {
    content: "";
    display: block;
    height: 5px;
    width: 15%;
    background: #484848;
}

.title span:after {
    content: "";
    display: block;
    height: 5px;
    width: 80%;
    background: #4b7ee3;
}

.about {
    background: #e9e9e9;
    padding: 60px 0 100px;
}

.about .title {
    text-align: center;
}

.about ul {
    display: flex;
    width: 1680px;
    height: 550px;
    margin: 45px auto 0px;
    background: #fff;
}

.about ul li {
    width: 235px;
    border-right: 1px #e9e9e9 solid;
    text-align: center;
    overflow: hidden;
    background: #fff;
    display: block;
    cursor: pointer;
    position: relative;
    transition: width .3s;
    margin: 0 auto;
}

.about ul li:last-child {
    border-right: 0;
}

.about ul li.cur {
    width: 740px;
}

.about ul li .zhank {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    transform: scale(0);
    position: absolute;
    width: 740px;
    height: 100%;
    top: 0;
    left: 0;
}

.about ul li.cur .zhank {
    transform: scale(1);
}

.about ul li .zhank h3 {
    width: 100%;
    position: relative;
}

.about ul li .zhank h3 big {
    display: block;
    padding: 0px 0px 10px;
}

.about ul li .zhank h3 span {
    display: block;
    font-size: 2.2rem;
    color: #fff;
    line-height: 30px;
}

.about ul li .zhank h3 small {
    display: block;
    font-size: 1.2rem;
    font-family: arial;
    color: #fff;
    line-height: 26px;
}

.about ul li .zhank h3 i {
    font-style: normal;
    font-size: 13.0rem;
    color: rgba(255, 255, 255, .2);
    font-family: Fontthree;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 110px;
}

.about ul li .zhank section {
    line-height: 24px;
    color: #fff;
    padding: 0px 15%;
    width: 100%;
    margin: 5% 0px 0px;
}

.about ul li .zhank>a {
    display: block;
    display: block;
    width: 110px;
    border: 1px #fff solid;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    transition: .3s;
    margin: 5% auto 0px;
}

.about ul li .zhank>a:hover {
    background: #fff;
    color: #000;
}

@media (max-width:1400px) {
    .about ul li .zhank h3 span {
        font-size: 1.6rem;
        line-height: 22px;
    }
    .about ul li .zhank section {
        line-height: 22px;
        font-size: 1.2rem;
    }
}

.about ul li .sous {
    position: relative;
    height: 100%;
    overflow: hidden;
    width: 235px;
    padding: 25% 0px 0px;
    transform: scale(1);
    transition: background .3s;
}

.about ul li:hover .sous {
    background: #4b7ee3;
}

.about ul li.cur .sous {
    transform: scale(0);
}

.about ul li .sous h2 {
    width: 100%;
    margin: 0px 0px 20%;
}

.about ul li .sous h2 big {
    display: block;
    width: 100%;
    position: relative;
    height: 60px;
    overflow: hidden;
}

.about ul li .sous h2 big img {
    transition: .3s;
}

.about ul li:hover .sous h2 big img {
    margin-top: -50px;
}

.about ul li .sous h2 big:after {
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -23px;
    background: rgba(75, 126, 227, .08);
}

.about ul li .sous h2 span {
    display: block;
    font-size: 1.65rem;
    color: #000;
    line-height: 28px;
}

.about ul li:hover .sous h2 span {
    color: #fff;
}

.about ul li .sous h2 small {
    display: block;
    color: #c0c0c0;
    font-size: 1.2rem;
    font-family: arial;
    line-height: 22px;
}

.about ul li:hover .sous h2 small {
    color: #fff;
}

.about ul li .sous section {
    color: #6d6d6d;
    line-height: 30px;
    font-size: 1.3rem;
}

.about ul li:hover .sous section {
    color: #fff;
}

.about ul li .sous i {
    display: block;
    font-style: normal;
    position: absolute;
    right: -10px;
    bottom: 15px;
    color: #e0e0e0;
    font-size: 6.5rem;
    font-family: Fontthree;
}

.about ul li:hover .sous i {
    color: #fff;
}

@media (max-width:1700px) {
    .about ul {
        width: 1480px;
    }
    .about ul li {
        width: 200px;
    }
    .about ul li .sous {
        width: 200px;
    }
    .about ul li a {
        width: 200px;
    }
    .about ul li.cur {
        width: 680px;
    }
    .about ul li .zhank {
        width: 680px;
    }
}

@media (max-width:1500px) {
    .about ul {
        width: 1280px;
        height: 450px;
    }
    .about ul li {
        width: 180px;
    }
    .about ul li .sous {
        width: 180px;
    }
    .about ul li a {
        width: 180px;
    }
    .about ul li.cur {
        width: 560px;
    }
    .about ul li .zhank {
        width: 560px;
    }
}

@media (max-width:1400px) {
    .about ul {
        width: 1080px;
    }
    .about ul li .sous {
        width: 150px;
    }
    .about ul li {
        width: 150px;
    }
    .about ul li a {
        width: 150px;
    }
    .about ul li.cur {
        width: 480px;
    }
    .about ul li .zhank {
        width: 480px;
    }
}

@media (max-width:1400px) {
    .about ul li .sous h2 span {
        font-size: 1.4rem;
    }
    .about ul li .sous section {
        font-size: 1.2rem;
        line-height: 26px;
    }
    .about ul li .sous i {
        font-size: 5.0rem;
    }
}

.jiejue {
    background: url(../images/fabg.jpg) center no-repeat;
    padding: 130px 7%;
    display: flex;
    justify-content: space-between;
}

.jiejue .jjtext {
    width: 26%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 10px 0px 3%;
}

.jiejue .jjimg {
    width: 38%;
    display: flex;
    align-items: center;
}

.jiejue .jjchan {
    width: 26%;
    position: relative;
}

.jiejue .jjimg .wyuan {
    position: relative;
    width: 100%;
}

.jiejue .jjimg .nyuan {
    padding: 26px;
    height: 100%;
    width: 100%;
}

.jiejue .jjimg .nyuan span {
    display: block;
    background: #fff;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    position: relative;
}

.jiejue .jjimg .nyuan span img {
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    border-radius: 50%;
    position: absolute;
    top: 40px;
    left: 40px;
    display: block;
    opacity: 0;
    transition: .3s;
}

.jiejue .jjimg .nyuan span img.xs {
    opacity: 1;
    z-index: 9;
}

.jiejue .jjimg .wyuan .rote {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px #fff solid;
    border-radius: 50%;
}

.jiejue .jjimg .wyuan .rote big {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    -webkit-animation: rotate 18s infinite linear;
    -o-animation: rotate 18s infinite linear;
    animation: rotate 18s infinite linear;
}

.jiejue .jjimg .wyuan .rote big i {
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    left: 50%;
}

@media (max-width:1400px) {
    .jiejue .jjimg .nyuan span img {
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        top: 15px;
        left: 15px;
    }
    .jiejue .jjchan {
        width: 30%;
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

.title {
    color: #000;
    width: 100%;
    font-size: 3.65rem;
}

.title:after {
    content: "";
    display: block;
    height: 1px;
    width: 45px;
    background: #000;
    margin: 60px 0px 0px;
}

.jiejue .jjtext .jjttc {
    width: 100%;
}

.jiejue .jjtext section {
    color: #000;
    display: none;
}

.jiejue .jjtext section h3 {
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.jiejue .jjtext section span {
    display: block;
    line-height: 29px;
}

.jiejue .jjtext .jjmore span {
    display: none;
}

.jiejue .jjtext .jjmore a {
    display: flex;
    width: 146px;
    line-height: 43px;
    justify-content: space-between;
    padding: 0px 15px;
    background: #fff;
    transition: .3s;
    border-radius: 3px;
}

.jiejue .jjtext .jjmore a p {
    color: #000;
}

.jiejue .jjtext .jjmore a:after {
    content: "";
    display: block;
    width: 8px;
    background: url(../images/gdjt.png) center no-repeat;
}

.jiejue .jjtext .jjmore a:hover {
    padding: 0px 25px;
}

.jiejue .jjchan ul {
    height: 100%;
    padding: 8% 0px 0px;
    width: 70%;
    margin: 0px 0px 0px auto;
}

.jiejue .jjchan ul li {
    display: flex;
    cursor: pointer;
    align-items: center;
    position: relative;
    margin-bottom: 15%;
}

.jiejue .jjchan ul li i {
    display: block;
    margin-right: 6px;
}

.jiejue .jjchan ul li section {
    color: #fff;
}

.jiejue .jjchan ul li section span {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 1px;
}

.jiejue .jjchan ul li section small {
    display: block;
    font-family: arial;
    font-size: 1.2rem;
}

.jiejue .jjchan ul li big {
    display: block;
    position: absolute;
    width: 21px;
    height: 21px;
    border: 2px #fff solid;
    border-radius: 50%;
    background: #0e7dcc;
    z-index: 3;
    right: 0px;
    padding: 4px;
    top: 50%;
    margin-top: -11px;
}

.jiejue .jjchan ul li big:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    background: #fff;
    transform: scale(0);
    transition: .3s;
}

.jiejue .jjchan ul li.cur big:after, .jiejue .jjchan ul li:hover big:after {
    transform: scale(1);
}

.jiejue .jjchan:after {
    content: "";
    display: block;
    border-right: 1px #fff dashed;
    position: absolute;
    right: 10px;
    top: 0;
    height: 100%;
    width: 0;
}

@media (max-width:1400px) {
    .jiejue .jjchan ul li section span {
        font-size: 1.4rem;
    }
}

.news {
    background: url(../images/nsbg.jpg) center no-repeat;
    padding: 60px 0px;
}

.nstit {
    display: flex;
    justify-content: space-between;
}

.nstit p {
    font-size: 3.8rem;
    color: #16202a;
}

.nstit p:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #5073e3;
    margin: 15px 0px 0px;
}

.nstit a {
    color: #666;
    line-height: 72px;
    font-size: 1.6rem;
}

.nstit a:hover {
    color: #f00;
}

.ns-ct {
    margin: 55px 0px 0px;
    display: flex;
    justify-content: space-between;
}

.nsimg {
    width: 65%;
}

.nstext {
    width: 32%;
}

.nsimg a {
    display: block;
    border: 1px rgba(0, 0, 0, .08) solid;
    border-radius: 8px;
    transition: .3s;
    overflow: hidden;
}

.nsimg a big {
    display: block;
    max-height: 335px;
    overflow: hidden;
}

.nsimg a big img {
    width: 100%;
}

.nsimg a section {
    background: #f7f8ff;
    transition: .3s;
    padding: 30px 35px;
}

.nsimg a section h3 {
    color: #000000;
    font-size: 2.4rem;
}

.nsimg a section span {
    display: block;
    color: #333;
    border-bottom: 1px rgba(0, 0, 0, .1) dashed;
    line-height: 28px;
    margin: 20px 10% 0px 0px;
    padding-bottom: 25px;
    font-family: simsun;
    font-size: 1.34rem;
}

.nsimg a section h4 {
    display: flex;
    justify-content: space-between;
    margin: 20px 0px 0px;
}

.nsimg a section h4 small {
    display: block;
    color: #333;
    font-size: 1.4rem;
    line-height: 28px;
    font-family: arial;
}

.nsimg a section h4 p {
    display: flex;
    line-height: 28px;
    padding: 0px 10px;
    color: #5a5f63;
    font-size: 1.4rem;
    background: #dadfe5;
    border-radius: 3px;
}

.nsimg a section h4 p:after {
    content: "";
    display: block;
    margin-left: 25px;
    width: 7px;
    background: url(../images/nsjt.png) center no-repeat;
}

.nsimg a:hover {
    background: #1398ea;
    color: #fff;
}

.nsimg a:hover section {
    background: #1398ea;
}

.nsimg a:hover h3, .nsimg a:hover span, .nsimg a:hover h4 small {
    color: #fff;
}

.nsimg a:hover section span {
    border-bottom: 1px #fff dashed;
}

.nsimg a:hover section h4 p {
    background: #fff;
}

@media (max-width:1400px) {
    .nsimg a section h3 {
        font-size: 2.0rem;
    }
    .nsimg a section span {
        font-size: 1.3rem;
    }
    .nsimg a section h4 small {
        font-size: 1.3rem;
    }
    .nsimg a section h4 p {
        font-size: 1.3rem;
    }
}

.nstext ul {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    align-content: space-between;
}

.nstext ul li {
    width: 100%;
}

.nstext ul li a {
    display: block;
    background: #f7f8ff;
    padding: 30px;
    transition: .3s;
    border: 1px rgba(0, 0, 0, .08) solid;
    border-radius: 8px;
}

.nstext ul li a h3 {
    color: #000000;
    font-size: 2.2rem;
    margin: 0px 0px 20px;
}

.nstext ul li a:hover h3 {
    color: #fff;
}

.nstext ul li a section {
    line-height: 24px;
    color: rgba(0, 0, 0, .44);
    border-bottom: 1px rgba(0, 0, 0, .1) dashed;
    padding-bottom: 25px;
}

.nstext ul li a:hover section {
    color: #fff;
    border-bottom: 1px #fff dashed;
}

.nstext ul li a span {
    display: flex;
    justify-content: space-between;
    margin: 25px 0px 0px;
}

.nstext ul li a span small {
    color: #5a5f63;
    font-size: 1.4rem;
    font-family: arial;
    line-height: 28px;
}

.nstext ul li a:hover small {
    color: #fff;
}

.nstext ul li a span p {
    display: flex;
    line-height: 28px;
    color: #5a5f63;
    font-size: 1.4rem;
    border-radius: 3px;
}

.nstext ul li a:hover span p {
    color: #fff;
}

.nstext ul li a span p:after {
    content: "";
    display: block;
    margin-left: 25px;
    width: 7px;
    background: url(../images/nsjt.png) center no-repeat;
}

.nstext ul li a:hover span p:after {
    background: url(../images/nsjtn.png) center no-repeat;
}

.nstext ul li a:hover {
    background: #1398ea;
}

@media (max-width:1400px) {
    .nstext ul li a h3 {
        font-size: 1.8rem;
    }
    .nstext ul li a section {
        font-size: 1.3rem;
    }
}

footer {
    background: #004f99;
    width: 100%;
    overflow: hidden;
}

.foot-nav {
    border-bottom: 1px solid #fff;
    line-height: 60px;
    height: 60px;
    display: flex;
    margin: 0 auto;
}

.foot-nav li {
    list-style: none;
    position: relative;
    flex: 1;
    text-align: center;
    color: #fff;
}

.foot-nav a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.foot-nav a:hover {
    color: #fff;
}

.foot-nav li::after {
    content: '/';
    position: absolute;
    right: 0;
}

.foot-contacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 20px;
}

.foot-contacts-logo {
    opacity: 0.8;
    width: 170px;
}

.foot-contacts-box {
    color: #fff;
    font-size: 14px;
    line-height: 38px;
}

.foot-contacts-link {
    width: 25%;
    position: relative;
}

.foot-contacts-link select {
    width: 100%;
    max-width: 380px;
    float: right;
    background: none;
    border: 1px rgba(255, 255, 255, .2) solid;
    height: 42px;
    color: rgba(255, 255, 255, .6);
    font-size: 1.5rem;
    outline: none;
    padding: 0px 10px;
    position: relative;
    z-index: 3;
    -webkit-appearance: none;
}

.foot-contacts-link:after {
    content: "";
    display: block;
    width: 62px;
    height: 40px;
    background: #053b92 url(../images/link.png) center no-repeat;
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 2;
}

.foot-contacts-icon {
    display: flex;
    justify-content: space-between;
    width: 60px;
}

.foot-contacts-icon a {
    color: #fff;
    position: relative;
}

.foot-contacts-icon a:last-child:hover img {
    display: block;
}

.foot-contacts-icon a img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 26px;
    max-width: 100px;
    display: none;
}

.bottom {
    display: flex;
    justify-content: space-between;
    padding: 60px 0px 30px;
}

.bottom dl dt {
    margin-bottom: 15px;
}

.bottom dl dt a {
    color: rgba(0, 0, 0, .8);
    font-size: 2.1rem;
    line-height: 30px;
    font-weight: normal;
}

.bottom dl dd a {
    display: block;
    font-size: 1.6rem;
    color: rgba(0, 0, 0, .6);
    line-height: 34px;
    transition: .3s;
}

.bottom dl dd a:hover {
    color: #fff;
}

.bottom dl section {
    font-size: 1.6rem;
    color: rgba(0, 0, 0, .6);
    line-height: 34px;
}

.bottom .xiao {
    text-align: center;
}

.bottom .xiao img {
    max-width: 166px;
}

.bottom .xiao p {
    margin: 20px 0px 0px;
}

.bottom dl .contact big {
    display: flex;
    padding: 10px 0px 25px;
    position: relative;
}

.bottom dl .contact big:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background: rgba(0, 0, 0, .1);
    width: 500px;
    left: 0;
    bottom: 0;
}

.bottom dl .contact big a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #525e6d;
    margin-right: 15px;
    transition: .3s;
}

.bottom dl .contact big a i {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    max-width: 100px;
}

.bottom dl .contact big a:hover i {
    display: block;
}

.bottom dl .contact big a i img {
    max-width: 100%;
}

.bottom dl .contact big a:hover {
    background: #4b7ee3;
}

.bottom dl .contact span {
    display: block;
    margin: 25px 0px 0px;
}

.bottom dl .contact span h3 {
    font-size: 1.6rem;
    color: rgba(0, 0, 0, .6);
    margin: 0px 0px 10px;
}

.bottom dl .contact span p {
    font-size: 2.6rem;
    color: #000;
    font-family: arial;
}

@media (max-width:1400px) {
    .bottom {
        padding: 50px 0px 20px;
    }
    .bottom dl dt a {
        font-size: 1.8rem;
        line-height: 26px;
    }
    .bottom dl dd a {
        font-size: 1.4rem;
        line-height: 28px;
    }
    .bottom dl section {
        font-size: 1.4rem;
        line-height: 28px;
    }
    .bottom dl .contact span p {
        font-size: 2.2rem;
    }
}

.copy {
    padding: 0px 0px 30px;
    text-align: center;
    color: #ffffff;
}

@media (max-width:1400px) {
    .copy {
        padding: 15px 0px;
    }
    .copy section {
        font-size: 1.4rem;
        line-height: 26px;
    }
}

/*page*/

.ibanner {
    background-position: center top;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    height: 320px;
    /* background-attachment: fixed; */
}

.iabadv {
    color: #fff;
    padding: 5% 0px 0px;
}

.iabadv h2 {
    display: block;
    font-size: 3.7rem;
    font-weight: bold;
    line-height: 56px;
    margin: 0px 0px 15px;
}

.iabadv h4 {
    font-size: 3.4rem;
    line-height: 60px;
    margin: 15px 0px;
}

.iabadv span {
    display: block;
    font-size: 1.6rem;
    line-height: 30px;
    max-width: 777px;
    margin: 0px 0px 40px;
}

.iabadv a {
    width: 260px;
    line-height: 58px;
    display: flex;
    border: 2px #fff solid;
    justify-content: space-between;
    transition: .3s;
    padding: 0px 20px;
}

.iabadv a p {
    color: #fff;
    font-size: 1.8rem;
}

.iabadv a:after {
    content: "";
    display: block;
    width: 16px;
    background: url(../images/mrpic.png) center no-repeat;
}

.iabadv a:hover {
    background: #fff;
}

.iabadv a:hover p {
    color: #0a81d2;
}

.iabadv a:hover:after {
    background: url(../images/mrpicn.png) center no-repeat;
}

.iabone {
    padding: 50px 0px 90px;
}

.ititle {
    text-align: center;
}

.ititle h3 {
    color: #36383c;
    font-size: 3.4rem;
}

.ititle span {
    display: block;
    color: #6c6c6c;
    font-size: 1.6rem;
    line-height: 30px;
    margin: 15px 0px 0px;
}

.iabone dl {
    display: flex;
    margin: 35px 0px 0px;
    justify-content: space-between;
}

.iabone dl dt {
    width: 49%;
    font-weight: normal;
    background: url(../images/iabimg1.jpg) 0 0 no-repeat;
    padding: 50px;
    background-size: 100% 100%;
    color: #fff;
}

.iabone dl section {
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.iabone dl dt h3 {
    font-size: 3.0rem;
}

.iabone dl dt span {
    display: block;
    font-size: 1.6rem;
    max-height: 150px;
    overflow: hidden;
    line-height: 30px;
    margin: 40px 0px 100px;
}

.iabone dl dt a {
    display: flex;
    justify-content: space-between;
    width: 260px;
    line-height: 50px;
    padding: 0px 20px;
    border: 2px #fff solid;
    transition: .3s;
}

.iabone dl dt a:after {
    content: "";
    display: block;
    width: 12px;
    background: url(../images/bsyjt.png) center no-repeat;
}

.iabone dl dt a:hover {
    background: #fff;
}

.iabone dl dt a small {
    display: block;
    color: #fff;
    font-size: 1.7rem;
}

.iabone dl dt a:hover small {
    color: #045f95;
}

.iabone dl dt a:hover:after {
    background: url(../images/bsyjtn.png) center no-repeat;
}

.iabone dl section dd {
    display: flex;
    width: 100%;
    height: 48%;
}

.iabone dl section dd:first-child {
    background: url(../images/iabimg2.jpg) right center no-repeat;
}

.iabone dl section dd:last-child {
    background: url(../images/iabimg3.jpg) 0 center no-repeat;
}

.iabone dl section dd:first-child:after {
    content: "";
    display: block;
    width: 50%;
}

.iabone dl section dd:last-child:before {
    content: "";
    display: block;
    width: 50%;
}

.iabone dl section dd a {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    padding: 40px 20px 40px 40px;
    width: 50%;
    height: 100%;
    color: #fff;
}

.iabone dl section dd:first-child a {
    background: rgba(4, 95, 149, .9);
}

.iabone dl section dd:last-child a {
    padding: 40px 20px;
    background: rgba(187, 149, 115, .85);
}

.iabone dl section dd a big {
    font-size: 2.4rem;
    display: block;
    width: 100%;
}

.iabone dl section dd a span {
    display: block;
    line-height: 30px;
    margin: 10px 0px 0px;
    width: 100%;
}

.dashi {
    background: url(../images/lcbg.jpg) center 0 no-repeat;
    padding: 40px 0 80px;
}

.dashi h2 {
    text-align: center;
    color: #b98756;
    font-size: 3.6rem;
    line-height: 46px;
}

.daji {
    padding: 0px calc(50% - 570px);
    position: relative;
    margin: 65px 0px 0px;
}

.daji:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(84% - 148px);
    top: 87px;
    left: calc(8% + 74px);
    height: 1px;
    background: #b98756;
}

.daji:before {
    content: "";
    display: block;
    position: absolute;
    width: 8%;
    top: 87px;
    left: 0;
    height: 1px;
    background: #b98756;
}

.daji i {
    display: block;
    position: absolute;
    width: 8%;
    top: 87px;
    right: 0;
    height: 1px;
    background: #b98756;
}

#shiji {
    position: static;
}

#shiji .swiper-slide h3 {
    display: flex;
    color: #b98756;
    height: 50px;
    overflow: hidden;
}

#shiji .swiper-slide h3 p {
    font-size: 4.6rem;
    font-family: arial;
    line-height: 50px;
}

#shiji .swiper-slide h3 small {
    font-size: 2.3rem;
    color: #b98756;
    line-height: 63px;
    display: block;
    margin: 0px 0px 0px 10px;
}

#shiji .swiper-slide section {
    color: #fff;
}

#shiji .swiper-slide section:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 30px 0px 30px 2px;
    background: #b98756;
}

#shiji .swiper-slide section h4 {
    font-size: 2.0rem;
    line-height: 30px;
    font-weight: bold;
    margin: 0px 0px 20px;
}

#shiji .swiper-slide section span {
    display: block;
    font-size: 1.6rem;
    line-height: 30px;
}

#shiji .swiper-button-next {
    width: 74px;
    height: 75px;
    margin-top: 0;
    background: url(../images/lcyjt.png) center no-repeat;
    right: 8%;
    top: 50px;
}

#shiji .swiper-button-prev {
    width: 74px;
    height: 75px;
    margin-top: 0;
    background: url(../images/lczjt.png) center no-repeat;
    left: 8%;
    top: 50px;
}

.team {
    padding: 50px 0px 70px;
}

.team .ititle span {
    max-width: 800px;
    margin: 15px auto 0;
}

.tdui {
    margin: 40px 0px 0px;
    padding: 0px calc(50% - 630px);
    position: relative;
}

#team {
    position: static;
}

#team .swiper-slide a big {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 100%;
}

#team .swiper-slide a img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#team .swiper-slide a section {
    background: #d9dfe4;
    padding: 10px 35px 15px;
    transition: .3s;
    color: #333333;
    position: relative;
}

#team .swiper-slide a section p {
    font-size: 16px;
    line-height: 34px;
}

#team .swiper-slide a section small {
    display: block;
    font-size: 1.7rem;
    color: #808080;
    line-height: 34px;
    font-family: arial;
}

#team .swiper-slide a:hover section {
    background: #077fd1;
    color: #fff;
}

#team .swiper-slide a:hover section small {
    color: #fff;
}

#team .swiper-button-next {
    background-color: #d9dfe4;
    background-size: 40% auto;
    width: 46px;
    height: 124px;
    margin-top: -62px;
    right: calc(50% - 720px);
    transition: .3s;
}

#team .swiper-button-next:hover {
    background-color: #0780d1;
}

#team .swiper-button-prev {
    background-color: #d9dfe4;
    background-size: 40% auto;
    width: 46px;
    height: 124px;
    margin-top: -62px;
    transition: .3s;
    left: calc(50% - 720px);
}

#team .swiper-button-prev:hover {
    background-color: #0780d1;
}

.ihonor {
    background: url(../images/hnbg.jpg) center 0 no-repeat;
    padding: 55px 0px 0px;
    height: 520px;
}

.ihonor .ititle h3 {
    color: #fff;
}

.ihonor .ititle span {
    color: #fff;
    max-width: 650px;
    margin: 15px auto 0px;
}

.ihonor ul {
    display: flex;
    justify-content: center;
    padding: 4% 0px 0px;
}

.ihonor ul li {
    text-align: center;
    margin: 0px 6%;
}

.ihonor ul li a {
    display: block;
    color: #c79556;
}

.ihonor ul li a span {
    display: block;
    font-size: 3.4rem;
    padding: 30px 0px 0px;
}

.ipdadv {
    text-align: center;
    color: #fff;
    margin: 10% 0px 0px;
}

.ipdadv h2 {
    font-size: 4.0rem;
    line-height: 48px;
    margin-bottom: 10px;
}

.ipdadv h4 {
    font-size: 1.4rem;
    line-height: 30px;
    font-family: Fonttwo;
    letter-spacing: 1px;
    margin: 0 0 5px;
}

.lanmu ul {
    display: flex;
}

.pdlm ul {
    justify-content: space-between;
}

.lanmu ul i {
    display: block;
    width: 1px;
    height: 13px;
    background: rgba(0, 0, 0, .15);
    margin: 28px 0px 0px;
}

.lanmu ul i:last-child {
    display: none;
}

.jblm ul i {
    margin: 28px 30px 0px;
}

.lanmu ul li a {
    display: block;
    line-height: 65px;
    color: #3f3f3f;
    padding: 0px 16px;
    transition: .3s;
    text-decoration: none;
    font-size: 1.6rem;
}

.lanmu ul li.cur a, .lanmu ul li:hover a {
    background: #0780c3;
    color: #fff;
}

.pdlm ul li {
    position: relative;
}

.pdlm ul li section {
    position: absolute;
    top: 100%;
    display: none;
    left: 0;
    width: 310px;
    background: #fff;
    border-top: 2px rgba(0, 0, 0, .05) solid;
    padding: 45px 50px;
}

.pdlm ul li:last-child section {
    left: auto;
    right: 0;
}

.pdlm ul li:hover section {
    display: block;
}

.pdlm ul li section img {
    max-width: 160px;
}

.iprtit {
    background: url(../images/plbg.jpg) center 0 no-repeat;
    display: flex;
    align-items: space-between;
    flex-wrap: wrap;
}

.iprtit h2 {
    color: #fff;
    width: 100%;
    font-size: 4.0rem;
    line-height: 193px;
    padding: 0px 25px;
}

.iprtit ul {
    display: flex;
    padding: 0px 25px;
}

.iprtit ul li {
    margin-right: 15px;
}

.iprtit ul li a {
    display: block;
    line-height: 72px;
    color: #fff;
    background: #0498e1;
    font-size: 2.0rem;
    border-radius: 2px 2px 0px 0px;
    overflow: hidden;
    padding: 0px 30px;
    text-decoration: none;
    transition: .3s;
}

.iprtit ul.xiao li a {
    line-height: 22px;
    font-size: 1.5rem;
    border-radius: 2px 2px 0px 0px;
    padding: 14px 30px;
}

.iprtit ul li.cur a, .iprtit ul li a:hover {
    background: #fff;
    color: #1c232d;
}

.iprcont {
    padding: 0px 55px 80px;
}

.iprod h1 {
    color: #2f71be;
    font-size: 3.9rem;
    line-height: 120px;
    margin: 40px 0px 5px;
    text-align: center;
}

.iprcont section {
    max-width: 100%;
    height: auto;
    line-height: 30px;
    font-size: 1.5rem;
    color: #555;
}

.ablm ul {
    justify-content: space-between;
}

.ablm ul li a {
    padding: 0px 30px;
}

.keji {
    background: #e0e4e7;
    padding: 80px 0px 60px;
}

.kjtext {
    padding: 10px 0px 0px;
}

.kjtext h2 {
    font-size: 2.4rem;
    line-height: 37px;
    color: #0780c3;
    font-family: Fontfour;
    background: url(../images/sdpic.png) 105px 1px no-repeat;
}

.kjtext h3 {
    font-size: 1.8rem;
    margin: 5px 0px 0px;
    line-height: 30px;
}

.kjtext h3:after {
    content: "";
    display: block;
    width: 45px;
    height: 1px;
    background: #000;
    margin: 30px 0px;
}

.kjtext section {
    line-height: 30px;
}

.kjimg img {
    width: 100%;
    border: 5px #fff solid;
    box-shadow: 0px 0px 20px #c9cdcf;
}

.guanli {
    margin-top: 80px;
    margin-bottom: 80px;
}

.gltext h2 p {
    color: #0780c3;
    font-size: 2.8rem;
    line-height: 34px;
}

.gltext h2 span {
    display: block;
    line-height: 30px;
    font-size: 2.4rem;
    margin: 5px 0px 0px;
}

.gltext section {
    line-height: 28px;
    color: #555;
    margin: 25px 0px 0px;
}

.fuwu {
    background: #e0e4e7;
    padding: 110px 0px;
}

.fuwu .gltext section {
    line-height: 34px;
}

.zuiqiu {
    background: url(../images/zqbg.jpg) center 0 no-repeat;
    padding: 50px 10% 110px;
    color: #fff;
    text-align: center;
}

.zuiqiu h2 {
    font-size: 3.6rem;
    line-height: 50px;
}

.zuiqiu h3 {
    font-size: 1.6rem;
    line-height: 30px;
    margin: 10px 0px 0px;
}

.zuiqiu section {
    font-size: 1.6rem;
    line-height: 36px;
    margin: 40px 0px 0px;
}

.huise {
    background: #e0e4e7;
    padding: 50px 0px;
}

.wenhua dl {
    display: flex;
    background: #fff;
    align-items: center;
}

.wenhua dl i {
    display: block;
    width: 2px;
    background: rgba(0, 0, 0, .08);
    height: 44px;
}

.wenhua dl i:last-child {
    display: none;
}

.wenhua dl dd {
    width: 33.3333333%;
}

.wenhua dl dd a {
    display: block;
    text-align: center;
    color: #444444;
    text-decoration: none;
    padding: 15px 0px;
    transition: .3s;
}

.wenhua dl dd a:hover, .wenhua dl dd.cur a {
    background: #0780c3;
    color: #fff;
}

.wenhua dl dd a big {
    display: block;
    height: 40px;
    background-position: center 0;
    background-repeat: no-repeat;
}

.wenhua dl dd a span {
    display: block;
    font-size: 2.0rem;
    line-height: 34px;
    padding: 5px 0px 0px;
}

.wenhua dl dd.cur a big, .wenhua dl dd a:hover big {
    background-position: center bottom;
}

.whct {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 2.0rem;
    line-height: 50px;
    color: #fff;
    min-height: 600px;
    padding: 60px;
}

.dongshi {
    display: flex;
    background: url(../images/dsbg.jpg) center 0 no-repeat;
    background-size: 100% 100%;
    padding: 100px 0px 50px;
}

.dongshi big {
    width: 28%;
    display: flex;
    justify-content: center;
}

.dongshi big h3 {
    font-size: 2.4rem;
    width: 24px;
    color: #000;
    font-family: simsun;
}

.dongshi big h2 {
    font-size: 2.4rem;
    font-family: simsun;
    line-height: 28px;
    width: 24px;
    color: #000;
    margin: 0px 25px;
}

.dongshi big h1 {
    font-size: 4.8rem;
    font-family: simsun;
    color: #000;
    width: 48px;
    line-height: 50px;
}

.dongshi section {
    width: 72%;
    font-size: 1.7rem;
    line-height: 26px;
    padding-right: 4%;
}

.icontact {
    background: #fff;
}

.icontact .icolet {
    float: left;
    width: 50%;
    background: #2f71be;
}

.icontact .icorit {
    float: right;
    width: 50%;
}

.icontact .icolet section {
    padding: 40px;
    color: #fff;
}

.icontact .icolet big img {
    width: 100%;
}

.icontact .icolet section h2 {
    font-size: 3.0rem;
    line-height: 40px;
}

.icontact .icolet section h3 {
    font-size: 2.0rem;
    padding: 15px 0px 25px;
    line-height: 30px;
    border-bottom: 1px rgba(255, 255, 255, .5) solid;
}

.icontact .icolet section span {
    display: block;
    font-size: 1.6rem;
    margin: 20px 10px 0px;
    line-height: 40px;
}

.icontact .icolet section span table tr td:first-child {
    display: flex;
    padding: 11px 10px 0px 0px;
}

.lishi {
    padding: 20px 0px 40px;
}

.lishi dl dt {
    width: calc(50% + 1px);
    font-weight: normal;
    justify-content: flex-end;
    position: relative;
}

.lishi dl dt section {
    padding-right: 50px;
    position: relative;
}

.lishi dl dt section i {
    display: block;
    position: absolute;
    width: 21px;
    background: url(../images/sjiao.png) right 20% no-repeat;
    height: 26px;
    right: 31px;
    top: 22%;
    z-index: 99;
}

.lishi dl dt:nth-child(even) section {
    padding-right: 0px;
    padding-left: 50px;
}

.lishi dl dt:nth-child(even) section i {
    right: auto;
    left: 31px;
    transform: rotateY(180deg);
}

.lishi dl dt section div {
    border: 2px #bebebe solid;
    padding: 20px 30px 50px;
    background: #fff;
}

.lishi dl dt:after {
    content: "";
    display: block;
    width: 2px;
    background: #cdcdcd;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
}

.lishi dl dt:nth-child(even) {
    padding-right: 0px;
    margin: 0px 0px 0px auto;
}

.lishi dl dt:nth-child(even):after {
    left: 0;
}

.lishi dl dt:first-child:after {
    height: 75%;
    top: 25%;
}

.lishi dl dt:last-child:after {
    height: 25%;
}

.lishi dl dt span {
    display: block;
    text-align: right;
    line-height: 24px;
    font-size: 1.5rem;
    color: #808080;
    margin: 10px 0px 0px;
}

.lishi dl dt strong {
    display: block;
    font-size: 1.6rem;
    color: #666;
    margin: 5px 0px 0px;
    text-align: right;
}

.lishi dl dt small {
    font-size: 2.2rem;
    font-weight: bold;
    display: block;
    text-align: right;
    line-height: 30px;
    color: #0780c3;
    position: relative;
}

.lishi dl dt:nth-child(even) small {
    text-align: left;
}

.lishi dl dt:nth-child(even) span {
    text-align: left;
}

.lishi dl dt:nth-child(even) strong {
    text-align: left;
}

.lishi dl dt section:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    right: -7px;
    top: 25%;
    border: 4px #bebebe solid;
    z-index: 9;
}

.lishi dl dt:nth-child(even) section:after {
    left: -7px;
}

.icorit form {
    padding: 40px;
}

.icorit form h2 {
    color: #333333;
    font-size: 2.2rem;
    line-height: 36px;
}

.icorit form h3 {
    font-size: 3.2rem;
    color: #333333;
    line-height: 71px;
    margin: 0px 0px 6%;
}

.icorit form span {
    display: block;
    margin-bottom: 20px;
}

.icorit form span p {
    line-height: 30px;
    font-size: 1.8rem;
    color: #3f3f3f;
    position: relative;
}

.icorit form span p:after {
    content: "*";
    color: #f00;
    margin: 0px 0px 0px 8px;
}

.icorit form span input {
    width: 100%;
    border: 0;
    border-bottom: 1px rgba(0, 0, 0, .15) solid;
    line-height: 20px;
    outline: none;
    padding: 10px 0px;
}

.icorit form span textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px rgba(0, 0, 0, .15) solid;
    line-height: 20px;
    outline: none;
    padding: 10px 0px;
    resize: none;
}

.icorit form section:after {
    content: "";
    display: block;
    clear: both;
}

.icorit form section span:first-child {
    float: left;
    width: 48%;
}

.icorit form section span:last-child {
    float: right;
    width: 48%;
}

.icorit form button {
    width: 100%;
    color: #fff;
    background: #2f71be;
    font-size: 1.7rem;
    border: 0;
    line-height: 70px;
    margin: 8% 0px 0px;
    transition: .3s;
}

.icorit form button:hover {
    background: #f68603;
}

.map {
    border: 13px #fff solid;
    padding: 10px;
}

.map img {
    max-width: 100%;
}

.gongc {
    padding: 20px 0px 40px;
}

.gongc h3 {
    line-height: 58px;
    padding-bottom: 10px;
    font-size: 3.1rem;
    border-bottom: 1px rgba(0, 0, 0, .15) solid;
}

.gongc ul {
    padding: 25px 0px 0px;
    margin-right: -25px;
}

.gongc ul:after {
    content: "";
    clear: both;
    display: block;
}

.gongc ul li {
    float: left;
    margin-top: 10px;
    margin-right: 25px;
}

.gongc ul li a {
    display: block;
    line-height: 30px;
    padding: 0px 19px;
    color: #545454;
    font-size: 1.6rem;
    border-radius: 3px;
    transition: .3s;
}

.gongc ul li.cur a, .gongc ul li a:hover {
    background: #0780c3;
    color: #fff;
}

.anli ul li {
    margin-bottom: 30px;
}

.anli ul li a {
    background: #fff;
    display: block;
    transition: .3s;
    color: #333333;
}

.anli ul li a section {
    padding: 15px 20px 20px;
}

.anli ul li a section h3 {
    font-size: 1.7rem;
    line-height: 30px;
    margin: 0px 0px 10px;
}

.anli ul li a section span {
    display: block;
    font-size: 1.4rem;
    line-height: 27px;
    color: #4d4d4d;
    height: 54px;
    overflow: hidden;
}

.anli ul li a small {
    display: block;
    border-top: 1px rgba(0, 0, 0, .1) solid;
    padding: 0px 20px;
}

.anli ul li a small:after {
    content: "";
    display: block;
    clear: both;
}

.anli ul li a small p {
    float: left;
    color: #979797;
    font-size: 1.4rem;
    font-family: arial;
    line-height: 60px;
}

.anli ul li a small i {
    display: block;
    float: right;
    width: 17px;
    height: 60px;
    background: url(../images/gcjt.png) center no-repeat;
}

.anli ul li a:hover {
    box-shadow: 0px 0px 30px #bad2e6;
}

.page-list {
    border-top: 1px rgba(0, 0, 0, .1) solid;
    margin: 30px 0px 0px;
    padding: 30px 0px;
}

.page-list section {
    float: right;
}

.page_info {
    color: #808080;
    font-size: 1.6rem;
}

.page-list section a {
    display: block;
    float: left;
    margin-left: 10px;
    color: #808080;
    font-size: 1.6rem;
    border: 1px rgba(0, 0, 0, .15) solid;
    border-radius: 3px;
    line-height: 20px;
    padding: 6px 20px;
    text-decoration: none;
    transition: .3s;
}

.page-list section a:hover, .page-list section a.on {
    background: #0780c3;
    color: #fff;
    border: 1px #0780c3 solid;
}

.nslm ul i {
    margin-right: 30px;
    margin-left: 30px;
}

.nslm ul li.cur a, .nslm ul li a:hover {
    background: none;
    color: #0780c3;
}

.inews ul li a {
    display: block;
    color: #555555;
    margin-bottom: 30px;
}

.inews ul li a big {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 65%;
    height: 0;
}

.inews ul li a big img {
    transition: 1s;
}

.inews ul li a:hover big img {
    transform: scale(1.2);
}

.inews ul li a big small {
    display: block;
    position: absolute;
    width: 105px;
    height: 80px;
    background: #0780c3;
    top: 0;
    left: 0;
    text-align: center;
    padding: 10px 0px 0px;
    color: #fff;
}

.inews ul li a big small h2 {
    font-size: 2.6rem;
    font-family: arial;
    line-height: 35px;
}

.inews ul li a big small p {
    font-family: arial;
    font-size: 1.4rem;
    line-height: 25px;
}

.inews ul li a section h3 {
    font-size: 1.7rem;
    line-height: 30px;
    margin: 15px 0px 20px;
}

.inews ul li a:hover section h3 {
    color: #006aaa;
}

.inews ul li a section span {
    display: block;
    color: #8b8b8b;
    font-size: 1.4rem;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

.inews dl {
    margin: 66px 0px 0px;
}

.inews dl dd {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px rgba(0, 0, 0, .15) dashed;
}

.inews dl dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0;
}

.inews dl dd a {
    display: block;
    color: #555555;
}

.inews dl dd a big {
    display: block;
    background: #d0d0d0;
    text-align: center;
    transition: .3s;
    padding: 1px;
}

.inews dl dd a section h3 {
    font-size: 1.7rem;
    line-height: 26px;
    margin: 0px 0px 5px;
}

.inews dl dd a section span {
    display: block;
    color: #8b8b8b;
    height: 44px;
    overflow: hidden;
    line-height: 22px;
}

.inews dl dd a big p {
    color: #fff;
    font-family: arial;
    font-size: 2.9rem;
    line-height: 52px;
}

.inews dl dd a big small {
    display: block;
    background: #fff;
    color: #8b8b8b;
    font-size: 1.4rem;
    font-family: arial;
    line-height: 24px;
}

.inews dl dd a:hover big {
    background: #006aaa;
}

.inews dl dd a:hover big small {
    color: #006aaa;
}

#jiejue .carousel-indicators {
    position: static;
    width: 100%;
    margin: 0 -3% 20px 0px;
    display: flex;
    flex-wrap: wrap;
}

#jiejue .carousel-indicators li {
    text-indent: 0;
    float: left;
    border: 0;
    border-radius: 0;
    width: 7%;
    height: auto;
    display: block;
    margin: 0 3% 0px 0px;
    background: none;
}

#jiejue .carousel-indicators li big {
    display: block;
    background: #fff;
    text-align: center;
    padding: 15px 0px;
    border-radius: 3px;
}

#jiejue .carousel-indicators li big i {
    display: none;
}

#jiejue .carousel-indicators li p {
    font-size: 1.6rem;
    line-height: 24px;
    padding: 7px 0px;
}

#jiejue .carousel-indicators li.active big {
    background: #0780c3;
}

#jiejue .carousel-indicators li.active big i {
    display: block;
}

#jiejue .carousel-indicators li.active big small {
    display: none;
}

#jiejue .item {
    padding: 0px 55px;
}

#jiejue .item section {
    background: #fff;
    width: 100%;
    display: flex;
}

#jiejue .item section big {
    width: 50%;
    display: block;
}

#jiejue .item section big img {
    width: 100%;
}

#jiejue .item section span {
    display: block;
    width: 50%;
    padding: 5% 60px 0px;
}

#jiejue .item section span h2 {
    font-size: 2.4rem;
    line-height: 80px;
    color: #000;
    margin: 0px 0px 10px;
}

#jiejue .item section span small {
    color: #4d4d4d;
    display: block;
    font-size: 1.4rem;
    line-height: 30px;
    max-width: 540px;
}

#jiejue .item section span a {
    display: block;
    width: 260px;
    height: 54px;
    border: 2px #0780c3 solid;
    padding: 0px 20px;
    transition: .3s;
    margin: 8% 0px 0px;
    color: #0780c3;
}

#jiejue .item section span a p {
    float: left;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 50px;
}

#jiejue .item section span a i {
    display: block;
    float: right;
    width: 12px;
    height: 50px;
    background: url(../images/fajt.png) center no-repeat;
}

#jiejue .item section span a:hover {
    background: #0780c3;
    color: #fff;
}

#jiejue .item section span a:hover i {
    background: url(../images/fajtn.png) center no-repeat;
}

#jiejue a.left {
    background: url(../images/fazjt.png) center 62% no-repeat;
    width: 55px;
    opacity: 1;
}

#jiejue a.right {
    background: url(../images/fayjt.png) center 62% no-repeat;
    width: 55px;
    opacity: 1;
}

.yingy h2 {
    font-size: 2.4rem;
    color: #000;
    line-height: 40px;
}

.yingy section {
    line-height: 30px;
    color: #4d4d4d;
    margin: 10px 0px 0px;
    font-size: 1.3rem;
}

.yycont {
    margin: 60px 0px 0px;
}

.yycont h2 {
    background: #fff url(../images/yytit.png) 15px 18px no-repeat;
    padding-left: 50px;
    color: #333333;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 60px;
}

.yycont section {
    border: 2px #fff solid;
    padding: 25px;
    line-height: 30px;
    color: #333;
}

.yycont section img {
    max-width: 100%;
    height: auto;
}

.qdbn {
    color: #fff;
    padding: 2% 0px 0px;
}

.qdbn h2 {
    font-size: 5.0rem;
    line-height: 100px;
}

.qdbn span {
    display: block;
    font-size: 1.7rem;
    line-height: 32px;
    max-width: 680px;
    margin: 10px 0px 40px;
}

.qdbn section a {
    display: block;
    line-height: 50px;
    font-size: 1.5rem;
    width: 150px;
    text-align: center;
    background: #fff;
    color: #617fde;
    transition: .3s;
    float: left;
    border-radius: 3px;
    margin-right: 30px;
}

.qdbn section a:hover {
    color: #fff;
    background: #617fde;
}

.qdbn section:after {
    content: "";
    display: block;
    clear: both;
}

.qudct {
    background: #fff;
    padding-bottom: 50px;
}

.qudct .qudsx {
    padding: 0px 20px;
    position: relative;
    border-bottom: 1px rgba(0, 0, 0, .1) solid;
    margin-top: -50px;
}

.qudct .qudsx:after {
    content: "";
    display: block;
    clear: both;
}

.qudct .qudsx span {
    float: left;
    padding: 15px 0px;
    margin-right: 50px;
    cursor: pointer;
}

.qudct .qudsx span:after {
    content: "";
    display: block;
    clear: both;
}

.qudct .qudsx span.hangye section {
    position: absolute;
    width: calc(100% - 140px);
    left: 140px;
    display: none;
    top: 100%;
    padding: 5px 0px 10px;
    z-index: 99;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, .2);
    background: #fff;
}

.qudct .qudsx span.hangye section big {
    display: flex;
    flex-wrap: wrap;
}

.qudct .qudsx span.hangye section a {
    display: block;
    text-align: center;
    line-height: 30px;
    padding: 0px 20px;
    font-size: 1.2rem;
    color: #666;
}

.qudct .qudsx span.hangye section a:hover, .qudct .qudsx span.hangye section a.cur {
    color: #f00;
}

.qudct .qudsx span p {
    float: left;
    line-height: 20px;
    margin-right: 7px;
}

.qudct .qudsx span small {
    float: left;
}

.qudct .qudsx span small a {
    display: block;
    font-size: 0;
    padding: 2px 0px;
}

.qudct .qudsx span small i {
    display: block;
    font-size: 0;
    padding: 8px 0px 0px;
}

.qudct ul {
    padding: 30px 0px 0px;
}

.qudct ul li {
    padding: 0px 20px 30px;
    border-bottom: 2px rgba(0, 0, 0, .04) solid;
    margin-bottom: 30px;
}

.qudct ul li:after {
    content: "";
    display: block;
    clear: both;
}

.qudct ul li big {
    float: left;
    display: block;
    width: 66px;
    background: #c5d0f3;
    padding: 2px;
    color: #fff;
    text-align: center;
}

.qudct ul li big p {
    font-size: 2.9rem;
    font-family: arial;
    line-height: 50px;
}

.qudct ul li big small {
    display: block;
    background: #fff;
    line-height: 26px;
    color: #999;
    font-family: arial;
    font-size: 1.4rem;
}

.qudct ul li section {
    width: 601px;
    float: left;
    margin: 0px 20px;
}

.qudct ul li a {
    display: block;
    width: 100px;
    float: right;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    margin: 38px 0px 0px;
    text-decoration: none;
    background: #617fde;
}

.qudct ul li.guoqi a {
    background: #e0e0e0;
    cursor: default;
}

.qudct ul li section h3 p {
    float: left;
    font-size: 1.2rem;
    color: #ff6900;
    margin-right: 10px;
    line-height: 20px;
}

.qudct ul li section h3 span {
    display: block;
    float: left;
    line-height: 20px;
    color: #fff;
    font-size: 1.2rem;
    padding: 0px 5px;
    border-radius: 2px;
    background: #abbbee;
}

.qudct ul li section .xuqiu {
    background: #f9f9f9;
    padding: 10px;
    margin: 7px 0px 10px;
}

.qudct ul li section .xuqiu small {
    float: left;
    color: #fff;
    font-size: 1.2rem;
    line-height: 20px;
    padding: 0px 5px;
    background: #ff5c00;
    position: relative;
    margin: 2px 0px 0px;
}

.qudct ul li section .xuqiu small:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-left: 5px #ff5c00 solid;
    border-top: 5px transparent solid;
    border-bottom: 5px transparent solid;
    left: 100%;
    top: 50%;
    margin-top: -5px;
    position: absolute;
}

.qudct ul li section .xuqiu span {
    display: block;
    float: left;
    width: 88%;
    margin-left: 10px;
    color: #666666;
    line-height: 22px;
    font-size: 1.3rem;
}

.qudct ul li section .djshi {
    background: #ff5c00;
    float: left;
    padding: 1px 1px 1px 5px;
}

.qudct ul li.guoqi section .djshi {
    background: #e0e0e0;
}

.qudct ul li section .djshi i {
    color: #fff;
    float: left;
    line-height: 16px;
}

.qudct ul li section .djshi p {
    background: #fff;
    line-height: 18px;
    font-size: 1.2rem;
    color: #ff5c00;
    float: left;
    margin-left: 5px;
    padding: 0px 10px;
}

.qudct ul li.guoqi section .djshi p {
    color: #e0e0e0;
}

.qudct .page-list {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
    padding-right: 20px;
}

.qudct .page-list section a {
    font-size: 1.4rem;
    padding: 5px 15px;
}

.qudtai {
    background: #fff;
    padding-bottom: 50px;
}

.qudtai h2 {
    font-size: 1.8rem;
    line-height: 50px;
    border-bottom: 1px rgba(0, 0, 0, .1) solid;
    margin-top: -50px;
    color: #000;
    padding: 0px 15px;
}

#qudtai {
    height: 234px;
    padding: 0px 15px;
    margin: 10px 0px 0px;
}

#qudtai .swiper-slide {
    height: 78px;
}

#qudtai .swiper-slide section {
    padding: 6px 0px;
}

#qudtai .swiper-slide section span {
    display: block;
    color: #d82502;
    line-height: 22px;
    font-size: 1.3rem;
}

#qudtai .swiper-slide section small {
    display: block;
    color: #d82502;
    font-family: arial;
    line-height: 22px;
    font-size: 1.3rem;
}

.tougao {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
}

.tougao .woyao {
    width: 60%;
    margin-top: -303px;
    background: #fff;
    position: fixed;
    left: 20%;
    top: 50%;
    border-radius: 5px;
    overflow: hidden;
}

.tougao .woyaoo {
    max-width: 600px;
    left: 50%;
    margin-left: -300px;
}

.tougao .woyao h3 {
    background: #eeeeee;
    padding: 0px 0px 0px 20px;
}

.tougao .woyao h3:after {
    content: "";
    display: block;
    clear: both;
}

.tougao .woyao h3 p {
    line-height: 56px;
    float: left;
    font-size: 1.6rem;
    font-weight: bold;
}

.tougao .woyao h3 i {
    float: right;
    display: block;
    cursor: pointer;
    font-size: 0;
    padding: 18px 20px;
}

.tougao .tgcont iframe {
    width: 100%;
    height: 550px;
    background: #fff;
}

.wytou {
    padding: 30px 50px;
}

.wytou h3 {
    font-size: 1.8rem;
    line-height: 30px;
    text-align: center;
}

.wytou form span {
    display: block;
    margin-bottom: 5px;
}

.wytou form span p {
    font-size: 1.6rem;
    color: #262626;
    line-height: 46px;
}

.wytou form span input {
    width: 100%;
    line-height: 30px;
    outline: none;
    padding: 10px;
    border: 1px rgba(0, 0, 0, .15) solid;
    border-radius: 3px;
}

.wytou form section:after {
    content: "";
    display: block;
    clear: both;
}

.wytou form section span:first-child {
    float: left;
    width: 48%;
}

.wytou form section span:last-child {
    float: right;
    width: 48%;
}

.wytou form button {
    width: 220px;
    line-height: 50px;
    color: #fff;
    font-size: 1.6rem;
    background: #617fde;
    border: 0;
    transition: .3s;
    border-radius: 3px;
    margin: 20px 0px 0px;
}

.wytou form button:hover {
    background: #ff5c00;
}

.wytou form span big {
    display: block;
}

.wytou form span big:after {
    content: "";
    display: block;
    clear: both;
}

.wytou form span big input:first-child {
    width: 75%;
    font-size: 1.4rem;
    float: left;
}

.wytou form span input.cuo {
    border: 1px #f00 solid;
}

.wytou form span big input#yanz {
    width: 23%;
    float: right;
    background: #617fde;
    border: 1px #617fde solid;
    color: #fff;
    font-size: 1.6rem;
    outline: none;
    transition: .3s;
}

.wytou form span big input#yanz:hover {
    background: #ff5c00;
    border: 1px #ff5c00 solid;
}

.success h3 {
    text-align: center;
}

.success h3 big {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: #617fde;
    display: block;
    text-align: center;
    padding: 23px 0px 0px;
    margin: 40px auto 15px;
}

.success h3 p {
    color: #617fde;
    font-size: 2.0rem;
    line-height: 40px;
}

.success section {
    text-align: center;
    font-size: 1.6rem;
    line-height: 30px;
    margin: 20px 0px 0px;
}

.success section font {
    color: #617fde;
}

.chaxun {
    background: url(../images/cxbg.jpg) 0px center no-repeat;
    padding: 14% 0px 0;
    height: 900px;
}

.chaxun h2 {
    text-align: center;
    color: #fff;
    font-size: 4.0rem;
    font-weight: bold;
}

.chaxun h3 {
    text-align: center;
    color: #fff;
    font-size: 2.0rem;
    margin: 15px 0px 45px;
}

.chaxun form {
    width: 1000px;
    margin: 0 auto;
}

.chaxun form input {
    width: 82%;
    line-height: 40px;
    padding: 20px;
    border: 0;
    float: left;
    font-size: 2.0rem;
    border: 3px #e95a2b solid;
    outline: none;
}

.chaxun form button {
    width: 18%;
    background: #e95a2b;
    color: #fff;
    font-size: 1.8rem;
    float: left;
    line-height: 86px;
    transition: .3s;
    border: 0;
}

.chaxunn {
    height: auto;
}

.jieguo {
    background: url(../images/bgbg.png) center 0 no-repeat;
    height: 650px;
}

.jgcont {
    width: 720px;
    margin: 0 auto;
    padding: 170px 0px 0px;
}

.jgcont h4 {
    margin: 0;
    color: #0d0e0b;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0px 0px 20px 40px;
    background: url(../images/bgtt.png) 0px 4px no-repeat;
    line-height: 30px;
    border-bottom: 4px #e6e6e6 solid;
}

.jgcont .table {
    max-height: 380px;
    overflow-y: scroll;
    padding-right: 15px;
}

.jgcont table {
    width: 100%;
    margin: 20px 0px 0px;
    border-top: 2px #e6e6e6 solid;
    border-left: 2px #e6e6e6 solid;
}

.jgcont table thead {
    background: #f8fcff;
}

.jgcont table thead tr td {
    font-weight: bold;
}

.jgcont table tr td {
    border-right: 2px #e6e6e6 solid;
    border-bottom: 2px #e6e6e6 solid;
    line-height: 21px;
    padding: 12px 0px 12px 25px;
    color: #666;
}

.jgcont table tr td section {
    color: #e95a2b;
}

.jgcont table tr td section big {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    float: left;
    margin: 15px 15px 0px 0px;
    background: #e95a2b url(../images/hege.png) center no-repeat;
}

.jgcont table tr td section small {
    font-size: 1.4rem;
    display: block;
    float: left;
}

.jgcont table tr td section.nohe big {
    background: #e2e3e3 url(../images/buheg.png) center no-repeat;
    margin: 0px 15px 0px 0px;
}

.jgcont table tr td section.nohe small {
    color: #999;
    line-height: 40px;
}

.rongyu {
    padding: 45px 0px 0px;
}

.rongyu ul li {
    margin-bottom: 30px;
}

.rongyu ul li span {
    display: block;
    cursor: pointer;
    border: 1px rgba(0, 0, 0, .1) solid;
}

.rongyu ul li span i {
    display: block;
    border: 2px #fff solid;
    height: 253px;
    overflow: hidden;
}

.rongyu section {
    line-height: 30px;
    font-size: 1.4rem;
    color: #666;
    padding: 20px;
    background: #fff;
}

.rongyu section img {
    max-width: 100%;
    height: auto;
}

.picshade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.91;
    filter: alpha(opacity=91);
    z-index: 99999;
    display: none;
}

.pictures_eyes_close {
    position: fixed;
    top: 30px;
    right: 30px;
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../images/closee.png) no-repeat;
    z-index: 100000;
    display: none;
}

.pictures_eyes {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 199999;
    display: none;
}

.pictures_eyes_in {
    position: relative;
    text-align: center;
}

.pictures_eyes_in img {
    max-height: 600px;
}

.pictures_eyes_in .prev, .pictures_eyes_in .next {
    position: absolute;
    top: 50%;
    width: 51px;
    height: 51px;
    cursor: pointer;
}

.pictures_eyes_in .prev {
    left: 35px;
    background: url(../images/Tleft.png) no-repeat;
}

.pictures_eyes_in .next {
    right: 35px;
    background: url(../images/Tright.png) no-repeat;
}

.pictures_eyes_in section p {
    font-size: 1.6rem;
    line-height: 30px;
    color: #fff;
    padding: 0px 0px 20px;
}

.pictures_eyes_indicators {
    position: fixed;
    left: 0;
    bottom: 15px;
    width: 100%;
    text-align: center;
    z-index: 299999;
}

.pictures_eyes_indicators a {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 6px 3px 0 3px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 2px #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    overflow: hidden;
}

.pictures_eyes_indicators img {
    height: 50px;
}

.pictures_eyes_indicators .current {
    filter: alpha(opacity=100);
    opacity: 1;
}

.iteam ul li {
    margin-bottom: 30px;
}

.iteam ul li a img {
    width: 100%;
}

.iteam ul li section {
    background: #fff;
    padding: 10px 35px 15px;
    transition: .3s;
    color: #333333;
}

.iteam ul li section p {
    font-size: 2.2rem;
    line-height: 34px;
}

.iteam ul li section small {
    display: block;
    font-size: 1.7rem;
    color: #808080;
    line-height: 34px;
    font-family: arial;
}

.iteam ul li:hover section {
    background: #077fd1;
    color: #fff;
}

.iteam ul li:hover section small {
    color: #fff;
}

.anlid section {
    /*background:#fff;*/
}

.anlid section h3 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 24px;
    padding: 5px 0px 15px;
}

.anlid section span {
    display: block;
    color: #666;
    line-height: 24px;
}

.instit {
    text-align: center;
    border-bottom: 1px rgba(0, 0, 0, .25) dashed;
    padding-bottom: 15px;
}

.instit h3 {
    font-size: 2.2rem;
    line-height: 30px;
    color: #000;
}

.instit span {
    display: flex;
    justify-content: center;
    margin: 15px 0px 0px;
}

.instit span p {
    font-size: 1.4rem;
    color: #999;
    margin: 0px 10px;
}

.instit span p a {
    color: #999;
}

.instit span p a:hover {
    color: #f00;
}

.inscot {
    line-height: 2;
    color: #666;
    margin: 20px 0px 30px;
    font-size: 18px !important;
}

.inscot p{
    background-color: initial !important;
    line-height: 2 !important;
    color: #666 !important;
    font-size: 16px !important;
    font-family: "Microsoft YaHei" !important;
    font-size: 18px !important;
}

.inscot span{
    color: #666 !important;
    font-size: 16px !important;
    font-family: "Microsoft YaHei" !important;
    font-size: 18px !important;
}

.inscot strong{
    font-weight: normal !important;
    font-size: 18px !important;
}

.inscot img {
    max-width: 100%;
    height: auto;
}

.irongyu dd {
    width: 50% !important;
}

.fanye {
    border-top: 1px rgba(0, 0, 0, .25) solid;
    border-bottom: 1px rgba(0, 0, 0, .25) solid;
}

.fanye li {
    line-height: 36px;
    color: #000;
}

.fanye li:first-child {
    border-bottom: 1px rgba(0, 0, 0, .2) dashed;
}

.fanye li a {
    color: #888;
}

.fanye li a:hover {
    color: #f00;
}

.ijb-li {
    background: #fff;
    padding-bottom: 50px;
}

.ijb-li ul li.jbtop {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    background: #f4f4f4;
    padding: 10px 0px;
    text-align: center;
}

.ijb-li ul li.jbtop small, .ijb-li ul li.jbtop span, .ijb-li ul li.jbtop p {
    font-size: 1.8rem;
    color: #525252;
    font-size: 1.8rem;
    width: 20%;
}

.ijb-li ul li.jbct {
    display: flex;
    cursor: pointer;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px rgba(0, 0, 0, .2) dashed;
    padding: 13px 0px;
}

.ijb-li ul li.jbct span, .ijb-li ul li.jbct p, .ijb-li ul li.jbct>a {
    font-size: 1.6rem;
    width: 20%;
    text-align: center;
    line-height: 30px;
    color: #6a6a6a;
}

.ijb-li ul li.jbct span {
    cursor: pointer;
    display: block;
    background: url(../images/xjt.png) right center no-repeat;
    background-size: auto 9px;
}

.ijb-li ul li.jbct>a {
    display: flex;
    text-decoration: none;
    padding-left: 25px;
}

.ijb-li ul li.jbct>a:before {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    border: 1px #6a6a6a solid;
    border-radius: 2px;
    margin: 6px 15px 0px 0px;
}

.ijb-li ul li.jbct.cur>a:before {
    border: 1px #017dc7 solid;
    background: #017dc7 url(../images/dagou.png) center no-repeat;
    background-size: 90% auto;
}

.ijb-li ul li.jbct section {
    display: none;
    width: 100%;
    background: #f9f9f9;
    padding: 20px 30px 30px;
    margin: 15px 0px 0px;
    color: #757575;
    line-height: 30px;
    font-size: 1.6rem;
}

.ijb-li ul li.jbct section h4 {
    color: #282828;
}

.ijb-li ul li.jbct section h3 {
    display: flex;
    justify-content: center;
    padding: 30px 0px;
}

.ijb-li ul li.jbct section h3 a {
    line-height: 56px;
    display: flex;
    background: #017dc7;
    color: #fff;
    font-size: 1.8rem;
    padding: 0px 30px;
    transition: .3s;
    margin: 0px 10px;
}

.ijb-li ul li.jbct section h3 a:before {
    content: "";
    display: block;
    background: url(../images/toudi.png) center no-repeat;
    width: 22px;
    background-size: 100% auto;
    margin-right: 20px;
}

.ijb-li ul li.jbct section h3 a:hover {
    background: #d67003;
}

@media (max-width:1200px) {
    .ijb-li ul li.jbtop small, .ijb-li ul li.jbtop span, .ijb-li ul li.jbtop p {
        font-size: 1.6rem;
    }
    .ijb-li ul li.jbct span, .ijb-li ul li.jbct p, .ijb-li ul li.jbct>a {
        font-size: 1.4rem;
    }
    .ijb-li ul li.jbct section {
        line-height: 26px;
        font-size: 1.4rem;
    }
    .ijb-li ul li.jbct section h4 {
        font-size: 1.6rem;
    }
}

.ijobd form p {
    line-height: 34px;
    color: #000;
    font-size: 1.6rem;
    margin-bottom: 30px;
}

.ijobd form span {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.ijobd form span input {
    line-height: 24px;
    padding: 13px;
    border: 2px #c9c9c9 solid;
    width: 32%;
    outline: none;
}

.ijobd form big {
    display: block;
    margin-bottom: 20px;
}

.ijobd form big input {
    line-height: 24px;
    padding: 13px;
    font-size: 1.4rem;
    border: 2px #c9c9c9 solid;
    width: 100%;
    outline: none;
}

.ijobd form span select {
    border: 2px #c9c9c9 solid;
    height: 54px;
    padding: 0px 10px;
    width: 15%;
    outline: none;
}

.ijobd form textarea {
    line-height: 24px;
    padding: 13px;
    border: 2px #c9c9c9 solid;
    width: 100%;
    outline: none;
    resize: none;
}

.ijobd form small {
    display: flex;
    margin: 30px 0px 0px;
    background: #017dc7;
    padding: 0px 30px;
    width: 200px;
}

.ijobd form small:before {
    content: "";
    display: block;
    background: url(../images/toudi.png) center no-repeat;
    width: 22px;
    background-size: 100% auto;
    margin-right: 20px;
}

.ijobd form button {
    border: 0;
    line-height: 56px;
    background: #017dc7;
    color: #fff;
    font-size: 1.8rem;
}

.ifuwu dl dd a big {
    height: 56px;
}

.ifuwu dl dd a span {
    font-size: 1.6rem;
}

.ifuwu ul {
    padding: 40px 0px 0px;
}

.ifuwu ul li {
    margin-bottom: 15px;
}

.ifuwu ul li a {
    display: flex;
    background: #fff;
    padding: 2% 7% 2% 3%;
    justify-content: space-between;
    border: 1px #fff solid;
    align-items: center;
    transition: .3s;
    text-decoration: none;
}

.ifuwu ul li a section {
    display: flex;
}

.ifuwu ul li a section small {
    margin: 0px 15px 0px 0px;
}

.ifuwu ul li a section big {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.ifuwu ul li a section big p {
    font-size: 2.2rem;
    color: #333333;
    width: 100%;
    line-height: 26px;
}

.ifuwu ul li a section big b {
    font-size: 1.4rem;
    color: rgba(0, 0, 0, .4);
    font-weight: normal;
    line-height: 18px;
}

.ifuwu ul li a span {
    border: 1px #0780c3 solid;
    color: #0780c3;
    line-height: 20px;
    padding: 5px 25px;
    transition: .3s;
}

.ifuwu ul li a:hover {
    border: 1px #0780c3 solid;
}

.ifuwu ul li a:hover span {
    background: #0780c3;
    color: #fff;
}

.ifuwu>section {
    background: #fff;
    padding: 30px;
    line-height: 26px;
    font-size: 1.5rem;
    margin-top: 35px;
}

.ifuwu>section img {
    max-width: 100%;
    height: auto;
}

@media (max-width:768px) {
    .ifuwu ul {
        padding: 20px 0px 0px;
    }
    .ifuwu ul li a {
        padding: 10px;
        justify-content: flex-end;
        flex-wrap: wrap;
        position: relative;
    }
    .ifuwu ul li a section {
        width: 100%;
    }
    .ifuwu ul li a section big p {
        font-size: 1.5rem;
    }
    .ifuwu ul li a section big b {
        font-size: 1.4rem;
        line-height: 18px;
    }
    .ifuwu ul li a span {
        margin: 0px;
        position: absolute;
        padding: 0px 15px;
        transition: .3s;
        font-size: 1.2rem;
        right: 10px;
        bottom: 10px;
    }
}

.iyonghu {
    background: #fff;
    padding: 30px;
    line-height: 26px;
    font-size: 1.5rem;
}

.iyonghu img {
    max-width: 100%;
    height: auto;
}

.xufu {
    position: fixed;
    right: 0px;
    width: 50px;
    z-index: 99;
    margin-top: -81px;
    top: 50%;
}

.xufu ul li {
    margin: 3px 0px;
    position: relative;
}

.xufu ul li a {
    display: block;
    background-color: #0068b7;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px auto;
    cursor: pointer;
    transition: .3s;
    z-index: 6;
    position: relative;
    height: 50px;
}

.xufu ul li span {
    display: block;
    background-color: #0068b7;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px auto;
    cursor: pointer;
    transition: .3s;
    z-index: 6;
    position: relative;
    height: 50px;
}

.xufu ul li:hover span, .xufu ul li:hover a {
    background-color: #ff5c00;
}

.xufu ul li small {
    display: flex;
    width: 190px;
    height: 100%;
    right: -190px;
    background-color: #ff5c00;
    color: #fff;
    font-size: 1.8rem;
    font-family: arial;
    text-align: right;
    justify-content: flex-end;
    line-height: 50px;
    position: absolute;
    top: 0;
    z-index: 5;
}

.xufu ul li small p {
    font-family: arial;
}

.xufu ul li small font {
    font-size: 1.2rem;
}

.xufu ul li:hover small {
    right: 100%;
    transition: .5s;
}

.xufu ul li section {
    position: absolute;
    right: 55px;
    bottom: 0;
    width: 180px;
    background: #fff;
    text-align: center;
    display: none;
    padding: 0px 0px 10px
}

.xufu ul li section img {
    width: 100%;
}

.xufu ul li:hover section {
    display: block;
}

.home-about {
    width: 100%;
    height: 700px;
    overflow: hidden;
}

.home-about .row {
    height: 100%;
}

.home-about-img {
    height: 100%;
    /* background: url(../images/home-about-bg.jpg) fixed left bottom no-repeat;
    background-size: contain; */
}

.home-about-img .swiper-container {
    height: 100%;
}

.home-about-img .swiper-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-about .home-about-text {
    height: 100%;
    background: url(../images//home-about-text-bg.png) right bottom no-repeat;
    padding-left: 60px;
    padding-right: 20%;
    display: flex;
    align-items: center;
}

.home-about-text-title h1 {
    color: #454545;
    font-size: 36px;
    position: relative;
    padding-bottom: 26px;
    margin-bottom: 20px;
}

.home-about-text-title p {
    color: #3c5da2;
    font-size: 32px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}

.home-about-text-title h1::after {
    content: '';
    position: absolute;
    width: 48px;
    height: 4px;
    background-color: #3c5da2;
    bottom: 0;
    left: 0;
}

.home-about-text-desc {
    line-height: 2;
    color: #666666;
    margin: 50px 0 80px;
}

.home-about-text-num {
    display: flex;
    justify-content: space-between;
}

.home-about-text-num .num-item h1 span {
    font-family: 'Impact';
    color: #3c5da2;
    font-size: 48px;
    margin-right: 30px;
}

.home-about-text-num .num-item h1 {
    color: #999999;
    font-size: 14px;
}

.home-about-text-num .num-item p {
    color: #666666;
    font-size: 14px;
    margin-top: 10px;
}

.home-news {
    display: flex;
    margin: 80px auto 90px;
}

.home-news-title {
    width: 20%;
}

.home-news-title h1 {
    color: #004f99;
    font-size: 40px;
    line-height: 46px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}

.home-news-title p {
    color: #004f99;
    font-size: 20px;
}

.home-news-title a {
    width: 146px;
    height: 43px;
    background-color: #3c5da2;
    display: block;
    background-image: url(../images/nsjtn.png);
    background-position: 130px center;
    background-repeat: no-repeat;
    color: #fff;
    line-height: 43px;
    text-indent: 15px;
    margin-top: 130px;
}

.home-news-title a:hover {
    color: #fff;
    background-color: #2c4986;
}

.home-news-list {
    display: flex;
    justify-content: space-between;
    width: 80%;
}

.home-news-item {
    display: block;
    border-right: 1px solid #e5e5e5;
    width: 33.33%;
    padding: 0 15px;
}

.home-news-item-time {
    color: #3c4244;
    font-size: 14px;
}

.home-news-item-title {
    color: #3c4244;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 23px 0 35px;
}

.home-news-item-img {
    width: 100%;
    height: 162px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 30px;
}

.home-news-item-desc {
    color: #999999;
    line-height: 24px;
    font-size: 14px;
}

.page-box {
    line-height: 2;
}

.m-box {
    width: 1200px;
    margin: 0 auto;
}

.ny-product {
    display: flex;
    justify-content: space-between;
    margin: 50px auto 80px;
}

.ny-product-left {
    width: 280px;
}

.nynavtit {
    width: 280px;
    height: 100px;
    background: url(../images/nynav.png) center no-repeat;
    overflow: hidden;
    margin-bottom: 15px;
}

.nynavtit h1 {
    background: url(../images/nynavfl.png) left bottom no-repeat;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin: 29px 0 0 32px;
    padding-bottom: 32px;
    text-transform: uppercase;
}

.navBar li a {
    width: 280px;
    height: 50px;
    line-height: 50px;
    text-indent: 35px;
    color: #423636;
    display: flex;
    text-align: left;
    margin-top: 2px;
    background-image: linear-gradient(to right, #cdcdcd, #e7e7e7);
    justify-content: space-between;
    align-items: center;
}

.navBar li a.active .fa-angle-right {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -webkit-transform: rotate(90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(90deg);
    /* Opera */
}

.navBar li a i {
    margin-right: 20px;
    text-indent: 0;
}

.navBar li a:hover {
    background-image: linear-gradient(to right, #004f99, #116bbf);
    color: #fff;
}

.navBar li .item {
    display: none;
}

.navBar li .item a {
    margin-top: 0;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
}

.ny-product-right {
    width: 882px;
}

.ny-product-right img {
    max-width: 100%;
    height: auto;
}

.nycplist {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.nycplist li {
    width: 272px;
    border: 1px solid #eeeeee;
    background: #f3f3f3;
    position: relative;
    margin: 0 28px 30px 0;
    vertical-align: top;
    transition: all .5s;
}

.nycplist li:nth-child(3n) {
    margin-right: 0;
}

.nycplist li .img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}

.nycplist li .img a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

.nycplist li .img a span {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}

.nycplist li .img img {
    max-width: 100%;
}

.nycplist li p {
    height: 55px;
    line-height: 55px;
    text-align: center;
}

.nycplist li p a {
    color: #666;
}

.nycplist li:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 15px 0px rgba(0, 0, 0, 0.2);
    border: #004f99 solid 1px;
}

.showpro {
    display: flex;
    justify-content: space-between;
    margin: 60px 0 30px;
}

.slt {
    width: 460px;
}

.slt>a {
    display: flex;
    width: 100%;
    height: 400px;
    border: 1px solid #CDCDCD;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}

.slt>a img {
    max-width: 100%;
    max-height: 100%;
}

.tb-thumb {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}

.tb-thumb li {
    width: 60px;
    height: 60px;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.tb-thumb li.tb-selected {
    border: 1px solid #004f99;
}

.tb-thumb li a img {
    max-width: 100%;
    max-height: 100%;
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 200px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

div.zoomMask {
    position: absolute;
    background: url("../images/mask.png") repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}

.protxt {
    width: 530px;
}

.protxt h1 {
    font-size: 26px;
}

.sheck {
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
}

.sheck>span {
    margin-right: 10px;
}

.inp {
    display: flex;
    justify-content: flex-start;
    margin-top: 80px;
}

.inp a {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #004f99;
    color: #fff;
}

.inp a:hover {
    background-color: #014686;
    color: #fff;
}

.nytit {
    border-bottom: 1px solid #ccc;
    line-height: 2;
    font-size: 26px;
    margin-top: 50px;
    padding-bottom: 30px;
}

.nym img {
    max-width: 100%;
    height: auto;
}

.nym {
    line-height: 2;
    padding-top: 15px;
    min-height: 300px;
}

.nym h1 {
    font-size: 20px;
    font-weight: bold;
}

.about-page {
    line-height: 2;
}

.about-page h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
}

.joblist {
    margin-top: 50px;
    margin-bottom: 50px;
    min-height: 500px;
}

.joblist .tit {
    font-size: 24px;
    color: #555;
    font-weight: bold;
    text-align: center;
}

.joblist .desc {
    color: #555;
    font-size: 14px;
    text-align: center;
    width: 80%;
    margin: 30px auto 60px;
    line-height: 26px;
}

.joblist .job_titbox {
    height: 54px;
    line-height: 54px;
    background-color: #6a6a6c;
    font-size: 15px;
    color: #fff;
}

.joblist .job_titbox span {
    display: block;
    line-height: 54px;
    float: left;
    font-size: 15px;
    color: #fff;
}

.joblist .job_titbox .cell1 {
    width: 20%;
    text-align: left;
    text-indent: 5%;
}

.joblist .job_titbox .cell2 {
    width: 15%;
}

.joblist .job_titbox .cell3 {
    width: 5%;
    font-size: 35px;
}

#job_lists ._jt {
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    *zoom: 1;
    cursor: pointer;
    border-bottom: 1px solid #f2f2f2;
}

#job_lists ._jt span {
    float: left;
    display: block;
    text-align: left;
    color: #fff;
    line-height: 50px;
    height: 50px;
    color: #5a5a5a;
}

#job_lists ._jt .job_name {
    width: 20%;
    text-align: left;
    text-indent: 5%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#job_lists ._jt .job_add {
    width: 20%;
    text-align: left;
    text-indent: 5%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#job_lists ._jt .job_time {
    width: 20%;
    text-align: left;
    text-indent: 5%;
}

#job_lists ._jt .job_zy {
    width: 20%;
    text-align: left;
    text-indent: 5%;
}

#job_lists ._jt .job_rs {
    width: 15%;
}

#job_lists ._jt .cell3 {
    width: 5%;
    font-size: 35px;
    color: #006db8;
}

#job_lists ._jt .ion {
    font-size: 12px;
    color: #fff;
}

#job_lists ._jc {
    display: none;
}

#job_lists ._jcon {
    padding: 30px 40px 30px;
    background-color: #f9f9f9;
    font-size: 14px;
    line-height: 30px;
}

#job_lists ._jt_act .ion {
    color: #fff;
}

.contact .tit {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    margin: 0 0 30px;
    text-align: center;
}

.contact .desc {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.contact_main {
    line-height: 40px;
    font-size: 16px;
}

.contact_main h1 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

#map {
    width: 100%;
    height: 300px;
}

.feedback {
    margin: 0 0 90px;
}

.feedback input, .feedback select {
    border: 1px solid #d5d5d5;
    font-size: 14px;
    width: 31.33333333%;
    display: block;
    float: left;
    box-sizing: border-box;
    margin: 0 1%;
}

.feedback .line1 {
    height: 48px;
    line-height: 48px;
    padding: 0 46px 0 13px;
    float: left;
}

.feedback .name {
    background: transparent url(../images/i_form_ico1.png) no-repeat right 0;
}

.feedback .phone {
    background: transparent url(../images/i_form_ico2.png) no-repeat right 0;
}

.feedback .email {
    background: transparent url(../images/i_form_ico3.png) no-repeat right 0;
}

.feedback .textarea {
    padding: 0 1%;
}

.feedback textarea {
    width: 100%;
    padding: 10px 40px 10px 13px;
    border: 1px solid #d5d5d5;
    height: 149px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-top: 25px;
    background: transparent url(../images/i_form_ico4.png) no-repeat right top;
    box-sizing: border-box;
}

.feedback .yzm_box input {
    line-height: 46px;
    height: 46px;
    width: 40%;
    background: transparent;
    text-indent: 20px;
    margin-right: 15px;
}

.feedback .btns_list button {
    width: 45%;
    height: 45px;
    line-height: 37px;
    border: none;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    background-color: #848484;
    border-radius: 0;
    display: block;
}

.feedback .btns_list button:hover {
    background-color: #0164c9;
}

.feedback .btns_list {
    width: 50%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.case-page {
    width: 1100px;
    margin: 0 auto;
}

#banner .item section {
    height: 800px;
    background-size: cover;
}

.jobs-wrap .main {
    width: 1205px;
    margin: 0 auto;
}

@media screen and (max-width: 1279px) {
    .jobs-wrap .main {
        width: 90%;
    }
}

.jobs-wrap .intro {
    padding: 3.5% 0 1.7%;
    border-bottom: 1px solid #e5e5e5;
}

.jobs-wrap .intro .tips {
    float: left;
    width: 29%;
    font-size: 16px;
    line-height: 2;
    color: #666;
}

@media screen and (max-width: 1023px) {
    .jobs-wrap .intro .tips {
        font-size: 14px;
    }
}

.jobs-wrap .intro .tips a {
    color: #666;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.jobs-wrap .intro .tips a:hover {
    color: #004f99;
}

.jobs-wrap .intro .tips h2 {
    position: relative;
    padding-left: 120px;
    font-size: 24px;
    line-height: 2;
    color: #666;
}

.jobs-wrap .intro .tips h2::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 96px;
    height: 1px;
    background-color: #000;
}

@media screen and (max-width: 1023px) {
    .jobs-wrap .intro .tips h2 {
        padding-left: 60px;
        font-size: 18px;
    }
    .jobs-wrap .intro .tips h2::before {
        width: 48px;
    }
}

.jobs-wrap .intro .tips h3 {
    margin-bottom: 34px;
    font: 40px/64px Arial;
    color: #000;
    text-transform: uppercase;
}

.jobs-wrap .intro .tips h3 b {
    color: #004f99;
}

@media screen and (max-width: 1023px) {
    .jobs-wrap .intro .tips h3 {
        font-size: 24px;
        line-height: 2;
    }
}

.jobs-wrap .intro .search {
    float: right;
    width: 62%;
    padding-top: 8px;
    margin-right: 2.5%;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

@media screen and (max-width: 1023px) {
    .jobs-wrap .intro .search {
        padding-top: 5%;
    }
}

.jobs-wrap .intro .search a {
    color: #666;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.jobs-wrap .intro .search a:hover {
    color: #004f99;
}

.jobs-wrap .intro .search span {
    font-size: 14px;
    color: #004f99;
}

@media screen and (max-width: 1023px) {
    .jobs-wrap .intro .search span {
        line-height: 24px;
    }
}

.jobs-wrap .intro .search form {
    position: relative;
    margin-top: 25px;
}

.jobs-wrap .intro .search form input {
    width: 600px;
    height: 42px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #f7f7f7;
    box-shadow: -3px 0 3px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    line-height: 42px;
    color: #666;
}

.jobs-wrap .intro .search form input[type="submit"] {
    width: 150px;
    height: 44px;
    padding-left: 60px;
    background: #004f99 url(../images/bg_sign11.png) no-repeat 32px center;
    margin-left: -30px;
    box-shadow: none;
    color: #fff;
}

@media screen and (max-width: 1023px) {
    .jobs-wrap .intro .search form input {
        width: 80%;
    }
    .jobs-wrap .intro .search form input[type="submit"] {
        position: absolute;
        right: 0;
    }
}

@media screen and (max-width: 1279px) {
    .jobs-wrap .intro {
        padding: 3.5% 0 5%;
    }
    .jobs-wrap .intro .tips {
        float: none;
        width: 100%;
    }
    .jobs-wrap .intro .tips h3 {
        margin-bottom: 0;
    }
    .jobs-wrap .intro .search {
        float: none;
        width: 100%;
        margin-right: 0;
    }
}

.jobs-wrap .list {
    padding: 4% 0 6%;
}

.jobs-wrap .list li {
    position: relative;
    border: 1px solid #ccc;
    margin-bottom: 18px;
}

.jobs-wrap .list li .top {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.jobs-wrap .list li .tips {
    float: left;
    box-sizing: border-box;
    width: 86%;
    padding: 1.4% 4.6% 1.4%;
    border-right: 1px solid #ccc;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.jobs-wrap .list li .tips h2 {
    font-size: 20px;
    line-height: 48px;
    color: #004f99;
}

.jobs-wrap .list li .tips h2 span {
    position: relative;
    display: inline-block;
    margin-left: 25px;
    padding-left: 23px;
    font-size: 14px;
    line-height: 48px;
    color: #666;
}

.jobs-wrap .list li .tips h2 span::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 15px;
    background-color: #d6d6d6;
    margin-top: -8px;
}

@media screen and (max-width: 1023px) {
    .jobs-wrap .list li .tips {
        width: 80%;
        font-size: 12px;
        line-height: 2;
    }
    .jobs-wrap .list li .tips h2 {
        font-size: 18px;
        line-height: 2;
    }
    .jobs-wrap .list li .tips td {
        float: left;
        width: 50%;
    }
}

.jobs-wrap .list li .view {
    position: relative;
    float: right;
    width: 14%;
    padding-top: 0.4%;
    text-align: center;
    cursor: pointer;
}

.jobs-wrap .list li .view span {
    display: inline-block;
    padding-top: 48px;
    background: url(../images/bg_sign12.png) no-repeat center top;
    font-size: 16px;
    line-height: 1;
    color: #666;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.jobs-wrap .list li .view:hover span {
    background-position: center 25%;
    color: #004f99;
}

.jobs-wrap .list li .view::after {
    opacity: 0;
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 70%;
    width: 0;
    height: 0;
    background: url(../images/close01.png) no-repeat center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media screen and (max-width: 1023px) {
    .jobs-wrap .list li .view {
        padding-top: 5%;
        width: 20%;
    }
    .jobs-wrap .list li .view span {
        font-size: 14px;
    }
}

.jobs-wrap .list li .box {
    display: none;
    position: relative;
    padding: 2.2% 4% 5%;
    background-color: #f7f7f7;
    border-top: 1px solid #d0d0d0;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.jobs-wrap .list li .box h2 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 32px;
    color: #333;
}

.jobs-wrap .list li .box a.mail {
    display: inline-block;
    position: absolute;
    right: 3.5%;
    bottom: 14%;
    width: 150px;
    padding-left: 60px;
    border-radius: 8px;
    background: #004f99 url(../images/bg_sign13.png) no-repeat 30px center;
    font-size: 16px;
    line-height: 44px;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.jobs-wrap .list li .box a.mail:hover {
    box-shadow: 2px 2px 15px #004f99;
}

@media screen and (max-width: 1023px) {
    .jobs-wrap .list li .box a.mail {
        position: relative;
        left: 0;
        right: auto;
        margin-top: 5%;
    }
}

.jobs-wrap .list li.cur .top {
    background-color: #f7f7f7;
}

.jobs-wrap .list li.cur .view span {
    opacity: 0;
}

.jobs-wrap .list li.cur .view::after {
    width: 37px;
    height: 37px;
    margin: -26.5px 0 0 -16.5px;
    opacity: 1;
}

.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}