*{
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
            box-sizing: border-box;
    -webkit-tap-highlight-color:transparent;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, figure, nav, footer, header,
dl, dt, dd, ul, ol, li,
fieldset, lengend, button, input, textarea,
th, td, tr,
pre{
    margin: 0;
}
ul, ol, menu, td{
    padding: 0;
}
ul, ol{
    list-style: none;
}
address, cite, dfn, em, var{
    font-style: normal;
}
a{
    text-decoration: none;
    color: black;
}
a:focus, a:active, a:hover ,a.dropdown-toggle{
    outline: none;
	text-decoration:none;
}
*, a, button, i, input{
    -webkit-font-smoothing: antialiased;
}
.clearFloat:after{
	zoom: 1;
}
.clearFloat:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
}
img{
	border: none;
	display: block;
}
html{
    height: 100%;
}
html,body{
    padding: 0;
    margin: 0;
}
.top{
    height: 250px;
    font-size: 0;
    text-align: center;
    padding: 100px 0 0;
}
.top p{
    font-size: 18px;
    font-weight: 400;
    color: #333;
    text-align: center;
}
.top .p1{
    display: inline-block;
}
.top .p2{
    display: inline-block;
}
.top .can{
    margin-top: 20px;
}
.top .can span{
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-align: center;
    margin-right: 13px;
}
.top .gohome{
    display: inline-block;
    width: 90px;
    height: 35px;
    line-height: 34px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    background-color: #0F84FE;
    border-radius:56px;
}
.bottom{
    min-height: calc(100vh - 250px);
    background-color: #F3F9F9;
    padding: 40px 0 22px;
}
.bottom .tit{
    width: 700px;
    font-size: 14px;
    color: #333;
    text-align: left;
    margin: 0 auto 12px;
}
.bottom .picture{
    display: block;
    width: 700px;
    height: auto;
    margin: 0 auto 15px;
}
.bottom .picture img{
    width: 100%;
    height: 100%;
}
.bottom .links{
    width: 700px;
    font-size: 0;
    margin: 0 auto;
}
.bottom .links>a{
    display: inline-block;
    font-size: 15px;
    color: #333;
    position: relative;
    margin: 0 38px 10px 0;
}
.bottom .links>a:after{
    display: inline-block;
    content: "|";
    font-size: 14px;
    color: #979797;
    position: absolute;
    right: -20px;
    cursor: default;
}
@media (max-width: 2048px){
    .top{
        height: 320px;
        padding-top: 140px;
    }
    .bottom{
        min-height: calc(100vh - 320px);
    }
}
@media (max-width: 1700px){
    .top{
        height: 270px;
        padding-top: 120px;
    }
    .bottom{
        min-height: calc(100vh - 270px);
    }
}
@media (max-width: 1400px){
    .top{
        height: 200px;
        padding-top: 75px;
    }
    .bottom{
        min-height: calc(100vh - 200px);
    }
    .bottom .tit{
        width: 650px;
    }
    .bottom .picture{
        width: 650px;
    }
    .bottom .links{
        width: 650px;
    }
}
@media (max-width: 1300px){
    .top{
        height: 200px;
        padding-top: 70px;
    }
    .bottom{
        min-height: calc(100vh - 200px);
    }
}
@media (max-width: 1100px){
    .top{
        height: 200px;
        padding-top: 70px;
    }
    .bottom{
        min-height: calc(100vh - 200px);
    }
    .bottom .tit{
        width: 600px;
    }
    .bottom .picture{
        width: 600px;
    }
    .bottom .links{
        width: 600px;
    }
}
@media (max-width: 750px){
    .top{
        height: 5rem;
        padding: 2rem 0.4rem 0;
    }
    .top p{
        font-size: 0.32rem;
    }
    .top .p1{
        display: block;
        margin-bottom: 0.2rem;
    }
    .top .p2{
        display: block;
    }
    .top .can{
        margin-top: 0.4rem;
    }
    .top .can span{
        font-size: 0.28rem;
    }
    .top .gohome{
        width: 1.6rem;
        height: 0.6rem;
        line-height: 0.6rem;
    }
    .bottom{
        min-height: calc(100vh - 5rem);
        background-color: #FFF;
        padding: 0.4rem 0.4rem 0.1rem;
    }
    .bottom .tit{
        display: none;
        width: 100%;
        font-size: 0.28rem;
        margin: 0 auto 0.2rem;
    }
    .bottom .picture {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto 0.2rem;
    }
    .bottom .links{
        width: 100%;
        padding-top: 0.3rem;
    }
    .bottom .links>a{
        display: block;
        font-size: 0.32rem;
        padding-bottom: 0.3rem;
        margin: 0 0.36rem 0.3rem 0;
        border-bottom: 1px solid #ECECEC;
    }
    .bottom .links>a:after{
        display: none;
    }
}