html,
body {
    font-family: Verdana, Arial, Helvetica, sans-serifs;
    margin: 0;
    height: 100%;
    background-color: #fff;
}

* {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    font-weight: normal;
}

ul,
dl,
ol,
li,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

button,
input,
textarea,
select {
    font-family: inherit;
}

a {
    text-decoration: none;
}

*:focus {
    outline: none;
}


.clearfix:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

@media (min-width: 1000px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 1400px) {
    html {
        font-size: 20px;
    }
}

@media (min-width: 1900px) {
    html {
        font-size: 24px;
    }
}

.headGroup {
    position: relative;
    text-align: center;
}

.headGroup .headBg {
    position: relative;
    width: 100%;
}

.headGroup .headBg img {
    display: block;
    width: 100%;
}

.headGroup .headBg .hd {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6rem;
    text-align: center;
    z-index: 9;
}

.headGroup .headBg .hd li {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.4rem;
    font-size: 0;
    text-indent: -99999px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.headGroup .headBg .hd li.on {
    background-color: white;
}

.headGroup .navTop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 1rem 3rem;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.2);
}

.headGroup .navTop div {
    float: left;
    height: 3rem;
}

.headGroup .navTop div img {
    height: 100%;
}

.headGroup .navTop ul {
    float: right;
    overflow: hidden;
}

.headGroup .navTop ul li {
    float: left;
    height: 3rem;
    padding: 0 1rem;
    line-height: 3rem;
}

.headGroup .navTop ul li a {
    color: #fff;
    font-size: 0.8rem;
    font-weight: bold;
}

.headGroup .navTop ul li:hover a,
.headGroup .navTop ul li.active a {
    color: #a0cd2a;
}

.headGroup .navBtm {
    position: relative;
    display: inline-block;
    padding: 1rem 0 0;
    margin: -3.4rem auto 0 auto;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 9;
}

.headGroup .navBtm ul {
    overflow: hidden;
}

.headGroup .navBtm ul li {
    float: left;
}

.headGroup .navBtm ul li a {
    display: block;
    padding: 0 1rem;
    text-align: left;
    border-right: 1px solid #333;
}

.headGroup .navBtm ul li a div {
    font-size: 0;
    height: 2.4rem;
    line-height: 2rem;
}

.headGroup .navBtm ul li a div img {
    max-height: 1.8rem;
    vertical-align: middle;
}

.headGroup .navBtm ul li a span {
    color: #333;
    font-family: Georgia;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.8rem;
    padding-right: 1rem;
    background: url(../images/jiantou.png) no-repeat right center;
}

.headGroup .navBtm ul li:last-child a {
    border-right: none;
}

.featured .head {
    color: #666;
    font-size: 1.5rem;
    line-height: 3rem;
    text-align: center;
    margin: 1rem 0;
}

.featured .cont {
    overflow: hidden;
}

.featured .cont div {
    float: left;
    width: 50%;
    height: 20rem;
    overflow: hidden;
}

.featured .cont div.box-1 {
    background-color: #a0cd2a;
}

.featured .cont div.box-2 {
    background-color: #5173a4;
}

.featured .cont div.box-1,
.featured .cont div.box-2 {
    padding: 2rem 5%;
}

.featured .cont div img {
    width: 100%;
    min-height: 20rem;
}

.featured .cont div.inImg-1,
.featured .cont div.inImg-2 {
    position: relative;
}

.featured .cont div.inImg-1 b {
    left: 0;
}

.featured .cont div.inImg-2 b {
    right: 0;
}

.featured .cont div b {
    position: absolute;
    top: 50%;
    display: block;
    height: 4rem;
    margin-top: -2rem;
}

.featured .cont div b img {
    width: auto;
    height: 4rem;
    min-height: 4rem;
}

.featured .cont div h5 {
    color: #fff;
    font-size: 2rem;
    font-weight: bolder;
    line-height: 4rem;
}

.featured .cont div p {
    color: #fff;
    font-size: 1.5rem;
    line-height: 2rem;
}

.featured .cont div button {
    color: #fff;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    border: 2px solid #fff;
    border-radius: 2rem;
    margin-top: 2rem;
    cursor: pointer;
    background-color: transparent;
}

.best {
    margin-top: 2rem;
}

.best .head {
    position: relative;
    height: 4rem;
    background-color: #a0cd2a;
}

.best .head span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 4rem;
    padding: 0 2rem;
    color: #fff;
    font-size: 1rem;
    font-family: Georgia;
    font-weight: bold;
    line-height: 4rem;
}

.best .head h2 {
    color: #fff;
    font-size: 1.8rem;
    line-height: 4rem;
    text-align: center;
    word-spacing: 5px;
}

.best .scrollGroup {
    width: 100%;
    padding: 2rem 5%;
    overflow: hidden;
}

.best .scrollGroup .bd li {
    float: left;
    width: 33.333%;
}

.best .scrollGroup .bd li a {
    display: block;
    border: 1px solid #eee;
    text-align: center;
    margin: 1rem;
    box-shadow: 0 0 12px 2px rgba(0,0,0,0.1);
}

.best .scrollGroup .bd li a div {
    width: 90%;
    height: 15rem;
    line-height: 15rem;
    margin: 1rem auto;
}

.best .scrollGroup .bd li a div img {
    display: inline-block;
    max-width: 100%;
    max-height: 13rem;
    vertical-align: middle;
}

.best .scrollGroup .bd li a p {
    color: #666;
    font-size: 1rem;
    line-height: 2rem;
    padding-bottom: 1rem;
}

.best .scrollGroup .hd {
    text-align: center;
}

.best .scrollGroup .hd li {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    margin: 0 0.4rem;
    font-size: 0;
    text-indent: -99999px;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.best .scrollGroup .hd li.on {
    background-color: rgba(0, 0, 0, 0.8);
}

.new {
    margin-top: 1rem;
    padding-bottom: 1rem;
}

.new .head {
    position: relative;
    height: 4rem;
    background-color: #5173a4;
}

.new .head span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 4rem;
    padding: 0 2rem;
    color: #fff;
    font-size: 1rem;
    font-family: Georgia;
    font-weight: bold;
    line-height: 4rem;
}

.new .head h2 {
    color: #fff;
    font-size: 1.8rem;
    line-height: 4rem;
    text-align: center;
    word-spacing: 5px;
}

.new ul {
    padding: 1rem 5%;
    overflow: hidden;
}

.new ul li {
    float: left;
    width: 33.33333%;
}

.new ul li a {
    display: block;
    /*border: 1px solid #eee;*/
    text-align: center;
    margin: 1rem;
}

.new ul li a div {
    width: 90%;
    height: 16rem;
    line-height: 16rem;
    margin: 1rem auto;
    overflow: hidden;
}

.new ul li a div img {
    display: inline-block;
    max-width: 100%;
    max-height: 13rem;
    vertical-align: middle;
    transition: transform 300ms;
}
.new ul li a:hover div img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.new ul li a p {
    color: #666;
    font-size: 1rem;
    line-height: 2rem;
    padding-bottom: 1rem;
}

.new .more {
    padding: 0 5%;
    text-align: right;
}

.new .more a {
    display: inline-block;
    height: 3rem;
}

.new .more a img {
    height: 100%;
}

.footTop {
    padding: 2rem;
    margin-top: 2rem;
    overflow: hidden;
    background-color: #666;
}

.footTop .icon-home {
    float: left;
    width: 15%;
}

.footTop .icon-home img {
    width: 100%;
}

.footTop dl {
    float: left;
    margin-left: 3.5rem;
}

.footTop dl dt {
    color: #61a1fd;
    font-family: Georgia;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2.4rem;
}

.footTop dl dd a {
    display: block;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.2rem;
}

.footTop dl dd p {
    color: #fff;
    font-size: 1rem;
    line-height: 2rem;
}

.footTop dl dd p b {
    font-size: 150%;
}

.footTop dl dd div {
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.footTop dl dd div input {
    float: left;
    width: 15rem;
    height: 2rem;
    padding: 0.5rem 1rem;
    color: #fff;
    font-size: 0.8rem;
    border: 1px solid #fff;
    background-color: transparent;
}

.footTop dl dd div button {
    float: left;
    height: 2rem;
    padding: 0 1rem;
    color: #555;
    font-size: 1rem;
    font-weight: bold;
    line-height: 2rem;
    cursor: pointer;
}

.footBtm {
    padding: 1rem 0;
    text-align: center;
}

.footBtm li {
    display: inline-block;
    height: 1.5rem;
    line-height: 1.5rem;
    margin: 0 0.5rem;
}

.footBtm li img {
    max-height: 1.5rem;
    vertical-align: middle;
}

.footBtm p {
    color: #333;
    font-size: 0.6rem;
    line-height: 1rem;
    margin-top: 1rem;
}
