*{padding: 0;margin: 0;text-decoration: none;list-style: none;}
body{font-family:"Microsoft Yahei","Arial";}
.pc-banner{width: 100%;height:801px;background-position:center;position: relative;}
a.pc-bnty{display: block;background:url("../images/img-pc (7).png")no-repeat top center;width: 324px; height: 114px;border-radius: 50px;color: #fff;font-size: 40px;text-align: center;line-height: 69px;letter-spacing: 2px;position: absolute;bottom: 122px;text-decoration: none;left: 50%;margin-left: 115px;}
.pc-box{width: 1200px;height: 100%;margin: 0 auto;}
.pc-banner1{width: 100%;height:305px;overflow: hidden;background-position:center;position: relative;}
.try-img{position: absolute;bottom: 0;left: 50%;margin-left: -620px;}
.pc-nbf{width: 100%;height: auto;overflow: hidden;margin-top: 100px;}
.pc-nbf div{float: left;width: 49%;}
.pc-nbf div:first-child{margin-right: 2%;}
.pc-nbf div img{width: 100%;}
.pc-bgt{color:#fff;text-align: center;font-size: 36px;padding: 20px 0;}
a.pc-bngy{bottom:140px;background: #fff;color: #fd712e;}
.c-333{width: 433px;height: 79px;margin: 148px  auto  80px auto;}
.jytjs-n{width: 100%;overflow: hidden;height: 100%;}
.jytjs-n  li{width: 50%;float: left;}
.jytjs-n  li:nth-child(2){font-size: 22px;color: #323234;line-height: 35px;padding: 20px 0 20px 60px;}
.pc-banner2{width: 100%;height: 336px;background-position:center;overflow: hidden;}
.yt-pc{margin: 90px auto;text-align: center;}
.yt-pc h3{color:#f56134;font-size:40px;letter-spacing: 2px;}
.yt-pc p{color:#f56134;font-size:16px;letter-spacing: 2px;text-indent: 30px;padding-top:30px;line-height: 25px;}
.pc-banner3{width: 100%;height:489px;background-position:center;overflow: hidden;}
.jx-text{text-align: center;font-size: 40px;color: #fff;padding: 60px 0;}
.pc-banner4{width: 100%;height: 538px;background-position:center;overflow: hidden;}
.chuanye-jt{width: 100%;height: 100%;overflow: hidden;margin-top: 280px;padding: 20px;}
.chuanye-jt li{width: 18.4%;height:265px;border-radius:15px;background: #fff;float: left;margin-right:2%;margin-bottom: 30px;}
.chuanye-jt li a{text-decoration: none;display:block;width: 100%;height: 100%;overflow: hidden;}
.chuanye-jt li a h6{width: 100%;height:32px;margin-top: 16px;color: #fff;font-size: 20px;text-align: center;line-height: 32px;background: #f8aa01;}
.chuanye-jt li a p{font-size: 14px;padding: 20px;line-height: 20px;color:#545557;}
.pc-banner5{width: 100%;height:446px;background-position:center;overflow: hidden;}
.tes-pc{width: 50%;margin: 0 auto;margin-top: 300px;color: #878787;line-height: 35px;letter-spacing: 3px;font-size: 20px;}
.jeix-pc{width:625px;margin-top: 360px;height: auto;background: #fac34b;border-radius: 20px;padding: 15px;overflow: hidden;}
.jeix-pc p{font-size: 18px;line-height: 30px;color: #fff;letter-spacing: 2px;padding: 20px 0;font-size: 18px;}
.jeix-pc div {color: #fff;font-size: 20px;margin-bottom: 20px;}
.jeix-pc div span{display: inline-block;padding: 5px;background: #feedc9;color: #333;font-size: 20px;margin-right: 10px;border-radius:50px ;text-align: center;}
.jeix-pc div span.jinxc{letter-spacing: 5px;}
.pc-banner7{width: 100%;height: 560px;background-position:center;overflow: hidden;}
.pc-banner6{width: 100%;height: 574px;background: #fff;overflow: hidden;background-position:center;}
.pc-banner8{width: 100%;height: 637px;background: #fff;overflow: hidden;background-position:center;}
.hbgf-pc{color: #fff;font-weight: bold;text-align: center;letter-spacing: 2px;margin-bottom: 30px;font-size: 36px;}
.diz{font-size: 24px;color: #a8947e;position: absolute;bottom: 66px;right: 105px;}
.btn-pc{width:228px;height: 228px;display: block;background: url("../images/btn-img.png")no-repeat top center;position: absolute;bottom: 20px;left: 50%;margin-left:-110px;}
.img-iocn{position: absolute;bottom:45px;left: 50%;margin-left: -215px;}
.pc-bd{width:960px;height: auto;margin:0 auto 180px auto;overflow: hidden;border-radius:120px;}
.input-bf{width: 100%;background: url("../images/box-btn (3).png");background-size: 100% 100%;height: 311px;margin-top: 14%;padding-top: 4%;}
.pc-box-img{width: 90%;margin: 0 auto;}
.lany-ing{margin-top:70px;}
.img-box{width: 100%;overflow: hidden;margin-top: 250px;}
.img-box li{float: left;margin-right: 20px;width: 386px;height: 386px;overflow: hidden;}   
.img-box li:last-child{margin-right: 0;}
.img-box li img{width: 100%;height: 100%;}
.img-box li:hover img{transform:scale(1.12);-webkit-transform:scale(1.12);}
.pc-btn{width: 237px;height:71px;border-radius:50px;font-size: 32px;color: #fff;letter-spacing: 3px;background: url("../images/box-btn (2).png");}
@keyframes scaleDraw {  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
            0%{
                transform: scale(1);  /*开始为原始大小*/
            }
            25%{
                transform: scale(1.1); /*放大1.1倍*/
            }
            50%{
                transform: scale(1);
            }
            75%{
                transform: scale(1.1);
            }
        }
.ballon{
        -webkit-animation-name: scaleDraw; 
        -webkit-animation-timing-function: ease-in-out; 
        -webkit-animation-iteration-count: infinite;  
        -webkit-animation-duration: 6s; 
      }
	  @-moz-keyframes tada{
	      0%{-moz-transform:scale(1);}
	      10%,20%{-moz-transform:scale(0.9) rotate(-3deg);}
	      30%,50%,70%,90%{-moz-transform:scale(1.2) rotate(3deg);}
	      40%,60%,80%{-moz-transform:scale(1.2) rotate(-3deg);}
	      100%{-moz-transform:scale(1) rotate(0);}
	     }
	    @-webkit-keyframes tada{
	      0%{-webkit-transform:scale(1);}
	      10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);}
	      30%,50%,70%,90%{-webkit-transform:scale(1.2) rotate(3deg);}
	      40%,60%,80%{-webkit-transform:scale(1.2) rotate(-3deg);}
	      100%{-webkit-transform:scale(1) rotate(0);}
	    }
	.doudun:hover{
	    -webkit-animation: tada 1s .2s ease both;
	    -moz-animation: tada 1s .2s ease both;
	}
.app-banner{width: 100%;height:24.5rem;background-position: center;background-size:100% 100%;position: relative;}     
.img-b{width: 4.5rem;height:4.5rem;position: absolute;bottom:19%;right: 10%;}
.img-b img{width: 100%;height: 100%;}
.app-banner1{width: 100%;height:12.42rem;background-position: center;background-size:100% 100%;overflow: hidden;} 
.app-banner2{width: 100%;height:18.51rem;background-position: center;background-size:100% 100%;overflow: hidden;position: relative;} 
.app-banner3{width: 100%;height:20.15rem;background-position: center;background-size:100% 100%;position: relative;}      
.app-banner4{width: 100%;height:25.95rem;background-position: center;background-size:100% 100%;overflow: hidden;}  
.app-banner6{width: 100%;height:19.3rem;background-position: center;background-size:100% 100%;overflow: hidden;}  
.app-banner7{width: 100%;height:22.4rem;background-position: center;background-size:100% 100%;overflow: hidden;}  
.app-banner8{width: 100%;height:17rem;background-position: center;background-size:100% 100%;overflow: hidden;}  
.app-jt{width: 90%;margin:5rem auto 0 auto;height: auto;overflow: hidden;}
.app-jt li{width: 48%;height:12rem;background: #fff;margin-right:4%;float: left;margin-bottom: 15px;box-shadow: 0px 5px 6.82px 0.18px rgba(4, 0, 0, 0.17);border-radius:7px;}	
.app-jt li:nth-child(2n){margin-right:0;}	
.app-jt li a{display: block;width: 100%;height: 100%;text-decoration: none;overflow: hidden;}
.app-ngdf{width: 85%;height: 7rem;margin: 50px auto;}
.app-ngdf img{width: 100%;height: 100%;}
.app-jt li a h6{width: 100%;height:20px;margin-top: 8px;color: #fff;font-size: 16px;text-align: center;line-height:20px;background: #f8aa01;}
.app-jt li a p{font-size: 10px;padding: 8px;line-height: 20px;color:#545557;}
.app-banner5{width: 100%;height:17.93rem;background-position: center;background-size:100% 100%;overflow: hidden;position: relative;}
.app-nbf{width: 90%;height:auto;background: #fac149;border-radius:20px;margin:17rem auto 0 auto;padding: 10px 8px;color: #fff;}
.app-nbf p{margin-bottom: 10px;}
.app-nbf div{margin-bottom: 10px;}
.app-nbf span{display: inline-block;background: #feedc9;padding: 5px;font-size: 10px;color:#535456;margin-right: 10px;}
.app-nbf span.mng{letter-spacing: 3px;}
.ngy-mng{width: 212px;height: 60px;margin: 0 auto;}
.ngy-mng img{width: 100%;}
.app-dz{font-size: 10px;color: #a8947e;position: absolute;bottom: 10px;left: 40%;}
.app-btn{width: 100%;height: 50px;background:#fa4169;border-radius: 25px;line-height: 30px;margin-top: 9%;
  background-color: rgb(206, 5, 13);
  box-shadow: 0px 0px 10px 0px rgba(115, 11, 32, 0.39),inset 0px 3px 49px 0px rgba(119, 11, 33, 0.35);
}
a.app-home{color:#fff;font-size: 14px;text-decoration: none;float: right;margin: 25px;}
a.pc-home{color:#fff;font-size: 20px;text-decoration: none;float: right;margin: 50px 20px;}
/*表单提交*/
.layui-inline{width: 48%;}
.layui-inline:first-child{margin-right: 2%;}
.input-bf .layui-inline .layui-input-inline{width: 100%;}
.layui-input-block{margin-left: 0;text-align: center;}
.layui-input, .layui-select, .layui-textarea{height:50px;}
.layui-input-inline input,.layui-input-block input{text-indent: 20px;font-size: 20px;background: none;color: #130cb5;border: none;border-bottom:1px solid #555;border-radius: 0;}
input::-webkit-input-placeholder{
        color:#959595;
        opacity: 1;
		}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
		color:#959595;
		opacity: 1;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
		color:#959595;
		opacity: 1;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color:#959595;
	opacity: 1;
}
.swiper-wrapper{width: 100%;margin-top: 60px;}
.swiper-slide img{width: 100%;height: 100%;}
.icon{width:56px;height: auto;position: absolute;left:35px;top:16px;}
.icon img{width: 100%;height: 100%;}
.app-box{width: 90%;margin: 0 auto;}
.app-bd{width: 95%;margin: 18% auto 20px auto;height: auto;overflow: hidden;border-radius:30px ;}
.app-ing{width: 90%;margin: 0 auto;overflow: hidden;padding-top: 2%;background: url("../images/box-btn (3).png");background-size: 100% 100%;height: 16rem;}
.app-box h4{color: #fff;font-size: 18px;font-weight: bold;text-align: center;letter-spacing: 2px;padding: 20px 0 0 0;}
.app-ngr{width: 100%;position: absolute;bottom:25px;left: 0;overflow: hidden;}
.app-ngr p{color: #fff;font-size: 12px;text-align: center;letter-spacing: 3px;margin-bottom: 10px;}
.app-ing .layui-form-item{margin-bottom: 10px;}
.app-ing .layui-input-block{height: 16px;position: relative;}
.app-ing .layui-input-block input{text-indent: 10px;font-size: 14px;}
.app-bgt{width: 85%;margin: 0 auto;}
a.bgt-app{display: block;width:128px;height: 27px;background-color: rgb(255, 255, 255);box-shadow: 0px 2px 2px 0px rgba(35, 24, 21, 0.55);font-size: 20px;color: #f56134;margin: 0 auto;text-align: center;border-radius: 25px;margin-bottom: 5px;text-decoration: none;}
.app-ewm{width: 7rem;height: 7rem;margin: 0 auto;margin-left: 33%;margin-top: 1%;}
.app-ewm img{width:100%;height: 100%;}
@media screen and (max-width: 787px){
	.app-ing{padding-top: 2%;}
}

.app-icon{position:absolute;top:16px;left:20px;}