@charset "GB2312";
@font-face {
    font-family: vivosans;
    src: url(vivoSans.ttf)
}
/* layout */
html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
    margin: 0;
    padding: 0;
    touch-action: manipulation;
}
html, body, img, iframe, abbr {
    border: 0;
}
li {
    list-style: none;
}
h1, h2, h3, h4, h5, h6, b {
    font-weight: normal;
    display: block;
}
a, a:hover {
    text-decoration: none;
}
a {
    color: #000;
}
a:hover {
    color: #999;
}
body, textarea, input, button, select {
    font-family: PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
}
#loading {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    padding: 8px;
    z-index: 10001;
    font-size: 14px;
    color: #333;
}
.basic{background: #000;height: 100%;display: none;position: fixed;z-index: 99;width: 100%;}


.seolink {
    position: absolute;
    left: -9999px;
    top: -9999px;
}
/* 旋转动画 */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* 应用旋转动画 */
.spinner {
    border: 4px solid rgba(255, 255, 255, 0.4);
    border-top-color: #666; /* 旋转部分的颜色 */
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 1s linear infinite;
}
.clr {
    clear: both;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    *zoom: 1;
}
.showss {
    position: fixed;
    bottom: 0;
    background: url(../img/11ba.jpg) center center;
    display: block;
    background-size: 250%;
    display: block;
    width: 100%;
    height: 56px;
}
.loader {
    position: fixed;
    left: 49%;
    top: 50%;
    margin: -0.2em 0 0 -0.2em;
    text-indent: -9999em;
    border-top: 0.3em solid rgba(0, 0, 0, 0.1);
    border-right: 0.3em solid rgba(0, 0, 0, 0.1);
    border-bottom: 0.3em solid rgba(0, 0, 0, 0.1);
    border-left: 0.3em solid #555;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-animation: loader 300ms infinite linear;
    -webkit-animation: loader 300ms infinite linear;
    animation: loader 300ms infinite linear;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.loader, .loader:after {
    border-radius: 50%;
    width: 2em;
    height: 2em;
}
.curtain {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    z-index: -1;
    overflow: hidden;
}
@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes loader {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.is-loading {
    overflow: hidden;
}
.is-loading .curtain {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    z-index: 99;
}
.is-loading .loader {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
.solid {
  height: 65px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 999;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 1px solid #eee;
}
.solid h1 {
  position: absolute;
  left: 22px;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.solid h1 img {
  width: 142px;
}

.solid .nav-btn {
  width: 30px;
  height: 25px;
  margin: 0 0 0 15px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.solid .nav-btn .bar {
  position: relative;
  display: block;
  width: 28px;
  height: 3px;
  margin: 7px auto;
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-wrap .nav-btn {
  width: 30px;
  height: 25px;
  margin: 0 0 0 15px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.solid .nav-btn .bar {
  position: relative;
  display: block;
  width: 28px;
  height: 3px;
  margin: 7px auto;
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.solid .nav-btn span:nth-child(1) {
  margin-top: 0;
}
.solid .nav-btn span:nth-child(3) {
  margin-bottom: 0;
}
.solid .nav-btn.cur .bar:nth-of-type(1) {
  -webkit-transform: translateY(9.5px) rotate(-45deg);
  -ms-transform: translateY(9.5px) rotate(-45deg);
  transform: translateY(9.5px) rotate(-45deg);
}
.solid .nav-btn.cur .bar:nth-of-type(2) {
  opacity: 0;
}
.solid .nav-btn.cur .bar:nth-of-type(3) {
  -webkit-transform: translateY(-10.5px) rotate(45deg);
  -ms-transform: translateY(-10.5px) rotate(45deg);
  transform: translateY(-10.5px) rotate(45deg);
}

.shopcart {
  margin: 9px 66px 17px 0px;
  z-index: 1000;
  position: fixed;
  right: 0;
}
.shopcart ul {
  width: 100%;
  left: 0;
  top: 66px;
  z-index: 92;
  display: none;
  position: fixed;
  text-align: center;
}
.shopcart li {
  height: 55px;
  line-height: 55px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
  background-color: #fff;
}
.shopcart li a {
  display: block;
  padding: 0 20px;
}
.shopcart-icon img {
	width:31px;
}

.fedcon {
  margin: 16px 56px 17px 0px;
  z-index: 101;
  position: fixed;
  right: 48px;
}


.reset img {width: 16px;margin: 9px 0 0 0;}
.reset:hover img {filter: drop-shadow(#fff 8800px 0);}

	.fedcon-icon {width:28px; height:28px; border:2px solid #000; border-radius:46px; position:relative; background:none; display:block; text-indent:-9999px;}
	.fedcon-icon:before {content:""; display:block;transform: rotate(60deg); position:absolute; height:2px; width:15px; background:#000; top:14px;border-radius:5px; left:3px;}
	.fedcon-icon:after {content:""; display:block;transform: rotate(-60deg); position:absolute; height:2px; width:15px; background:#000; top:14px;border-radius:5px; right:3px;}

.commonweb {
  background: #fff;
}
.commonweb nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 899;
  display: none;
	height: 100%;
	background:#fff;
	overflow-y:scroll;
}
.commonweb nav ul { padding:65px 0 0 0;}

.commonweb nav li {
  border-bottom: 1px solid #e6e6e6;  background-color: #fff;

}
.commonweb nav li .nav-thumb {
  display: none;
  background-color: #fff;
  padding-bottom: 4em;
}
.commonweb nav li .nav-thumb .nav-thumb-img {
  display: block;
  position: relative;
  z-index: 1;
}
.commonweb nav li .nav-thumb img {
  max-width: 56%;
  max-height: 100%;
  margin: 0 auto;
  transition: transform 0.6s;
}
.commonweb nav li .nav-thumb .nav-thumb-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.commonweb nav li > a {
  display: block;
  padding-left: 20px;
  font-size: 1.2em;
}
.commonweb .cone {
  padding: 18px;
  background: #fff;
}

.commonweb nav li .nav-thumb img:hover,
.commonweb nav li .nav-thumb img:active {
  transform: scale3d(1.1, 1.1, 1);
}
.nav-subnav a {
  display: block;
  padding: 6px 0 6px 2em;
}

.col-xs-6 {
	width: 49.4%;
	display: inline-block;
	padding:10px 0 10px 0;
	text-align: center;
}

.mnav { display:none;}
#usarex .cont {
    padding: 48px;
}
#usarex .cont p {
    text-indent: 2em;
    padding: 0 0 16px 0;
    line-height: 24px;
    color: #666;
    text-align: justify;
}
#usarex .cont p strong {
    text-decoration: underline
}
#usarex .cont h1 {
    text-align: center;
    padding: 18px 0;
}
#usarex .cont img {
    width: 88%;
}
#usarex .cont ul .us {
    font-weight: bold;
    padding: 0 0 12px 0;
    text-align: center;
}
#usarex .cont ul .text {
    padding: 0 0 0 34px;
}
#usarex .cont ul .wechat {
    padding: 28px 48px 12px 48px;
}
#usarex .cont ul .wechat img {
    width: 100%;
    border-radius: 12px;
    padding: 0;
}
.nav-description {
    display: block;
    background: #333;
    border-radius: 33px;
    color: #fff;
    visibility: hidden; /* 默认不可见 */
    opacity: 0;
    transition: visibility 0.5s, opacity 0.3s ease;
    pointer-events: none; /* 防止伪元素影响链接的点击事件 */
    z-index: 1000; /* 确保描述层在最上层 */
    position: absolute;
    top: 58px;
    left: 50%;
    width: 54%;
    transform: translateX(-50%);
    font-size: 12px;
    padding: 0 2px;
}
.nav-description.visibletag {
    visibility: visible;
    opacity: 1;
}
.activebg {
    color: #4e6ef2;
    padding: 0 8px 16px 8px;
}
.bgheadr {}
.allpro {
    width: 26px;
    fill: currentColor; /* 使用当前文本颜色 */
    stroke: currentColor; /* 使用当前文本颜色 */
    stroke-width: 1; /* 线条宽度 */
    height: 26px;
}
.home {
    width: 16px;
}
.knows {
    width: 20px;
}
.adds {
    width: 14px;
    margin: -3px 0;
}
.backs {
    width: 14px;
    margin: -3px 0;
}
.showdeal {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
}
footer {
  background: #fff;
  padding: 8px 48px 48px 48px;
}

.footer-bot .footer-nav ul li {padding: 18px; border-bottom: 1px solid #eee;}
.footer-bot .footer-nav  a{ font-size:1.2em; width:100%; display: block; }
.footer-bot .footer-nav  a i { font-style: normal; float: right;}
.footer-bot .footer-nav .footer-subnav { display: none;}
.footer-bot .footer-nav .footer-subnav a{ display: block; padding: 8px; font-size: 1em; }
.flogo {
  padding: 28px 0 0 10px;
}
.flogo i {
  font-style: normal;
  font-size: 24px;
  display: block;
  background: url("../img/tel.svg") no-repeat;
  padding: 4px 0 0 34px;
  float: left;
  margin: 22px 0 0 12px;
}
.flogo .fimg {
  height: 46px;
  float: left;
}
.flogo .copy {
  padding: 12px 0 0 0;
}
.contactus {}

.mnav {
    display: block;
    text-align: left;
    padding: 8px 0 8px 28px;
}
.mnav a {
    color: #333;
    display: inline-block;
    padding: 0 4px 0 0;
}
.listfaq .news {
    padding: 0 0 18px 0;
}
.thenew {
    padding: 22px 0 0 0;
}
.thenew .news a {
    transition: all 0.26s ease-in-out;
    -moz-transition: all 0.26s ease-in-out;
    -webkit-transition: all 0.26s ease-in-out;
    -o-transition: all 0.26s ease-in-out;
}
.thenew .news .newspage {
    text-align: center;
}
.thenew .news .newspage a {
    padding: 10px 30px 10px 30px;
    display: inline-block;
    background: #fff;
    font-size: 28px;
    margin: 10px;
    border-radius: 18px;
}
.thenew .news .newspage a:hover {
    background: #000;
    color: #fff;
}
.listfaq .news .newspage {
    text-align: center;
}
.listfaq .news .newspage a {
    padding: 10px 30px 10px 30px;
    display: inline-block;
    background: #fff;
    font-size: 28px;
    margin: 10px;
    border-radius: 18px;
}
.listfaq .news .newspage a:hover {
    background: #000;
    color: #fff;
}
.thenew .news {
    padding: 48px 0 66px 0;
}
.listfaq .news .newsbtn {
    padding: 118px 4% 0 4%;
    border: 0;
}
.thenew .news .newsbtn {
    padding: 0 20px 0 20px;
    border: 0;
}
.thenew .news .newsbtn a {
    display: block;
    background: #fff;
    margin: 8px;
    padding: 6px 18px 6px 18px;
    font-size: 14px;
    border-radius: 40px;
    width: inherit;
    fill: #000;
    stroke: #000;
    stroke-width: 4px;
}
.thenew .news .newsbtn a:hover {
    background: #000;
    color: #fff;
    fill: #fff;
    stroke: #fff;
}
.thenew .news .newsbtn .active {
    background: #000;
    color: #FFFFFF;
}
.thenew .news .newsbtn ul {
    white-space: nowrap;
    display: flex;
    overflow-x: hidden;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.thenew .news .newsbtn ul::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
.thenew .news .newsbtn li {
    float: left;
}
.main-categories {
    border-bottom: 1px solid #f3f3f3;
    margin: 0 0 8px 0;
    padding: 0 0 8px 0;
}
.listfaq .news .newsbtn a {
    display: block;
    float: left;
    text-align: center;
    background: #fff;
    margin: 1%;
    line-height: 34px;
    height: 34px;
    padding: 6px 0 6px 0;
    border-radius: 40px;
    width: 31.3%;
}
.listfaq .news .newsbtn a:hover {
    background: #000;
    color: #fff;
}
.listfaq .news .newsbtn .active {
    background: #000;
    color: #FFFFFF;
}
.listfaq .news .newslist {
    padding: 0 4% 0 4%;
}
.thenew .news .newslist {
    padding: 4% 2% 2% 0;
}
.thenew .news .newslist img {
    width: 100%;
    transition: transform 0.6s;
}
.thenew .news .newslist a {
    margin: 0 0 2% 2%;
}
.thenew .news .newslist a:hover {
    color: #fff;
    background: #000;
    -webkit-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 26px 26px rgba(0, 0, 0, 0.15);
}
.thenew .news .newslist a:hover .newscl {
    color: #000;
    background: #fff;
    border-radius: 20px;
    display: inline-block;
}
.thenew .news .newslist a:hover img {
    transform: scale(1.1);
}
.thenew .news .newslist a, span {
    display: block;
}
.thenew .news .newslist .listbox {
    width: 100%;
    background: #fff;
    cursor: pointer;
}
.thenew .news .newslist .listbox .imgov {
    overflow: hidden;
    margin: 0 0 12px 0;
}
.thenew .news .newslist .listboxpro:hover {
    color: #000;
    background: #fff;
    -webkit-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 26px 26px rgba(0, 0, 0, 0.15);
}
.thenew .news .newslist .listboxpro:hover img {
    transform: scale(0.9);
}
.thenew .news .newslist .listboxpro {
    width: 48%;
    background: #fff;
    cursor: pointer;
    border-radius: 28px;
    float: left;
    padding: 0 0 8px 0;
    position: relative;
    z-index: 1;
}
.thenew .news .newslist .listboxpro .imgov {
    overflow: hidden;
    padding: 18px 18px 0 18px;
}
.listfaq .news .newslist .listbox {
    padding: 6% 8%;
    background: #fff;
    cursor: pointer;
    font-size: 18px;
    border-radius: 28px;
}
.listfaq .news .newslist .listbox .imgov {
    overflow: hidden;
    margin: 0 0 28px 0;
}
.listfaq .news .newslist .listbox:hover {
    color: #000;
    background: #fff;
    -webkit-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 26px 26px rgba(0, 0, 0, 0.15);
}
.listfaq .news .newslist a {
    margin: 4% 0 2% 0;
}
.listfaq .news .newslist a:hover {
    color: #fff;
    background: #000;
    -webkit-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 26px 26px rgba(0, 0, 0, 0.15);
}
.listfaq .news .newslist a:hover .newscl {
    color: #000;
    background: #fff;
    border-radius: 20px;
    display: inline-block;
}
.listfaq .news .newslist a:hover img {
    transform: scale(1.1);
}
.listfaq .news .newslist a, span {
    display: block;
}
.thenew .news .newslist .newscl {
    padding: 4px;
    text-align: center;
    font-size: 12px;
    color: #000;
    width: 54px;
    border-radius: 22px;
    margin: 0 0 0 6px;
    display: none;
    font-style: normal;
    position: absolute;
    top: 18px;
    left: 18px;
}
.thenew .news .newslist .time i {
    font-style: normal;
    float: left;
}
.thenew .news .newslist .time {
    font-size: 32px;
    padding: 0 0 0 30px;
}
.thenew .news .newslist .tis {
    padding: 0 18px 4px 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    position: relative;
}
.thenew .news .newslist .tis::after {
    content: '.....'; /* 自定义的省略符号 */
    position: absolute;
    right: 0;
    color: #fff;
    top: 0;
    background: #fff;
    padding: 1px 0 0 0;
    z-index: 1;
}
.thenew .news .newslist .newcons {
    padding: 0 18px 8px 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.thenew .news .newslist .more {
    font-size: 14px;
    margin: 0 0 20px 30px;
    padding: 4px 0 20px 0;
}
.thenew .news .newslist .listboxpro .newcons {
    color: #999;
}
.serfrom {
    padding: 58px 0 0 0;
    position: fixed;
    left: 5%;
    width: 90%;
    z-index: 8;
}
#searchForm {
    position: relative;
    margin: 2px 0 3px 0;
}
.caseshowserach {
    padding: 0 20px 0 20px
}
.caseso {
    -webkit-appearance: none;
    height: 32px;
    width: 68px;
    border: 0;
    position: absolute;
    top: 5px;
    right: 4px;
    background-color: #4e6ef2;
    color: #fff;
    border-radius: 30px;
}
.searip {
    width: 95%;
    color: #aaa;
    background-color: #f3f3f3;
    border-radius: 33px;
    padding: 10px 0 10px 5%;
    border: 1px solid #eee;
}
.sear {
    cursor: pointer;
    height: 32px;
    width: 68px;
    border: 0;
    position: absolute;
    top: 63px;
    right: 4px;
    background-color: #4e6ef2;
    color: #fff;
    border-radius: 30px;
    -webkit-appearance: none;
}
.seariput {
    width: 95%;
    color: #aaa;
    background-color: #fff;
    border-radius: 33px;
    padding: 10px 0 10px 5%;
    border: 1px solid #4e6ef2;
}
.listfaq .news a {
    transition: all 0.26s ease-in-out;
    -moz-transition: all 0.26s ease-in-out;
    -webkit-transition: all 0.26s ease-in-out;
    -o-transition: all 0.26s ease-in-out;
}
.mdw {
    display: block;
    background: #00950e;
    padding: 12px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    margin: 10px 0 0 0;
}
.down {
    padding: 10px;
}
.down h1 {
    font-weight: bold;
    padding: 80px 18px 18px 18px;
    font-size: 22px;
}
.down p {
    color: #666;
}
.down b {
    display: inline-block;
}
@media (max-width: 530px) {}
@media (min-width: 546px) {}
@media (min-width: 640px) {
    .thenew {
        padding: 4% 0 0 0;
    }
    .thenew .news .newslist {
        padding: 4% 0 4% 4%;
    }
    .thenew .news .newslist a {
        float: left;
        margin: 2% 4% 2% 0%;
    }
    .thenew .news .newslist a:hover {
        color: #fff;
        background: #000;
        -webkit-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 26px 26px rgba(0, 0, 0, 0.15);
    }
    .thenew .news .newslist a:hover .newscl {
        color: #000;
        background: #fff;
        border-radius: 20px;
    }
    .thenew .news .newslist a, span {
        display: block;
    }
    .thenew .news .newslist .listbox {
        width: 46%;
        background: #fff;
    }
    .thenew .news .newslist .listbox .imgov {
        overflow: hidden;
        margin: 0 0 22px 0;
    }
    .thenew .news .newslist .listboxpro {
        width: 46%;
    }
    .thenew .news .newslist .listboxpro {
        width: 46%;
    }
    .thenew .news .newslist .listboxpro .newcons {
        padding: 0 30px 10px 30px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .thenew .news .newslist .time i {
        font-style: normal;
        float: left;
    }
    .thenew .news .newslist .time {
        font-size: 32px;
        padding: 0 0 0 30px;
    }
    .thenew .news .newslist .tis {
        font-size: 20px;
        padding: 0 30px 8px 30px;
    }
    .thenew .news .newslist .newcons {
        font-size: 14px;
        padding: 4px 30px 22px 30px;
    }
    .thenew .news .newslist .more {
        font-size: 14px;
        margin: 0 0 20px 30px;
        padding: 4px 0 4px 0;
    }
    .logo {
        padding: 16px 0 0 0;
        width: 20%;
    }
}
@media (min-width: 735px) {
    .showss {
        width: 100%;
        height: 99px;
        background-size: inherit;
    }
    .listfaq .news .newslist .listbox {
        padding: 4%;
        background: #fff;
        cursor: pointer;
        font-size: 20px;
        border-radius: 28px;
    }
}
@media (min-width: 1025px) {
    .logo {
        float: left;
        padding: 12px 0 0 0;
        width: auto;
    }
    .logo h1 {}
    .logo h1 img {
        width: 142px;
    }
    .nav {
        float: right;
        width: auto;
    }
    .nav nav ul {
        margin: 0 0 0 0;
    }
    .nav nav li {
        float: left;
    }
    .nav nav li a {
        display: block;
        height: 44px;
        width: 128px;
        text-align: center;
        padding: 18px 0 0 0;
        border-radius: 18px;
        transition: background 0.5s ease, color 0.5s ease;
        position: relative;
    }
    .nav nav li a:hover {
        color: #4e6ef2;
    }
    .caseshowserach {
        padding: 0;
    }
    .caseso {
        -webkit-appearance: none;
        cursor: pointer;
        height: 42px;
        width: 98px;
        position: absolute;
        top: 4px;
        right: 3px;
        font-size: 16px;
        color: #fff;
        border-radius: 33px;
    }
    .searip {
        width: 98%;
        padding: 0 0 0 2%;
        height: 48px;
    }
    .sear {
        -webkit-appearance: none;
        height: 42px;
        width: 98px;
        position: absolute;
        top: 6.5px;
        right: 5px;
        font-size: 16px;
    }
    .serfrom {
        width: 960px;
        margin: 0 auto 0;
        position: relative;
        left: 0;
        padding: 0 0 0 0;
    }
    .seariput {
        width: 98%;
        font-size: 18px;
        padding: 0 0 0 2%;
        height: 53px;
    }
    .mdw {
        display: block;
        position: absolute;
        right: 3%;
        top: 30%;
        background: #00950e;
        width: 128px;
        padding: 12px;
        color: #fff;
        font-size: 20px;
        text-align: center;
        -moz-border-radius: 14px;
        -webkit-border-radius: 14px;
        border-radius: 14px;
    }
    .down {
        width: 1000px;
        margin: 0 auto;
    }
    .down h1 {
        font-weight: bold;
        padding: 140px 0 20px 0;
    }
    .down p {
        color: #666;
    }
    .down b {
        display: inline-block;
    }
    .col-lg-2 {
        width: 18%;
    }
    .thenew {
        padding: 100px 0 0 0;
    }
    .thenew .news {
        width: 1000px;
        margin: 0 auto;
        padding: 26px 0 66px 0;
    }
    .thenew .news .newslist .listboxpro .newcons {
        font-size: 14px;
        padding: 0 30px 30px 30px;
        white-space: normal;
    }
    .thenew .news .newslist .tis {
        font-size: 20px;
        padding: 0 30px 4px 30px;
        max-width: 16ch;
    }
    .thenew .news .newslist .tis::after {
        content: ''; /* 自定义的省略符号 */
        position: static;
        right: 0;
        color: #fff;
        top: 0;
    }
    .solid {
        height: 80px;
        background: #fff;
        border-bottom: 1px solid #eee;
    }
    .solid h1 {
        left: 28px;
    }
    .solid h1 img {
        width: 188px;
        height: 42px;
    }
    .solid .nav-btn {
        display: none !important;
    }
    .mnav {
        display: block;
        font-size: 12px;
        text-align: right;
        position: fixed;
        top: 80px;
        color: #fff;
        width: 100%;
        box-sizing: border-box;
        padding: 0 22px 0 0;
        z-index: 9;
        color: #333;
        background-color: rgba(255, 255, 255, 0.8);
    }
    .mnav a {
        color: #333;
        display: inline-block;
        padding: 8px;
    }
    .shopcart {
        padding: 16px 26px 31px 18px;
        margin: 0;
    }
    .shopcart ul {
        top: 81px;
    }
    .commonweb {
        top: 0;
        position: fixed;
        z-index: 999;
        right: 68px;
    }
    .nav-subnav a:after {
        display: none !important;
    }
    .commonweb nav ul {
        height: 80px;
        overflow: hidden;
    }
    .commonweb nav li .nav-subnav {
        width: 100%;
        position: absolute;
        left: 0;
        top: 80px;
        z-index: 100;
        background-color: #fff;
        padding-bottom: 0;
        display: none;
    }
    .commonweb nav li .nav-subnav a {
        padding: 10px;
        text-align: center;
        display: block;
        height: auto;
        line-height: normal;
    }
    .commonweb .cone {
        padding: 26px 28px 31px 28px;
    }
    .commonweb nav {
        display: block;
        position: static;
        overflow: hidden;
    }
    .commonweb nav ul {
        padding: 0;
    }
    .commonweb nav li .nav-thumb img {
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
    }
    .commonweb nav li {
        display: inline-block;
        border-bottom: none;
    }
    .commonweb nav li a {
        position: relative;
        padding: 8px;
        transition: all 0.26s ease-in-out;
        -moz-transition: all 0.26s ease-in-out; /*Firefox 4 */
        -webkit-transition: all 0.26s ease-in-out; /* Safari&Chrome */
        -o-transition: all 0.26s ease-in-out; /* Opera */
    }
    .commonweb nav li a:hover {
        color: #999;
    }
    .commonweb nav li a:hover:after {
        opacity: 1;
    }
    .commonweb nav li .nav-thumb {
        width: 100%;
        background-color: #fff;
        position: fixed;
        left: 50%;
        top: 81px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        padding-bottom: 1em;
    }
    .commonweb nav li .nav-thumb .nav-thumb-text {}
    .commonweb nav li .nav-thumb-wrap {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 16px;
        font-size: 0;
    }
    .commonweb nav li .nav-thumb-wrap a {
        float: none;
        height: auto;
        display: inline-block;
        font-size: 14px;
    }
    .commonweb nav li .nav-thumb-wrap a:after {
        display: none;
    }
    .commonweb nav li:last-child {
        position: relative;
    }

  footer {
    padding: 60px;
  }
	
	.footer-bot {float: right;}
.footer-bot .footer-nav ul li {padding: 0 0 0 68px; border: 0; float: left;}
.footer-bot .footer-nav ul li a{ font-size:1.2em;font-weight: bold;width:100%; display: block; padding: 0 0 8px 0;     transition: all 0.26s ease-in-out;
    -moz-transition: all 0.26s ease-in-out; /*Firefox 4 */
    -webkit-transition: all 0.26s ease-in-out; /* Safari&Chrome */
    -o-transition: all 0.26s ease-in-out; /* Opera */}
	.footer-bot .footer-nav ul li a:hover{ color:#000;}
.footer-bot .footer-nav  a i { display: none;}
.footer-bot .footer-nav .footer-subnav { display: block; }
.footer-bot .footer-nav .footer-subnav a{ display: block; padding: 6px 0 6px 0; font-size: 1em; font-weight:normal; color:#666;}
.flogo {
  padding: 0; float: left;
}
	
	
}
@media (min-width: 1026px) {
	.footer-bot .footer-nav ul li{padding: 0 0 0 48px;}
	
	
    .listfaq .news {
        width: 1000px;
        margin: 0 auto;
        padding: 46px 0 18px 0;
    }
    .listfaq .news .newsbtn {
        padding: 0 10px 0 10px;
        border: 0;
    }
    .listfaq .news .newsbtn a {
        display: block;
        float: left;
        text-align: center;
        background: #fff;
        margin: 0 12px 0 12px;
        font-size: 16px;
        border-radius: 40px;
        width: 108px;
    }
    .thenew .news .newslist {
        padding: 28px 0 48px 0;
    }
    .listfaq .news .newslist {
        padding: 20px 0 0 0;
    }
    .thenew .news .newslist a {
        float: left;
        margin: 18px;
    }
    .thenew .news .newslist a:hover {
        color: #fff;
        background: #000;
        -webkit-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 26px 26px rgba(0, 0, 0, 0.15);
    }
    .thenew .news .newslist a:hover .newscl {
        color: #000;
        background: #fff;
        border-radius: 20px;
    }
    .thenew .news .newslist a, span {
        display: block;
    }
    .thenew .news .newslist .listbox {
        width: 297px;
        background: #fff;
    }
    .thenew .news .newslist .listbox .imgov {
        overflow: hidden;
        height: 223px;
        margin: 0 0 22px 0;
    }
    .thenew .news .newslist .listboxpro {
        width: 297px;
    }
    .thenew .news .newslist .listboxpro .imgov {
        overflow: hidden;
        height: 223px;
    }
    .thenew .news .newslist .time i {
        font-style: normal;
        float: left;
    }
    .thenew .news .newslist .time {
        font-size: 32px;
        padding: 0 0 0 30px;
    }
    .thenew .news .newslist .more {
        font-size: 14px;
        margin: 0 0 20px 30px;
        padding: 4px 0 4px 0;
    }
    .listfaq .news .newslist a {
        margin: 2%;
    }
    .listfaq .news .newslist a:hover {
        color: #fff;
        background: #000;
        -webkit-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 26px 26px rgba(0, 0, 0, 0.15);
    }
    .listfaq .news .newslist a:hover .newscl {
        color: #000;
        background: #fff;
        border-radius: 20px;
    }
    .listfaq .news .newslist a, span {
        display: block;
    }
}
@media (min-width: 1027px) {}
@media (min-width: 1168px) {
	
	.footer-bot .footer-nav ul li{padding: 0 0 0 88px;}	
    .thenew .news {
        width: 1168px;
        margin: 0 auto;
    }
    .thenew .news .newslist .tis {
        max-width: 20.8ch;
    }
    .thenew .news .newslist .listbox {
        width: 353px;
    }
    .thenew .news .newslist .listbox .imgov {
        height: 264px;
        margin: 0 0 22px 0;
    }
    .thenew .news .newslist .listboxpro {
        width: 353px;
    }
    .thenew .news .newslist .listboxpro .imgov {
        height: 264px;
    }
    .thenew .news .newslist .more {
        font-size: 14px;
        margin: 0 0 30px 30px;
        padding: 4px 0 4px 0;
    }
    .listfaq .news {
        width: 1168px;
        margin: 0 auto;
    }
    .serfrom {
        width: 1128px;
        left: 0;
        padding: 0 0 0 0;
        margin: 0 auto 0;
        position: relative;
    }
}