body,
div,
ul,
li,
h1,
form,
input,
button,
textarea,
p,
a {
    margin: 0;
    padding: 0;
    outline: 0
}

ul,
li {
    list-style: none;
    box-sizing: border-box;
    overflow: hidden;
}
div {
    box-sizing: border-box;
}
img {
    border: 0
}

a {
    text-decoration: none;
    color: #333;
    cursor: pointer
}

a:hover {
    text-decoration: none;
    color: #006DB2
}

i {
    font-style: normal;
}

body,
button,
input,
select,
textarea {
    font-family: "Microsoft Yahei", Tahoma, Verdana, Arial;
    color: #333333;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background: #f9f9f9;
}
.clear-float::after{
    content: '';
    display: block;
    clear: both;
}
.animate-delay-06 {
    --animate-delay: 0.6s;
}
.animate-delay-12 {
    --animate-delay: 1.2s;
}
.animate-delay-18 {
    --animate-delay: 1.8s;
}
.animate-delay-20 {
    --animate-delay: 2s;
}
.animate-delay-22 {
    --animate-delay: 2.2s;
}
.animate-delay-24 {
    --animate-delay: 2.4s;
}
.animate-delay-26 {
    --animate-delay: 2.6s;
}
.animate-delay-28 {
    --animate-delay: 2.8s;
}
.animate-delay-30 {
    --animate-delay: 3s;
}
.animate-delay-32 {
    --animate-delay: 3.2s;
}
.m {
    width: 1200px;
    overflow: hidden;
    margin: auto;
}
.main {
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.h70 {
    height: 70px;
}
.h90 {
    height: 90px;
}
.section {
    text-align: center;
    overflow: hidden;
    position: relative;
}
.header{
    height:90px;
    width:100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.logo{
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height:90px;
    line-height: 0px;
    overflow: hidden;
    margin-left:50px;
    z-index:9;
    float: left;
}
.logo img {
    margin-top: 30px;
}
.ove {
    opacity: 0;
}
.header .navs{
    width:100%;
    height:90px;
}
.navs>ul{
    display: inline-block;
    height:90px;
    width:100%;
    text-align: center;
}
.navs>ul>li{
    display: inline-block;
    height:90px;
    line-height: 90px;
    color: #333;
    margin-left: 25px;
    margin-right: 25px;
    transition: color 0.5s;
    font-size: 18px;
    letter-spacing: 2px;
}

.navs>ul>li.active {
    border-bottom: #006DB2 2px solid;
}
.navs>ul>li:hover  {
    border-bottom: #006DB2 2px solid;
}
.navs:hover ul>li.active {
    border-bottom: #006DB2 2px solid;
}
.navs a{
    display: block;
    color: #333;
}
.header:hover .navs a ,.header:hover .navs>ul>li {
    color: #333;
    cursor: pointer;
}
.navs .menu-container{
    position: relative;
    overflow: hidden;
    left:0;
    top: -4px;
    width:100%;
    height:0px;
}
.navs .menu-container.open{
    height:260px;

}
.navs .menu-bg{
    position: absolute;
    width:100%;
    height:260px;
    left:0;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -ms-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
    background: rgba(255,255,255,0.9);
}
.navs .menu-bg.open{
    top:0;
}
.navs .menu{
    width:1200px;
    height:260px;
    position: relative;
    overflow: hidden;
    margin:0 auto;
}
.navs .menu .scroll{
    width:auto;
    height:260px;
    position: absolute;
    left:0;
    top:0;
}
.navs .menu .scroll .plate{
    width:1200px;
    height:260px;
    text-align: center;
}
.navs .menu .scroll .plate .linker{
    display: inline-block;
    margin:40px 5px 20px 5px;
    position: relative;
}
.navs .menu .scroll .plate .linker img{
    height:150px;
    transition: 0.6s all;
}
.navs .menu .scroll .plate .linker:hover img {
    transform: scale(1.1);
}
.navs .menu .scroll .plate .linker p{
    width:100%;
    color: #666;
    font-size:16px;
    margin-top: 10px;
}

.hasmenu {
    background: url(icon-arrow-down-on.png) right center no-repeat;
    background-size: auto 4px;
    padding-right: 12px;
}
.topstore {
    right: 0;
    top: 0;
    position: absolute;
    width: 130px;
    height: 90px;
    float: left;
}
.topstore a li {
    float: left;
    height: 36px;
    width: 36px;
    list-style: none;
    margin-top: 27px;
}
.topstore a:nth-child(1) li {
    background: url(icon-tmall-on.png) center no-repeat;
    background-size: 100%;
}
.topstore a:nth-child(2) li {
    background: url(icon-jd-on.png) center no-repeat;
    background-size: 100%;
    margin-left: 20px;
}
.footer {
    background-color: #f6f6f6;
    width: 100%;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
}
.fml {
    width: calc(100% - 300px);
}
.fml ul {
    float: left;
    width: calc((100% - 120px) / 7);
    margin-left: 20px;
    overflow: hidden;

}
.fml ul:nth-child(1) {
    margin-left: 0px;
}
.fml ul li {
    height: 28px;
    line-height: 28px;
    font-weight: 200;
    text-align: left;
    font-weight: 12px;
}
.fml ul li:nth-child(1) {
    font-size: 18px;
    margin-bottom: 15px;
}
.fmr {
    width: 300px;
}
.fmr li:nth-child(1) {
    font-size: 18px;
    font-weight: 200;
    text-align: left;
}
.fmr li:nth-child(2) {
    font-size: 32px;
    font-weight: 200;
    text-align: left;
    margin-top: 10px;
}
.fmr li:nth-child(3) {
    width: 120px;
    height: 36px;
    line-height: 36px;
    background:url(icon_shop.png) 10px center no-repeat #006DB2;
    background-size: auto 16px;
    color: #fff;
    margin-top: 15px;
    font-size: 16px;
    padding-left: 35px;
    text-align: left;
    border-radius: 5px;
    font-weight: 200;
}
.fmr li:nth-child(3) a {
    color: #fff;
}
.fmr li:nth-child(3):hover {
    background-color: #1d5499;
}
.copy {
    width: 100%;
    background-color: #f3f3f3;
    height: 60px;
    overflow: hidden;
    line-height: 60px;
    color: #999;
    font-size: 16px;
    font-weight: 200;
    padding-left: 50px;
    padding-right: 50px;
}
.copy a {
    color: #999;
}
.fsm {
    color: #999;
    font-size: 14px;
}
.yqlist {
    height: 32px;
    line-height: 32px;
	overflow: hidden;
    margin-top: 14px;
}
.yqlist ul li {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-align: left;
}
.yqlist ul li a {
    color: #999;
}
/* 前端分页 */
#page{margin:30px 0;font-size:13px;height:30px;line-height:30px;text-align:center;margin-bottom: 80px;}
#page .pageinfo {color:#666;padding:6px 8px;border:1px solid #ddd}
#page .pageinfo strong{font-weight:normal}
#page  a{border:1px solid #ddd;background:#fff;color:#808080;padding:6px 11px;margin-left:5px;border-radius:2px;transition:all 0.2s}
#page  a:hover,#page .curpage{background:#006DB2;color:#fff;text-decoration:none;border:1px solid #2196f3;}
#page .nopage{cursor:not-allowed;}
#page .nopage:hover{background:#fff;color:#808080;border:1px solid #ddd;}