/*--
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/lo201702/201702030/html/images/2.jpg') no-repeat 0px 0px;
	background-size:cover;
    font-family: 'Roboto', sans-serif;
	background-attachment: fixed;
    background-position: center;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
}	
p{
	margin:0;

}
ul{
	margin:0;
	padding:0;
}
/*-- w3layouts --*/
label{
	margin:0;
}
.content{
    padding: 4em 0;
}
.content h1{
	color: #FFFFFF;
    font-size: 3em;
    text-align: center;
    letter-spacing: 1px;
}
.agile-main{
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702030/html/images/1.jpg') no-repeat 0px -86px;
    background-size: cover;
    min-height: 715px;
    width: 35%;
    margin: 2em auto;
    position: relative;
}
.agile-main:before{
    content: '';
    position: absolute;
    top: -44px;
    left: -194px;
    width: 0;
    height: 0;
    border-top: 300px solid #F44336;
    border-right: 300px solid transparent;
    border-left: 300px solid transparent;
    transform: rotate(135deg);
}
.agile-main:after{
    content: '';
    position: absolute;
    bottom: -44px;
    right: -194px;
    width: 0;
    height: 0;
    border-top: 300px solid #F44336;
    border-right: 300px solid transparent;
    border-left: 300px solid transparent;
    transform: rotate(-45deg);
}
.w3layouts-date{
    position: absolute;
    text-align: center;
    transform: rotate(-45deg);
    top: 76px;
    left: -17px;
}
.w3layouts-date p{
	color:#FFFFFF;
	font-size:1em;
	margin:0;
}
.w3layouts-date h3{
	color:#FFFFFF;
	font-size:2em;
	margin:.5em 0;
}
.w3layouts-date h4{
	color:#FFFFFF;
	font-size:1.5em;
	margin:0;
}
.agileits-date{
    position: absolute;
    text-align: center;
    transform: rotate(-45deg);
    bottom: 100px;
    left: 274px;
    z-index: 99;
}
.agileits-date p{
	color:#FFFFFF;
	font-size:1em;
	margin:0;
}
.agileits-date h3{
	color:#FFFFFF;
	font-size:2em;
	margin:0 0 .5em 0;
}
.copyright{
	text-align:center;
}
.copyright p{
	color:#FFFFFF;
	font-size:.9em;
	margin:0;
}
.copyright p a{
	color:#FFFFFF;
	text-decoration:none;
}
.copyright p a:hover{
	color:#F44336;
}
/*-- responsive --*/
@media(max-width:1440px){
	.agile-main:before {
		top: -30px;
		left: -129px;
		border-top: 200px solid #F44336;
		border-right: 200px solid transparent;
		border-left: 200px solid transparent;
	}
	.w3layouts-date h3 {
		font-size: 1.5em;
	}
	.w3layouts-date h4 {
		font-size: 1.2em;
	}
	.w3layouts-date {
		top: 47px;
	}
	.agileits-date h3 {
		font-size: 1.5em;
	}
	.agile-main:after {
		bottom: -29px;
		right: -130px;
		border-top: 200px solid #F44336;
		border-right: 200px solid transparent;
		border-left: 200px solid transparent;
	}
	.agileits-date {
	    bottom: 71px;
		left: 294px;
	}
	.agile-main {
		min-height: 661px;
	}
}
@media(max-width:1366px){
	.agile-main {
		min-height: 622px;
	}
	.agileits-date {
		bottom: 75px;
		left: 212px;
		width: 64%;
	}
}
@media(max-width:1280px){
	.agile-main {
		min-height: 576px;
	}
	.agileits-date {
		width: 58%;
	}
}
@media(max-width:1080px){
	.agile-main {
		min-height: 481px;
		width: 37%;
	}
	.agileits-date {
		bottom: 67px;
		left: 175px;
	}
}
@media(max-width:1024px){
	.agile-main {
		min-height: 532px;
		width: 41%;
	}
	.agileits-date {
		bottom: 64px;
		left: 190px;
	}
}
@media(max-width:991px){
	.agile-main {
		min-height: 570px;
		width: 45%;
	}
}
@media(max-width:800px){
	.agile-main {
		min-height: 583px;
		width: 57%;
	}
	.agileits-date {
		bottom: 69px;
		left: 203px;
	}
}
@media(max-width:768px){
	.agile-main {
		min-height: 556px;
		width: 57%;
	}
}
@media(max-width:736px){
	.agile-main {
		min-height: 561px;
		width: 60%;
	}
}
@media(max-width:667px){
	.agile-main {
		min-height: 459px;
		width: 56%;
	}
	.agileits-date {
		bottom: 65px;
		left: 155px;
	}
}
@media(max-width:640px){
	.w3layouts-date h3 {
		font-size: 1.2em;
	}
	.w3layouts-date h4 {
		font-size: 1em;
	}
	.agileits-date h3 {
		font-size: 1.2em;
	}
	.agileits-date p {
		font-size: .9em;
	}
	.w3layouts-date p {
		font-size: .9em;
	}
	.agile-main {
		min-height: 417px;
		width: 54%;
	}
	.agile-main:before {
		top: -22px;
		left: -97px;
		border-top: 150px solid #F44336;
		border-right: 150px solid transparent;
		border-left: 150px solid transparent;
	}
	.agile-main:after {
		bottom: -22px;
		right: -97px;
		border-top: 150px solid #F44336;
		border-right: 150px solid transparent;
		border-left: 150px solid transparent;
	}
	.w3layouts-date {
		top: 36px;
	}
	.agileits-date {
	    bottom: 29px;
		left: 177px;
		width: 51%;
	}
}
@media(max-width:600px){
	.agile-main {
		min-height: 421px;
		width: 58%;
	}
}
@media(max-width:568px){
	.agile-main {
		min-height: 418px;
		width: 61%;
	}
}
@media(max-width:480px){
	.content h1 {
		font-size: 2.5em;
	}
	.w3layouts-date {
	    top: 0;
		background: #F44336;
		padding: 1em;
		position: inherit;
		left: 0;
		transform: rotate(0deg);
	}
	.agile-main:before {
		top: -22px;
		left: -97px;
		border-top: 0px solid #F44336;
		border-right: 0px solid transparent;
		border-left: 0px solid transparent;
	}
	.agile-main {
		background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702030/html/images/1.jpg') no-repeat 0px -29px;
		background-size: cover;
	    min-height: 470px;
	}
	.agile-main:after {
		bottom: 0;
		left: 0;
		border-top: 0px solid #F44336;
		border-right: 0px solid transparent;
		border-left: 0px solid transparent;
	}
	.agileits-date {
		bottom: 0;
		left: 0;
		width: auto;
		position: inherit;
		transform: rotate(0deg);
		background: #f44336;
		padding: 1em;
		margin: 16em 0 0 0;
	}
}
@media(max-width:414px){
	.content {
		padding: 2em 0;
	}
	.agile-main {
		width: 80%;
	}
}	
@media(max-width:320px){
	.content h1 {
		font-size: 2em;
	}
	.agile-main {
		min-height: 385px;
	}
	.agileits-date {
		margin: 12em 0 0 0;
	}
}
/*-- //responsive --*/