﻿body { background:#fff; color:#000; font:14px/1.8em georgia, Arial, Verdana, simsun, sans-serif;}
ol,ul { list-style:none;}
h1,h2,h3,h4,h5,h6,p { margin:0;}
input,textarea,select,button,td { font-size:100%;}
a { color:#000; text-decoration:none;}
a:hover { color:#00479d; text-decoration:none;}
img { display:block; }
a,div,p,ul,li,dl,dt,dd,input,span,em,strong,img { -webkit-tap-highlight-color:rgba(0,0,0,0);} 
input,textarea { outline:none;}


a {
    color: #000;
    text-decoration: none;
}
a {
    background-color: transparent;
}
form {
    display: block;
    margin-top: 0em;
}
input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

ul, ol {
    padding: 0;
    list-style: none;
}
dl, dd, ul, ol {
    margin: 0;
}



a, input, .googleSearch, .mobile-language-list, a img {
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    transition-duration: 300ms;
}
.col_w384{
    width: 384px;
    float: left;
}
.col_w680{
    margin-top: 15px;
    width: 680px;
    float: left;
}
.col_w480{
    margin-top: 15px;
    width: 480px;
    float: right;
}
.right_2{
    margin-right: 2%;
}
.top{
    line-height: 34px;
    margin-top: 15px;
}
@media only screen and (min-width: 240px) and (max-width: 1024px){
    .mobileNotShow {
        display: none;
    }
    .col_w384{
        width: 100%;
        clear: both;
    }
    .col_w680{
        margin-top: 0;
        width: 100%;
        float: none;
    }
    .col_w480{
        margin-top: 0;
        width: 100%;
        float: none;
    }
    .right_2{
        margin-right: 0;
    }
}