.nav_left ul {
	margin-left:55px;
}

.nav_left ul li {
	float: left;
	height: 40px !important;
	line-height: 40px !important;
	/* padding:20px; */
}

.nav_left ul li a {
	/* 	width:0.32rem;
	height:0.24rem; */
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #fff;
	line-height: 40px !important;
	-webkit-background-clip: text;
	margin-right: 64px;
	display: block;
	/* transform: translateX(-50%); */
}

.nav_left ul li:last-child a {
	margin-right: 0px;
}

.nav_left ul li.act a {
	width: 64px;
	height: 24px;
	font-size: 16px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	/* color: #214BF7; */
	line-height: 24px;
	line-height: 40px !important;
	position: relative;
}

.nav_left ul li a:hover {
	font-size: 16px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #214BF7;
	line-height: 100px;
	position: relative;
}


.p1Cont{
    width: 100%;
    height: 530px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);

}
.p1Cont .left{
    width: 500px;
    float: left;
}
.p1Cont .left .top{
    height: 181px;
    padding: 40px 80px;
    text-align: center;
    color: #333;
}
.p1Cont .left .top h2{
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 20px;
}
.p1Cont .left .top p{font-size: 16px; color: #666;}
.p1Cont .left .bottom{
    height: 349px;
    overflow: hidden;
}
.p1Cont .left .bottom .pop{
    position: absolute;
    width: 250px;
    height: 181px;
    right: 0;
    bottom: 0;
    background: #fff;
}
.p1Cont .left .bottom .pop p{
    color: #333;
    font-size: 18px;
    text-align: center;
    padding: 65px 0 20px;
}
.p1Cont .left .bottom .pop span{
    display: block;
    width: 94px;
    height: 24px;
    margin: auto;
    border: 1px solid #333;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    border-radius: 12px;
}


.p1Cont .right{
    width: 500px;
    float: left;
}
.p1Cont .right .top{
    height: 349px;
    position: relative;
    overflow: hidden;
}
.p1Cont .right .top .pop{
    position: absolute;
    width: 163px;
    height: 185px;
    left: 30px;
    top: 140px;
}
.p1Cont .right .top .pop p{
    color: #fff;
    font-size: 18px;
    padding-bottom:20px;
}
.p1Cont .right .top .pop span{
    display: block;
    width: 94px;
    height: 24px;
    margin: auto;
    border: 1px solid #fff;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    border-radius: 12px;
}
.p1Cont .right .bottom{
    height: 181px;

}
.p1Cont .right .bottom .btmLeft{
    width: 250px;
    height: 181px;
    position: relative;
    float: left;
    overflow: hidden;
}
.p1Cont .right .bottom .btmLeft .pop{
    position: absolute;
    width: 100%;
    top: 65px;
    text-align: center;
}
.p1Cont .right .bottom .btmLeft .pop p{
    color: #fff;
    font-size: 18px;
    padding-bottom:20px;
}
.p1Cont .right .bottom .btmLeft .pop span{
    display: block;
    width: 94px;
    height: 24px;
    margin: auto;
    border: 1px solid #fff;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    border-radius: 12px;
}
.p1Cont .right .bottom .btmRight{
    width: 250px;
    height: 181px;
    padding-top: 65px;
    float: right;
    text-align: center;
}
.p1Cont .right .bottom .btmRight p{
    font-size: 16px;
    color: #666;
    padding-bottom:20px;
}
.p1Cont .right .bottom .btmRight span{
    display: block;
    width: 94px;
    height: 24px;
    margin: auto;
    border: 1px solid #333;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    border-radius: 12px;
}
.p1Cont img{
    transform: scale(1);

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.p1Cont .left .bottom:hover img,
.p1Cont .right .top:hover img,
.p1Cont .right .bottom .btmLeft:hover img
{
    transform: scale(1.1);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.p1Cont .pop span:hover,
.p1Cont .right .bottom .btmRight span:hover{
    border: 1px solid #fff !important;
    background: #4c97ce !important;
    color: #fff !important;
}
.p1Cont .data{
    float: left;
    width: 100%;
    font-size: 14px;
    color: #999;
    text-align: right;
    padding: 15px 0 30px;
}
/*part2*/
.part2{
    height: 822px;
    background: url("/images/2025/aigcs/p2-bg.jpg") no-repeat center top;
}
.p2Cont{
    height: 490px;
    padding-top: 20px;
}
.p2Cont .left{
    position: absolute;
    width: 250px;
    height: 190px;
    background: #ff803e;
    top: 100px;
    left: 0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    padding-top: 30px;
    text-align: center;
    color: #fff;
    -moz-animation: p3Animate 2.0s infinite alternate;
    -webkit-animation: p3Animate 2.0s infinite alternate;
    animation: p3Animate 2.0s infinite alternate;
}
@keyframes p3Animate {
    0%{
        transform: translateY(-5px);
    }
    100%{
        transform: translateY(10px);
    }
}

.p2Cont .left h2{
    font-size: 36px;
}
.p2Cont .left h2 em{
    font-weight: normal;
    font-style: normal;
}
.p2Cont .left > span{
    font-size: 16px;

    display: block;
    padding: 10px 0 20px;
}
.p2Cont .left > div{
    font-size: 14px;

}
.p2Cont .left > div span{

    display: inline-block;
    background: url("/images/2025/aigcs/p2-icon.png") no-repeat left center;
    padding-left: 20px;
    margin-left: 15px;
}
.p2Cont .data{
    font-size: 14px;
    color: #999;
    float: left;
    text-align: right;
    width: 100%;
}



.p2Cont .right{
    width: 822px;
    float: right;
    height: 450px;
}
.p2Cont .right > img{
    display: block;
}
.p2Cont .right > div{
    position: absolute;
}
.p2Cont .right .line{
    position: absolute;
    top: 157px;
    right: 198px;
    z-index: 3;
}
.p2Cont .right .circle{
    position: absolute;
    width: 134px;
    height: 134px;
    top: 80px;
    right: 80px;
}


/*part3*/
.part3{
    background: #f9ffff;
}
.p3cont{
    height: 500px;
    background: url("/images/2025/aigcs/p3-cbg.jpg") no-repeat left bottom;
}
.p3cont .left{
    position: absolute;
    width: 270px;
    height: 330px;
    background: #fff;
    border: 1px solid #4999d3;
    top: 50%;
    margin-top: -160px;
}
.p3cont .left:before{
    content: '';
    display: block;
    clear: both;
    width: 106px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -53px;
}
.p3cont .left .lTit{
    position: absolute;
    width: 106px;
    height: 20px;
    font-size: 18px;
    color:#4999d3;
    left: 50%;
    top: -15px;
    margin-left: -53px;
    text-align: center;
}
.p3cont .left h2{
    font-size: 36px;
    color: #4c97ce;
    text-align: center;
    padding: 30px 0 20px;
    font-weight: normal;
}
.p3cont .left .img{
    text-align: center;
}
.p3cont .left .img img{
    border-radius: 4px;
}
.p3cont .left .img .act{
    box-shadow: 1px 3px 10px rgba(0,0,0,0.1);
}
.p3cont .left .text{
    padding-top: 45px;
    font-size: 14px;
    color: #333;
    position: relative;
    width: 85%;
    margin: auto;
}
.p3cont .left .text:after,
.p3cont .left .text:before{
    content: '';
    display: block;
    clear: both;
    position: absolute;
    top: 30px;
}
.p3cont .left .text:after{
    top: 28px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #222;
}
.p3cont .left .text:before{
    left: 0;
    width: 100%;
    height: 1px;
    background: #222;
}

/*right*/
.p3cont .right{
    height: 500px;
    width: 795px;
    float: right;
    background: url("/images/2025/aigcs/p3-bg.jpg") no-repeat center bottom;
}
.p3cont .right .rUl{
    width: 520px;
    margin-left: 200px;
}
.p3cont .right .rUl li{
    width: 260px;
    float: left;
    padding: 10px;
    cursor: pointer;
}
.p3cont .right .rUl li>div{
    position: relative;
}
.p3cont .right .rUl li img{
    display: block;
}
.p3cont .right .rUl li .btm{
    font-size: 16px;
    font-weight: bolder;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,0.5);
    background: #000 \9;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 1.5;
}
.p3cont .right .rUl li .btm span{
    font-size: 14px;
    display: block;
    font-weight: normal;
}
.p3cont .right .rUl li .btm span em{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
}
.p3cont .right .rUl li .pop{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #4999d3;
    padding: 20px 20px;

    display: none \9;
    transform: rotateX(90deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.p3cont .right .rUl li .pop h2{
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding-bottom: 15px;
}
.p3cont .right .rUl li .pop p{
    font-size: 14px;
    color: #fff;
    text-align: justify;
    line-height: 1.8;
}
.p3cont .right .rUl li:hover .pop{
    display: block \9;
    transform: rotateX(0);

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

/*part4*/
.part4{

}
.p4Cont{
    height: 595px;
}
.p4Cont > img{
    display:block;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}
.p4Cont .left{
    width: 486px;
    height: 595px;
    padding: 100px 80px 0 70px;
    position: absolute;
    top: 0;
    left: 0;
}
.p4Cont .left h2{
    font-size: 30px;
    color: #000;
}
.p4Cont .left h2 em{
    font-style: normal;
    color: #4999d3;
}
.p4Cont .left h2 span{
    font-size: 25px;
    color: #000;
    font-weight: normal;
    display: block;
}
.p4Cont .left p{
    font-size: 14px;
    color: #000;
    padding: 20px 0 180px;
}
.p4Cont .left .more{
    width: 174px;
    height: 38px;
    background: #fff;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #181a1f;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
}
.p4Cont .left .more:hover{
    background: #4c97ce;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
/*right*/
.p4Cont .right{
    width: 488px;
    position: absolute;
    top: 90px;
    right: 10px;
}
.p4Cont .right li{
    padding: 12px;
    width:240px;
    float: left;
}
.p4Cont .right li>div{
    position: relative;
}
.p4Cont .right li>div .img{
    width: 216px;
    height: 220px;
    overflow: hidden;
}
.p4Cont .right li>div img{
    display: block;

    transform: scale(1);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.p4Cont .right li>div .btm{
    font-size: 14px;
    color: #090001;
    text-align: center;
    background: rgba(255,255,255,0.8);
    background: #000 \9;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 1.5;
}

.p4Cont .right li .pop{
    width: 230px;
    height: 150px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    position: absolute;
    top: 30px;
    right: -100px;
    padding: 20px;
    z-index: 10;
    display: none;
}
.p4Cont .right li .pop .num{
    width: 24px;
    height: 24px;
    background: #4c97ce;
    border-radius: 100%;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: -10px;
    top: -10px;
}
.p4Cont .right li .pop h2{
    font-size: 16px;
    color: #010101;
    text-align: center;
    font-weight: normal;
    padding-bottom: 15px;
}
.p4Cont .right li .pop h2 span{
    display: inline-block;
    background: url("/images/2025/aigcs/p4-icon.png") no-repeat left center;
    padding-left: 25px;
}
.p4Cont .right li .pop p{
    font-size: 14px;
    color: #000;
}
.p4Cont .right li.act .pop{
    display: block;
}
.p4Cont .right li.act .img img{
    transform: scale(1.1);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

/*中间表单*/
.cForm{
    height: 330px;
    background: url("/images/2025/aigcs/centerFormBg.jpg") no-repeat center top;
    padding-top: 140px;
}
.cForm h2{
    text-align: center;
    color: #fff;
    padding-bottom: 30px;
}
.cForm h2 span{color: #ffd500;}
.cForm form{
    width:77%;
    margin: auto;
}
.cForm form label{
    color: #fff;
    margin-right: 20px;
}
.cForm form label input{
    width: 200px;
    height: 36px;
    background: #fff;
    border-radius: 4px;
    margin-right: 15px;
    padding-left: 15px;

}
.cForm form button{
    background: #ffd500;
    width: 200px;
    height: 36px;
    font-size: 18px;
    color: #000;
    text-align: center;
    line-height: 34px;
    border-radius: 4px;
}

/*part5*/
.part5{

}
.p5Cont{
    height: 640px;
}
.p5Cont > img{
    width: 100%;
}
.p5Cont .left{
    width: 330px;
    height: 410px;
    position: absolute;
    left: 134px;
    top: 165px;
}
.p5Cont .left li{
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    padding-left: 10px;
}
.p5Cont .left li:after,
.p5Cont .left li:before{
    content: '';
    display: block;
    clear: both;
}
.p5Cont .left li:before{
    position: absolute;
    width: 4px;
    height: 4px;
    background: #2e2e2e;
    left: 0;
    top: 50%;
    margin-top: -2px;
}
.p5Cont .left li .pLeft{
    font-size: 14px;
    color: #333;
    float: left;
}
.p5Cont .left li p{
    float: left;
    width: 35%;
    height: 12px;
    border-bottom: 1px dotted #333;
    margin-left: 20px;
}

.p5Cont .left li p.style1{
    width: 37%;
}
.p5Cont .left li p.style2{
    width: 40%;
}
.p5Cont .left li p.style3{
    width: 36%;
}
.p5Cont .left li p.style5{
    width: 48%;
}
.p5Cont .left li p.style6{
    width: 36%;
}
.p5Cont .left li p.style7{
    width: 38%;
}
.p5Cont .left li p.style8{
    width: 16%;
}
.p5Cont .left li p.style9{
     width: 30%;
 }
.p5Cont .left li p.style10{
    width: 30%;
}
.p5Cont .left li span{
    font-size: 14px;
    color: #333;
    display: inline-block;
    float: right;
}
.p5Cont .left li.act .pLeft,
.p5Cont .left li.act span{
    color: #459bd9;
}
.p5Cont .left li.act:before{
    background: #459bd9;
}
.p5Cont .left li.act p{
    border-bottom: 1px dotted #459bd9;
}
.p5Cont .right{
    width: 410px;
    height: 480px;
    position: absolute;
    right: 57px;
    top:80px;
}
.p5Cont .right .rCont{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.p5Cont .right .rCont .img{}
.p5Cont .right .rCont .des{
    padding-top: 20px;
}
.p5Cont .right .rCont .des h2{
    font-size: 20px;
    color: #333;
    font-weight: normal;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.p5Cont .right .rCont .des h2 span{
    font-size: 12px;
    color: #333;
    display: block;
}
.p5Cont .right .rCont .des h2:after{
    content: '';
    display: block;
    clear: both;
    width: 80px;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 0;
}
.p5Cont .right .rCont .des p{
    font-size: 14px;
    color: #333;
    line-height: 26px;
    padding-left: 20px;
    position: relative;
}
.p5Cont .right .rCont .des p:before{
    content: '';
    display: block;
    clear: both;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #2e2e2e;
    left: 0;
    top: 50%;
    margin-top: -4px;
}
.p5Cont .right .rCont .tip{
    position: absolute;
    bottom: 0;
    right: -18px;
    color: #459bd8;
    font-size: 14px;
    font-weight: bold;
}
.p5Cont .right .rCont .tip span{
    color: #fff;
    background: #459bd8;
    font-size: 9px;
    padding: 0 5px;
    display: inline-block;
    margin-left: 5px;
    font-weight: normal;
}

/*part6*/
.part6{
    height: 942px;
    background: url("/images/2025/aigcs/p6-bg.jpg") no-repeat center top;
}
.p6Cont{
    height: 600px;
    padding-top: 20px;
    padding-bottom: 46px;
}
.p6Cont .swiper-container{
    height: 534px;
}
.p6Cont .swiper-container .swiper-wrapper{
    height: 534px;
}
.p6Cont .swiper-container .swiper-slide{
    height: 534px;
}
.p6Cont .slideDiv{
    height: 534px;
}
.p6Cont .slideDiv .left{
    height: 472px;
    float: left;
    position: relative;
}
.p6Cont .slideDiv .left .del{
    width: 280px;
    position: absolute;
    left: 150px;
    top: 200px;
}
.p6Cont .slideDiv .left .del .num{
    position: absolute;
    top: -95px;
    left: -14px;
    font-size: 40px;
    color: #000;
    transform: rotateZ(90deg);
}
.p6Cont .slideDiv .left .del .titName{
    font-size: 24px;
    color: #050001;
}
.p6Cont .slideDiv .left .del .titName p{
    font-weight: normal;
    color: #4c97ce;
}
.p6Cont .slideDiv .left .del .titName p span{
    color: #050001;
    padding-left: 8px;
}
.p6Cont .slideDiv .left .del .text{
    font-size: 14px;
    color: #666;
    padding-top: 50px;
}
.p6Cont .slideDiv .right{
    height: 528px;
    float: left;
}
.p6Cont .p6btn{
    width: 128px;
    height: 36px;
    position: absolute;
    right: 48px;
    bottom: 80px;
    z-index: 10;
}
.p6Cont .p6btn span{
    display: inline-block;
    float: left;
}
.p6Cont .p6btn .btn{
    width: 36px;
    height: 36px;
    background: url("/images/2025/aigcs/p6-icon.png") no-repeat left top;
    cursor: pointer;
}
.p6Cont .p6btn .btn.btnLeft{
    background-position: 0 0;
}
.p6Cont .p6btn .btn.btnRight{
    float: right;
    background-position: right 0;
}
.p6Cont .p6btn .btnLeft.act{
    background-position: 0 -44px;
}
.p6Cont .p6btn .btnRight.act{
    background-position: -44px -44px;
}
.p6Cont .p6btn .page{
    width: 56px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #666;
}
.p6Cont .p6btn .page em, .p6Cont .p6btn .page i{
    font-style: normal;
    font-weight: bold;
    color: #222;
}

/*part7*/
.part7{

}
.p7Cont{
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    margin-top: 100px;
    margin-bottom: 50px;
}
.p7Cont .left{
    position: absolute;
    width: 470px;
    height: 300px;
    top: 100px;
    left: 95px;
}
.p7Cont .left li{
    width: 33.33%;
    float: left;
    text-align: center;
    margin: 15px 0;
}
.p7Cont .left li > img{}
.p7Cont .left li > p{
    color: #333;
    font-size: 16px;
}
.p7Cont .left li  a{
    font-size: 14px;
    color: #4c97ce;
    border: 1px solid #4c97ce;
    display: inline-block;
    padding: 0 8px;
    border-radius: 14px;
    margin-top: 5px;
}
.p7Cont .right{
    position: absolute;
    width: 385px;
    height: 505px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    top:-45px;
    right: 40px;
    border-radius: 4px;
    padding: 50px 30px 0;
}
.p7Cont .right h2{
    font-size: 24px;
    color: #333;
    text-align: center;
    padding-bottom: 40px;
}
.p7Cont .right h2 span{
    display: block;
    color: #4c97ce;
    font-size: 14px;
    font-weight: normal;
}
.p7Cont .right form{

}
.p7Cont .right form input{
    width: 100%;
    height: 44px;
    border: 1px solid #ececec;
    line-height: 44px;
    margin-bottom: 15px;
    border-radius: 4px;
    padding-left: 10px;
}
.p7Cont .right form button{
    width: 100%;
    height: 44px;
    background: #4c97ce;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 44px;
    margin-bottom: 25px;
}

.p7Cont .qe{
    position: absolute;
    left: 10px;
    bottom: -15px;
}

/*part8*/
.part8{
    background: #f9ffff;
    padding-bottom:40px;
}
.p8Cont{

}
.p8Cont li{
    width: 25%;
    float: left;
    padding: 15px 15px;
}
.p8Cont li .img{
    position: relative;
}
.p8Cont li .img:after{
    content:'';
    display: block;
    clear: both;
    width: 100%;
    height: 100%;
    background: #ededed;
    top: 15px;
    left: 15px;
    position: absolute;

}
.p8Cont li .img img{
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
}
.p8Cont li .img span{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 32px;
    background: #4c97ce;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    color: #fff;
    display: block;
    z-index: 11;
}
.p8Cont li .del{
    padding-top: 30px;
}
.p8Cont li .del h2{
    font-size: 18px;
    color: #333;
    font-weight: normal;
    padding-bottom: 5px;
}
.p8Cont li .del p{
    font-size: 14px;
    color: #666;
}


/*表单*/
.bd_part12 {
    width: 100%;
    height: 504px;
    overflow: hidden;
    background: url("/images/2025/aigcs/form.jpg") no-repeat center;
}
.form h2 {
    margin-top: 80px;
    font-size: 34px;
    line-height: 34px;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
}
.form h2 span {
    color: #5ca3d9;
}
.form h3 {
    margin-top: 26px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #999;
    font-weight: normal;
}
.form form {
    margin-top: 50px;
    margin-left: 318px;
    width: 360px;
}
.form input[type="text"] {
    margin-top: 19px;
    width: 358px;
    height: 51px;
    display: block;
    text-indent: 60px;
    color: #9f9f9f;
    border: 1px solid #9f9f9f;
    border-radius: 8px;
}
.form input.name {
    background: url("/images/2025/aigcs/form-tag1.png") no-repeat 18px center;
}
.form input.phone {
    background: url("/images/2025/aigcs/form-tag2.png") no-repeat 18px center;
}
.form-btn {
    margin-top: 40px;
}
.form-btn .btn1 {
    float: left;
    width: 156px;
    height: 42px;
    line-height: 42px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background: #5ca3d9;
    border-radius: 3px;
}

.form-btn input[type="submit"] {
    float: right;
    width: 100%;
    height: 42px;
    line-height: 42px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    background: #4375b9;
    border-radius: 3px;
    border: none;
}


.poster-main{margin:0 auto;position: relative;}
.poster-main .poster-list .poster-item{position:absolute;left:0;top:0;}
.poster-main .poster-btn{position:absolute;top:0;cursor:pointer;}
.poster-main .poster-prev-btn{left:0;background:url("/images/2025/aigcs/btn_l.png") no-repeat center;}
.poster-main .poster-next-btn{right:0;background:url("/images/2025/aigcs/btn_r.png") no-repeat center;}
.poster-main .poster-item{position:relative;}
.poster-main .poster-item img{width:100%;height:auto;border-radius:20px;}
.poster-main .btn-3d{left:50%;top:50%;margin-top:-25px;margin-left:-100px;;width:200px;height:40px;line-height:40px;text-indent:55px;font-size:22px;color:#ffffff;position:absolute;z-index:99999;display:block;background:url("/images/2025/aigcs/btn-3d.png") no-repeat 10px center #ff8e2d;border-radius:16px;}
