/* 新样式 */ /* 容器 */ /*手机端头部*/ .xymob-search-close-btn .icon-close:before { content: ""; } .icon-font { position: relative; } .icon-font:after { content: ""; width: 30px; height: 30px; background-image: url(../images/icon_spirit.png); background-repeat: no-repeat; position: absolute; left: calc(50% - 15px); top: calc(50% - 15px); } .xymob-head { position: fixed; top: 0; z-index: 999999; left: 0; right: 0; background: #151515; } .xymob-head-box { position: relative; height: 60px; } .xymob-head-box .xymob-logo { position: absolute; left: 0; right: 0; bottom: 0; top: 0; margin: auto; width: 70%; height: 40px; text-align: center; } .xymob-head-box .xymob-logo h1, .xymob-head-box .xymob-logo a { display: inline; font-size: 0; } .xymob-head-box .xymob-logo img { height: 40px; } .xymob-navbtn { position: absolute; z-index: 9; top: 0; bottom: 0; right: 0; left: 0; margin: auto 0 auto 27px; width: 30px; height: 20px; } .xymob-navbtn span, .xymob-navbtn:after, .xymob-navbtn:before { display: block; height: 2px; width: 100%; background: #fff; -webkit-transition: all .5s; transition: all .5s; } .xymob-navbtn span { margin: 7px 0; } .xymob-navbtn:after, .xymob-navbtn:before { content: ''; -webkit-transform-origin: 7.5%; transform-origin: 7.5%; } .xymob-navbtn.clicked span { -webkit-transform: translateX(-100%); transform: translateX(-100%); opacity: 0; } .xymob-navbtn.clicked:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .xymob-navbtn.clicked:before { -webkit-transform: rotate(45deg); transform: rotate(45deg); } .xymob-search-btn { position: absolute; z-index: 9; right: 0; top: 0; bottom: 0; width: 14%; text-align: center; line-height: 60px; } .xymob-search-btn .icon-font { display: block; width: 100%; height: 100%; } .xymob-search-btn .icon-font:after { background-position: -30px -210px; } .xymob-menu { display: none; position: absolute; z-index: 9999; left: 0; right: 0; height: 100vh; background: #151515; padding: 0 10%; } .xymob-menu .xymob-menu-box { height: 100vh; overflow: auto; padding-bottom: 80px; } .xymob-nav>li { border-bottom: 1px solid #2b2b2b; position: relative; } .xymob-nav>li>a { display: block; line-height: 50px; font-size: 16px; color: #ffffff; } .xymob-nav .xymob-menu-jt { position: absolute; width: 20%; height: 50px; line-height: 50px; right: 0; top: 0; text-align: center; z-index: 9; } .xymob-nav .xymob-menu-jt .icon-font { display: block; width: 100%; height: 100%; } .xymob-nav .xymob-menu-jt .icon-font:after { background-position: -30px -240px; } .xymob-nav .xymob-menu-jt.clicked .icon-font:after { background-position: -30px -270px; } .xymob-nav .xymob-sub-menu { background: #1E1E1E; display: none; } .xymob-nav .xymob-sub-menu>li { border-top: 1px dashed #2b2b2b; } .xymob-nav .xymob-sub-menu>li>a { display: block; font-size: 14px; color: rgba(255, 255, 255, 0.8); line-height: 40px; text-indent: 2em; } .xymob-dlbtn { margin-top: 40px; } .xymob-dlbtn a { text-align: center; display: block; width: 100%; height: 40px; line-height: 40px; background: #2285ed; color: #fff; font-size: 16px; border-radius: 5px; } .xymob-dlbtn a i { display: inline-block; vertical-align: middle; width: 30px; height: 30px; margin-right: 5px; } .xymob-dlbtn a .icon-dl:after { background-position: -30px -540px; } .xymob-dlbtn a .icon-pn:after { background-position: -30px -600px; } .xymob-dlbtn a .icon-tc:after { background-position: -30px -570px; } .xymob-dlbtn .zx-btn { margin-top: 10px; background: none; border: 1px solid #fff; } .xymob-search { position: fixed; z-index: 99999; left: 100%; bottom: 0; top: 0; width: 100%; background: #151515; padding: 15px 15% 0 15%; -webkit-transition: all .5s; transition: all .5s; } .xymob-search .xymob-search-close-btn { position: absolute; top: 27px; left: 30px; width: 30px; height: 30px; text-align: center; line-height: 30px; } @media (max-width: 420px) { .xymob-search .xymob-search-close-btn { left: 15px; } } .xymob-search .xymob-search-close-btn i { width: 100%; height: 100%; display: block; } .xymob-search .xymob-search-close-btn i:after { background-position: -30px -300px; } .xymob-search .xymob-search-box { height: 50px; border-bottom: 2px solid #2d2d2d; } .xymob-search .xymob-search-box input[type="text"] { width: 80%; float: left; background: none; border: none; outline: none; color: rgba(255, 255, 255, 0.3); font-family: "Microsoft YaHei"; font-size: 16px; height: 50px; } .xymob-search .xymob-search-box #s_btn { width: 20%; height: 50px; outline: none; cursor: pointer; font-size: 0; background: none; border: none; } .xymob-search .xymob-search-box #s_btn .icon-font { display: block; width: 100%; height: 100%; } .xymob-search .xymob-search-box #s_btn .icon-font:after { background-position: -30px -210px; } .xymob-search .xymob-seaerch-wz span, .xymob-search .xymob-seaerch-wz a { display: block; font-size: 14px; color: rgba(255, 255, 255, 0.9); line-height: 45px; border-bottom: 1px solid #2b2b2b; } .xymob-search.clicked { left: 0; } .x-header { background: #ffffff; padding: 1.30208333% 0; } .x-logo { float: left; width: 15.3125%; } .x-logo a { display: block; } .x-header-right { float: right; width: 25%; text-align: right; } .x-header-right #formsearch, .x-header-right .x-login { display: inline-block; vertical-align: middle; } .x-header-right #formsearch { width: calc(100% - 100px); position: relative; } .x-header-right #formsearch:before { content: '|'; position: absolute; left: 36px; top: 5px; } .x-header-right #formsearch #s_btn { float: left; outline: none; border: none; width: 35px; height: 30px; font-size: 0; background-image: url(../images/icon_spirit.png); background-color: transparent; background-repeat: no-repeat; background-position: 0 -210px; } .x-header-right #formsearch #keyword { float: left; background: none; outline: none; border: none; width: calc(100% - 35px); color: rgba(0, 0, 0, 0.8); margin-top: 5px; height: 20px; padding-left: 10px; } .x-header-right .x-login { font-size: 14px; color: #000000; line-height: 30px; } .x-header-right .x-login .username { max-width: 75px; vertical-align: -10px; display: inline-block; } .x-header-right .x-login a { color: #000; } .x-header-right .x-login a:hover { color: #2285ed; } /* 扥路 */ .xa-login { position: absolute; width: 50%; text-align: right; top: 0; right: 8.33333333%; } .headtrl { text-align: right; } .headtrl p { display: inline-block; font-size: 16px; line-height: 43px; letter-spacing: 0px; color: #ffffff; position: relative; } .headtrl p::before { content: ''; width: 12px; height: 16px; display: inline-block; position: absolute; background: url(../images/tel.png) center no-repeat; background-size: 100%; left: -20px; top: 15px; } /* 头部搜索框 */ .topsousuo { position: relative; display: inline-block; } .so1 { width: 16px; height: 16px; } .so1 img { width: 100%; padding-bottom: 2px; } .ss1 { display: none; position: absolute; right: 0px; top: 32px; width: 185px; padding: 0px; /* border-radius: 20px; */ z-index: 999; background: rgb(175 175 175); } .ss1 #keyword { padding-left: 5px; line-height: 30px; width: 80%; background: none; border: 1px solid #fff; outline: none; font-size: 13px; color: #fff; float: left; } .ss1 input { outline: none; line-height: 30px; width: 20%; background: none; border: 1px solid #fff; background: #fff; font-size: 13px; color: #1c4086; float: left; } /* 导航样式 */ /* .x-menu { width: 58.75%; float: left; } */ .x-menu>li { /* width: 14%; */ margin: 0; text-align: center; float: none; position: relative; margin-left: 9%; } .x-menu>li:nth-child(1) { margin-left: 0; } .x-menu>li>a { font-size: 16px; font-weight: normal; font-stretch: normal; line-height: 32px; letter-spacing: 0px; color: #ffffff; } .x-menu>li>a:hover { color: rgb(212, 212, 212); } .x-menu>li.active>a {} .x-menu { width: 100%; float: none; display: flex; flex-wrap: nowrap; justify-content: flex-end; } /* .x-sub-menu { top: 80px; } */ .x-menu li .language { position: relative; } .x-menu li .language h3 { background: url() no-repeat left center; padding-left: 28px; } .x-menu li .language h3 span { display: block; font-size: 15px; line-height: 24px; padding-right: 15px; background: url() no-repeat right center; } .x-menu li .language .lang { position: absolute; display: none; width: 100%; z-index: 99999; top: 65px; background-color: #fff; padding: 10px 0; } .x-menu li .language .lang a { display: flex; flex-wrap: wrap; justify-content: center; padding: 0.5em; margin: 5px 0; } .x-menu li .language .lang a:hover { background-color: #ddd; } .x-menu li .language .lang a:hover span { color: #c30d22; } .x-menu li .language .lang a span { display: block; font-size: 15px; line-height: 24px; color: #333; width: 50%; } .x-menu>li.active>a, .x-menu>li>a:hover {} .x-menu>li:after { content: ''; position: absolute; z-index: 100; width: 100%; left: 0; height: 40px; opacity: 0; top: 100%; } .x-menu>li:hover .x-sub-menu { opacity: 1; visibility: visible; -webkit-transform: translateY(0); transform: translateY(0); } .x-sub-menu { position: absolute; z-index: 999; width: 200%; left: -49%; top: 65px; background: #fff; /* border-radius: 5px; */ padding: 10px 0; opacity: 0; visibility: hidden; -webkit-transform: translateY(20px); transform: translateY(20px); -webkit-transition: all .5s ease; transition: all .5s ease; } .x-sub-menu li>a { display: block; text-align: center; font-size: 14px; color: #333; line-height: 1.5; padding: .5em; } .x-sub-menu>li>a:hover { background: #e9eaeb; } .x-sub-menu:after { display: none; content: ''; width: 0; height: 0; line-height: 0; font-size: 0; overflow: hidden; border-width: 10px; cursor: pointer; border-style: dashed dashed solid dashed; border-color: transparent transparent #fff transparent; border-top: none; position: absolute; top: -10px; left: 50%; margin-left: -10px; z-index: 99; } /* 首页banner样式 */ .x-banner .owl-carousel { position: relative; } .x-banner .owl-carousel .banner-item a { display: block; } .x-banner .owl-carousel .owl-nav .owl-prev { left: 42%; } .x-banner .owl-carousel .owl-nav .owl-next { right: 42%; } .x-banner .owl-carousel .owl-dots::after { /* content: "03"; */ font-size: 20px; line-height: 30px; color: #ffffff; position: relative; top: 0.3em; left: 0.3em; } .x-banner .owl-carousel .owl-dots::before { /* content: "01"; */ font-size: 20px; line-height: 30px; color: #ffffff; position: relative; top: 0.3em; right: 0.3em; } .owl-nav { display: none; } .x-banner .owl-carousel .owl-nav button.owl-prev, .x-banner .owl-carousel .owl-nav button.owl-next { outline: none; position: absolute; bottom: 4%; z-index: 9999; /*background: #424246;*/ /*height: 50px;*/ /*width: 50px;*/ margin-top: 0px; border-radius: 0; -webkit-transition: all .5s ease; transition: all .5s ease; } .x-banner .owl-carousel .owl-nav button.owl-prev:hover, .x-banner .owl-carousel .owl-nav button.owl-next:hover { /*background: #005baa;*/ } .x-banner .owl-carousel .owl-nav .icon-font { display: block; width: 100%; height: 100%; } .x-banner .owl-carousel .owl-nav .icon-left-arrow:after { background-position: -34px -180px; } .x-banner .owl-carousel .owl-nav .icon-right-arrow:after { background-position: -26px -480px; } @media (max-width: 990px) { .page-banner { display: none; } .x-banner .owl-carousel .owl-nav button.owl-prev, .x-banner .owl-carousel .owl-nav button.owl-next { height: 40px; width: 30px; margin-top: -20px; } .x-banner .owl-carousel .owl-nav .iconfont { font-size: 20px; } } .x-banner .owl-carousel .owl-dots { position: absolute; z-index: 999; left: 0; width: 100%; text-align: center; font-size: 0; bottom: 5%; } .x-banner .owl-carousel .owl-dots button.owl-dot { display: inline-block; vertical-align: middle; font-size: 14px; margin: 0 0.8em; outline: none; background: #ffffffa6; border-radius: 3px; width: 3.6em; height: 0.45em; opacity: 1; } .x-banner .owl-carousel .owl-dots button.owl-dot:hover { opacity: .5; } .x-banner .owl-carousel .owl-dots button.owl-dot.active { background: #fff; } .banner-font { position: absolute; top: 18vw; left: 0; width: 100%; text-align: left; z-index: 4; transform: translateY(-20%); color: #fff; } .banner-font p:nth-child(1)::before { content: ""; display: block; width: 4.48vw; height: 3px; background-color: #ffffff; margin-bottom: 10px; } .banner-font p:nth-child(1) { font-size: 2.917vw; letter-spacing: 3px; font-weight: bold; } .banner-font p:nth-child(2) { font-size: 1.77vw; letter-spacing: 2px; font-weight: bold; margin-top: 0.5vw; } /* 产品 */ .box1 { overflow: hidden; } .box1wz { text-align: center; } dd { font-size: 2.09vw; font-weight: normal; color: #090909; margin-top: 3.5vw; } dd span { font-weight: bold; color: #17449f; letter-spacing: 1px; } dt { font-size: 20px; font-weight: normal; color: #666666; margin-top: 8px; margin-bottom: 3.13vw; } dt span { position: relative; } dt span::before { content: ''; width: 3.65vw; height: 26px; display: inline-block; position: absolute; top: 0px; left: -4.69vw; background: url(../images/btl.png) no-repeat center; background-size: 100%; } dt span::after { content: ''; width: 3.65vw; height: 26px; display: inline-block; position: absolute; top: 0px; right: -4.69vw; background: url(../images/btr.png) no-repeat center; background-size: 100%; } @media(max-width:990px) { dd { font-size: 24px; } dt { font-size: 18px; } dt span::before { width: 50px; height: 24px; left: -60px; } dt span::after { width: 50px; height: 24px; right: -60px; } } .box1main {} .prol { display: inline-block; width: 22%; } .prosortbox {} .prosort { background-color: #333333; padding-left: 20px; padding-right: 20px; padding-top: 10px; padding-bottom: 10px; } .prosort li::after { content: ''; display: none; width: 20px; height: 20px; position: absolute; background: url(../images/round_right.png) no-repeat; background-size: 100%; right: 25px; top: 19px; } .prosort li { position: relative; line-height: 54px; border-bottom: 1px solid #484848; } .prosort li:last-child { border-bottom: none; } .prosort li:hover { width: 114%; background-color: #17449f; } .prosort li:hover::after { display: inline-block; } .prosort li a { font-size: 16px; color: #ffffff; } .prosort li a span { padding-left: 20px; padding-right: 14px; } .pror { float: right; width: 75%; } .prolist { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; } .proimgbox { width: 32.3%; overflow: hidden; position: relative; margin-bottom: 34px; cursor: pointer; } .proimgbox:hover p { background: #17449f; } .proimgbox img { width: 100%; transition: all .5s ease; } .proimgbox:hover img { transform: scale(1.03); } .proimgbox p { position: absolute; bottom: 0; width: 100%; text-align: center; font-size: 16px; line-height: 52px; color: #ffffff; background: rgba(0, 0, 0, 0.7); } @media(max-width:990px){ .prol{ display: none; } .pror{ width: 100%; } } @media(max-width:550px){ .proimgbox{ width: 48.5%; } } /* 公司实力 */ .p4 { background: url(../images/shilibg.png) no-repeat; background-size: 100% 100%; /* background-position: 0px -49px; */ margin-top: 0px; padding-top: 3.2vw; padding-bottom: 6.77vw; } .aboutwz { text-align: center; } .aboutwz h3 { font-size: 34px; color: #17449f; text-align: center; } .aboutwz h5 { font-size: 20px; font-weight: normal; font-stretch: normal; letter-spacing: 1px; color: #666666; margin-top: 19px; margin-bottom: 42px; } .aboutwz p { font-size: 18px; font-weight: normal; font-stretch: normal; line-height: 36px; letter-spacing: 1px; color: #555555; padding: 0 3%; } .p4a { display: flex; justify-content: space-between; padding-left: 5.2vw; padding-top: 5.2vw; /* padding-bottom: 6.77vw; */ } .p4a li { position: relative; text-align: left; /* transform: translateX(110px); */ } .p4a li::before { content: ''; width: 5.9vw; height: 6.6vw; background: url(../images/aboutcom.png); background-size: 100% 100%; position: absolute; left: -5.89vw; top: -0.73vw; } .p4a li h3 { font-size: 2.24vw; line-height: 1.5; color: #000; } .p4a li p { font-size: 0.885vw; font-weight: normal; color: #333; text-align: left; } .p4a li span { font-size: 0.99vw; font-weight: bold; color: #000; position: absolute; top: 0; right: 0; } .p4a li:nth-child(1) span { top: 1.46vw; right: 5px; } .p4a li:nth-child(2) span { top: 1.46vw; right: -20px; } .p4a li:nth-child(3) span { top: 1.46vw; right: 21px; } .p4a li:nth-child(4) { /* padding-right: 34px; */ } .p4a li:nth-child(4) span { top: 1.46vw; right: -5px; } /* .p4a li:nth-child(4) span::after { content: "2"; font-size: 12px; width: 10px; height: 10px; position: absolute; right: -10px; top: 4px; } */ @media(max-width:1200px){ .aboutwz h3{ font-size: 24px; } .aboutwz p{ font-size: 16px; } .p4a li h3{ font-size: 26px; } .p4a li p{ font-size: 16px; } } @media(max-width:990px){ .p4a { display: flex; justify-content: space-evenly; padding-left: 25%; padding-top: 5.2vw; padding-bottom: 6.77vw; flex-direction: row; flex-wrap: wrap; } .p4a li { width: 40%; margin-bottom: 55px; } .p4a li::before { content: ''; width: 100px; height: 100px; background: url(../images/aboutcom.png); background-size: 100% 100%; position: absolute; left: -94px; top: -19px; } .p4a li span{ font-size: 14px; } .p4a li:nth-child(1) span{ top: 16px; left: 75px; } .p4a li:nth-child(2) span{ top: 16px; left: 75px; } .p4a li:nth-child(3) span{ top: 16px; left: 50px; } .p4a li:nth-child(4) span{ top: 16px; left: 70px; } } @media(max-width:550px){ .p4a { display: flex; justify-content: space-between; flex-direction: row; flex-wrap: wrap; padding-left: 18%; } .p4a li::before { content: ''; width: 74px; height: 78px; left: -73px; top: -1px; } } .box3 { background: url(../images/aboutbgbg.png) no-repeat bottom; } .box3head { text-align: center; } .box3head dd{ margin-top: 4.3vw; } .box3head dt{ } .case_roll p { font-size: 18px; line-height: 66px; letter-spacing: 0px; color: #333333; text-align: center; } .case_roll li:hover p { color: #17449f; } .caseimg img { width: 92%; transition: all 0.3s; } .caseimg img:hover{ transform: scale(1.01); } .partner_roll .slick-arrow { text-align: center; top: 50%; margin-top: -24.5px; position: absolute; width: 51px; height: 51px; border-radius: 30px; border: none; outline: none; } .partner_roll .slick-prev { background: url(../images/arr-left22.png) no-repeat center; background-size: 28% 44%; text-indent: -1000px; overflow: hidden; left: -70px; background-color: #d5d5d6; } .partner_roll .slick-prev:hover { background-color: #17449f; } .partner_roll .slick-next { background: url(../images/arr-right22.png) no-repeat center; background-size: 28% 44%; outline: none; text-indent: -1000px; overflow: hidden; right: -70px; background-color: #d5d5d6; } .partner_roll .slick-next:hover { background-color: #17449f; } .box3foot { padding-bottom: 80px; padding-top: 46px; } /* 新闻中心 */ .p7 { height: auto; background: url(../images/bigbg1.png) no-repeat left top; background-size: cover; } .p7wz { text-align: center; } .p7wz dd{ margin-top: 4vw; } .p7a h3 { font-size: 40px; color: #17449f; text-align: center; padding-top: 72px; margin-bottom: 22px; } .p7a p { font-size: 18px; color: #17449f; text-align: center; margin-bottom: 50px; } .p7b .tempWrap { overflow: hidden; } .picMarquee-top { width: 51%; padding-top: 25px; } .p7b1 { padding-top: 22px; width: 45.3%; } .p7b1 img { width: 100%; transition: all 0.3s; } .p7b1 img:hover{ transform: scale(1.02); } .newsimgbox { position: relative; overflow: hidden; cursor: pointer; } .newsimgbox p { position: absolute; bottom: 0; width: 100%; text-align: center; font-size: 18px; line-height: 70px; color: #ffffff; background: rgba(0, 0, 0, 0.7); font-weight: bold; } .p7b2 { margin-left: 37px; } .p7b2 li { margin-bottom: 55px; } .p7b2 li:hover .p7b2a span { color: #17449f; } .p7b2 li:hover .p7b2a p { color: #17449f; } .p7b2 li:hover .p7b2b h3 { color: #17449f; } .p7b2 li a { display: block; } .p7b2a { width: 80px; position: relative; text-align: center; } .p7b2a::after { content: ''; position: absolute; width: 1px; height: 53px; background-color: #d6d6d6; right: -12px; top: 12px; } .p7b2a span { font-size: 36px; font-weight: bold; color: #333; position: absolute; left: 13px; top: 0; } .p7b2a p { font-size: 14px; color: #333; padding-top: 50px; padding-right: 15px; } .p7b2b { padding-left: 14px; width: 83%; } .p7b2b h3 { font-size: 18px; color: #333; margin-bottom: 10px; } .p7b2b p { font-size: 14px; line-height: 20px; color: #999; } @media(max-width:990px){ .p7b1{ width: 100%; } .picMarquee-top{ width: 100%; } .p7b2 li { margin-bottom: 25px; } } @media(max-width:550px){ .p7b2b{ padding-top: 15px; width: 85%; } .p7b2b p{ text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } } .box4 { background: url(../images/bgbg111.png) no-repeat; background-size: 100% 101%; text-align: center; margin-top: 4.8vw; padding-top: 3.1vw; padding-bottom: 2.813vw; } .box4 dd { color: #ffffff; margin-top: 0; } .box4 p { font-size: 16px; font-weight: normal; font-stretch: normal; line-height: 33px; letter-spacing: 0px; color: rgba(255, 255, 255, .8); padding-left: 2%; padding-right: 2%; margin-top: 1.1vw; } .box4 p.box4tel { font-weight: bold; font-size: 26px; color: #fff; margin-top: 1.0vw; } .box4 .btn{ border: solid 1px #ffffff; border-radius: inherit; margin-top: 1.88vw; } .box4 .btn:hover{ border: solid 1px #8da0d5; } .box4 .btn span { font-size: 16px; line-height: 28px; color: #fff; padding: 0 25px; } @media(max-width:380px){ .box4 p.box4tel{ font-size: 20px; } } /* 底部 */ .foot-bg { background: #0b0b0b; padding-top: 4.3vw; padding-bottom: 4.6875vw; } .foot-index { display: flex; justify-content: space-between; flex-wrap: nowrap; display: -webkit-flex; } .foot-index .footl { width: 27%; } .foot-index .footl .flogo img { max-width: 100%; } .foot-index .footl .fwz { color: rgba(218, 217, 217, .7); font-size: 16px; line-height: 26px; margin-top: 2.6rem; } .foot-index .footl .fmore { width: 184px; height: 53px; border-radius: 5px; background: #f8bd01; margin-top: 1.9rem; } .foot-index .footl .fmore:hover { background: #d0a103; } .foot-index .footl .fmore a { display: block; text-align: center; line-height: 53px; color: #333333; font-size: 16px; } .foot-index .footm { width: 32%; } @media(max-width:990px){ .foot-index .footm { width: 50%; } .link{ display: none; } } @media(max-width:768px){ .foot-index .footm { width: 100%; } } .ft { color: #ffffff; font-size: 24px; margin-bottom: 3.0vw; } .ft span { display: block; width: 45px; height: 4px; background-color: #17449f; margin-top: 15px; } .fdao { display: flex; justify-content: space-between; flex-wrap: nowrap; display: -webkit-flex; } .fdaolist { width: 60%; border-left: 2px solid #222222; } .fdaolist2 { width: 40%; height: 90%; } .fdaolist li { background: url(../images/line11.png) no-repeat left center; } .fdaolist li:nth-child(n+7) { display: none; } .fdaolist li a { display: block; font-size: 14px; line-height: 2.714285714285714; color: rgba(255, 255, 255, .5); padding-left: 23px; } .fdaolist li a:hover { color: rgba(255, 255, 255, .8); } .footr { padding-top: 6vw; display: flex; flex-direction: row; } .footewm1, .footewm2 { text-align: center; font-size: 14px; color: #ffffff; } .footewm2 { margin-left: 30px; } .footewm1 p:last-child { margin-top: 19px; } .footewm2 p:last-child { margin-top: 19px; } .flx {} .flx p { font-size: 16px; color: rgba(255, 255, 255, .6); padding-left: 45px; line-height: 3.2; } .flx p:nth-of-type(1) { background: url(../images/footcont1.png) no-repeat left center; background-size: 26px 26px; } .flx p:nth-of-type(2) { background: url(../images/footcont2.png) no-repeat left center; background-size: 27px 27px; } .flx p:nth-of-type(3) { background: url(../images/footcont3.png) no-repeat left center; background-size: 27px 23px; } .flx p:nth-of-type(4) { background: url(../images/footcont4.png) no-repeat left center; background-size: 25px 32px; } .cop-bg { background: #000000; padding: 15px 0; } .cop-index { display: flex; justify-content: space-between; flex-wrap: nowrap; display: -webkit-flex; color: rgba(255, 255, 255, .6); font-size: 12px; line-height: 2; } .cop-index a { color: rgba(255, 255, 255, .6); } .cop-index a:hover { color: rgba(255, 255, 255, 1); } .cop1 { width: 78%; } .cop2 { width: 40%; text-align: right; } @media(max-width: 767px) { .foot-index { display: block; } .foot-index .footl { width: 100%; } .footr { width: 100%; } .ft { font-size: 20px; margin-top: 5%; } } @media(max-width: 1400px) { .xuanze-roll .con { margin-right: 8%; margin-left: 8%; } } @media (max-width: 990px) { .x-banner .owl-carousel .owl-dots button.owl-dot { font-size: 12px; } body { margin-top: 60px; } } .wh { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } .left { width: 22%; } .right { width: 75%; } .headerbox { height: 110px; width: 100%; background: rgba(0, 0, 0, 0.5); position: absolute; z-index: 111; top: 0; } .headerbox .wh { /* display: flex; */ } .headerl { width: 23%; display: inline-block; } .headerr { width: 70%; display: inline-block; float: right; } .logobox img { width: 100%; } @media(min-width:1240px) { .wh { width: 1270px; margin: 0 auto; padding: 0 15px; } } @media(max-width:1240px) { .wh { width: 1200px; margin: 0 auto; padding: 0 15px; } } @media(max-width:1200px) { .wh { width: 1170px; margin: 0 auto; padding: 0 15px; } } @media(max-width:1170px) { .wh { width: 990px; margin: 0 auto; padding: 0 15px; } .left { display: none; } .right { width: 100%; } } @media(max-width:990px) { .wh { width: 100%; margin: 0 auto; padding: 0 15px; } .kf{ display: none; } .sitemp{ display: none; } } @media(max-width:768px) { .product_list li { width: 45%; margin-right: 15px; } .n_banner { display: none; } } @media(max-width:550px) { dt span::before{ display: none; } dt span::after{ display: none; } } @media(max-width:350px) { .product_list li { width: 100%; margin-right: 0px; } } @media(max-width:1200px) { .x-menu>li { margin-left: 5%; } .headtrl p { font-size: 14px; line-height: 30px; } .headtrl p::before { top: 7px; } .headerbox { height: 90px; } } .news_detail .content p{ font-size:16px; }