/* reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, or_footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, or_footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* start editing from here */

a {
	text-decoration: none;
}
.txt-rt {
	text-align: right;
}
/* text align right */

.txt-lt {
	text-align: left;
}
/* text align left */

.txt-center {
	text-align: center;
}
/* text align center */

.float-rt {
	float: right;
}
/* float right */

.float-lt {
	float: left;
}
/* float left */

.clear {
	clear: both;
}
/* clear float */

.pos-relative {
	position: relative;
}
/* Position Relative */

.pos-absolute {
	position: absolute;
}
/* Position Absolute */

.vertical-base {
	vertical-align: baseline;
}
/* vertical align baseline */

.vertical-top {
	vertical-align: top;
}
/* vertical align top */

nav.vertical ul li {
	display: block;
}
/* vertical menu */

nav.horizontal ul li {
	display: inline-block;
}
/* horizontal menu */

img {
	max-width: 100%;
}
/*end reset*/

body {
 font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
	font-size: 100%;
	background: #2196F3;
}
/*--header--*/


.sub-main-w3 {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%)
}
.sub-main-w3 form {
	max-width: 600px;
	margin: 0 5vw;
	background: rgba(10, 10, 10, 0.17);
	padding: 3.5vw;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	
	border-bottom: 8px solid #f0610b;
	border-radius: 30px 30px 50px 50px;
}
.sub-main-w3 form h1{ font-size:30px; line-height:2; color:#fff;}
.form-style-agile {
	margin-bottom: 1.5em;
	flex-basis: 100%;
	-webkit-flex-basis: 100%;
}
.sub-main-w3 label {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	margin-bottom: 12px;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.sub-main-w3 label i {
	font-size: 15px;
	margin-left: 5px;
	color: #f0610b;
	border-radius: 50%;
	line-height: 1.9;
	text-align: center;
}
.form-style-agile input[type="text"], .form-style-agile input[type="password"] {
	width: 100%;
	color: #666;
	outline: none;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 15px 15px;
	box-sizing: border-box;
	border: none;
	border: 1px solid #000;
	background: #fff; border-radius:5px; margin-top:30px
}
.sub-main-w3 input[type="submit"] {
	color: #fff;
	background: #f0610b;
	border: none;
	padding: 13px 0;
	margin-top: 30px;
	outline: none;
	width: 36%;
	font-size: 16px;
	cursor: pointer;
	letter-spacing: 2px;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.49); border-radius:35px;
}
.sub-main-w3 input[type="submit"]:hover {
	background: #fff;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all; color:#f0610b
}
.wthree-text {
	width: 100%;
}
.wthree-text ul li:nth-child(1) {
	float: left;
}
.wthree-text ul li:nth-child(2) {
	float: right;
}
.wthree-text ul li {
	display: inline-block;
}
.wthree-text ul li a {
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 500;
}
/*-- checkbox --*/

.wthree-text label {
	font-size: 15px;
	color: #fff;
	cursor: pointer;
	position: relative;
}
.wthree-text {
	text-align: center;
}
input.checkbox {
	background: #f0610b;
	cursor: pointer;
	width: 1.2em;
	height: 1.2em;
	vertical-align: text-bottom;
}
input.checkbox:before {
	content: "";
	position: absolute;
	width: 1.2em;
	height: 1.2em;
	background: inherit;
	cursor: pointer;
}
input.checkbox:after {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 1;
	width: 1em;
	height: 1em;
	border: 1px solid #fff;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
input.checkbox:checked:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: .5rem;
	border-color: #fff;
	border-top-color: transparent;
	border-right-color: transparent;
}
.anim input.checkbox:checked:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: .5rem;
	border-color: transparent;
	border-right-color: transparent;
	animation: .4s rippling .4s ease;
	animation-fill-mode: forwards;
}
 @keyframes rippling {
 50% {
 border-left-color: #fff;
}
 100% {
 border-bottom-color: #fff;
 border-left-color: #fff;
}
}

/*-- //checkbox --*/

/*--placeholder-color--*/

::-webkit-input-placeholder {
 color: #000;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

:-ms-input-placeholder {
 color: #000;
}
/*-- //placeholder-color --*/

/*-- //content --*/

/*-- copyright --*/

.or_footer {
	margin: 1vw  auto; position:fixed; bottom:0px; left:50%; transform:translateX(-50%); width:100%
}
.or_footer p {
	font-size: 16px;
	color: #fff;
	letter-spacing: 2px;
	text-align: center;
	line-height: 1.8;
}
.or_footer p a {
	color: #fff;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}
.or_footer p a:hover {
	color: #f0610b;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}
/*-- //copyright --*/

/*-- bg effect --*/

#bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#bg canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*-- //bg effect --*/

/*--responsive--*/

@media(max-width:1920px) {
h1 {
	font-size: 3.5vw;
}
}

@media(max-width:1024px) {
h1 {
	font-size: 4.5vw;
}
}

@media(max-width:800px) {
h1 {
	font-size: 2.6em;
}
}

@media(max-width:480px) {
h1 {
	font-size: 2.3em;
	letter-spacing: 1px;
}
.sub-main-w3 form {
	padding: 7.5vw;
}
.or_footer p {
	letter-spacing: 1px;
}
}

@media(max-width:414px) {
.form-style-agile input[type="text"],  .form-style-agile input[type="password"] {
	font-size: 13px;
	padding: 13px 15px;
}
.wthree-text ul li:nth-child(1),  .wthree-text ul li:nth-child(2) {
	float: none;
}
.wthree-text ul li:nth-child(2) {
	margin-top: 10px;
}
.sub-main-w3 input[type="submit"] {
	width: 56%;
}
.wthree-text ul li {
	display: block;
}
}

@media(max-width:320px) {
h1 {
	font-size: 1.8em;
	margin: 5vw 1vw;
}
.sub-main-w3 form {
	padding: 25px 14px;
}
}

/*--//responsive--*/
.head{ padding:0px 0.8rem; overflow:hidden}
.head .logo{ float:left; display: flex; align-items: center;}

.head .logo a{ float: left; padding:10px 0px}
.head  .logo img{ width: auto; height:80px; float:left; margin-right:10px}
.head .logo .text{ float:right; padding-top:11px}
.head .logo .text h1{ color:#fff; font-weight:bold; font-size:23px; line-height:32px; letter-spacing:5px;word-break: keep-all !important;  }
.head  .logo .text h2{ color:#ff;  font-size:14px; line-height:32px;letter-spacing:-1px;word-break: keep-all !important;   }
.head .right{ float:right}
.head  .menu{float: left;}
.head  .menu ul{float: left;}
.head  .menu #nli{ float: left;margin: 0 20px; position: relative;padding:0 10px;}
.head  .menu #nli span a{ display: block;color: #fff; position: relative;line-height:84px; font-size: 16px;}
.head  .menu #nli span a::after{ display: block; content: ''; position: absolute; left:50%; bottom:0; width:0; height:3px; border-radius:3px; background: #f0610b; transform: translate(-50%,0); -ms-transform: translate(-50%,0);}
.head  .menu #nli.on span a,
.head  .menu #nli:hover span a{ color: #f0610b;}
.head  .menu #nli.on span a::after,
.head  .menu #nli:hover span a::after{  width:100%;}
.w_width{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%)}

.orderlist{ position:relative}
.orderlist .title h1{ color:#fff; text-align:center; font-size:40px; font-weight:bold; margin-bottom:30px} 
.orderlist .ul{ width:calc(100% + 0.3rem); display:flex; flex-wrap: wrap; margin:0 -0.15rem;}
.orderlist .ul .li{ display: flex; flex-wrap: wrap; width:25%; padding:20px;}
.orderlist .ul .li:hover  a{ background:url(../images/listbg.jpg) no-repeat center;border:1px solid #da6218}

.orderlist .ul a{ display: flex; flex-wrap: wrap; background:#fff; border-radius:25px; align-items: flex-start;overflow: hidden; border:1px solid #ddd; padding:20px }
.orderlist .li  .img{ border-radius:25px; overflow:hidden; position:relative}
.orderlist .li .img img{}
.orderlist .li .text{ }
.orderlist .li .text h1{font-size:22px;;
    line-height:2;

    color: #000;

    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;}
	.orderlist li .text h2{font-size:18px;;
    line-height:2;

    color: #000;

    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; margin-bottom:10px}
	.orderlist li .text p{font-size:16px;;
    line-height:1.8;

    color: #000;

    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;}
		.orderlist li .text p i{ float:left; margin-right:10px}
		.orderlist li:hover h1,.orderlist li:hover h2,.orderlist li:hover p,.orderlist li:hover i{ color:#fff; }
.w_width {
    max-width: 1480px;
    margin-right: auto;
    margin-left: auto;
}

.orderlist .slick-dots{ position: static; display: flex; justify-content:center; margin-top:22px;}
.orderlist .slick-dots li{ cursor: pointer; opacity:0.65; width: 7px; height: 7px; background: #bfbfbf; border-radius:7px; margin:0 11px;}
.orderlist .slick-dots li.slick-active{ width: 24px; opacity: 1; background: #da6218; }

.order_nr{max-width: 1480px;
    margin-right: auto;
    margin-left: auto;  background: rgba(255,255,255,0.8); width:100%; min-height:500px; border-radius:20px; margin:150px auto}
.order_nr .text{ width:100%; padding:50px;}
.order_nr .text .tit{ position: relative; padding-left: 17px; font-size:30px; color:#000; font-weight:bold}
.order_nr .text .tit::after{ display: block; content:''; position: absolute; left:0; top:50%; width:5px; height:calc(14px + 0.11rem); border-radius:5px; background:#f0610b; transform: translateY(-50%); -ms-transform: translateY(-50%);}
.order_nr .text .nr{ padding:20px 0px}
.order_nr .text .nr h3{ font-size:18px; color:#000; font-weight:bold}
.order_nr .text .nr p{ font-size:16px; color:#000; line-height:1.8}

.fhor{ height:50px; width:200px; text-align:center; background:#da6218; color:#fff; border-radius:40px}
.fhor a{ color:#fff; line-height:50px; display:block}
.fhor:hover{ background: #000}