body,
html {
    height: 100%;
}

/* div内显示一行，超出部分用省略号显示 */

.jz1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* div内显示两行或三行，超出部分用省略号显示 */

.jz3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.inside-header {
    background-color: rgba(2, 98, 184, 1);
}

header {
    background-color: rgba(2, 98, 184, 0.4);
    border-bottom: solid 1px #8dbcfe;
    position: relative;
    z-index: 99;
}

header .logo {
    width: 80px;
    height: 65px;
    margin-top: 15px;
    float: left;
    margin-left: 200px;
}

header .header-right {
    float: right;
}

header .logo a {
    text-indent:-999em;
}

header .nav {
    float: left;
}

header .nav ul>li {
    float: left;
    width: 65px;
    position: relative;
    text-align: center;
    margin: 0 20px;
}

header .nav ul>li:hover,
header .nav ul>li.on {
    border-bottom: 3px solid #fa9230;
}

header .nav ul>li>a {
    font-size: 16px;
    color: #ffffff;
    padding: 31px 0;
    display: block;
}

header .nav ul>li .child-nav {
    width: 340px;
    height: 179px;
    background-color: #ff9e42;
    position: absolute;
    top: 103%;
    z-index: 99;
    display: none;
}


header .nav ul>li:nth-child(4) .child-nav {
    width: 430px;
}

header .nav ul>li:nth-child(7) .child-nav {
    width: 500px;
}

/* header .nav ul>li:hover .child-nav {
    opacity: 1;
    display: block;
    transition: all .5s;
} */

header .nav ul>li .child-nav .pic {
    margin: 17px 20px 0 0;
}

header .nav ul>li .child-nav .left {
    margin: 28px 0 0 19px;
}

header .nav ul>li .child-nav .left li {
    padding-left: 14px;
    position: relative;
    margin-bottom: 5px;
    text-align: left;
}

header .nav ul>li .child-nav .left li a {
    font-size: 16px;
    color: #ffffff;
}

header .nav ul>li .child-nav .left li:hover::before {
    content: '';
    display: block;
    width: 4px;
    height: 14px;
    background-color: #ffe1c4;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

header .right {
    float: right;
    margin-left: 119px;
}

header .tel {
    background: url(../img/tel.png) center left no-repeat;
    padding-left: 35px;
    color: #ffffff;
    margin-top: 25px;
    line-height: 1.2;
    float: left;
    margin-right: 50px;
}

header .tel .p1 {
    font-size: 12px;
}

header .tel .p2 {
    font-size: 18px;
}

header .search {
    border-left: 1px solid #8dbcfe;
    background-color: rgba(2, 98, 184, 0.1);
    float: right;
    padding-left: 16px;
    height: 89px;
}

header .search .pic {
    float: right;
    width: 28px;
    height: 28px;
    margin: 36px 46px 0 10px;
    border: none;
    background: url(../img/search.png)no-repeat center center;
    background-size: 100%;
}

header .search img {
    margin-left: 20px;
    cursor: pointer;
}

header .search input {
    float: left;
    margin-top: 30px;
    width: 0px;
    transition: all .5s;
    padding: 0;
    border: none;
}

header .search:hover input {
    width: 135px;
    transition: all .5s;
    padding-left: 20px;
}

.banners {
    height: 100%;
    position: relative;
    top: -90px;
}
.banners a {
    display: block;
    width: 100%;
    height: 100%;
}
.banners-1 {
    background: url(../img/banners_1.jpg) center center no-repeat;
    background-size: cover;
}

.banners-2 {
    background: url(../img/banners_02.jpg) center center no-repeat;
    background-size: cover;
}

.banners-3 {
    background: url(../img/banners_03.jpg) center center no-repeat;
    background-size: cover;
}

/* .banners-1:hover {
    background-size: 105%;
    transition: all 5s;
} */
.banners .swiper-container {
    height: 100%;
}

.banners .swiper-button-prev {
    width: 59px;
    height: 86px;
    background: url(../img/icon_01.png) center center no-repeat;
}

.banners .swiper-button-next {
    width: 59px;
    height: 86px;
    background: url(../img/icon_02.png) center center no-repeat;
}

.banners .swiper-pagination {
    bottom: 50px !important;
}

.banners .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 0.5;
}

.banners .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}
/*
.banners .swiper-slide:nth-child(3){
    background: url(http://www.jinxuhn.com/uploadfile/2020/0721/20200721111425853.jpg) center center / cover no-repeat !important;
}
*/
.index-wrap {
    width: 1280px;
    margin: 0 auto;
}

.index-1 {
    background: #f5f5f5;
    padding-top: 88px;
    margin-top: -90px;
}

.index-1 .index-wrap {
    position: relative;
}

.index-1 .left {
    width: 830px;
    float: left;
    padding-bottom: 100px;
    position: relative;
    margin-top: 60px;
}

.index-1 .left::before {
    display: block;
    content: '';
    width: 946px;
    height: 456px;
    background: url(../img/index_bg09.jpg);
    position: absolute;
    left: -66px;
    bottom: 0;
}

.index-1 .left .pic {
    width: 830px;
    height: 432px;
}

.index-1 .left p {
    font-size: 28px;
    color: #333333;
    margin: 33px 0;
}

.index-1 .left span {
    font-size: 16px;
    color: #888888;
}

.index-1 .right {
    float: right;
    width: 400px;
}

.index-1 .right p {
    font-size: 38px;
}

.index-1 .right span {
    font-size: 18px;
    color: #666666;
    display: block;
    margin: 30px 0;
    text-align: left;
}

.index-1 .right a {
    display: block;
    width: 170px;
    height: 44px;
    line-height: 44px;
    background-color: #ffffff;
    border-radius: 6px;
    border: solid 1px #0262b8;
    font-size: 16px;
    color: #0262b8;
    margin-bottom: 109px;
    position: relative;
    overflow: hidden;
}

.index-1 .right a i {
    position: relative;
    z-index: 6;
}

.blue-btn {
    position: relative;
    display: block;
}

.blue-btn::after {
    display: block;
    content: '';
    width: 0;
    height: 100%;
    background: #0262b8;
    position: absolute;
    left: -50%;
    top: 0;
    transition: all .5s;
    z-index: 5;
}

.blue-btn:hover i {
    color: #fff;
    position: relative;
    z-index: 6;
}

.blue-btn:hover::after {
    width: 100%;
    transition: all .5s;
    left: 0;
}

.index-1 .right .swiper-button-prev {
    width: 57px;
    height: 54px;
    background: url(../img/icon_05.jpg) center center no-repeat;
    top: auto;
    bottom: 0;
    left: auto;
    right: 57px;
    opacity: 1;
}

.index-1 .right .swiper-button-next {
    width: 57px;
    height: 54px;
    background: url(../img/icon_06.jpg) center center no-repeat;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    opacity: 1;
}

.index-1 .right a:hover {}







.index-2 {
    background: url(../img/index_bg01.jpg) center center no-repeat;
    height: 250px;
    padding-top: 67px;
}

.index-2 p {
    background: url(../img/index_bg02.png) left center no-repeat;
    padding-left: 17px;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 28px;
}

.index-2 span {
    font-size: 18px;
    color: #ffffff;
    width: 490px;
    display: block;
}

.index-3 {
    margin-top: 88px;
}

.index-title {
    text-align: center;
    font-size: 38px;
    color: #333333;
    font-weight: bold;
}

.index-3 .index-title {
    margin-bottom: 49px;
}

.index-title i {
    /* font-size: 50px; */
    color: #0262b8;
    font-weight: normal;
}

.index-3 .left {
    width: 880px;
    float: left;
}

.index-3 .content-1 {
    background: url(../img/index_bg03.jpg) center center no-repeat;
    width: 880px;
    height: 330px;
    padding: 30px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 0;
}

.index-3 .content-1 a {
    display: block;
    height: 100%;
}

.index-3 .content-1 p {
    font-size: 26px;
    color: #ffffff;
}

.index-3 .content-1 p::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: #ffffff;
    margin: 18px 0 12px;
}

.index-3 .content-1 span {
    font-size: 14px;
    color: #ffffff;
}
.index-3 .content-1 div {
    float: right;
    margin-top: 40px;
}
.index-3 .content-1 i {
    font-size: 12px;
    color: #fafafa;
    display: block;
    margin-top: 10px;
    display: block;
    line-height: 1.2;
}

.index-3 .content-1 .pic {
    width: 220px;
    height: 270px;
    position: absolute;
    right: 90px;
    top: -30px;
}

.index-3 .content-2 {
    width: 430px;
    height: 330px;
    background: url(../img/index_bg05.jpg);
    padding: 20px 30px;
    float: left;
}

.index-3 .content-2 p {
    font-size: 22px;
    color: #333333;
}

.index-3 .content-2 p::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: #d2d2d2;
    margin: 7px 0;
}

.index-3 .content-2 span {
    font-size: 14px;
    color: #999999;
}

.index-3 .content-2 i {
    font-size: 12px;
    color: #c8c8c8;
    display: block;
    margin-top: 5px;
}

.index-3 .content-2 .pic {
    width: 180px;
    height: 170px;
    margin: 0 auto;
}

.index-3 .content-2 .pic img {
    max-height: 100%;
    width: auto;
}

.index-3 .content-3 {
    background: url(../img/index_bg06.jpg);
    float: right;
}

.index-3 .content-3 .pic {
    width: 130px;
    height: 170px;
    /*position: absolute;*/
}

.index-3 .right {
    float: right;
}

.index-3 .content-4 {
    width: 380px;
    height: 680px;
    background: url(../img/index_bg04.jpg);
    padding: 30px;
}

.index-3 .content-4 .pic {
    width: 350px;
    height: 270px;
    margin-top: 109px;
    padding-left: 40px;
}

.index-3 .pic img,
.index-7 li .pic img,
.index-6 .swiper-slide img,
.index-5 .content .pic img {
    transition: all .5s;
    cursor: pointer;
}

.index-3 .pic:hover img,
.index-7 li:hover .pic img,
.index-6 .swiper-slide:hover img,
.index-5 .content .pic:hover img {
    transform: scale(1.05);
    transition: all .5s;
}

.index-3 .more {
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 6px;
    border: solid 1px #0262b8;
    margin: 50px auto 0;
    overflow: hidden;
}

.index-3 .more a {
    font-size: 16px;
    color: #0262b8;
}

.index-4 {
    background: #f7f8fa;
    padding: 80px 0 100px;
    margin-top: 90px;
}

.index-4 ul {
    margin-top: 40px;
}

.index-4 ul li {
    width: 50%;
    float: left;
    background-color: #ffffff;
    height: 202px;
    position: relative;
}

.index-4 ul li .pic {
    width: 370px;
    height: 202px;
    float: left;
    overflow: hidden;
    cursor: pointer;
}

.index-4 ul li .pic img {
    height: 100%;
    transition: all .5s;
}

.index-4 ul li .pic:hover img {
    transform: scale(1.05);
    transition: all .5s;
}

.index-4 ul li .msg {
    width: 282px;
    /* float: left; */
    height: 100%;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/index_bg010.png);
}

.index-4 ul li .msg p {
    font-size: 24px;
    color: #333333;
    width: 100px;
    margin: 40px auto 15px;
}

.index-4 ul li .msg span {
    font-size: 13px;
    color: #888888;
    display: block;
}

.index-4 ul li .msg i {
    font-size: 200px;
    color: #333333;
    opacity: 0.06;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.index-4 ul li:nth-child(3) {
    background-color: #0262b8;
    padding: 43px 0 0 36px;
    position: relative;
}

.index-4 ul li:nth-child(3) p {
    font-size: 24px;
    color: #ffffff;
    width: auto;
}

.index-4 ul li:nth-child(3) .msg-1 i {
    font-size: 13px;
    color: #ffffff;
}

.index-4 ul li:nth-child(3) .msg-1 i::after {
    content: '';
    display: block;
    width: 21px;
    height: 2px;
    background-color: #fff;
    margin: 16px 0;
}

.index-4 ul li:nth-child(3) .msg-1 span {
    font-size: 14px;
    color: #ffffff;
}

.index-4 ul li:nth-child(3)>i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 200px;
    color: #ffffff;
    opacity: 0.06;
}

.index-4 ul li:nth-child(4) .pic {
    width: 280px;
    float: right;
}

.index-4 ul li:nth-child(4) .msg {
    width: 371px;
    left: 0;
    right: auto;
    background: url(../img/index_bg011.png);
    z-index: 55;
}

.index-5 {
    background: url(../img/index_bg07.png)center top no-repeat;
    padding: 70px 0 115px;
    position: relative;
}

.index-5 .num {
    text-align: center;
    margin: 35px auto;
    width: 70%;
}

.index-5 .num p {
    font-size: 18px;
    color: #333333;
    float: left;
    margin: 0 30px;
}

.index-5 .num p i {
    font-size: 48px;
    color: #0262b8;
}

.index-5 .content {
    background: url(../img/index_bg08.png) center center no-repeat;
    padding: 5px;
    background-size: 100%;
}

.index-5 .content .pic {
    width: 900px;
    height: 501px;
    float: left;
    overflow: hidden;
}

.index-5 .content .msg {
    width: 370px;
    float: left;
    padding: 30px 27px 0 30px;
}

.index-5 .content .msg p {
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
}

.index-5 .content .msg a {
    width: 140px;
    height: 44px;
    background-color: #ffffff;
    border-radius: 6px;
    border: solid 1px #0262b8;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #0262b8;
    display: block;
    margin-top: 33px;
    overflow: hidden;
}

.index-5 .bottom {
    font-size: 115px;
    color: #f9fafc;
    opacity: 0.5;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.index-6 {
    margin-top: 112px;
}

.index-6 .box {
    position: relative;
    margin-top: 50px;
}

.index-6 .swiper-slide {
    height: 330px;
    width: auto;
    border: 2px solid #e5e5e5;
    box-sizing: border-box;
}

.index-6 .swiper-slide img {
    height: 100%;
  width:auto;
}

.index-6 .swiper-button-prev,
.index-8 .swiper-button-prev {
    width: 42px;
    height: 42px;
    background: url(../img/index_017.png) center center no-repeat;
    left: -72px;
}

.index-6 .swiper-button-next,
.index-8 .swiper-button-next {
    width: 42px;
    height: 42px;
    background: url(../img/index_018.png) center center no-repeat;
    right: -72px;
}

.index-7 {
    margin-top: 95px;
}

.index-7 ul {
    margin-top: 40px;
}

.index-7 li {
    width: 220px;
    height: 171px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    float: left;
    border-right: none;
    cursor: pointer;
}

.index-7 li .pic {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.index-7 li .pic img {
    width: auto;
    max-width: 100%;
}

.index-7 li:last-child {
    width: 180px;
    height: 171px;
    background-color: #fa9230;
    text-align: center;
    padding-top: 70px;
}

.index-7 li:last-child a {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 25px;
}

.index-7 li:last-child img {
    width: 20px;
    margin: 25px auto 0;
    display: block;
    transition: all .5s;
}

.index-7 li:last-child:hover img {
    margin-top: 20px;
    transition: all .5s;
}

.index-8 {
    background-color: #f0f1f6;
    padding: 79px 0;
    margin-top: 118px;
}

.index-8 .box {
    position: relative;
    margin-top: 40px;
}

.index-8 .box .swiper-slide {
    width: 410px;
    background-color: #ffffff;
    border: solid 1px #eeeeee;
    position: relative;
}

.index-8 .box .pic {
    width: 370px;
    height: 255px;
    margin: 20px;
}

.index-8 .box .msg {
    margin: 30px 20px 0 50px;
}

.index-8 .box .msg p {
    font-size: 18px;
    color: #333333;
    margin-bottom: 30px;
}

.index-8 .box .msg span {
    font-size: 14px;
    color: #888888;
    height: 65px;
}

.index-8 .box .time {
    border-top: 1px solid #eeeeee;
    margin-top: 35px;
}

.index-8 .box .time i {
    font-size: 14px;
    color: #c2c2c2;
    font-style: italic;
    float: left;
    margin: 27px 0 0 42px;
}

.index-8 .box .time i img {
    width: 16px;
    height: 16px;
    margin-right: 19px;
}

.index-8 .box .time div {
    border-left: 1px solid #eeeeee;
    float: right;
    height: 70px;
}

.index-8 .box .time div img {
    width: 24px;
    height: 22px;
    margin: 24px 30px 0 26px;
}

.index-8 .box .swiper-slide:hover p {
    color: #fa9230;
}

.index-8 .box .swiper-slide .pic {
    overflow: hidden;
}

.index-8 .box .swiper-slide .pic img {
    transition: all .5s;
}

.index-8 .box .swiper-slide .pic:hover img {
    transform: scale(1.05);
    transition: all .5s;
}

.index-8 .box .swiper-slide::after {
    content: '';
    display: block;
    position: absolute;
    left: 35px;
    top: 300px;
    width: 4px;
    height: 35px;
    background-color: #0262b8;
}

.record {
    background-color: #fa9230;
}

.record .pic {
    width: 109px;
    height: 143px;
    margin-right: 22px;
}

.record .left .p1 {
    font-size: 24px;
    color: #ffffff;
}

.record .left .p2 {
    font-size: 36px;
    color: #ffffff;
}

.record .left .p3 {
    background: url(../img/icon_tel_white.png) left center no-repeat;
    padding-left: 35px;
    color: #fff;
}

.record .right input {
    background-color: #fa9230;
    border: solid 1px #ffffff;
    color: #fff;
}

.record .right button {
    font-size: 18px;
    color: #fa9230;
}

.record .right input::-webkit-input-placeholder {
    color: #ffffff;
}

.record .right input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ffffff;
}

.record .right input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ffffff;
}

.record .right input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff;
}

.footer-2 .wrap {
    padding: 60px 0;
}

.copyright {
    line-height: 1.8;
    color: #cbe6ff;
    padding: 25px 0;
}

.copyright a {
    color: #cbe6ff;
}

.footer-1 .footer-nav li a,
.footer-1 .tel {
    line-height: 106px;
}

.record .right {
    margin-right: 10px;
}

.record .right button {
    border: none;
}

footer .link {
    margin-bottom: 20px;
}

footer .link p {
    font-size: 18px;
    margin-bottom: 10px;
}

footer .link a {
    margin: 0 10px 10px 0;
}

.gyjx-5 .team {
    color: #333;
}

.gyjx-5 .team .pic {
    width: 500px;
    float: left;
}
.gyjx-5 .msg {
    width: 55%;
    margin-top: 50px;
    float: right;
}

.gyjx-5 .msg .tit {
    font-size: 24px;
    font-weight: bold;
}

.gyjx-5 .msg .tit::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: #333;
    margin: 40px 0;
}

.gyjx-5 .msg .desc {
    font-size: 16px;
    line-height: 30px;
}

.gyjx-5 .msg .desc p {
    margin-bottom: 25px;
}

.gyjx-5 .more {
    border: solid 1px #ccc;
    border-radius: 50px;
    display: inline-block;
}
.gyjx-5 .more a{
    padding: 3px 30px;
    display: block;
}
.gyjx-5 .more:hover {
    background-color: #ef7e14;
    border: solid 1px #ef7e14;
}
.gyjx-5 .more:hover a {
    color: #ffffff;
}
.gyjx-1 .left .film .film-thumb {
    padding-bottom: 0;
}
.gyjx-1 .left .film .film-thumb video {
    width: 100%;
    object-fit:fill;  
}



@media screen and (max-width: 1600px) {
    header .right {
        margin-left: 90px;
    }
}
@media screen and (max-width: 1500px) {
    header .right {
        margin-left: 30px;
    }
    header .nav {
        margin-left: 0;
    }
    header .logo {
        margin-left: 100px;
    }
}

@media screen and (max-width: 1400px) {
    header .right {
        float: right;
        margin-left: 20px;
    }
    

    header .nav ul>li {
        margin: 0 10px;
    }

    .index-6 .swiper-button-prev,
    .index-8 .swiper-button-prev {
        left: 10px;
    }

    .index-6 .swiper-button-next,
    .index-8 .swiper-button-next {
        right: 10px;
    }

    .footer-2 .wrap>div {
        padding: 0 50px;
    }

    .index-5 .content {
        max-width: 1270px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .index-5 .content .msg {
        width: 360px;
    }

    header .nav li .child-nav {
        padding: 20px;
    }

    header .nav ul>li .child-nav .left {
        margin: 0;
        width: auto;
    }

    header .nav ul>li .child-nav .pic {
        margin: 0;
    }
}

@media screen and (max-width: 1300px) {
    header .logo {
        margin-left: 60px;
    }

    header .nav ul>li {
        margin: 0 10px;
    }

    header .search .pic {
        margin: 36px 30px 0 10px;
    }
}