/* 首页banner */
.head {
    width: 100%;
    height: auto;
    /* margin-top: 84px; */
}

.head .banner {
    width: 100%;
    height: auto;
}

#bannerpagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    opacity: 1;
    background: #FFFFFF;
}

#bannerpagination .swiper-pagination-bullet-active {
    width: 48px;
    height: 18px;
    border-radius: 12px;
    background: #FFFFFF;
}

/*首页内容部分*/

.content {
    width: 100%;
    height: auto;
    background: #ffffff;
}

.content .box1 {
    width: 100%;
    height: 650px;
    margin: 0 auto;
    background:url("../images/index/gywm_bg.jpg");
}

.box1 .box1-con{
    width: 62%;
    margin: 0  auto;
    padding-top: 60px;
}

.box1-con .box1-head {
    width: 100%;
    height: 70px;
    margin: 0 auto;
}

.box1-head .box1-title {
    width: 212px;
    height: 70px;
}

.box1-con .box1-main {
    width: 100%;
    background: #ffffff;
    margin: 30px auto 0;
    display: flex;
}

.box1-main .main-left {
    height: 426px;
    display: flex;
    align-items: center;
}

.main-left .main-leftcon{
    width: 80%;
    height: 290px;
}

.box1-main .main-left p {
    text-indent: 2rem;
    font-size: 14px;
    font-weight: normal;
    line-height: 32px;
    color: #666666;
}

.box1-main .main-right {
    height: 426px;
    display: flex;
    align-items: center;
}
.main-right  .main-rightcon{
    width: 84.8%;
    height: 284px;
}

.content .box2 {
    width: 100%;
    height: 630px;
    position: relative;
    overflow: hidden;
}

.box2 .box2-bg1{
    width: 100%;
    height: 239px;
    background:url("../images/index/jjfatop_bg.jpg");
}

.box2 .box2-bg2{
    width: 100%;
    height: 391px;
    background: #ffffff;
}

.box2 .box2-body{
    width: 76%;
    height: 500px;
    position: absolute;
    top: 54px;
    left: 50%;
    transform: translate3d(-50%,0,0);
}

.box2-body .swiper-button-prev{
    width: 64px;
    height: 64px;
    background:url("../images/index/jjfa_pre.png");
}
.box2-body .swiper-button-next{
    width: 64px;
    height: 64px;
    background:url("../images/index/jjfa_next.png");
}

.box2-body .box2-con{
    width: 80.8%;
    margin: 0 auto;
}

#jjfaSwiper{
    width: 100%;
    height: 376px;
}

#jjfaSwiper .swiper-wrapper{
    height: auto;
}

#jjfaSwiper .swiper-slide{
    width: 380px;
    text-align: center;
    font-size: 18px;
    background: #fff;    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction:column;
    color: #666666;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#jjfaSwiper .swiper-slide span{
    margin: 30px auto 0;
}

#jjfaSwiper .swiper-slide-active,.swiper-slide-duplicate-active{
    height: 376px;
    border-bottom: 2px solid #595757;
}

#jjfaSwiper .swiper-slide a, #jjfaSwiper .swiper-slide img{
    width: 380px;
    height: 282px;
}

.box2-con .box2-head{
    width: 100%;
    height: 70px;
    margin: 0 auto;
}

.box2-head .box2-title{
    width: 212px;
    height: 70px;
}

.box2-con .box2-main{
    width: 100%;
    height: 376px;
    margin: 56px auto 0;
}

.content .box3{
    width: 100%;
    height: auto;
    display: flex;
}

.box3 .box3-con{
    width: 62%;
    height: 626px;
    margin: 0 auto;
}

.box3-con .box3-head{
    width: 100%;
    height: 70px;
    margin: 0 auto;
}

.box3-head .box3-title{
    width: 426px;
    height: 70px;
}

.box3-con .box3-main{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 100px;    
}

.box3-main .logos-img{
    width: 140px;
    height: 108px;
    margin: 0 40px 14px 0;
    display: flex;
    align-items: center;
}

.content .box4{
    width: 100%;
    height: 948px;
    margin-top: 100px;
}

.box4 .box4-head {
    width: 62%;
    height: 70px;
    margin: 0 auto;
}

.box4-head .box4-title {
    width: 462px;
    height: 70px;
}

.box4 .box4-main{
    width: 100%;
    height: 840px;
    margin-top: 38px;
    background: url("../images/index/cpjs_bg.jpg");
    display: flex;
    align-items: center;
}

.box4-main .box4-con{
    width: 62%;
    height: 458px;
    margin: 0 auto;
    display: flex;  
}

.box4-con .box4-concpjs{
    width: 398px;
    height: 454px;
    background: url("../images/index/cpjs_con_bg.png"); 
    position: relative;
}

.box4-concpjs .concpjs-title{
    /*width: 80px;*/
    width: 80%;
    height: 90px;
    margin: 24px auto 0;
}

.box4-concpjs .concpjs-title img{
    width: 46px;
    margin: 0 auto;
}

.box4-concpjs .concpjs-title span{
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    margin: 16px auto 0;
    display: block;
    text-align: center;
}

.box4-concpjs .concpjs-main{
    width: 100%;
    height: 260px;
    display: flex;
    justify-content: space-around;
    flex-direction:column;
    align-items: center;
    margin-top: 50px;
}

.concpjs-main span{
    color: #8f8f8f;
    font-size: 16px;
}

.concpjs-main p{
    width: 80%;
    margin: 0 auto;
    color: #8f8f8f;
    font-size: 14px;    
    line-height: 28px;
    text-indent: 2em;
}

.box4-concpjs .concpjs-btn{
    position : absolute;
    width: 137px;
    height: 40px;
    left: 50%;
    transform: translate3d(-50%,0,0);
    bottom: -10px;
}

/**2023.2.8 新增**/
.box4-con .box4-cpjs{
	width: 796px;
	height: 450px;
	margin-top: 2px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.box4-cpjs .box4-cpjs-text{
    width: 100%;
    height: 220px;
    background: no-repeat url("../images/index/cpjs_bg.png"); 
	position: relative;
}

.box4-cpjs .cpjs-title{
    width: 80px;
    height: 90px;
    margin: 10px auto 0;
}

.box4-cpjs .cpjs-title img{
    width: 46px;
    margin: 0 auto;
}

.box4-cpjs .cpjs-title span{
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin: 16px auto 0;
    display: block;
    text-align: center;
}

.box4-cpjs .cpjs-main{
    width: 100%;
    height: 260px;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 60px;
}

.cpjs-main span{
    color: #8f8f8f;
    font-size: 16px;
}

.box4-cpjs .cpjs-btn{
    position : absolute;
    width: 137px;
    height: 40px;
    left: 50%;
    transform: translate3d(-50%,0,0);
    bottom: -10px;
}

.content .box5 {
    width: 100%;
    height: 540px;
    background: #edf4f8;
}

.box5 .box5-con{
    width: 62%;
    height: 422px;
    padding-top: 54px;
    margin: 0 auto;
}

.box5-con .box5-head{
    width: 100%;
    height: 70px;
}

.box5-head .box5-title{
    width: 316px;
    height: 70px;
}

.box5 .box5-main{
    width: 100%;
    height: 286px;
    margin-top: 64px;
}

#khalSwiper{
    width: 100%;
    height: 286px;
}

#khalSwiper .swiper-wrapper{
    height: auto;
}

#khalSwiper .swiper-slide{
    width: 380px;
    background: #fff;    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction:column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

#khalSwiper .swiper-slide a, #khalSwiper .swiper-slide img{
    width: 167px;
    height: 134px;
}

#khalSwiper .khal-con{
    width: 380px;
    height: 226px;
    display: flex;
    flex-direction: row;
}
#khalSwiper .khal-con:before{
    content: '';
    position: absolute;
    bottom:32px; 
    right:32px;
    background:
    linear-gradient(to left bottom,transparent 50%, rgba(0,0,0,.2) 0, rgba(0,0,0,.4)) 100% 0 no-repeat;
    /*线性渐变：从左到底（也就是从左边到最底部，斜切过来），
      透明50%的宽度渐变到rgba(0,0,0,.2) 0,，再到rgba(0,0,0,.4))
      background-size：100% 0
      不重复或平铺
    */
    width: 32px; 
    height: 32px;
    transform: translateY(32px) rotate(90deg);
    /*translateY(-1.3em)：y轴方向平移-1.3em，就向上移动出去了一点
        rotate(-30deg)：  平面旋转-30度
    */
    transform-origin: bottom right;
    border-bottom-left-radius: inherit;
    box-shadow: -.2em .2em .3em -.1em rgba(0,0,0,.15);
}
#khalSwiper .khal-con::after{
    content:"";  
    position: absolute;
    right:0;  
    bottom:0;  
    display: block; 
    border: 16px solid;  
    border-color:transparent #edf4f8 #edf4f8 transparent; 
}

#khalSwiper .khal-con .khal-conleft{
    width: 190px;
    padding-top: 30px;
}
.khal-conleft ul,.khal-conleft ul li{
    width: 140px;
    margin-left: 24px;
    font-size: 16px;
    color: #8f8f8f;
    line-height: 32px;
    list-style:disc;    
}

#khalSwiper .khal-con .khal-conright{
    width: 190px;
    padding-top: 40px;
}

.content .box6 {
    width: 100%;
    height: 500px;
}

.box6 .box6-con{
    width: 62%;
    height: 360px;
    margin: 0 auto;
    padding-top: 58px;
}

.box6-con .box6-head{
    width: 100%;
    height: 70px;
}

.box6-head .box6-title {
    width: 256px;
    height: 70px;
}

.box6-con .box6-main {
    width: 100%;
    height: 190px;
    margin-top: 110px;
    display: flex;
    justify-content: space-between;
}

.box6-main .main-infoleft{
    width: 32.2%;
    height: 190px;
    display: flex;
    flex-direction:column;
}
.main-infoleft .infoleft-title{
    width: 100%;
    height: 30px;
}
.infoleft-title p{
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
    color: #666666;
}
.main-infoleft .infoleft-con{
    width: 100%;
    height: 90px;
    margin-top: 68px;
}
.infoleft-con p{
    font-size: 14px;
    line-height: 32px;
    color: #666666;
}
.infoleft-con p img{
    width: 14px;
    display: inline;
    vertical-align:middle;
}
.infoleft-con p:nth-child(3) img{
    width: 20px;
    display: inline;
    vertical-align:middle;
}

.box6-main .main-lxwmright{
    width: 66.1%;
    height: 190px;
    display: flex;
    flex-direction:column;
}

.main-lxwmright .lxwmright-top{
    width: 100%;
    height: 110px;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;    
}

.lxwmright-top input{
    width: 48.7%;
    height: 52px;
    line-height: 52px;
    border: 0;
    outline: 0;
    border-bottom-color:#CCCCCC;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.main-lxwmright .lxwmright-bottom{
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #CCCCCC;  
}

.lxwmright-bottom .note{
    border: 0;
    outline: 0;
    width: 87.1%;
    line-height: 78px;   
    display: inline;
}

.lxwmright-bottom .box6-btn{
    width: 90px;
    height: 50px;
    display: inline;
}

.box6-btn  img{
    width: 16px;
    display: inline;
}

.box6-btn .submit{
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    border-width: 0;
    border-bottom: 2px solid #a3a3a3;
    width: 64px;
    height: 28px;
    display: inline;
}

/* 兼容写法 750的需要重写*/
@media screen and (min-width: 750px) {
    .box1-con .box1-main {
        height: auto;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .box1-main .main-left {
        width: 55.4%;
    }
    .box1-main .main-right {
        width: 44.6%;
    }        
    .main-left .main-leftcon {
        margin-left: 60px;
    }
    .main-left .ml-yw {
        margin: 36px 0 0 0;  
    }
    .main-right  .main-rightcon{
        margin-right: 80px;
    }        
}

@media screen and (min-width: 1920px) {
    .box1-con .box1-main {
        height: 426px;
        justify-content: space-between;
    }
    .box1-main .main-left {
        width: 55.4%;
    }
    .box1-main .main-right {
        width: 44.6%;
    }        
    .main-left .main-leftcon{
        margin-left: 60px;
    }    
    .main-left .ml-yw {
        margin: 36px 0 0 0;  
    } 
    .main-right  .main-rightcon{
        margin-right: 80px;
    }       
}