*{
    padding: 0;
    margin: 0;
}

html{
    font-size: 62.5%;
}

body{
    height: auto;
    font-family:Helvetica,Arial,Microsoft YaHei,Arial;
    margin:0 auto;
    padding:0;
    overflow-x: hidden;
    color: #080808;
    font-size:14px;
}

hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,iframe,figure,label,b ,strong{
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6{
    font-weight: normal;
    margin: 0;
    padding: 0;
    -webkit-margin-after:0 ;
    font-size :100% ;
}

button, input, select, textarea {
    font-size:100%;
}

table{
    border-collapse:collapse;
    border-spacing:0;
}

ol,ul,li,img,menu,dir{
    border: 0;
    list-style: none;
    padding: 0;
}

i,em,b,strong{
    font-style: normal;
}

a{
    text-decoration: none;
    color: #393939;
    outline: 0;
    transition-duration: 0.5s;
}

a:hover{
    color: #6a3b0e;
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix{
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    clear:both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pt20{
    padding: 20px 0;
}

.mt30{
    margin: 40px 0 0;
}

.clear{
    clear:both;!important
    folat:none;!important
    zoom:~"1\9";
}
.clear:after{
    content: "";
    display: block;
    clear:both;
    folat:none;
}

.container{
    margin-right: auto;
    margin-left: auto;
    width: 1200px;
}


/*banner*/
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li{
    position: relative;
    display: block;
}

.callbacks_tabs{
    left: 50%;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 10px;
    z-index: 10000;
    text-align: center;
    width: 100%;
    margin-left: -50%;
}

.callbacks_tabs li{
    display: inline-block;
}

.rslides li img{
    width: 100%;
    display: block;
}

.callbacks_container {
    position: relative;
    width: 100%;
}

.callbacks_tabs a{
    visibility: hidden;
}

.callbacks_tabs a:after {
    content: "\f111";
    font-size:0;
    visibility: visible;
    width:12px;
    height:12px;
    display:inline-block;
    *display: inline;
    *zoom: 1;
    background: #fff;
}

.callbacks_here a:after{
    background: #1252a1;
}


/*title*/
.title h2{    
    text-align: center;
}

.title h2 b{
    font-size: 48px;
    color: #1252a1;
    display: block;
    padding-bottom: 10px
}


.title h2  p{
    font-size: 14px;
    color: #1252a1;
    /*padding: 10px 0;*/
    width: 80%;
    margin:auto;
    margin-bottom: 10px;
    font-weight: 600

}

.title h2 p span{
    display: block;
    color: #d0d0d0;
    margin-top: 8px;
    font-size: 12px;
}

.back{
    background: url(../images/d.png) no-repeat center bottom;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.back p{
    padding: 0 !important;
}

.desc{
    width: 800px;
    margin:20px auto 20px;
    color: 404040;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    text-align: center;
}

/*footer*/
.footer-bg{
    background: #105297;
    padding: 50px 0;
    color: #fff;
}

.footer{
    text-align: center;
    color: #fff;
}

.footer2{
    font-size: 40px;
    margin-top: 12px;
    font-weight: 600
}

.footer3{
    margin-top: 12px;
    margin-bottom: 18px;
    font-size: 10px;
    color:#7a8fb8;
}


/*ss*/
.animate-box {
    opacity: 0;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }
    100% {
        opacity: 1;
       transform: scale(1);
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
.fadeIn {
    animation-name: fadeIn;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.animated-fast {
    animation-duration: 0.9s;
    animation-fill-mode: both;
}

