@charset "utf-8";
body{ font-family:Helvetica,"SourceHanSansCN-Normal","SourceHanSansCN"; margin:0; padding:0; color: #444; }
p,dl,dd,ul,ol,li,h1,h2,h3,h4,h5,h6{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,dt{ font-weight:normal;}
li{ list-style:none;}
a{text-decoration:none;}
a:focus, a:hover{text-decoration:none; outline: none;}
:focus{ outline: none;}
img{ border: none; outline: none; max-width:100%; height:auto;}
input{ border:none; outline:none; background: none;}
input::-moz-placeholder{ color: #aaa;}
input:-ms-input-placeholder { color: #aaa; }
input::-webkit-input-placeholder{ color:#aaa; }
input::placeholder{ color:#aaa; }
textarea::-moz-placeholder{color:#aaa; }
textarea:-ms-input-placeholder { color:#aaa; }
textarea::-webkit-input-placeholder{ color:#aaa; }

.clear{clear: both; margin: 0; padding: 0;}
.clearfix:after{ content: ""; display:block; height: 0; clear: both; visibility: hidden;}
.clearfix{*zoom:1;}

/* 首页模板 */
.header{
    background:#fff;
    padding-top:30px;
    padding-bottom: 30px;
}
.header a.logo{
    display: block;
}
.indexbanner{
    margin-bottom: 30px;
}
.indexbanner .swiper-slide img{
    width:100%;
    height: auto;
}
.indexbanner .swiper-button-next,.indexbanner .swiper-button-prev{
    width: 30px;
    height: 30px;
    background-size:auto;
    margin-top: -15px;
    overflow: hidden;
    background-image: url(../images/swiper_button.png);   
}
.indexbanner .swiper-button-next{
    background-position:right top;
}
.indexbanner .swiper-button-prev{
    background-position:left top;
}

@-webkit-keyframes a-three {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 35px);
        transform: translate(0, 35px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes a-three {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 35px);
        transform: translate(0, 35px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
.mainbox{
   padding-bottom:30px;
}
.sloganbox{
    padding:48px 0 74px;
    position:relative;
    border-radius:10px;
    background: url(../images/bg-find.png) no-repeat right top #f6f9fc;
    box-shadow: 0 0  10px rgba(21,79,144,.3);
}
.sloganbrief{
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.sloganbox img {
    /* position: absolute;
    top:-20px;
    left: 0;
    z-index: -1;
    width:270px;
    -webkit-animation: a-three 5s infinite linear;
    animation: a-three 5s infinite linear; */
}
.wordicon{  
    float:left;
    padding-left: 30px;
    padding-top: 40px;   
    /* background: #fff; */  
}
.wordicon span{
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 48px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    background: #154f90;
    color: #fff;
    z-index:1;
   
}
.wordicon span::before{
    content:" ";
    display:inline-block;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
    width:48px;
    height:48px;
    border-radius:50%;
    background:rgba(21,79,144,.2);
    opacity: 0;
    z-index:-1;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    animation: boderM 3s .75s infinite;
}
@keyframes boderM {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0
    }
    20% {
        opacity: 1
    }
    75% {
        transform: translate(-50%, -50%) scale(3);
        opacity: 0
    }
    100% {
        opacity: 0
    }
}
.wordtext{
    display: inline-block;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}
.wordtext span{
    font-size: 99px;
    color: #b0b3b6;
    opacity: .35;
    vertical-align: sub;
}
.wordtext h2{
    display: inline-block;
    font-size:30px;
    color: #333;
    line-height: 48px;
    margin-left: -26px;
}
.wordtext p{
    font-size: 20px;
    color: #1b5486;
    line-height: 32px;
    margin-left: 78px;
    margin-top: -18px;
}
.wordtext p a{
    color:#1b5486;
}

.footer{
    padding-top: 20px;
    padding-bottom: 20px;
    background:#2A2A28;
    text-align: center;
}
.footer p{
    font-size: 16px;
    color: #fff;
}
.footer p a{
    color: #fff;	
}
.footer p a:hover{
    color:#d8005b;	
}
@media screen and (max-width:768px) {
    .header{ text-align: center; padding-top: 12px; padding-bottom: 12px;}
   .logo img{ width: 65%;} 
   .mainbox{ padding-left: 10px; padding-right: 10px;}
   .sloganbox{ padding-bottom: 55px;}
   .wordtext h2{ font-size: 18px;}
   .wordtext span{ font-size: 48px;}
   .wordtext p{ font-size: 16px; margin-left: 0; text-align: center;}
   .footer p{ font-size: 14px;}
   .footer{ padding: 20px 10px;}
}