a,
img,
button,
input,
textarea {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent; 
}
*,input,textarea{
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: "Î¢ÈíÑÅºÚ";
    outline: none;
}
li{
    list-style-type:none;
}
img{
    border: none;
    outline: none;
}
select{
    -webkit-user-select: none; /* Chrome/Safari */       
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    -o-user-select: none;/* Rules below not implemented in browsers yet */
    user-select: none;
}
input::-webkit-input-placeholder{
    color:#cccccc;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#cccccc;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#cccccc;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#cccccc;
}
textarea::-webkit-input-placeholder{
    color:#cccccc;
}
textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#cccccc;
}
textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#cccccc;
}
textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#cccccc;
}
.clearfix{
    clear: both;
}
.nowrap{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nowraps{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
footer{
    background: #000000;
    padding: 2.4rem 2rem 1rem;
}
footer p{
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    text-align: center;
}
footer p a{
    color: #fff;
    font-size: 1.1rem;
}
nav.on{
    display: block;
    height: 100%;
    transition: all 2s;
}
nav{
    display: none;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    height: 0;
    background-color: #fff;
    margin-top: 5rem;
    border-top: 1px solid #cccccc;
}
nav > ul{
    padding: 0 1rem;
}
nav > ul > li{
    height: 4.2rem;
    line-height: 4.2rem;
    border-bottom: 1px solid #eeeeee;
}
nav > ul > li > a{
    color: #333333;
    font-size: 1.5rem;
    display: block;
}
nav > ul > li.icon1{
    background: url(../images/h_img5.png) 97% 50% no-repeat;
    -webkit-background-size: 1rem;
    background-size: 1rem;
}
nav > ul > li.icon2{
    background: url(../images/h_img6.png) 98% 50% no-repeat;
    -webkit-background-size: 1.8rem;
    background-size: 1.8rem;
}
.search{
    display: none;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.search .search-1{
    padding: 0 1rem;
    height: 5rem;
    overflow-y: hidden;
    line-height: 5rem;
    margin-bottom: 1rem;
}
.search .search-1 > a{
    
    display: inline-block;
    height: 2rem;
    width: 2rem;
    background: url(../images/h_img8.png) 50% 50% no-repeat;
    -webkit-background-size: 1rem;
    background-size: 1rem;
    vertical-align: middle;
}
.search .search-1 > form{
    float: right;
    width: 86%;
    height: 4rem;
    border: 1px solid #eeeeee;
    border-radius: 2rem;
    margin-top: 0.5rem;
}
.search .search-1 > form .input1{
    display: block;
    float: left;
    width: 78%;
    border: none;
    outline: none;
    height: 100%;
    margin-left: 7%;
    color: #393434;
    text-indent: 5px;
    font-size: 1.6rem;
}
.search .search-1 > form .input2{
    float: left;
    display: block;
    border: none;
    outline: none;
    width: 12%;
    height: 100%;
    border: none;
    border-radius: 50%;
    text-indent: -9999px;
    background: #fff url(../images/search2.png) 50%  50%  no-repeat;
    -webkit-background-size: 2rem;
    background-size: 2rem;
}
.search .search-2{
    padding: 0 1rem;
}
.search .search-2 li{
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #eeeeee;
}
.search .search-2 li img{
    width: 100%;
    display: block;
    height: 18rem;
    margin-bottom: 1rem;
}
.search .search-2 li h3{
    color: #333333;
    font-size: 1.4rem;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search .search-2 li p{
    font-size: 1rem;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 1.6rem;
}
.search .search-2 li div{
    overflow: hidden;
}
.search .search-2 li div .span1{
    float: left;
    font-size: 1rem;
    color: #666666;
}
.search .search-2 li div .span2{
    float: right;
    font-size: 1rem;
    color: #003994;
    margin-right: 2px;
}
.page{
    padding-top: 2.65rem ;
    text-align: center;
    font-size: 0px;
}
.page a{
    display: inline-block;
    font-size: 1.4rem;
    padding: 0.4rem 0.6rem;
    background: #f0f0f0;
    color: #666;
    margin: 0 0.4rem;
}
.page a.on{
    color: #fff;
    background: #a5a5a5;
    pointer-events:none;
}