.banner{
    background: url(../banner.jpg) no-repeat center;
    background-size: 100% auto;
    padding-top: 58.3%;
    position: relative;
}
.inner{
    /* max-width: 1302px; */
    width: 68%!important;
    margin: 0 auto;
}
.banner-txt1{
    font-size: 70px;
    position: absolute;
    top: 33%;
    left: 25%;
    font-weight: bold;
    color: #fff;
}
.banner-txt2{
    font-size: 52px;
    position: absolute;
    top: 43%;
    left: 43%;
    font-weight: bold;
}
.banner-txt3{
    font-size: 30px;
    position: absolute;
    bottom: 16%;
    left: 38%;
    font-weight: bold;
}
.banner-txt4{
    font-size: 30px;
    position: absolute;
    bottom: 12%;
    left: 38%;
    font-weight: bold;
}

/* 轮播图 */
.swiper-container{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.head-box{
    padding-left: 2%;
    width: 100%;
    position: relative;
    padding-top: 24.17%;
    overflow: hidden;
}
.head-content{
    position: absolute;
    top: 4%;
    width: 100%;
    /* height: 29%; */
}
.swiper-slide a{
    display: block;
    width: 59%;
    height: 95%;
    overflow: hidden;
}
.swiper-img{
    width: 100%;
    /* height: 100%; */
    /* width: 764px;
	height: 434px; */
}
.head-right{
    float: right;
}
/* 分页器 */
.swiper-pagination-bullet{
    border-radius: 0;
}
.head-dot{
    width: 14%!important;
    right: 80%!important;
    top: 99%!important;
}
.head-dot span{
    background: #ffca46;
    opacity: 1;
    margin: 0 6px!important;
    height: 9px;
    display: inline-block!important;
}
.head-dot .my-bullet-active{
    background: #1a489d;
}
/* 自定义分页器（标题） */
 .head-txt{
    left: 60.4%!important;
    width: 33%!important;
    top: 46%!important;
}
.head-txt span{
    width: 94%;
    font-size: 16px;
    color: #fff;
    height: auto;
    padding-bottom: 2%;
    opacity: 1;
    background: transparent;
    border-bottom: 1px dotted #1a489d;
    letter-spacing: 1px;
    line-height: 33px;
    text-align: left;
    overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box!important;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
}
.head-txt span:last-child{
    border-bottom: none;
}
.head-txt .my-bullet-active{
    color: #1a489d;
    font-weight: 600;
}

/* 第一行 */
.line1{
    background: url(../bg1.jpg) no-repeat center;
    background-size: 100% auto;
    padding-top: 83.3%;
    position: relative;
}
.line1-content{
    position: absolute;
    top: 35.6%;
    width: 100%;
}
.title1 img,.title2 img,.title3 img{
    width: 100%;
}
.line1-box{
    margin-top: 5%;
    width: 100%;
}
.line1-line{
    margin-left: 37%;
}
.line1-line .img-content{
    width: 49%;
    padding-bottom: 31%;
    border-radius: 4%;
    position: relative;
    overflow: hidden;
}
.line1-line a:nth-child(2n-1) .img-content{
    float: left;
}
.line1-line a:nth-child(2n) .img-content{
    float: right;
}
.line1-line div img{
    width: 100%;
    /* height: 100%; */
    position: absolute;
    left: 0;
    top: 0;
}
.line1-line a:nth-child(3) .img-content,.line1-line a:nth-child(4) .img-content{
    margin-top: 4%;
}
.txt-name{
    position: absolute;
	background: rgba(9,91,203,.7);
	bottom: 0;
	padding: 29% 5%;
    left: 0;
	text-align: center;
	width: 100%;
    height: 100%;
	box-sizing: border-box;
	color: #fff;
	font-size: 17px;
    display: none;
}

/* 第二行 */
.line2{
    background: url(../bg2.jpg) no-repeat center;
    background-size: 100% auto;
    padding-top: 57.7%;
    position: relative;
}
.line2-content{
    position: absolute;
    top: 0;
    width: 100%;
}
.line2-box{
    padding: 4% 2% 0;
}
.line2-left{
    float: left;
    width: 64%;
}
.line2-right{
    float: right;
    width: 35%;
}
.line2-left a:first-child .img-box2{
    width: 98.6%;
    padding-bottom: 55.886%;
}
.line2-left a:first-child .line2-txt{
    text-align: left;
}
.line2-left a:nth-child(2) .img-box2{
    margin-right: 2%;
}
.line2-left a:nth-child(2) .img-box2,.line2-left a:nth-child(3) .img-box2{
    width: 48%;
    padding-bottom: 28.32%;
    margin-top: 2%;
}
.line2-right .img-box2{
    width: 100%;
    padding-bottom: 77%;
}
.line2-right a:last-child .img-box2{
    margin-top: 3.3%;
}
.img-box2{
    width: 49%;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.img-box2 img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.line2-txt{
    position: absolute;
	background: rgba(36,45,58,.9);
	bottom: 0px;
	padding: 18px 3% 18px 80px;
    left: 0;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	color: rgba(255,255,255,.9);
	font-size: 16px;
}
.line2-txt:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 57px;
    height: 57px;
    background: #fb5052;
}
.line2-txt:after{
    content: "";
    position: absolute;
    left: 11.5px;
    bottom: 11.5px;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-left: 32px solid #fff;
    border-bottom: 16px solid transparent;
}
/* 第三行 */
.line3{
    background: url(../bg3.jpg) no-repeat center;
    background-size: 100% auto;
    padding-top: 61.1%;
    position: relative;
}
.line3-content{
    position: absolute;
    top: 0;
    width: 100%;
}
.line3-box{
    height: 100%;
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
    margin-top: 3.5%;
}
/* 第三行左边 */
.line3-left{
    float: left;
    width: 49%;
}
.img-box{
    position: relative;
    width: 49%;
    padding-top: 37%;
    overflow: hidden;
}
.img-box img{
    width: 100%;
    /* height: 100%; */
    position: absolute;
    left: 0;
    top: 0;
}
.news-name{
	position: absolute;
	background: rgba(22,32,84,.5);
	bottom: 0px;
	padding: 12px 3%;
    left: 0;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	color: rgba(255,255,255,.9);
	font-size: 16px;
}
.line3-left a .img-box{
    width: 49%;
    float: left;
    margin-top: 5%;
}
.line3-left a:last-child .img-box{
    float: right;
}
.line3-left a:first-child .img-box{
    width: 100%;
    padding-top: 70.8%;
    margin-top: 0;
}
/* 第三行右边 */
.line3-right{
    float: right;
    width: 49%;
}
.line3-right a .line3-right-box{
    margin-top: 6%;
}
.line3-right a:first-child .line3-right-box{
    margin-top: 0;
}
.txt3-left{
    float: left;
    width: 36%;
    position: relative;
    padding-top: 23.7%;
    overflow: hidden;
}
.txt3-left img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.txt3-right{
    float: right;
    width: 57%;
    font-size: 16px;
    padding-right: 3%;
}
.txt3{
    font-size: 15px;
    line-height: 16px;
    color: #000;
    /* font-weight: 600; */
}
.txt-title3{
    margin-bottom: 3%;
    font-size: 14px;
    background: url(../txt-bg.jpg) no-repeat center;
    width: 77px;
    height: 26px;
    color: #fff;
    position: relative;
}
.txt-title3 div{
    position: absolute;
    top: 3px;
    left: 9px;
}

/* 尾部 */
.footer{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 1%;
    color: #b5f0ff;
    font-size: 16px;
    line-height: 40px;
}
.footer .icon{
    display: inline-block;
    color: #203674;
    font-size: 12px;
    width: 4.2%;
    margin-top: 5px;
}
.icon div{
    line-height: 1px;
}
.icon img{
    width: 90%;
}

/* 适配 */
 @media only screen and (max-width: 1000px) {
    /* .banner-txt1{
        font-size: 36px;
    }
    .banner-txt2{
        font-size: 27px;
    }
    .banner-txt3,.banner-txt4{
        font-size: 16px;
    } */
    .footer{
        font-size: 14px;
        line-height: 20px;
    }
}
/*@media only screen and (min-width: 994.1px) and (max-width: 1030px){
    .banner-txt1{
        font-size: 38px;
    }
    .banner-txt2{
        font-size: 27px;
    }
    .banner-txt3,.banner-txt4{
        font-size: 16px;
    }
}
@media only screen and (min-width: 1030.1px) and (max-width: 1156px){
    .banner-txt1{
        font-size: 38px;
    }
    .banner-txt2{
        font-size: 27px;
    }
    .banner-txt3,.banner-txt4{
        font-size: 16px;
    }
} */

/* hover */
.img-content:hover .txt-name{
    display: block;
}
.line3-right-box:hover .txt3{
    color: #095bcb;
}
@-webkit-keyframes hvr-pulse-shrink {
to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}
}
@keyframes hvr-pulse-shrink {
to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}
}

@media screen and (max-width: 981px) {
html {
    transform-origin: top left;
    transform: scale(var(--scale-factor));
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    box-sizing: border-box;
}

body {
    min-width: 1400px !important;
  }
}