
/*lyNy_order start*/
.lyNy_order { overflow: hidden; padding: 140px 0 100px;}
.lyNy_order .lyNyOrder_main { display: flex; overflow: hidden; padding: 40px; background-color: #fff;}
.lyNyOrder_main .lyNyOrder_left { width: calc(100% - 360px); padding-right: 40px;}

.lyNyOrder_left #ly_msg.ly_msg { margin-bottom: 0 !important;}
.lyNyOrder_left #ly_msg.ly_msg ul { margin: 0 0 -20px !important;}
.lyNyOrder_left #ly_msg.ly_msg ul::after { content: ''; display: block; height: 0; overflow: hidden; clear: both;}
.lyNyOrder_left #ly_msg.ly_msg ul li { width: calc(50% - 15px) !important; margin: 0 30px 20px 0 !important; float: left !important; clear: none !important; position: relative;}
.lyNyOrder_left #ly_msg.ly_msg ul li:nth-child(2n+2) { margin: 0 0 20px !important;} 
.lyNyOrder_left #ly_msg.ly_msg ul li:nth-child(7),
.lyNyOrder_left #ly_msg.ly_msg ul li:nth-child(8),
.lyNyOrder_left #ly_msg.ly_msg ul li:nth-child(9),
.lyNyOrder_left #ly_msg.ly_msg ul li:nth-child(10) { width: 100% !important; margin: 0 0 20px !important; float: none !important;}
.lyNyOrder_left #ly_msg.ly_msg ul li h4 { display: none !important;}
.lyNyOrder_left #ly_msg.ly_msg ul li h4.xh { display: block !important; width: 10px !important; height: 10px !important; margin: 0 !important; padding: 0 !important; font-size: 0 !important; background: url(../images/tb_img1.png) center center no-repeat !important; position: absolute; left: 5px; top: 25px;}
.lyNyOrder_left #ly_msg.ly_msg ul li .msg_ipt1,
.lyNyOrder_left #ly_msg.ly_msg ul li .msg_ipt2,
.lyNyOrder_left #ly_msg.ly_msg ul li .msg_ipt12 { width: 100% !important; height: auto !important;}
.lyNyOrder_left #ly_msg.ly_msg .msg_ipt1 input,
.lyNyOrder_left #ly_msg.ly_msg .msg_ipt2 input,
.lyNyOrder_left #ly_msg.ly_msg .msg_ipt12 input,
.lyNyOrder_left #ly_msg.ly_msg .msg_ipt12 .msg_option { height: 60px !important; line-height: 30px !important; color: #555 !important; font-size: 15px !important; padding: 15px 20px !important; background-color: #f9f9f9 !important; border: 0 !important; outline: none;}
.lyNyOrder_left #ly_msg.ly_msg .msg_ipt0 textarea { height: 150px !important; padding: 15px 20px !important; background-color: #f9f9f9 !important; border: 0 !important; outline: none; resize: none;}
.lyNyOrder_left #ly_msg.ly_msg .msg_ipt1 input::placeholder,
.lyNyOrder_left #ly_msg.ly_msg .msg_ipt2 input::placeholder,
.lyNyOrder_left #ly_msg.ly_msg .msg_ipt12 input::placeholder,
.lyNyOrder_left #ly_msg.ly_msg .msg_ipt0 textarea::placeholder { color: #555;}
.lyNyOrder_left #ly_msg.ly_msg ul li .c_yzm { margin-right: 10px !important; padding-bottom: 0 !important;}
.lyNyOrder_left #ly_msg.ly_msg .msg_ipt2 input { width: 240px !important; margin-right: 10px !important;}
.lyNyOrder_left #ly_msg.ly_msg ul li a.yzm_img { width: 120px !important; height: 40px !important; margin: 10px 0 !important; padding: 0 !important;}
.lyNyOrder_left #ly_msg.ly_msg ul li .msg_ipt2>span { line-height: 30px !important; font-size: 15px !important; margin: 15px 0 !important;}
.lyNyOrder_left #ly_msg.ly_msg .msg_btn { width: 100% !important;}
.lyNyOrder_left #ly_msg.ly_msg .msg_btn input { width: 200px !important; height: 60px !important; line-height: 60px !important; color: #fff !important; font-size: 16px !important; margin: 0 20px 0 0 !important; background-color: #333 !important;}
.lyNyOrder_left #ly_msg.ly_msg .msg_btn input.msg_btn1, .lyNyOrder_left #ly_msg.ly_msg .msg_btn input:hover { background-color: #04559a !important;}
.lyNyOrder_left #ly_msg.ly_msg .msg_btn input.msg_btn1:hover { background-color: #c80f2e !important;}


.lyNyOrder_main .lyNyOrder_right { width: 360px; overflow: hidden; padding: 80px 40px; background-color: #04559a; position: relative;}
.lyNyOrder_right em { display: block; width: 100%; height: 50%; overflow: hidden; position: absolute; left: -30%; bottom: -15%; opacity: .06;}
.lyNyOrder_right .img { width:180px; height:180px; margin: 0 auto; border-radius: 50%; position: relative; z-index: 1;}
.lyNyOrder_right .img span { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; border-radius: 50%; background: rgba(255, 255, 255, .6); -webkit-transform: scale(0.4); -moz-transform: scale(0.4); -ms-transform: scale(0.4);transform: scale(0.4); -webkit-animation: circleScale1 3s linear infinite; -moz-animation: circleScale1 3s linear infinite; -ms-animation: circleScale1 3s linear infinite; animation: circleScale1 3s linear infinite;}
.lyNyOrder_right .img span:nth-of-type(2) { animation-delay: 1s;}
.lyNyOrder_right .img span:nth-of-type(3) { animation-delay: 2s;}
.lyNyOrder_right .img img { display: block; width: 150px; height: 150px; border-radius: 50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
@keyframes circleScale1 {
	0% { opacity: 1; -webkit-transform: scale(0.4); -moz-transform: scale(0.4); -ms-transform: scale(0.4); transform: scale(0.4);}
	100% { opacity: 0;	-webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1);}
}
.lyNyOrder_right .text { margin-top: 40px; position: relative; z-index: 1;}
.lyNyOrder_right .text p { line-height: 40px; color: #fff; font-size:28px;}
.lyNyOrder_right .text span { display: block; line-height: 30px; color: rgba(255, 255, 255, .65); font-size: 16px; margin-top: 15px;}
.lyNyOrder_right .text a { display: block; width: 200px; height: 50px; overflow: hidden; line-height: 50px; color: #fff; font-size: 16px; text-align: center; margin: 40px auto 0; background-color: #222;}
.lyNyOrder_right .text a:hover { background:#c80f2e;}
.lyNyOrder_right .text a i { display: inline-block; width: 18px; height: 18px; overflow: hidden; vertical-align: middle; margin: -2px 10px 0 0;}
.lyNyOrder_right .text a:hover i { margin: -2px 20px 0 0;}
/*lyNy_order end*/
