/*
**
** banner样式
**
*/
.bannerBox{
	/*background-color: #ddd;*/
}
.bannerBox .maxBox{
	/*max-width: 1920px;*/
}
.bannerBox .bannerImgBox img{
	width: 100%;
	display: block;
}
.bannerBox .bannerTxt{
	background-color: #fe0009;
    color: #fff;
    padding: 10px 20px;
    position: absolute;
    bottom:0px;
    left:0px;
}
.goToReg{
	position: absolute;
    bottom: 10px;
    right: 20px;
}
.goToReg a.cta{
	color: #fff !important;
    border-radius: 4px;
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    position: relative;
    background-color: #0582A8;
    background: -moz-linear-gradient(top, #0582A8 0%, #046785 100%);
    background: -webkit-linear-gradient(top, #0582A8 0%,#046785 100%);
    background: linear-gradient(to bottom, #0582A8 0%,#046785 100%);
    padding: 16px 67px 16px 37px;
    letter-spacing: 0.524px;
    /*font-family: 'Roboto Condensed';*/
    text-transform: uppercase;
    text-decoration: none;
    border: none;
}
.goToReg a.cta:after{
	content: " ";
    position: absolute;
    top: 0px;
    right: 26px;
    width: 15px;
    height: 100%;
    background: url(../image/white-arrow-big.png) no-repeat center right;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

}
.cta:hover{
	opacity: 0.8;
    text-decoration: none !important;
}
.goToReg a.cta:hover:after{
	right: 22px;
    text-decoration: none;
 }
@media screen and (max-width:1400px){
	
}
@media screen and (max-width:1160px){
	
	.modularBox{
		padding-bottom: 40px;
	}
	.goToReg{
		max-width: 270px;
	}
}
@media screen and (max-width:990px){
	.bannerBox .bannerTxt{
	    padding: 10px 20px;
	    position: relative;
	    text-align: center;
	}
	.goToReg{
		display: none;
	}
}
@media screen and (max-width:770px){
	/*模块*/
	.modularBox{
		padding-bottom: 30px;
	}
}
@media screen and (max-width:500px){
	
}
@media screen and (max-width:414px){

}
@media screen and (max-width:321px){

}