/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

/* 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,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,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{
    padding: 0;
    margin: 0;
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201711/201711120/html/images/1.jpg') no-repeat 0px 0px;
    background-attachment:fixed;
	background-size:cover;
    font-family: 'Lato', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
    font-family: 'Lato', sans-serif;
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
/*-- main --*/
h1.w3l-head {
    color: #fff;
    font-size: 4em;
    text-align: center;
    letter-spacing: 3px;
	padding-top: .7em;
    font-family: 'Alegreya Sans SC', sans-serif;
}
.main {
    width: 50%;
    margin: 5em auto;
    background:rgba(59, 98, 234, 0.5);
    padding: 4em 1em;
    position: relative;
    border-radius: 5px;
}
.agile-sub{
	float: left;
    width: 50%;
	padding:0 2em;
}
.w3l-news {
    float: right;
    width: 40%;
}
.w3l-news img {
    width: 80%;
}
/*--style for close--*/
.alert-close,.alert-close1,.alert-close2,.alert-close4,.alert-close6{
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201711/201711120/html/images/close.png') no-repeat 6px 6px #FFFFFF;
    cursor: pointer;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    position: absolute;
    right: 13px;
    top: 13px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    z-index: 1;
}
.main h2 {
    color:rgb(243, 175, 26);
    font-size: 1.8em;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
}
.main h3 {
    color: #fff;
    font-size: 1em;
    margin: 1em 0;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.9;
}
.agileits-info{
	position:relative;
}
.agileits-info h5{
    color: #212121;
    font-size: .875em;
    margin: 1em 0;
    text-align: center;
    font-weight: 600;
    letter-spacing: 4px;
}
.w3ls-form {
    text-align: center;
    margin: 3em 0;
}
.w3ls-form input[type="email"] {
    display: inline-block;
    background: #FFFFFF;
    border: none;
    width: 60%;
    outline: none;
	font-family: 'Lato', sans-serif;
    padding: 1em;
    font-size: .9em;
    color: #000;
}
.w3ls-form button{
    color: #fff;
    font-size: .9em;
    padding: 1em;
    text-align: center;
	cursor:pointer;
    text-decoration: none;
    background:#eeaf1a;
    border: solid 1px #eeaf1a;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.w3ls-form button:hover {
    background: none;
    border: solid 1px #eeaf1a;
	color: #eeaf1a;
}
.copyright{
	text-align:center;
	margin:8em 0 0 0;
}
.copyright p{
    color: #ffffff;
    font-size: .9em;
    letter-spacing:2px;
}
.copyright p a{
    color: #FFFFFF;
    text-decoration: none;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.copyright p a:hover{
    text-decoration: underline;
}

/*--responsive--*/

@media(max-width: 1680px){

}
@media(max-width: 1600px){

}
@media(max-width: 1440px){
	.main {
		width: 58%;
		margin: 3em auto;
	}
	h1.w3l-head {
		padding-top: .5em;
	}
	.copyright {
		margin: 6em 0 3em;
	}
}
@media(max-width: 1366px){

}
@media(max-width: 1280px){
	h1.w3l-head {
		font-size: 3.7em;
	}
	.main {
		width: 61%;
	}
}
@media(max-width: 1080px){
	.main {
		width: 70%;
	}
	.w3ls-form {
		margin: 3em 0 0;
	}
}
@media(max-width: 1050px){

}
@media(max-width: 1024px){
	h1.w3l-head {
		font-size: 3.5em;
	}
	.main {
		width: 72%;
	}
}
@media(max-width: 991px){
	.main {
		width: 74%;
	}
}
@media(max-width: 900px){
	.main {
		width: 82%;
	}
}
@media(max-width: 800px){
	h1.w3l-head {
		letter-spacing: 2px;
	}
	.main {
		width: 84%;
	}
	.agile-sub {
		width: 55%;
		padding: 0 1em;
	}
}
@media(max-width: 768px){
	h1.w3l-head {
		font-size: 3.2em;
		padding-top: 1.5em;
	}
	.main {
		width: 87%;
		margin: 5em auto;
	}
	.copyright {
		margin: 12em 0 3em;
	}
}
@media(max-width: 736px){
	h1.w3l-head {
		padding-top: .5em;
	}
	.main {
		margin: 2.5em auto;
	}
	.main h2 {
		font-size: 1.7em;
	}
	.main h3 {
		font-size: .95em;
	}
	.w3l-news {
		width: 39%;
	}
	.copyright {
		margin: 5em 0 3em;
	}
}
@media(max-width: 667px){
	.w3l-news {
		width: 36%;
	}
	.main h3 {
		font-size: .9em;
	}
	.agile-sub {
		width: 58%;
	}
}
@media(max-width: 640px){
	.main {
		width: 91%;
		padding: 4em 0em;
	}
}
@media(max-width: 600px){
	h1.w3l-head {
		letter-spacing: 1px;
		font-size: 3em;
	}
	.main {
		width: 92%;
	}
	.copyright p {
		letter-spacing: 1px;
	}
	.copyright {
		margin: 4em 0 2em;
	}
}
@media(max-width: 568px){
	.w3l-news {
		width: 35%;
	}
}
@media(max-width: 480px){
	h1.w3l-head {
		font-size: 2.6em;
	}
	.agile-sub {
		width: 92%;
		float: none;
	}
	.w3l-news {
		width: 56%;
		float: none;
		margin: 2em auto 0;
	}
	.copyright p {
		line-height: 1.9;
	}
	.copyright {
		margin: 3em 0 2em;
	}
}
@media(max-width: 440px){

}
@media(max-width: 414px){
	h1.w3l-head {
		font-size: 2.4em;
		letter-spacing: 0px;
		padding-top: .4em;
	}
	.main {
		margin: 2em auto;
		padding: 2em 0em;
	}
	.copyright {
		margin: 2em 0 2em;
	}
}
@media(max-width: 384px){

}
@media(max-width: 375px){
	h1.w3l-head {
		font-size: 2.2em;
	}
}
@media(max-width: 320px){
	h1.w3l-head {
		font-size: 1.9em;
	}
	.main h2 {
		font-size: 1.3em;
	}
	.main h3 {
		font-size: .8em;
	}
	.w3ls-form {
		margin: 2em 0 0;
	}
	.w3ls-form input[type="email"] {
		width: 67%;
		padding: .8em;
	}
	.w3ls-form button {
		padding: .8em;
	}
	.copyright p {
		font-size: 0.85em;
	}
}

/*--//responsive--*/