
/*nyOrder start*/
.nyOrder { overflow: hidden; padding: 140px 0 100px;}
.nyOrder .nyOrder_main { display: flex; flex-direction: row-reverse; overflow: hidden; padding: 40px; background-color: #fff;}
.nyOrder_main .nyOrder_left { width: calc(100% - 360px); padding-right: 40px;}

.nyOrder_left #ly_msg.ly_msg { margin-bottom: 0 !important;}
.nyOrder_left #ly_msg.ly_msg ul { margin: 0 0 -20px !important;}
.nyOrder_left #ly_msg.ly_msg ul::after { content: ''; display: block; height: 0; overflow: hidden; clear: both;}
.nyOrder_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;}
.nyOrder_left #ly_msg.ly_msg ul li:nth-child(2n+2) { margin: 0 0 20px !important;} 
.nyOrder_left #ly_msg.ly_msg ul li:nth-child(7),
.nyOrder_left #ly_msg.ly_msg ul li:nth-child(8),
.nyOrder_left #ly_msg.ly_msg ul li:nth-child(9),
.nyOrder_left #ly_msg.ly_msg ul li:nth-child(10) { width: 100% !important; margin: 0 0 20px !important; float: none !important;}
.nyOrder_left #ly_msg.ly_msg ul li h4 { display: none !important;}
.nyOrder_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; z-index: 1;}
.nyOrder_left #ly_msg.ly_msg ul li .msg_ipt1,
.nyOrder_left #ly_msg.ly_msg ul li .msg_ipt2,
.nyOrder_left #ly_msg.ly_msg ul li .msg_ipt12 { width: 100% !important; height: auto !important;}
.nyOrder_left #ly_msg.ly_msg .msg_ipt1 input,
.nyOrder_left #ly_msg.ly_msg .msg_ipt2 input,
.nyOrder_left #ly_msg.ly_msg .msg_ipt12 input,
.nyOrder_left #ly_msg.ly_msg .msg_ipt12 .msg_option { height: 60px !important; line-height: 30px !important; color: #555 !important; font-size: 16px !important; padding: 15px 20px !important; background-color: #f9f9f9 !important; border: 0 !important; outline: none;}
.nyOrder_left #ly_msg.ly_msg .msg_ipt0 textarea { height: 150px !important; line-height: 30px !important; color: #555 !important; font-size: 16px !important; padding: 15px 20px !important; background-color: #f9f9f9 !important; border: 0 !important; outline: none; resize: none;}
.nyOrder_left #ly_msg.ly_msg .msg_ipt1 input::placeholder,
.nyOrder_left #ly_msg.ly_msg .msg_ipt2 input::placeholder,
.nyOrder_left #ly_msg.ly_msg .msg_ipt12 input::placeholder,
.nyOrder_left #ly_msg.ly_msg .msg_ipt0 textarea::placeholder { color: #555;}
.nyOrder_left #ly_msg.ly_msg ul li .c_yzm { margin-right: 10px !important; padding-bottom: 0 !important;}
.nyOrder_left #ly_msg.ly_msg .msg_ipt2 input { width: 240px !important; margin-right: 10px !important;}
.nyOrder_left #ly_msg.ly_msg ul li a.yzm_img { width: 120px !important; height: 40px !important; margin: 10px 0 !important; padding: 0 !important;}
.nyOrder_left #ly_msg.ly_msg ul li .msg_ipt2>span { line-height: 30px !important; font-size: 16px !important; margin: 15px 0 !important;}
.nyOrder_left #ly_msg.ly_msg .msg_btn { width: 100% !important; padding-right: 0;}
.nyOrder_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;}
.nyOrder_left #ly_msg.ly_msg .msg_btn input.msg_btn1, .nyOrder_left #ly_msg.ly_msg .msg_btn input:hover { background-color: #04559a !important;}
.nyOrder_left #ly_msg.ly_msg .msg_btn input.msg_btn1:hover { background-color: #c80f2e !important;}


.nyOrder_main .nyOrder_right { width: 360px; overflow: hidden; padding: 80px 40px; background-color: #04559a; position: relative;}
.nyOrder_right em { display: block; width: 100%; height: 50%; overflow: hidden; position: absolute; left: -30%; bottom: -15%; opacity: .06;}
.nyOrder_right .img { width:180px; height:180px; margin: 0 auto; border-radius: 50%; position: relative; z-index: 1;}
.nyOrder_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;}
.nyOrder_right .img span:nth-of-type(2) { animation-delay: 1s;}
.nyOrder_right .img span:nth-of-type(3) { animation-delay: 2s;}
.nyOrder_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);}
}
.nyOrder_right .text { margin-top: 40px; position: relative; z-index: 1;}
.nyOrder_right .text p { line-height: 40px; color: #fff; font-size:28px;}
.nyOrder_right .text span { display: block; line-height: 30px; color: rgba(255, 255, 255, .65); font-size: 16px; margin-top: 15px;}
.nyOrder_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;}
.nyOrder_right .text a:hover { background:#c80f2e;}
.nyOrder_right .text a i { display: inline-block; width: 18px; height: 18px; overflow: hidden; vertical-align: middle; margin: -2px 10px 0 0;}
.nyOrder_right .text a:hover i { margin: -2px 20px 0 0;}
/*nyOrder end*/


@media (max-width:1680px) {}

@media (max-width:1600px) {
	.nyOrder { padding: 120px 0 80px;}
}

@media (max-width:1560px) {}

@media (max-width:1440px) {
	.nyOrder_left #ly_msg.ly_msg ul li { width: calc(50% - 10px) !important; margin: 0 20px 20px 0 !important;}
	.nyOrder_left #ly_msg.ly_msg ul li h4.xh { top: 20px;}
	.nyOrder_left #ly_msg.ly_msg .msg_ipt1 input, .nyOrder_left #ly_msg.ly_msg .msg_ipt2 input, .nyOrder_left #ly_msg.ly_msg .msg_ipt12 input, .nyOrder_left #ly_msg.ly_msg .msg_ipt12 .msg_option { height: 50px !important; font-size: 15px !important; padding: 10px 20px !important;}
	.nyOrder_left #ly_msg.ly_msg .msg_ipt0 textarea { height: 140px !important; font-size: 15px !important; padding: 10px 20px !important;}
	.nyOrder_left #ly_msg.ly_msg ul li a.yzm_img { margin: 5px 0 !important;}	
	.nyOrder_left #ly_msg.ly_msg ul li .msg_ipt2>span { font-size: 15px !important; margin: 10px 0 !important;}
	.nyOrder_left #ly_msg.ly_msg .msg_btn input { width: 180px !important; height: 50px !important; line-height: 50px !important; font-size: 15px !important;}

	.nyOrder_main .nyOrder_right { padding: 60px 40px;}
	.nyOrder_right .img { width: 160px; height: 160px;}
	.nyOrder_right .img img { width: 140px; height: 140px;}
	.nyOrder_right .text { margin-top: 30px;}
	.nyOrder_right .text p { font-size: 26px;}
	.nyOrder_right .text span { font-size: 15px;}
	.nyOrder_right .text a { width: 180px; font-size: 15px;}
	.nyOrder_right em { width: 80%; height: 40%;}
}

@media (max-width:1366px) {}

@media (max-width:1280px) {
	.nyOrder { padding: 100px 0 60px;}
	.nyOrder_main .nyOrder_left { width: calc(100% - 320px);}
	.nyOrder_main .nyOrder_right { width: 320px;}
}

@media (max-width:1200px) {
	.nyOrder_left #ly_msg.ly_msg ul li .c_yzm::after { content: ''; display: block; clear: both;}
	.nyOrder_left #ly_msg.ly_msg ul li .msg_ipt2>span { display: block; margin: 10px 0 0 !important;}
}

@media (max-width:1080px) {
	.nyOrder .nyOrder_main { padding: 30px;}
	.nyOrder_main .nyOrder_left { width: calc(100% - 300px); padding-right: 30px;}	
	.nyOrder_main .nyOrder_right { width: 300px; padding: 60px 30px;}
}

@media (max-width:1024px) {}

@media (max-width:920px) {
	.nyOrder { padding: 80px 0 40px;}
	.nyOrder .nyOrder_main { display: block; padding: 0; flex-direction: inherit;}
	.nyOrder_main .nyOrder_left { width: 100%; padding: 30px;}
	.nyOrder_main .nyOrder_right { width: 100%; padding: 20px 30px 20px 20px; display: flex; align-items: center;}
	.nyOrder_right .img { width: 140px; height: 140px;}
	.nyOrder_right .img img { width: 120px; height: 120px;}
	.nyOrder_right .text { width: calc(100% - 140px); margin: 0; padding: 0 160px 0 20px; position: relative;}
	.nyOrder_right .text p { line-height: 32px; font-size: 24px;}
	.nyOrder_right .text span { margin-top: 10px;}
	.nyOrder_right .text a { width: 140px; height: 44px; line-height: 44px; position: absolute; top: 50%; right: 0; margin: -22px 0 0;}
	.nyOrder_right em { width: 240px; height: 240px; left: 80%; bottom: -100px;}

}

@media (max-width:820px) {
	.nyOrder_right .img { width: 120px; height: 120px;}
	.nyOrder_right .img img { width: 100px; height: 100px;}
	.nyOrder_right .text { width: calc(100% - 120px);}
	.nyOrder_right .text p { line-height: 30px; font-size: 22px;}
	.nyOrder_right .text span { line-height: 22px; font-size: 14px;}
}

@media (max-width:767px) {
	.nyOrder { padding: 40px 0;}
	.nyOrder_main .nyOrder_left { padding: 20px 12px;}
	.nyOrder_left #ly_msg.ly_msg ul li { width: 100% !important; margin: 0 0 20px 0 !important;}
	.nyOrder_left #ly_msg.ly_msg ul li .msg_ipt1, .nyOrder_left #ly_msg.ly_msg ul li .msg_tara, .nyOrder_left #ly_msg.ly_msg ul li .msg_ipt12, .nyOrder_left #ly_msg.ly_msg ul li .msg_ipt2 { background: none !important; padding-right: 0 !important;}	
	.nyOrder_left #ly_msg.ly_msg .msg_ipt1 input, .nyOrder_left #ly_msg.ly_msg .msg_ipt2 input, .nyOrder_left #ly_msg.ly_msg .msg_ipt12 input, .nyOrder_left #ly_msg.ly_msg .msg_ipt12 .msg_option { height: 44px !important; padding: 7px 20px !important;}
	.nyOrder_left #ly_msg.ly_msg .msg_ipt0 textarea { padding: 7px 20px !important;}
	.nyOrder_left #ly_msg.ly_msg ul li h4.xh { top: 17px;}
	.nyOrder_left #ly_msg.ly_msg ul li .c_yzm { padding-right: 120px; position: relative;}
	.nyOrder_left #ly_msg.ly_msg ul li .c_yzm input { width: 100% !important; margin: 0 !important;}
	.nyOrder_left #ly_msg.ly_msg ul li a.yzm_img { height: 44px !important; position: absolute !important; top: 0; right: 0; margin: 0 !important;}
	.nyOrder_left #ly_msg.ly_msg ul li .msg_ipt2>span { line-height: 24px !important; font-size: 14px !important;}
	.nyOrder_left #ly_msg.ly_msg .msg_btn input { width: 140px !important; height: 44px !important; line-height: 44px !important;}

	.nyOrder_main .nyOrder_right { padding: 20px 12px 20px 2px;}
	.nyOrder_right .img { width: 100px; height: 100px;}
	.nyOrder_right .img img { width: 80px; height: 80px;}
	.nyOrder_right .text { width: calc(100% - 100px); display: block; padding: 0;}
	.nyOrder_right .text p { line-height: 24px; font-size: 16px;}
	.nyOrder_right .text span { margin-top: 8px;}
	.nyOrder_right .text a { display: none;}
	.nyOrder_right em { width: 160px; height: 160px; left: 72%; bottom: -60px;}
	
}

@media (max-width:390px) {}

@media (max-width:320px) {
	.nyOrder_left #ly_msg.ly_msg .msg_btn input { width: 120px !important;}
}

