@charset "utf-8";
/* CSS Document */
@media screen and (min-width:769px) {
/*video*/
	#pop-video-bj1{background:rgba(0,0,0,0.6);width:100%;height:100%;position:absolute;top:0;z-index:1000;display:none;}
	#pop-video1{display:none;width:42%;margin:0 auto;position:fixed;top:18%;left:0;right:0;z-index:1001;border-radius:10px;padding:1% 2% 1.8% 2%;}
	#pop-video1 .close{position:absolute;right:1.5%;top:2%;opacity:1;z-index:1002;}
	#pop-video1 iframe,#pop-video1 video{width:100%;height:480px;object-fit:fill;}
	
/*pop-ups-message*/
	#pop-up-bj{background:rgba(0,0,0,0.6);width:100%;height:100%;position:absolute;top:0;z-index:1000;display:none;}
	#pop-up{position:relative;display:none;}
	#pop-up .close{position:absolute;right:1.5%;top:2%;opacity:1;z-index:1002;}
	#pop-up{width:42%;margin:0 auto;background:url(../images/message/message-bg.jpg) no-repeat center top;background-size:100% 100%;position:fixed;top:18%;left:0;right:0;z-index:1001;border-radius:10px;padding:1% 2% 1.8% 2%;}
	#pop-up .tit{text-align:center;margin:2% auto;display:block;}
	#pop-up .bd-form .up{width:100%;margin-top:3%;margin-bottom:4%;}
	#pop-up .bd-form .up .left{width:37%;float:left;font-size:0;}
	#pop-up .bd-form .up .left img{border-radius:5px;width:100%;}
	#pop-up .bd-form .up .right{width:60%;float:right;}
	#pop-up .bd-form .up .right h3{font-size:26px;color:#1a1a1a;font-weight:bold;margin:1% 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
	#pop-up .bd-form .up .right ul li{padding:2% 0 1% 6%;font-size:18px;color:#333;}
	#pop-up .bd-form .up .right ul li span{color:#1C449C;font-weight:bold;}
	#pop-up .bd-form .up .right ul li:nth-child(1){background:url(../images/message/message-cap.png) no-repeat left 75%;}
	#pop-up .bd-form .up .right ul li:nth-child(2){background:url(../images/message/message-dried.png) no-repeat left 75%;}
	#pop-up .bd-form .up .right p{background:#EFF6FF;border-radius:5px;padding:1% 3%;font-size:0;margin-top:4%;}
	#pop-up .bd-form .up .right p a{font-size:16px;color:#333;}
	#pop-up .bd-form .up .right p a:hover{color:#1C449C;}
	#pop-up .bd-form .up .right p a.left{width:45%;padding-left:5%;background:url(../images/message/message-email.png) no-repeat left center;float:left;}
	#pop-up .bd-form .up .right p a.right{width:38%;padding-left:12%;background:url(../images/message/message-tel.png) no-repeat left center;float:right;}

	#pop-up .bd-form .down{width:100%;margin-top:0.5%;}
	#pop-up .bd-form .down h2{font-size:26px;color:#000;}
	#pop-up .bd-form .down form input{border:1px solid #aeaeae;border-radius:5px;width:43%;height:40px;font-size:16px;color:#333;padding:0 10px 0 10px;margin-bottom:2%;display:block;float:left;background:#fff;}
	#pop-up .bd-form .down form input:nth-child(even){float:right;}
	#pop-up .bd-form .down form textarea{border:1px solid #aeaeae;border-radius:5px;min-width:97%;max-width:97%;font-size:16px;color:#333;padding:0 10px 0 10px;font-family:ArialMT;background:#fff;}
	#pop-up .bd-form .down form textarea{padding-top:1.2%;padding-bottom:1.2%;}
	#pop-up .bd-form .down form textarea{min-height:77px;max-height:77px;}
	#pop-up .bd-form .down form button{width:40%;margin:0 30%;height:42px;border:0;border-radius:21px;font-size:17px;color:#fff;}	
/*
	#pop-up .bd-form .down form .reset{background:#9399a2;}
	#pop-up .bd-form .down form .reset:hover{background:#69717d;}
	#pop-up .bd-form .down form .reset:before{content:"";padding:2% 5%;background:url(../images/popups/ly_fh.png) no-repeat left center;}
*/
	#pop-up .bd-form .down form .submit{background:#1C449C;}
	#pop-up .bd-form .down form .submit:hover{background:#072057;}
	#pop-up .bd-form .down form .submit:after{content:"";padding:2% 7%;background:url(../images/message/message-submit.png) no-repeat right center;}
	#pop-up .bd-form .down form .ts{width:90%;margin:0 5%;text-align:center;font-size:0;}
}

@media screen and (max-width:769px) {
/*pop-ups-message*/
	#pop-up-bj{background:rgba(0,0,0,0.6);width:100%;height:100%;position:absolute;top:0;z-index:1000;display:none;}
	#pop-up{position:relative;display:none;}
	#pop-up .close{position:absolute;right:1.5%;top:1.5%;opacity:1;z-index:1002;}
	#pop-up{width:90%;margin:0 auto;background:#fff;position:fixed;top:18%;left:0;right:0;z-index:1001;border-radius:10px;padding:0 2% 5% 2%;}

	#pop-up .bd-form .down{width:100%;margin-top:0.5%;}
	#pop-up .bd-form .down h2{font-size:0.3rem;color:#000;}
	#pop-up .bd-form .down form input{border:1px solid #aeaeae;border-radius:5px;width:88%;height:0.55rem;font-size:0.25rem;color:#333;padding:0 2% 0 10%;margin-bottom:2%;display:block;}
/*	#pop-up .bd-form .down form input:nth-child(even){float:right;}*/
	#pop-up .bd-form .down form textarea{border:1px solid #aeaeae;border-radius:5px;min-width:88%;max-width:88%;font-size:0.25rem;color:#333;padding:0 2% 0 10%;font-family:ArialMT;}
	#pop-up .bd-form .down form .cp{background:url(../images/popups/ly_cp.png) no-repeat 2% center;background-size:6% auto;}
	#pop-up .bd-form .down form .xm{background:url(../images/popups/ly_xm.png) no-repeat 2% center;background-size:6% auto;}
	#pop-up .bd-form .down form .dh{background:url(../images/popups/ly_dh.png) no-repeat 2% center;background-size:6% auto;}
	#pop-up .bd-form .down form .yx{background:url(../images/popups/ly_yx.png) no-repeat 2% center;background-size:6% auto;}
	#pop-up .bd-form .down form textarea{background:url(../images/popups/ly_ly.png) no-repeat 1% 5%;background-size:6% auto;padding-top:1.2%;padding-bottom:1.2%;}
	#pop-up .bd-form .down form textarea{min-height:1rem;max-height:1rem;}
	#pop-up .bd-form .down form button{width:46%;margin:0 2%;height:0.5rem;border:0;float:left;border-radius:21px;font-size:0.25rem;color:#fff;}	
	#pop-up .bd-form .down form .reset{background:#9399a2;}
	#pop-up .bd-form .down form .reset:hover{background:#69717d;}
	#pop-up .bd-form .down form .reset:before{content:"";padding:2% 8%;background:url(../images/popups/ly_fh.png) no-repeat left center;background-size:70% auto;}
	#pop-up .bd-form .down form .submit{background-image:linear-gradient(90deg,#1296ea 0%,#1350c1 100%);}
	#pop-up .bd-form .down form .submit:hover{background:#093e9e;}
	#pop-up .bd-form .down form .submit:before{content:"";padding:2% 8%;background:url(../images/popups/ly_tj.png) no-repeat left center;background-size:70% auto;}
	#pop-up .bd-form .down form .ts{width:100%;}
}