@charset "utf-8";

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    padding: 0;
    margin: 0
}

.apply_dialog .isnotNeed,
.clear:after {
    visibility: hidden
}

@font-face {
    font-family: din;
    src: url(/guanwang_second/front/fonts/DINCond-Bold.eot?#iefix) format('embedded-opentype'), url(/guanwang_second/front/fonts/DINCond-Bold.eot), url(/guanwang_second/front/fonts/DINCond-Bold.woff) format('woff'), url(/guanwang_second/front/fonts/DINCond-Bold.ttf) format('truetype'), url(/guanwang_second/front/fonts/DINCond-Bold.svg#ekcososregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.digit {
    font-family: din, 'Microsoft YaHei'
}

a,
body,
button,
html,
input,
select,
textarea {
    font-family: 'PingFang SC', Helvetica, 'Microsoft YaHei'
}

body,
html {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500
}

body,
button,
input,
select,
textarea {
    color: #666;
    font-weight: 500
}

address,
cite,
dfn,
em,
var {
    font-style: normal
}

dl,
ol,
ul {
    list-style: none
}

a {
    text-decoration: none;
    outline: 0;
    cursor: pointer
}

img {
    border: 0
}

button,
input,
select,
textarea {
    outline: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    font-family: 'PingFang SC', Helvetica, 'Microsoft YaHei'
}

.ffandie,
html {
    font-family: 'PingFang SC', Helvetica, 'Microsoft YaHei'
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px
}



table {
    border-collapse: collapse;
    border-spacing: 0
}

.clear:after {
    display: block;
    clear: both;
    content: '\0020';
    height: 0
}

br {
    display: block;
    opacity: 0
}

@media screen and (min-width:1760px) {
    html {
        font-size: 100px
    }
}

@media (min-width:1360px) and (max-width:1760px) {
    html {
        font-size: calc((100vw - 160px)/ 16)
    }
}

@media screen and (max-width:1360px) {
    html {
        font-size: 75px
    }
}
@media screen and (min-width:1280px){
    .foot .content,
    header .menu {
        max-width: 1760px;
        min-width: 1280px;
        box-sizing: border-box
    }
}


html {
    box-sizing: border-box;
    font-weight: 500;
    line-height: 1.6
}

#is-service-frame {
    display: none
}

header.header {
    position: relative;
    z-index: 50;
    background: #000;
    width: 100%;
}

header .menu {
    margin: 0 auto
}

.header .logo {
    height: 80px;
    line-height: 80px;
    text-align: center
}

.header .menu>ul {
    display: flex;
    justify-content: center;
    align-items: center
}

.header .menu>ul>li {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    padding: 0 25px;
    white-space: nowrap;
    position: relative;
}

.header .menu>ul>li:first-child {
    padding-left: 0;
    margin-left: 0
}

.header .menu>ul>li:last-child {
    margin-right: 0;
    padding-right: 0
}

.header .menu>ul>li>a {
    display: inline-block;
    color: #a7a7a7;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
}

.header .menu>ul>li a.active {
    color: #fff
}

.nav_abs{
    display: none;
    position: absolute;
    width: 160px;
    left: 50%;
    transform:translateX(-50%);
    background-color: #fff;
    color: #333;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.navs li{
    height: 50px;
    line-height: 50px;
    border-top:1px solid rgba(0, 0, 0, .1);
}
.navs li a{
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #333;
}
.navs li a:hover{
    color: #333;
    background-color: #f0f2f5;

}

#oc-mask {
    position: fixed;
    top: 130px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .2);
    z-index: 1;
    height: 0;
    opacity: 0
}

header.mask-open #oc-mask {
    opacity: 1;
    height: 100vh
}

@-webkit-keyframes fadeInUp {
    0% {
        transform: translate3d(0, 7%, 0);
        display: none;
        opacity: 0
    }

    100% {
        transform: none;
        display: flex;
        opacity: 1
    }
}

@keyframes fadeInUp {
    0% {
        transform: translate3d(0, 7%, 0);
        display: none;
        opacity: 0
    }

    100% {
        transform: none;
        display: flex;
        opacity: 1
    }
}

.animated {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.pc-nav-submenus-popup,
.pc-nav-submenus-popups {
    z-index: 999;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 130px;
    left: 0;
    background-color: #fff;
    height: 385px
}

.pc-nav-submenus-popup {
    transition: max-height .6s
}

#header .has-submenu.opened .pc-nav-submenus-popup,
#header .has-submenu.opened .pc-nav-submenus-popups {
    display: block;
    max-height: 100vh
}

.productWrapper ul.productul.show {
    display: flex
}

.productWrapper ul.productul.show>li {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.productWrapper ul.productul>li {
    position: relative;
    opacity: 0;
    transform: translate3d(0, 7%, 0)
}

/* .productWrapper .swiperWrapper>ul>li.new::before,
.productWrapper ul.productul>li.new::before {
	content: '新品';
	transform: translateX(-50%);
	font-size: 13px;
	font-weight: 800;
	border: 1px solid #db0000;
	padding: 1px 0;
	text-align: center
}

.productWrapper ul.productul>li.new::before {
	position: absolute;
	left: 50%;
	bottom: 41px;
	width: 51px;
	line-height: 18px;
	color: #db0000;
	border-radius: 11px;
	background-color: #fff5f5
} */

.productWrapper .swiperContainer.show {
    display: block
}

.productWrapper .swiperContainer.show li {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.productWrapper ul.productul {
    display: none;
    position: absolute;
    top: 93px;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 999;
    height: 292px;
    justify-content: center
}

.productWrapper ul.productul>li {
    margin: 0 7px;
    width: 210px;
    text-align: center
}

.productWrapper ul.productul>li:hover img {
    transform: scale(1.05);
    transform-origin: center center
}

.productWrapper ul.productul a {
    display: block
}

.productWrapper ul.productul .img {
    background-color: #eee;
    width: 210px;
    height: 180px;
    margin-bottom: 19px;
    display: flex;
    align-items: center;
    justify-content: center
}

.productWrapper ul.productul .proTitle {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #111
}

.productWrapper .swiperContainer {
    display: none;
    position: absolute;
    top: 93px;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 999;
    height: 272px;
    overflow: hidden
}

.productWrapper .next,
.productWrapper .prev {
    position: absolute;
    top: 74px;
    text-align: center;
    cursor: pointer
}

.productWrapper .next span,
.productWrapper .prev span {
    display: inline-block;
    width: 40px;
    height: 33px;
    background: url(../images/arrow_active-7def17bfeb.png) center center no-repeat
}

.productWrapper .prev.show,
.productWrapper .swiperWrapper>ul a {
    display: block
}

.productWrapper .prev {
    display: none;
    left: 10px
}

.productWrapper .prev span {
    background-position: 0 0
}

/*.productWrapper .prev:hover>span {
	background: url(../images/arrow_active-7def17bfeb.png) center center no-repeat
}*/

.productWrapper .next {
    right: 10px
}

.productWrapper .next span {
    background-position: -50px 0
}

/*.productWrapper .next:hover>span {
	background: url(../images/arrow_active-7def17bfeb.png) -40px 0 no-repeat
}*/

.productWrapper .swiperWrapper {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    overflow: hidden
}

.productWrapper .swiperWrapper .swiperAnimated {
    position: absolute;
    display: flex;
    transition: all .5s ease;
    left: 0
}

.productWrapper .swiperWrapper>ul>li.new::before {
    position: absolute;
    left: 50%;
    bottom: -33px;
    width: 51px;
    line-height: 18px;
    color: #db0000;
    border-radius: 11px;
    background-color: #fff5f5
}

.productWrapper .swiperWrapper>ul>li {
    margin: 0 7px;
    width: 210px;
    text-align: center;
    position: relative
}

.productWrapper .swiperWrapper>ul>li:hover img {
    transform: scale(1.05);
    transform-origin: center center
}

.productWrapper .swiperWrapper>ul .img {
    background-color: #eee;
    width: 210px;
    height: 180px;
    margin-bottom: 19px;
    display: flex;
    align-items: center;
    justify-content: center
}

.detail_header .th_content,
.foot .copyright,
.foot .foot_top {
    justify-content: space-between
}

.productWrapper .swiperWrapper>ul .proTitle {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #111
}



ul.submenu>li {
    display: inline-block;
    height: 93px;
    padding: 0 23px;
    line-height: 93px
}

ul.submenu>li span {
    cursor: pointer
}

ul.submenu>li:first-child {
    padding-left: 0
}

ul.submenu>li:nth-child(8) {
    padding-right: 0
}

ul.submenu>li>a {
    padding-bottom: 5px
}

ul.submenu a,
ul.submenu>li {
    color: #111;
    font-size: 18px;
    font-weight: 500
}

.erweima,
.miniapp {
    display: none
}

.erweima .modal-con,
.miniapp .modal-con {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.erweima .modal-mask,
.miniapp .modal-mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #000;
    right: 0;
    bottom: 0;
    margin: 0;
    overflow: auto;
    opacity: .8;
    filter: 'alpha(opacity=80)'
}

.erweima .modal-container,
.miniapp .modal-container {
    top: 100px;
    width: 352px;
    left: 50%;
    margin-left: -176px;
    background-color: #fff;
    border-radius: 8px;
    z-index: 9999;
    position: relative;
    text-align: center
}

.erweima .modal-container .qr_close,
.miniapp .modal-container .miniapp_close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -10px;
    right: -10px;
    background: url(../images/dialog_close-2f70a032e0.png) center no-repeat
}

.erweima .modal-container h2,
.miniapp .modal-container h2 {
    font-size: 24px;
    color: #2f2f2f;
    font-weight: 400;
    padding-top: 22px
}

.erweima .modal-container p,
.miniapp .modal-container p {
    font-size: 14px;
    color: grey;
    line-height: 24px;
    margin-top: 16px
}

.erweima .modal-container img,
.miniapp .modal-container img {
    margin-top: 30px;
    margin-bottom: 30px
}

.foot {
    width: 100%;
    background-color: #000;
    padding: 49px 0 0;
    font-family: OPPOSans-Medium, 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial
}

.foot .content {
    padding: 0 288.5px;
    margin: 0 auto
}

@media screen and (max-width:1440px) {
    .foot .content {
        padding: 40px;
    }
}

.foot .foot_top {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 71px
}

.foot .link_list>ul>li {
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, .6)
}

.foot .link_list>ul>li:hover {
    color: #fff
}

.foot .link_list>ul>li>a {
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    font-weight: 500
}

.foot .link_list>ul>li>a:hover {
    color: #fff
}

.foot .link_list .first_li {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px
}

.foot .office_mall {
    position: relative
}

.foot .office_mall:hover>.mall_erweima {
    display: block
}

.foot .office_mall .mall_erweima {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 126px;
    height: 126px;
    padding: 2px;
    background-color: #fff;
    transform: translate(-34px, -140px);
    border-radius: 4px
}

.foot .office_mall .mall_erweima img {
    width: 100%;
    height: 100%
}

.foot .foot_middle .contact .wechat .wechat_erweima::after,
.foot .office_mall .mall_erweima::after {
    height: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 8px solid #fff;
    content: ''
}

.foot .office_mall .mall_erweima::after {
    display: block;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0
}

.foot .foot_middle {
    position: relative;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, .16)
}

.foot .foot_middle .contactus {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 3px
}

.foot .foot_middle .telphone {
    font-size: 24px;
    line-height: 33px;
    color: #fff;
    font-weight: 600
}

.foot .foot_middle .telphone .time {
    font-size: 14px;
    line-height: 20px;
    margin-left: 9px;
    vertical-align: 3px
}

.foot .foot_middle .contact {
    position: absolute;
    right: 0;
    bottom: 21px;
    display: flex;
    align-items: center
}

.foot .foot_middle .contact .sina,
.foot .foot_middle .contact .wechat {
    display: block;
    width: 24px;
    height: 24px
}

.foot .foot_middle .contact .service {
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 14px;
    width: 123px;
    height: 40px;
    margin-left: 21px;
    background: 0 0;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 2px;
    position: relative
}

.foot .copyright,
.foot .copyright a,
.foot .lan a {
    font-size: 14px;
    line-height: 20px
}

.foot .foot_middle .contact .service:hover .img {
    background: url(../images/online_service_active-4780add6bf.png) center no-repeat
}

.foot .foot_middle .contact .service:hover span {
    color: #111
}

.foot .foot_middle .contact .service:hover:before {
    transition: all .3s;
    width: 100%
}

.foot .foot_middle .contact .service .img {
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
    width: 19px;
    height: 16px;
    background: url(../images/online_service-c8e92ccade.png) center no-repeat;
    background-size: cover
}

.foot .foot_middle .contact .service span {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, .6);
    transition: all .3s
}

.foot .foot_middle .contact .service:before {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px;
    background: #fff;
    transition: all .3s;
    width: 0
}

.foot .foot_middle .contact .wechat {
    position: relative;
    background: url(../images/wechat-23cfd86318.png) center no-repeat;
    background-size: cover
}

.foot .foot_middle .contact .wechat:hover {
    background-image: url(../images/wechat_active-3c9babf010.png)
}

.foot .foot_middle .contact .wechat:hover .wechat_erweima {
    display: block
}

.foot .foot_middle .contact .wechat .wechat_erweima {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 126px;
    height: 126px;
    padding: 2px;
    background-color: #fff;
    transform: translate(-52px, -140px);
    border-radius: 4px
}

.foot .foot_middle .contact .wechat .wechat_erweima img {
    width: 100%;
    height: 100%
}

.foot .foot_middle .contact .wechat .wechat_erweima::after {
    display: block;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0
}

.foot .foot_middle .contact .sina {
    margin-left: 21px;
    background: url(../images/sina-e423a62d18.png) center no-repeat;
    background-size: cover
}

.foot .foot_middle .contact .sina:hover {
    background-image: url(../images/sina_active-1f709de2d6.png)
}

.foot .copyright {
    padding: 20px 0 60px;
    color: rgba(255, 255, 255, .5);
    display: flex
}

.foot .copyright a {
    color: rgba(255, 255, 255, .5)
}

.foot .copyright a.one {
    padding-right: .1rem;
    border-right: .01rem solid #707070
}


.foot .copyright .copyContent {
    flex: 1
}


.foot .lan {
    display: flex;
    flex-shrink: 0
}

.foot .lan a {
    display: block;
    color: #fff
}

.foot .lan a:nth-child(1) {
    color: rgba(255, 255, 255, .6);
    padding: 0 17px
}

.foot .lan a:nth-child(1):hover {
    color: #fff
}

.foot .lan a:nth-child(2) {
    color: rgba(255, 255, 255, .6);
    padding-left: 16px
}

.foot .lan a:nth-child(2):hover {
    color: #fff
}


@media screen and (max-width:1200px) {
    header .menu{display: none !important;}
}


@media screen and (max-width:769px){
    .foot_top{
        display: none !important;
    }
    .foot .foot_middle .contact{display: none !important;}
    .foot{
        padding: 0px;
    }
    .foot .copyright{
        flex-direction: column;
    }
    .foot .lan a:nth-child(1){
        padding: 0px;
    }
    .foot .content {
        padding: 30px 20px;
    }
    .foot .copyright{
        padding: 20px 0 20px;
    }
    .foot .foot_middle{
        padding-bottom: 15px;
    }

}



/* 按钮 */
.mb_btn{
    display: none;
}
#navToggle {
    height: 50px;
    padding: 9px 0px 9px 15px;
    display: inline-block;
}
#navToggle span {
    position: relative;
    width: 25px;
    height: 1px;
    margin-top: 16px;
    transition: 0.3s;
    display: block;
    background: #fff;
}
#navToggle span:after{
    bottom: 10px;
}
#navToggle span:after,#navToggle span:before{
    transition: 0.3s;
    display: block;
    background: #fff;
    content: '';
    position: relative;
    width: 100%;
    height: 1px;
    left: 0;
}
#navToggle span:before {
    top: 8px;
}


.a_txt {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 10000
}

.a_txt .div1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #234488;
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 1
}

.a_txt .div2 {
    position: absolute;
    width: 20%;
    left: 0px;
    top: 2%;
    z-index: 100;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0
}

.a_txt .div3 {
    position: absolute;
    width: 80%;
    right: 0px;
    top: 0px;
    background: #fff;
    height: 100%;
    z-index: 100;
    right: -80%
}

.a_txt .div3 ul {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 30px;
}

.a_txt .div3 ul li {
    border-bottom: 1px solid #e9e9e9;
}

.mblink_item {
    display: flex;
}

.mblink_itema {
    height: 60px;
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 16px;
    color: #333;
}

.mblink_itematxt {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.mblink_itemi {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

.a_txt2 {
    display: none;
    margin-bottom: 30px;
}

.a_txt2 a {
    padding: 0 20px;
    font-size: 14px;
    display: block;
    height: 36px;
    line-height: 36px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.a_closed img {
    margin-right: 20px;
    display: inline-block;
}

.nycqlbrbox_fy {
    margin: 50px 0 0px;
}
@media screen and (max-width: 1200px){
    .header .logo{display: flex;justify-content: space-between;padding: 0px 40px;}

    .mb_btn {display: flex;align-items: center;}
    .item_box{display: none !important;}
    .navs{width: auto;}
    .navs>a{display: none;}
}


