
body {
    /* font-family: auto; */
    font-family: arial;
}
.iconfont {
    font-size: inherit;
    line-height: 1;
    -webkit-text-stroke-width: 0;
}
a:focus, a:hover{
    text-decoration: none!important;
}
a {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: none;
    color: #21252b;
}

a:hover{
    text-decoration: none;
    color: #003366;
}


button, input {
    outline: none !important;
}

::-moz-placeholder {
    color: #ccc;
}

::-webkit-input-placeholder {
    color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc !important;
}

.clearfix:before, .clearfix:after, .wrapper:after, .wrapper:before {
    content: "";
    display: table;
}

.clearfix:after, .wrapper:after {
    clear: both;
    overflow: hidden;
}

.clearfix, .wrapper {
    zoom: 1;
}
.btn-primary{
    background: #165a95;
}

ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
    padding: 0;
    margin: 0;
}

body {
    font-size: 14px !important;
    color: #21252b;
}
a{
    text-decoration: none;
}
li {
    list-style: none;
}

.uli14 li, .nowrapli li {
    list-style: inside;
}

ul.nowrapli.uli16 li a {
    padding-left: 8px;
}
img {
   max-width: 100%;
}

#skip {
 display: none;
}
.main{
    background: url(../img/banner-bg.jpg) no-repeat;
    background-size: 100% auto;
    background-position-y: top;
    background-color: #2561cb;
}
.newyear-banner{
   
padding-bottom: 10px;
}
.banner{
    
width: 800px;
    
display: block;
    
margin: 0px auto;
    
padding: 60px 0px;
}


.newyear-banner-li{

margin-left: -5px;

margin-right: -5px;

margin-top: 25px;

padding-bottom: 70px;
}
.newyear-banner-li>li{
    
width: 25%;
    
float: left;
    
padding-left: 5px;
    
padding-right: 5px;
transition: all 0.5s;
}
.newyear-banner-li>li .newyear-banner-div{
    background: url(../img/li-bg.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s;
}
.newyear-banner-li>li .newyear-banner-div1{

padding-bottom: 50px;
}
.newyear-banner-li>li .newyear-banner-div1 img{
    padding: 90px 20px 0px;
}
.newyear-banner-li>li .newyear-banner-div1  h4{

padding-top: 5px;

padding-left: 30px;

padding-right: 30px;

text-align: center;

color: #0048b7;

font-size: 24px;

font-weight: bold;

text-transform: math-auto;

height: 64px;
}
.newyear-banner-li li .newyear-banner-div2{
    display: none;
}
.newyear-banner-li li:hover{
    
}

.newyear-banner-li li:hover .newyear-banner-div1{
    display: none;
}

.newyear-banner-li li:hover .newyear-banner-div2{
    display: block;
    transform: rotateY(180deg);
}

.newyear-banner-li li:hover .newyear-banner-div{
    background: url(../img/li-bg2.png) no-repeat;
    background-size: 100% 100%;
    transform: rotateY(180deg);
}
.newyear-banner-li li .newyear-banner-div2 ul{

padding: 50px  41px  20px;
}
.newyear-banner-li li .newyear-banner-div2 ul li{height: 232px;}
.newyear-banner-li li .newyear-banner-div2 ul li a{

font-size: 26px;

color: #0048b7;

display: -webkit-box;

-webkit-box-orient: vertical;

-webkit-line-clamp: 4;

overflow: hidden;

text-overflow: ellipsis;
}
.newyear-banner-li li .newyear-banner-div2 ul li span{

display: block;

font-size: 40px;

color: #67b4fe;

font-weight: bold;
}
.newyear-banner-li li .newyear-banner-div2 .mores{
    
font-size: 24px;
    
color: #fff;
    
font-weight: bold;
    
padding-bottom: 7px;
    
display: block;
    
text-align: center;
    
padding-top: 48px;
}
.newyear-banner-li li .newyear-banner-div2 ul li a:hover,
.newyear-banner-li li .newyear-banner-div2 .mores:hover{
  
}
.imgs-list{
    background-color: #fff;
    padding:10px 20px;
    margin-top: 40px;
}
.breadcrumb{
    margin-bottom: 30px;
}
.imgs-list ul li a img{
    height: 240px;
}
#footer{
    background-color: #2561cb;
}