628 lines
42 KiB
CSS
Executable File
628 lines
42 KiB
CSS
Executable File
@charset "utf-8";
|
|
/* CSS Document */
|
|
/*公用代码*/
|
|
body,html{background:none repeat scroll 0 0;font:100% "Microsoft YaHei New","Microsoft Yahei","微软雅黑","Hiragino Sans GB","冬青黑体","Arial","Helvetica","SimHei","黑体","STXihei","华文细黑",sans-serif;}
|
|
body{overflow-x:hidden;color:#333;}
|
|
blockquote,body,button,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0;text-shadow:none;}
|
|
label input{vertical-align:middle;text-shadow:none;}
|
|
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
|
|
a{-webkit-transition:all .5s;-moz-transition:all .5s;transition:all .5s;}
|
|
a:hover{ color: #578df3;}
|
|
:hover,a:active,a:focus,a:hover,a:link,a:visited{text-decoration:none;text-shadow:none;}
|
|
img{max-width:100%;border:0;}
|
|
i{ font-style: initial;}
|
|
table{border-collapse:collapse;}
|
|
ul li{list-style:none outside none;}
|
|
input,select,textarea{outline:medium none; resize: none;}
|
|
.f-l{float:left;}
|
|
.f-l,.f-r{display:inline-block;}
|
|
.f-r{float:right;}
|
|
.t-l{text-align:left;}
|
|
.t-c{text-align:center;}
|
|
.t-r{text-align:right;}
|
|
.top10{margin-top:10px;}
|
|
.top20{margin-top:20px;}
|
|
.top30,.top40{margin-top:30px;}
|
|
.top50{margin-top:50px;}
|
|
.top60{margin-top:60px;}
|
|
.top70{margin-top:70px;}
|
|
.top80{margin-top:80px;}
|
|
.bg-w{background:#fff;}
|
|
.w-100{width:100%; float: left;}
|
|
.w-1200{margin:auto;width:1200px;}
|
|
.w-1500{margin: auto; width: 1500px;}
|
|
.div-pc{ display: block;}
|
|
.div-phone{ display: none;}
|
|
|
|
|
|
/* 布局样式 */
|
|
.between-top{ display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; }
|
|
.between-center{ display: flex; display: -webkit-flex; justify-content: space-between; align-items: center; -webkit-justify-content: space-between; -webkit-align-items: center; }
|
|
.between-bottom{ display: flex; display: -webkit-flex; justify-content: space-between; align-items: flex-end; -webkit-justify-content: space-between; -webkit-align-items: flex-end; }
|
|
.center-center{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
|
|
.around-center{ display: flex; display: -webkit-flex; justify-content: space-around; align-items: center; -webkit-justify-content: space-around; -webkit-align-items: center; }
|
|
.column-between{ display: flex; display: -webkit-flex; flex-direction: column; -webkit-flex-direction: column; justify-content: space-between; -webkit-justify-content: space-between; }
|
|
.column-around{ display: flex; display: -webkit-flex; flex-direction: column; -webkit-flex-direction: column; justify-content: space-around; -webkit-justify-content: space-around; }
|
|
|
|
/* 文字超出隐藏省略号 */
|
|
.text-one-hide{ overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
|
|
.text-two-hide{ overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
|
|
.text-three-hide{ overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
|
|
|
|
/*nav*/
|
|
/**/
|
|
.nav {width: 80%;}
|
|
.nav ul li{ float: left; position: relative; margin-left: 1rem; transition: all .6s;}
|
|
.nav ul li span a{ float: left; font-size: 1.125rem; line-height: 5.9375rem; padding: 0 1.375rem; position: relative; text-decoration: none; color: #fff;}
|
|
.nav ul li span a::before{ content: ''; width: 0; height: 4px; position: absolute; left: 0; bottom: 0; background: #F9BE3E; transition: all .6s; opacity: 0;}
|
|
.nav ul li:hover span a{ color: #fff !important;}
|
|
.nav ul li:hover span a::before{ opacity: 1; width: 100%;}
|
|
/*二级控制*/
|
|
.nav ul li .nav-second{ width: 100%; position: absolute; left: 50%; top: 100%; background: #00418f; opacity: 0; transform: translate(-50%,0); transition: all .6s;}
|
|
.nav ul li .nav-second a{ width: 100%; float: left; color: #fff; text-align: center; height: 0; font-size: 0.9rem;}
|
|
.nav ul li .nav-second a:hover{ color: #F9BE3E;}
|
|
/*三级级控制*/
|
|
.nav ul li .nav-second .nav-three{ width: 100%; position: relative; display: block; float: left;}
|
|
.nav ul li .nav-second .nav-three:hover p a{ background: #fff; color: #0c253b;}
|
|
.nav ul li .nav-second .nav-three div{ position: absolute; left: 100%; top: -10px; background: #f75c9a; padding: 10px 0; display: none;}
|
|
.nav ul li .nav-second .nav-three div::before{ content: ''; width: 10px; height: 50px; position: absolute; left: -10px; top: 0;}
|
|
.nav ul li .nav-second .nav-three div a{ display: block; white-space: nowrap;}
|
|
.nav ul li .nav-second .nav-three:hover div{ display: block;}
|
|
/*hover*/
|
|
.nav ul li:hover .nav-second{ padding: 0.625rem; opacity: 1;}
|
|
.nav ul li:hover .nav-second a{ height: 2.5rem; line-height: 2.5rem;}
|
|
.nav ul li.active span a::before{ width: 100%; opacity: 1;}
|
|
/*icon*/
|
|
.nav_btn{ width: 24px; float: right; position: relative; cursor: pointer; display: none; margin-top: 5px;}
|
|
.nav_btn i{ display: block; width: 100%; height: 2px; float: left; background-color: #fff; border-radius: 50px;
|
|
transition: all .5s ease 0s;
|
|
-webkit-transition: all .5s ease 0s;
|
|
-moz-transition: all .5s ease 0s;
|
|
}
|
|
.nav_btn i.bar-top{ margin-top: 0;}
|
|
.nav_btn i.bar-cen{ margin-top: 6px;}
|
|
.nav_btn i.bar-bom{ margin-top: 6px;}
|
|
.nav_btn.cur i.bar-cen{ opacity: 0;}
|
|
.nav_btn.cur i.bar-top{ -webkit-transform:rotate(45deg) translate(6px, 6px);transform:rotate(45deg) translate(6px, 6px);}
|
|
.nav_btn.cur i.bar-bom{ -webkit-transform: rotate(-45deg) translate(5.5px, -5px);transform: rotate(-45deg) translate(5.5px, -5px);}
|
|
/*隐藏*/
|
|
.overHide{ overflow: hidden;}
|
|
|
|
|
|
.all-center-box{ width: 100%; float: left;}
|
|
|
|
.head-box{ position: absolute; left: 0; top:4rem; z-index: 99; color: #fff; transition: all .6s;}
|
|
.head-box .w-1500{ transition: all .6s;}
|
|
.head-box .center-block{ background: #00418f; box-shadow: 0 0 0.625rem rgba(0,0,0,0.1);}
|
|
.head-box .center-block .logo{ width: 14.375rem; height: 5.9375rem; text-align: center; background: #fff;}
|
|
.head-box .center-block .logo img{ height: 3.625rem;}
|
|
.head-box .center-block .language{ font-size: 1.125rem; padding:0 2.5rem;}
|
|
.head-box .center-block .language a{ color: #fff; margin: 0 0.25rem;}
|
|
.head-box .center-block .language a.active{ font-weight: bold; color: #F9BE3E;}
|
|
.head-box .center-block .language a:hover{ color: #F9BE3E;}
|
|
.head-box.active{ position: fixed; top: 0;}
|
|
/* .head-box.active .w-1500{ width: 100%;} */
|
|
|
|
|
|
.banner-box{ height: 100vh;}
|
|
.banner-box .swiper-container{ height: 100%;}
|
|
.banner-box .swiper-container .swiper-slide{ background-position: center; background-size: cover; background-color: #ccc;}
|
|
.banner-box .swiper-container .swiper-slide .pull-left{ color: #fff; padding-top: 7rem;}
|
|
.banner-box .swiper-container .swiper-slide .pull-left p{ font-size: 4.375rem; transform: translate(3.125rem,0); opacity: 0; transition: all .6s;}
|
|
.banner-box .swiper-container .swiper-slide .pull-left i{ font-size: 1.25rem; line-height: 1.6; display: block; margin-top: 1.25rem; transform: translate(3.125rem,0); opacity: 0; transition: all .6s ease .1s;}
|
|
.banner-box .swiper-container .swiper-slide .w-1500.active .pull-left p{ opacity: 1; transform: translate(0,0);}
|
|
.banner-box .swiper-container .swiper-slide .w-1500.active .pull-left i{ opacity: 1; transform: translate(0,0);}
|
|
.banner-box .swiper-container .swiper-slide .w-1500.active .pull-left a{ opacity: 1; transform: translate(0,0);}
|
|
|
|
.banner-box .swiper-page{ width: 100%; position: absolute; left: 0; bottom: 4rem;}
|
|
.banner-box .swiper-container .swiper-pagination{ position: relative; float: left;}
|
|
.banner-box .swiper-container .swiper-pagination .swiper-pagination-bullet{ width: 10px; height: 10px; outline: none; margin-right: 1.25rem;}
|
|
.banner-box .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background: #fff;}
|
|
|
|
.banner-slide-link{width: 100%;height: 100%;}
|
|
|
|
.all-title-box1{ font-weight: 100;}
|
|
.all-title-box1 span{ display: block; font-size: 2.25rem;}
|
|
.all-title-box1 p{ font-size: 1.25rem; text-transform: uppercase; margin-top: 0.3125rem;}
|
|
|
|
.home-box1{ background: #f5f5f5; padding: 4.0625rem 0;}
|
|
.home-box1 .center-block ul{ margin: 1.875rem -8px 0;}
|
|
.home-box1 .center-block li{ width: 16.666%; float: left; padding: 0 8px; transition: all .6s;}
|
|
.home-box1 .center-block .box-info{ width: 100%; height: 65vh; position: relative; background-position: center; background-size: cover; overflow: hidden;}
|
|
.home-box1 .center-block .box-info::after{ content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: #fff; transition: all .6s;}
|
|
.home-box1 .center-block .box-info::before{ content: ''; width: 2px; height: 56px; background: #ACACAC; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2;}
|
|
.home-box1 .center-block .box-info .box1{ width: 100%; position: absolute; left: 0; top: 8vh; z-index: 3; text-align: center; color: #444;}
|
|
.home-box1 .center-block .box-info .box1 span{ display: block; font-size: 1.625rem; color: #666;}
|
|
.home-box1 .center-block .box-info .box1 p{ font-size: 1.375rem; margin-top: 0.5rem; color: #808080;}
|
|
.home-box1 .center-block .box-info .box2{ width: 100%; position: absolute; left: 0; bottom: 6vh; z-index: 3; padding: 0 2.5rem;}
|
|
.home-box1 .center-block .box-info .box2 a{ position: absolute; left: 2.5rem; bottom: 0; opacity: 0; color: #fff;}
|
|
.home-box1 .center-block .box-info .box2 i{ width: 100%; float: right; display: block; font-size: 2.1875rem; line-height: 2.1875rem; transition: all .6s; text-align: center; color: #808080;}
|
|
|
|
.home-box1 .center-block li.active{ width: 50%;}
|
|
.home-box1 .center-block li.active .box-info::after{ opacity: 0;}
|
|
.home-box1 .center-block li.active .box-info::before{ opacity: 0;}
|
|
.home-box1 .center-block li.active .box-info .box1{ text-align: left; color: #fff; padding: 0 2.5rem;}
|
|
.home-box1 .center-block li.active .box-info .box2 a{ opacity: 1;}
|
|
.home-box1 .center-block li.active .box-info .box2 i{ width: 0; margin-right: 2.5rem; color: #fff;}
|
|
|
|
.home-box2{ height: 100vh; background: url(../image/ho2_bg.jpg) center #00418f; background-size: cover;}
|
|
.home-box2 .pull-left{ height: 100vh; padding: 6.25rem 0; color: #fff;}
|
|
.home-box2 .pull-left a{ color: #fff;}
|
|
|
|
.home-box3{ padding: 3.4375rem 0;}
|
|
.home-box3 .top-box .between-bottom{ float: left;}
|
|
.home-box3 .top-box span{ font-size: 2.25rem;}
|
|
.home-box3 .top-box i{ font-size: 1.5rem; margin-left: 0.875rem;}
|
|
.home-box3 .lower-box ul{ width: 38%; float: left; margin-top: 2.8125rem;}
|
|
.home-box3 .lower-box ul:nth-child(2n){ float: right;}
|
|
.home-box3 .lower-box ul p{ width: 100%; float: left; font-size: 1.5rem; border-bottom: 1px solid #888; margin-bottom: 0.625rem; padding-bottom: 0.9375rem;}
|
|
.home-box3 .lower-box ul li{ width: 100%; float: left;}
|
|
.home-box3 .lower-box ul li a{ width: 100%; float: left; line-height: 2.8125rem;}
|
|
.home-box3 .lower-box ul li a span{ width: 70%; float: left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
|
|
.home-box3 .lower-box ul li a i{ float: right;}
|
|
|
|
.foot-box{ background: #00418f; padding: 3.75rem 0; color: #fff;}
|
|
.foot-box a{ color: #fff;}
|
|
.foot-box .top-box .fl img{ height: 67px;}
|
|
.foot-box .top-box .fr a{ float: left; margin-left: 3.125rem; font-size: 1.125rem;}
|
|
.foot-box .top-box .fr a:hover{ color: #F9BE3E;}
|
|
.foot-box .lower-box{ display: flex; justify-content: space-between; margin-top: 3.75rem; font-size: 1rem; line-height: 1.6;}
|
|
.foot-box .lower-box .column-between p i{ font-size: 0.75rem; line-height: 1.4; display: inline-block;}
|
|
.foot-box .lower-box .column-between p span{ font-size: 0.875rem;}
|
|
.foot-box .lower-box .ewm{ text-align: center;}
|
|
.foot-box .lower-box .ewm img{ width: 134px;}
|
|
.foot-box .lower-box .ewm p{ margin-top: 0.3125rem;}
|
|
|
|
.page-banner{ height: 100vh; position: relative; background-position: center; background-size: cover; position: relative; z-index: 2;}
|
|
.page-banner .info{ width: 100%; position: absolute; left: 0; bottom: 2.5rem; color: #fff; padding-bottom: ;}
|
|
.page-banner .info strong{ font-size: 3.125rem; text-shadow: 0 0 5px rgba(0,0,0,0.5);}
|
|
.page-banner .info p{ font-size: 1.875rem; text-shadow: 0 0 5px rgba(0,0,0,0.5);}
|
|
.page-banner .info .w-1200{ position: relative;}
|
|
.page-banner .info .w-1200::after{ content: ''; width: 5rem; height: 6.5625rem; background: url(../image/icon_jt2.png) no-repeat center #fff; background-size: 2.125rem; box-shadow: 0 0 5px rgba(0,0,0,0.3); position: absolute; left: 0; top: 100%; margin-top: 0.9375rem;}
|
|
.pt118{
|
|
padding-top: 120px;
|
|
}
|
|
.all-title-box2 span{ display: block; font-size: 2.7rem;}
|
|
.all-title-box2 p{ font-size: 1.125rem; color: #666; margin-top: 0.1875rem;}
|
|
.disFlex{display: flex;justify-content: space-between}
|
|
.about-box1{ height: 100vh; position: relative;}
|
|
.about-box1::after{ content: ''; width: 100%; height: 30vh; background: url(../image/ab1_bg.jpg) no-repeat center; position: absolute; left: 0; bottom: 0; z-index: -1;}
|
|
.about-box1 .pull-left{ width: 42%; overflow: hidden;}
|
|
.about-box1 .pull-left .imgH{
|
|
width: 100%;
|
|
}
|
|
.about-box1 .disFlex{
|
|
align-items: flex-end;
|
|
}
|
|
.about-box1 .pull-right{ width: 55%;}
|
|
.about-box1 .pull-right .box-info{ font-size: 16px; color: #999; line-height: 1.6; margin-top: 1.25rem;}
|
|
|
|
.about-box2{ padding: 6rem 0;}
|
|
#about3{
|
|
padding-top: 2.5rem;
|
|
}
|
|
.about-box2 .top-box .all-title-box2{ padding-right: 1.25rem;}
|
|
.about-box2 .top-box .all-title-box2 span,.about-box2 .top-box .all-title-box2 p{ white-space: nowrap;}
|
|
.about-box2 .top-box .fr{ width: 100%; text-align: right; border-bottom: 2px solid #cbcbcb;}
|
|
.about-box2 .top-box .fr span{ display: inline-block; margin-left: 6.25rem; font-size: 1.5625rem; font-weight: bold; color: #555; cursor: pointer; line-height: 3.75rem; border-bottom: 3px solid #fff; transition: all .6s;}
|
|
.about-box2 .top-box .fr span.active,.about-box2 .top-box .fr span:hover{ border-color: #f8bc38;}
|
|
.about-box2 .lower-box{ padding-left: 12.1875rem; background: url(../image/ab2_bg.jpg) no-repeat left; background-size: 7.9375rem; margin-top: 3.75rem; position: relative; min-height: 41.875rem;}
|
|
.about-box2 .lower-box .pull-left{ width: 50%;}
|
|
.about-box2 .lower-box .pull-left ul li{ width: 100%; padding: 2.5rem; box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0,0,0,0.3);}
|
|
.about-box2 .lower-box .pull-left ul li img{ width: 100%;}
|
|
.about-box2 .lower-box .pull-right{ width: 38%; height: 41.875rem; overflow: auto; position: absolute; right: 0; top: 0;}
|
|
.about-box2 .lower-box .pull-right ul li{ width: 100%; float: left; font-size: 16px; color: #888; margin-bottom: 25px; cursor: pointer; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; position: relative; transition: all .6s;}
|
|
.about-box2 .lower-box .pull-right ul li::after{ content: ''; width: 0; height: 1px; background: #003486; position: absolute; left: 0; top: 50%; transition: all .6s;}
|
|
.about-box2 .lower-box .pull-right ul li:hover,.about-box2 .lower-box .pull-right ul li.active{ padding-left: 2.9rem; color: #003486; font-weight: bold;}
|
|
.about-box2 .lower-box .pull-right ul li:hover::after,.about-box2 .lower-box .pull-right ul li.active::after{ width: 2.625rem;}
|
|
|
|
.about-box2 .lower-box .pull-right::-webkit-scrollbar{ width: 22px; background: #F8F9FB;}
|
|
.about-box2 .lower-box .pull-right::-webkit-scrollbar-thumb{ background: #CECECE;}
|
|
.about-box2 .lower-box .pull-right::-webkit-scrollbar-button:single-button:start{ height: 22px; background: url(../image/ico_jt1_u.png) no-repeat center; background-size: 60%; cursor: pointer;}
|
|
.about-box2 .lower-box .pull-right::-webkit-scrollbar-button:single-button:end{ height: 22px; background: url(../image/ico_jt1_d.png) no-repeat center; background-size: 60%; cursor: pointer;}
|
|
.about-box2 .lower-box .pull-right::-webkit-scrollbar-button:hover{ background-color: #ddd !important;}
|
|
.about-box2 .lower-box .pull-right::-webkit-scrollbar-button:active{ background-color: #d2d2d2 !important;}
|
|
|
|
|
|
.about-box3{ padding: 3.75rem 0; background: #F5F5F5;}
|
|
.about-box3 .box-info{ margin-top: -5rem;}
|
|
|
|
.swiper-btn .swiper-button-next,.swiper-btn .swiper-button-prev{ outline: none;}
|
|
|
|
.about-box4{ padding: 5.75rem 0;}
|
|
.about-box4 .top-box{ text-align: center; margin-top: 6.25rem; position: relative;}
|
|
.about-box4 .top-box::after{ content: ''; width: 100%; height: 1px; background: #B3B3B3; position: absolute; left: 0; bottom: 0.95rem;}
|
|
.about-box4 .top-box .swiper-container .swiper-slide{ color: #B3B3B3; font-size: 1.4rem; cursor: pointer; font-weight: bold;}
|
|
.about-box4 .top-box .swiper-container .swiper-slide p span{ font-size: 3.6rem;}
|
|
.about-box4 .top-box .swiper-container .swiper-slide p em{ display: none; font-style: initial; margin-left: 0.4rem;}
|
|
.about-box4 .top-box .swiper-container .swiper-slide i{ width: 1.3rem; height: 1.3rem; display: inline-block; border-radius: 100%; border: 0.375rem solid #B3B3B3; background: #fff; margin: 0.625rem 0 0;}
|
|
.about-box4 .top-box .swiper-container .swiper-slide.swiper-slide-active{ color: #01418E;}
|
|
.about-box4 .top-box .swiper-container .swiper-slide.swiper-slide-active p em{ display: inline-block;}
|
|
.about-box4 .top-box .swiper-container .swiper-slide.swiper-slide-active i{ border-color: #01418E;}
|
|
.about-box4 .lower-box{ padding: 2.5rem 30%;}
|
|
.about-box4 .lower-box .center-block{ line-height: 1.6; font-size: 1rem; color: #888; margin-left: 29%;}
|
|
.about-box4 .swiper-btn{ width: 14.375rem; position: relative; float: left; left: 50%; transform: translate(-50%,0);}
|
|
.about-box4 .swiper-btn .swiper-button-next{ float: right; right: 0;}
|
|
.about-box4 .swiper-btn .swiper-button-prev{ float: left; left: 0;}
|
|
.about-box4 .swiper-btn .swiper-button-next,.about-box4 .swiper-btn .swiper-button-prev{ position: relative; width: 4.25rem; height: 4.25rem; background: #f8f9fb; border-radius: 100%; transition: all .6s; margin-top: 0; top: 0;}
|
|
.about-box4 .swiper-btn .swiper-button-next::after,.about-box4 .swiper-btn .swiper-button-prev::after{ color: #c9c9c8; transition: all .6s; font-size: 2.4rem;}
|
|
.about-box4 .swiper-btn .swiper-button-next:hover,.about-box4 .swiper-btn .swiper-button-prev:hover{ background: #00418f;}
|
|
.about-box4 .swiper-btn .swiper-button-next:hover::after,.about-box4 .swiper-btn .swiper-button-prev:hover::after{ color: #fff;}
|
|
.about-box4 .swiper-btn span{ white-space: nowrap; font-size: 14px; color: #888; line-height: 4.25rem; position: absolute; left: 100%; top: 0; margin-left: 2.5rem;}
|
|
.about-box4 .lower-box .lower-box-item{margin-bottom: 20px;}
|
|
.about-box4 .lower-box .lower-box-item:last-child{margin-bottom: 0px;}
|
|
|
|
.about-box5{ padding: 5.75rem 0;}
|
|
.about-box5 .video-box{ height: 65vh; min-height: 40.625rem; position: relative; background: #000000;}
|
|
.about-box5 .video-box video{ width: 100%; height: 100%;}
|
|
.about-box5 .video-box i{ width: 100%; height: 100%; background-size: cover; background-position: center; position: absolute; left: 0; top: 0; z-index: 2; cursor: pointer;}
|
|
.about-box5 .video-box i::after{ content: ''; width: 100%; height: 100%; background: url(../image/icon_play.png) no-repeat center rgba(0,0,0,0.1); position: absolute; left: 0; top: 0; background-size: 9.375rem;}
|
|
|
|
.service-box1{ padding: 6rem 0 7rem;}
|
|
.service-box1 .box-info{ padding: 2.5rem 0 3rem;}
|
|
.service-box2{ background-color: #f5f5f5;}
|
|
.service-box3{ padding: 6rem 0;}
|
|
.service-box3 .box-info{ background: url(../image/ser3_bg.png) no-repeat left bottom;}
|
|
.service-box3 .box-info .pull-right{ width: 67%; margin-top: -5rem; position: relative;}
|
|
.service-box3 .box-info .pull-right ul li{ padding-top: 13.75rem; position: relative;}
|
|
.service-box3 .box-info .pull-right ul li::after{ content: ''; width: 2px; height: 10rem; background: #d3d3d3; position: absolute; left: 1.875rem; top: 1.8rem;}
|
|
.service-box3 .box-info .pull-right ul li:first-child{ padding-top: 0;}
|
|
.service-box3 .box-info .pull-right ul li:first-child::after{ display: none;}
|
|
.service-box3 .box-info .pull-right ul li .imgs{ width: 36%;}
|
|
.service-box3 .box-info .pull-right ul li .info{ width: 100%; padding-left: 5.625rem; font-size: 15px; color: #999; line-height: 1.8;}
|
|
.service-box3 .box-info .pull-right ul li .info strong{ color: #555;}
|
|
.service-box3 .box-info .pull-right ul li .info i{ font-size: 36px; color: #00418f; font-weight: bold;}
|
|
/*
|
|
.service-box3 .box-info .pull-right::before{ content: ''; width: 3.125rem; height: 3.125rem; border-top: 0.25rem solid #ccc; border-left: 0.25rem solid #ccc; position: absolute; left: 0; top: 0;}
|
|
.service-box3 .box-info .pull-right::after{ content: ''; width: 3.125rem; height: 3.125rem; border-bottom: 0.25rem solid #ccc; border-right: 0.25rem solid #ccc; position: absolute; right: 0; bottom: 0;}
|
|
*/
|
|
|
|
.marketing-box1{ padding: 6rem 0 2rem;height: 100vh;box-sizing: border-box}
|
|
.marketing-box1 .box-info{ padding-bottom: 4.5rem;}
|
|
.marketing-box1 .box-info .pull-left{ background: url(../image/icon_1.png) no-repeat 0 0; background-size: 1.4375rem; padding:0.3rem 0 0 2.5rem;}
|
|
.marketing-box1 .box-info .pull-left span{ display: block; color: #222;}
|
|
.marketing-box1 .box-info .pull-left p{ color: #999; white-space: nowrap; margin-top: 0.625rem;}
|
|
|
|
.marketing-box2{ padding: 5.625rem 0;}
|
|
.marketing-box2 .center-block ul li{ width: 100%; float: left; border: 0.125rem solid #D9D9D9; margin-top: 1.875rem; transition: all .6s;}
|
|
.marketing-box2 .center-block ul li .top-box{ padding: 1.875rem; line-height: 2.5rem; cursor: pointer;}
|
|
.marketing-box2 .center-block ul li .top-box .pull-left{ font-weight: bold;}
|
|
.marketing-box2 .center-block ul li .top-box .pull-left i{ width: 5rem; float: left; font-size: 1rem; color: #00418f;}
|
|
.marketing-box2 .center-block ul li .top-box .pull-left span{ font-size: 1.25rem;}
|
|
.marketing-box2 .center-block ul li .top-box .pull-right{ font-size: 1rem; padding-right: 3.4375rem; position: relative; color: #999;}
|
|
.marketing-box2 .center-block ul li .top-box .pull-right::after{ content: ''; width: 2.5rem; height: 2.5rem; background: url(../image/icon_jt3.png) no-repeat center; background-size: 100%; position: absolute; right: 0; top: 0; transition: all .6s;}
|
|
.marketing-box2 .center-block ul li .lower-box{ padding: 0 1.875rem 1.875rem; display: none;}
|
|
.marketing-box2 .center-block ul li .lower-box table{ width: 100%; margin: auto;}
|
|
.marketing-box2 .center-block ul li .lower-box table td,.marketing-box2 .center-block ul li .lower-box table th{ vertical-align: middle; border-width: 0.125rem; border: 1px solid #d9d9d9; padding: 1.5rem 2.5rem; font-size: 0.875rem; color: #666;}
|
|
.marketing-box2 .center-block ul li .lower-box table th{ color: #333;}
|
|
.marketing-box2 .center-block ul li.active{ box-shadow: 5px 5px 10px rgba(0,0,0,0.2);}
|
|
.marketing-box2 .center-block ul li.active .top-box .pull-right::after{ transform: rotate(90deg);}
|
|
|
|
.news-box1{ padding: 10rem 0 6rem;}
|
|
.news-box1 .center-block ul li{ width: 100%; float: left;}
|
|
.news-box1 .center-block ul li a{ width: 100%; float: left; margin-top: 3.125rem; border: 0.125rem solid #d7d7d7; background: #fff; padding: 2.5rem;}
|
|
.news-box1 .center-block ul li a .pull-left{ white-space: nowrap; font-size: 1.25rem; color: #00418f; font-weight: bold; padding-right: 2.5rem;}
|
|
.news-box1 .center-block ul li a .pull-right{ width: 100%;}
|
|
.news-box1 .center-block ul li a .pull-right .imgs{ width: 29%; float: left; height: 10rem; overflow: hidden; border: 1px solid #f1f1f1;}
|
|
.news-box1 .center-block ul li a .pull-right .imgs img{ width: 100%; height: 100%; object-fit: cover; transition: all .6s;}
|
|
.news-box1 .center-block ul li a .pull-right .info{ width: 71%; float: left; padding-left: 2.8125rem;}
|
|
.news-box1 .center-block ul li a .pull-right .info span{ display: block; font-size: 1.25rem; font-weight: bold; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
|
|
.news-box1 .center-block ul li a .pull-right .info em{ display: none;}
|
|
.news-box1 .center-block ul li a .pull-right .info p{ color: #999; line-height: 1.6; font-size: 0.9375rem; height: 4.5rem; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; margin: 1.125rem 0;}
|
|
.news-box1 .center-block ul li a .pull-right .info i{ float: right; font-size: 0.875rem; color: #999;}
|
|
.news-box1 .center-block ul li a:hover{ border-color: #fff; box-shadow: 5px 5px 10px rgba(0,0,0,0.2);}
|
|
.news-box1 .center-block ul li a:hover .pull-right .imgs img{ transform: scale(1.1);}
|
|
.news-box1 .more a{ float: right; font-size: 1rem; padding-right: 3.4375rem; line-height: 2.5rem; margin-top: 2.5rem; position: relative; color: #999;}
|
|
.news-box1 .more a::after{ content: ''; width: 2.5rem; height: 2.5rem; background: url(../image/icon_jt3.png) no-repeat center; background-size: 100%; position: absolute; right: 0; top: 0; transition: all .6s;}
|
|
.news-box1 .more a:hover{ color: #00418f;}
|
|
.news-box1 .more a:hover::after{ background-image: url(../image/icon_jt3_1.png);}
|
|
.news-box2{ background: #f5f5f5; padding: 6rem 0;}
|
|
|
|
.news-box3{ padding: 6rem 0;}
|
|
.news-box3 .pull-right{ width: 50%; margin-top: 0.625rem;}
|
|
.news-box3 .pull-right ul li{ width: 100%; float: left;}
|
|
.news-box3 .pull-right ul li a{ width: 100%; float: left; line-height: 20px; margin-bottom: 1.5625rem; font-size: 1rem;}
|
|
.news-box3 .pull-right ul li a span{ width: 70%; float: left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
|
|
.news-box3 .pull-right ul li a i{ float: right;}
|
|
.news-box3 .more a{ float: right; font-size: 1rem; padding-right: 3.4375rem; line-height: 2.5rem; margin-top: 2.5rem; position: relative; color: #999;}
|
|
.news-box3 .more a::after{ content: ''; width: 2.5rem; height: 2.5rem; background: url(../image/icon_jt3.png) no-repeat center; background-size: 100%; position: absolute; right: 0; top: 0; transition: all .6s;}
|
|
.news-box3 .more a:hover{ color: #00418f;}
|
|
.news-box3 .more a:hover::after{ background-image: url(../image/icon_jt3_1.png);}
|
|
|
|
.news-info{ padding: 10rem 0 6rem;}
|
|
.news-info .top-box{ border-bottom: 1px solid #9E9E9E; padding-bottom: 1.875rem;}
|
|
.news-info .top-box span{ display: block; font-size: 1.75rem; font-weight: bold;}
|
|
.news-info .top-box p{ font-size: 1.3rem; color: #999; margin-top: 0.625rem;}
|
|
.news-info .cen-box{ padding: 1.875rem 0; line-height: 1.8; font-size: 1rem;}
|
|
.news-info .lower-box{ font-size: 1.125rem; margin-top: 0.625rem; color: #999;}
|
|
.news-info .lower-box a{ color: #999;}
|
|
.news-info .lower-box a:hover{ color: #578df3;}
|
|
.news-info .lower-box a.btns{ display: inline-block; background: #00418f; color: #fff; padding: 0 3.15rem; line-height: 24px; font-size: 0.8rem; margin-top: 2rem;}
|
|
|
|
.contact-box1{ padding: 6rem 0 3.75rem;}
|
|
.contact-box1 .between-top{ padding-bottom: 7rem;}
|
|
.contact-box1 .between-top .box-info{ width: 21rem;}
|
|
.contact-box1 .between-top .box-info p{ margin-top: 3.4375rem; font-size: 0.875rem; line-height: 1.6;}
|
|
.contact-box1 .between-top .box-info p span{ color: #00418f;}
|
|
.contact-box1 .between-top .box-info p:first-child{ margin-top: 5px;}
|
|
.contact-box1 .between-top .ewm{ text-align: center; font-size: 0.875rem;}
|
|
.contact-box1 .between-top .column-between:first-child img{ width: 13.125rem;}
|
|
|
|
.contact-box2 .all-title-box2{ border-top: 2px solid #A8A8A8; padding-top: 6rem;}
|
|
.contact-box2 .marketing-box2 .center-block ul li{ transition: none;}
|
|
.contact-box2 .marketing-box2 .center-block ul li .top-box .pull-left i{ width: 10rem; font-size: 1.25rem;}
|
|
.contact-box2 .marketing-box2 .center-block ul li .lower-box{ display: flex !important; height: 11rem !important; overflow: hidden;}
|
|
.contact-box2 .marketing-box2 .center-block ul li .lower-box .pull-left{ width: 10rem; font-size: 0.875rem; line-height: 2;}
|
|
.contact-box2 .marketing-box2 .center-block ul li .lower-box .pull-right{ width: 85%; font-size: 0.875rem; color: #777; line-height: 1.8;}
|
|
.contact-box2 .marketing-box2 .center-block ul li .lower-box .pull-right strong{ color: #222;}
|
|
.contact-box2 .marketing-box2 .center-block ul li.active .lower-box{ height: auto !important;}
|
|
.contact-box2 .marketing-box2 .center-block ul li.active{ border-color: #fff;}
|
|
.marketing-box2 .center-block ul li.active .lower-box{ display: block;}
|
|
|
|
.contact-box3{ background: #F5F5F5; padding: 6rem 0;}
|
|
.contact-box3 .box-info{ width: 100%; float: left; color: #888; font-size: 0.875rem; line-height: 2.4; margin: 2.5rem 0;}
|
|
.contact-box3 .center-block .text{ width: 48%; float: left; height: 35px; border: none; border-bottom: 1px solid #c2c2c2; background: none; font-size: 0.875rem; margin-top: 1.25rem;}
|
|
.contact-box3 .center-block .text:nth-child(2n){ float: right;}
|
|
.contact-box3 .center-block .text::-webkit-input-placeholder{ color: #c8c8c8;}
|
|
.contact-box3 .center-block textarea::-webkit-input-placeholder{ color: #c8c8c8;}
|
|
.contact-box3 .center-block textarea{ width: 100%; float: left; height: 110px; border: none; border-bottom: 1px solid #c2c2c2; background: none; font-size: 0.875rem; margin-top: 1.875rem;}
|
|
.contact-box3 .center-block .btns{ width: 100%; float: left; text-align: center;}
|
|
.contact-box3 .center-block .btns button{ width: 10rem; line-height: 24px; background: #00418f; border:none; color: #fff; font-size: 14px; margin-top: 1.875rem;}
|
|
|
|
.product-box{ padding: 8rem 0 5rem;}
|
|
.product-box .center-block ul{ margin: 0 -1.25rem;}
|
|
.product-box .center-block ul li{ width: 25%; float: left; padding: 0 1.25rem; margin-top: 2.5rem;}
|
|
.product-box .center-block ul li a{ width: 100%; float: left;}
|
|
.product-box .center-block ul li a span{ width: 100%; float: left; height: 14rem; overflow: hidden; transition: all .6s;}
|
|
.product-box .center-block ul li a span img{ width: 100%; height: 100%; object-fit: cover; transition: all .6s;}
|
|
.product-box .center-block ul li a p{ width: 100%; float: left; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-top: 0.625rem;}
|
|
.product-box .center-block ul li a:hover span{ box-shadow: 0 0 15px rgba(0,0,0,0.15);}
|
|
.product-box .center-block ul li a:hover span img{ transform: scale(1.1);}
|
|
|
|
.pager{ margin: 3rem 0 0;}
|
|
.pageing{ display: flex; justify-content: center; flex-wrap: wrap;}
|
|
.pageing li{ display: inline-block;}
|
|
.pageing li a,.pageing li span{ display: block; min-width: 14px; border: 1px solid #d1d1d1; background: #fff; text-align: center; font-size: 14px; color: #565656; margin: 0 3px; transition: all 0.5s;}
|
|
.pageing li a:hover{ color: #0677ce;}
|
|
.pageing li.prev a:hover, .pageing li.next a:hover{ color: #fff; background: #999; border-color: #999;}
|
|
.pageing li.cur a,.pageing li.cur span{ background: #0677ce; border-color: #0677ce; color: #fff;}
|
|
.pageing li.cur a:hover{ color: #fff;}
|
|
.pageing li.disabled{ cursor: not-allowed;}
|
|
|
|
.search-form-box .layui-form{ padding: 0 20%;}
|
|
.search-form-box .layui-form .layui-input,.product-box .layui-form .layui-form-select{ width: 100%; margin: 0 15px;}
|
|
.search-form-box .layui-form .layui-btn{ width: 30%;}
|
|
.layui-form-select dl dd.layui-this{ background: #1E9FFF;}
|
|
|
|
.honor-tc{ width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 999; background: rgba(0,0,0,0.5); display: none;}
|
|
.honor-tc .center-center{ width: 100%; height: 100%; padding: 20px;}
|
|
.honor-tc i{ width: 35px; height: 35px; background: url(../image/icon_close.png) no-repeat center rgba(255,255,255,0.9); background-size: 15px; border-radius: 100%; position: absolute; right: 15px; top: 15px;}
|
|
|
|
.product-title-box{ display: flex; background: #ddd;}
|
|
.product-title-box .product-item{ width: 100%; float: left; text-align: center; font-size: 1.125rem; position: relative; line-height: 3.125rem;}
|
|
.product-title-box .product-item:first-child::after{ display: none;}
|
|
.product-title-box .product-item a{ width: 100%; float: left; position: relative;}
|
|
.product-title-box .product-item.active{ background: #578df3;}
|
|
.product-title-box .product-item.active a{ color: #fff;}
|
|
.product-title-box .product-item.active a::after,.product-title-box .product-item a:hover::after{ width: 100%;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* 小于等于多少高度的样式 */
|
|
@media screen and (max-height:880px){
|
|
}
|
|
@media screen and (max-height:600px){
|
|
}
|
|
/* 小于等于多少宽度的样式 */
|
|
@media screen and (max-width:1660px){
|
|
html,body{ font-size: 94%;}
|
|
.w-1500{ width: 94%;}
|
|
}
|
|
@media screen and (max-width:1440px){
|
|
html,body{ font-size: 80%;}
|
|
.w-1500{ width: 1200px;}
|
|
.news-info .lower-box a.btns{ padding: 0 3rem;}
|
|
.about-box4 .lower-box .center-block{ margin-left: 32%;}
|
|
}
|
|
@media screen and (max-width:1366px){
|
|
}
|
|
@media screen and (max-width:1200px){
|
|
.w-1200{ width: 94%;}
|
|
.w-1500{ width: 94%;}
|
|
}
|
|
@media screen and (max-width:1100px){
|
|
|
|
}
|
|
@media screen and (max-width:1024px){
|
|
html,body{ font-size: 70%;}
|
|
/*nav*/
|
|
.nav_btn{ display: block; margin:0 3% 0 0;}
|
|
.nav_btn.cur i{ background: #00418f;}
|
|
.nav{ width: 100%; position: absolute; right: 0; top: 0; background: rgba(255,255,255,0.9); padding: 10vh 0 10px; height: 100vh; transition: all .6s; transform: translate(100%,0); display: block;}
|
|
.nav ul li{ width: 100%; margin-left: 0;}
|
|
.nav ul li span{ width: 100%; float: left; text-align: center;}
|
|
.nav ul li span a{ display: inline-block; line-height: 35px; float: none; margin: auto; font-size: 14px; padding: 0; color: #333;}
|
|
.nav ul li span a::before{ display: none;}
|
|
.nav ul li span.active a::after{ content: ''; width: 13px; height: 97%; background: url(../image/icon_jt1.png) no-repeat center; background-size: 100%; position: absolute; right: -20px; top: 1px; pointer-events: none;}
|
|
.nav ul li span.cur a i{ width: 10px; height: 100%; position: absolute; left: 100%; top: 0; background: url(../image/icon_jt1.png) no-repeat right; background-size: 100%; margin-left: 10px;}
|
|
.nav ul li .nav-second{ position: relative; top: 0; width: 100%; overflow: initial; display: block; float: left;}
|
|
.nav ul li .nav-second a{ min-width: 100%; margin: 0; font-size: 12px;}
|
|
.nav ul li:hover span a{ color: #00418f !important;}
|
|
.nav ul li:hover span a::after{}
|
|
.nav ul li:hover .nav-second a{ height: 2.0625rem; line-height: 2.0625rem;}
|
|
.nav ul li:hover .nav-second{ padding: 10px 10px;}
|
|
.nav.active{ transform: translate(0,0);}
|
|
/*nav end*/
|
|
.div-pc{ display: none;}
|
|
.div-phone{ display: block;}
|
|
|
|
.head-box{ position: fixed;}
|
|
.head-box,.head-box.active{ top: 0;}
|
|
.head-box .w-1500{ width: 100%;}
|
|
.head-box .center-block .logo{ width: 35%; height: 50px;}
|
|
.head-box .center-block .logo img{ height: 2.5rem;}
|
|
|
|
.banner-box .swiper-container .swiper-slide .w-1500 .pull-left p{ font-size: 1.5rem;}
|
|
.banner-box .swiper-container .swiper-slide .w-1500 .pull-left i{ font-size: 0.75rem; line-height: 1.4; margin-top: 0.9375rem;}
|
|
.banner-box .swiper-page{ bottom: 1rem;}
|
|
|
|
.home-box1{ padding: 1.5625rem 0;}
|
|
.home-box1 .center-block{}
|
|
.home-box1 .center-block ul{ margin: auto;}
|
|
.home-box1 .center-block li{ width: 100% !important; padding: 0; margin-top: 1rem;}
|
|
.home-box1 .center-block .box-info{ height: 20rem;}
|
|
.home-box1 .center-block .box-info::before{ top: 60%;}
|
|
.home-box1 .center-block .box-info .box1{ top: 1.5625rem;}
|
|
.home-box1 .center-block .box-info .box2{ bottom: 1.5625rem;}
|
|
|
|
.home-box2{ height: 19.75rem;}
|
|
.home-box2 .pull-left{ padding: 1.5625rem 0; height: 19.75rem;}
|
|
|
|
.home-box3{ padding: 1.5625rem 0;}
|
|
.home-box3 .lower-box{ margin-top: -1rem;}
|
|
.home-box3 .lower-box ul{ width: 100%; margin-top: 3rem;}
|
|
|
|
.foot-box{ padding: 1.5625rem 0;}
|
|
.foot-box .top-box .fl img{ height: 3.5rem;}
|
|
.foot-box .top-box .fr{ display: none;}
|
|
.foot-box .lower-box{ display: block; margin-top: 0.5rem;}
|
|
.foot-box .lower-box>div{ margin-top: 0.8rem;}
|
|
.foot-box .lower-box .ewm{ display: none;}
|
|
|
|
.page-banner{ height: 20rem;}
|
|
.page-banner .info .w-1200::after{ display: none;}
|
|
.page-banner .info strong{ font-size: 2.5rem;}
|
|
.page-banner .info p{ font-size: 1.5rem; margin-top: 0.625rem;}
|
|
|
|
.all-title-box2 span{ font-size: 2.2rem;}
|
|
|
|
.about-box1{ height: auto; padding: 1.875rem 0;}
|
|
.about-box1 .pull-left,.about-box1 .pull-right{ width: 100%;}
|
|
.about-box1 .pull-right{ margin-top: 1.25rem;}
|
|
.about-box1::after{ background-size: 94%; background-position: bottom; bottom: 1.25rem;}
|
|
|
|
.about-box2{ padding: 1.5625rem 0;}
|
|
.about-box2 .top-box .fr span{ margin-left: 1rem;}
|
|
.about-box2 .lower-box{ padding: 0; margin-top: 1.5625rem; background: none; min-height: auto;}
|
|
.about-box2 .lower-box .pull-left{ width: 100%;}
|
|
.about-box2 .lower-box .pull-left ul li{ padding: 1.25rem;}
|
|
.about-box2 .lower-box .pull-right{ width: 100%; position: relative; height: 12.5rem; margin-top: 1.5625rem;}
|
|
.about-box2 .lower-box .pull-right ul li{ margin-bottom: 0.9375rem;}
|
|
|
|
.about-box2 .lower-box .div-phone .swiper-slide{ text-align: center;}
|
|
.about-box2 .lower-box .div-phone .swiper-slide span{ width: 100%; display: block; height: 243px; overflow: hidden;}
|
|
.about-box2 .lower-box .div-phone .swiper-slide img{ width: 100%;}
|
|
.about-box2 .lower-box .div-phone .swiper-slide p{ margin-top: 12px; font-size: 14px;}
|
|
|
|
.about-box3{ padding: 1.5625rem 0;}
|
|
.about-box3 .box-info{ margin-top: 1.25rem;}
|
|
|
|
.about-box4{ padding: 1.5625rem 0;}
|
|
.about-box4 .top-box{ margin-top: 2rem;}
|
|
.about-box4 .top-box .swiper-container .swiper-slide{ font-size: 1.2rem;}
|
|
.about-box4 .top-box .swiper-container .swiper-slide p span{ font-size: 2.5rem;}
|
|
.about-box4 .lower-box{ padding: 2.5rem 0;}
|
|
|
|
.about-box5{ padding: 1.5625rem 0;}
|
|
.about-box5 .video-box{ min-height: initial; height: 20rem;}
|
|
.about-box5 .video-box i::after{ background-size: 6rem;}
|
|
|
|
.service-box1{ padding: 2rem 0 0;}
|
|
.service-box1 .box-info{ padding: 1.5rem 0;}
|
|
.service-box3{ padding: 2rem 0;}
|
|
.service-box3 .box-info{ background: none;}
|
|
.service-box3 .box-info .pull-right{ width: 100%; margin-top: 1.5rem;}
|
|
.service-box3 .box-info .pull-right ul li{ padding-top: 6rem;}
|
|
.service-box3 .box-info .pull-right ul li::after{ height: 3rem; top: 1rem;}
|
|
.service-box3 .box-info .pull-right ul li .info{ padding-left: 2rem; font-size: 0.875rem;}
|
|
.service-box3 .box-info .pull-right ul li .info i{ font-size: 1.875rem;}
|
|
|
|
.marketing-box1{ padding: 2rem 0 0;}
|
|
.marketing-box1 .box-info{ display: block; padding-bottom: 2rem;}
|
|
.marketing-box1 .box-info .pull-left,.marketing-box1 .box-info .pull-right{ width: 100%; margin-top: 1.5rem;}
|
|
|
|
.marketing-box2{ padding: 2rem 0;}
|
|
.marketing-box2 .center-block ul li{ margin-top: 1rem; padding: 0 1rem;}
|
|
.marketing-box2 .center-block ul li .top-box{ padding: 1rem 0;}
|
|
.marketing-box2 .center-block ul li .top-box .pull-left i{ width: 3rem;}
|
|
.marketing-box2 .center-block ul li .lower-box{ padding: 0 0 15px; overflow: auto;}
|
|
.marketing-box2 .center-block ul li .lower-box table{ display: none;}
|
|
.marketing-box2 .center-block ul li .lower-box table td,.marketing-box2 .center-block ul li .lower-box table th{ white-space: nowrap; padding: 1rem;}
|
|
|
|
.marketing-box2 .center-block ul li .lower-box .div-phone{ max-height: 861px; overflow: auto;}
|
|
.marketing-box2 .center-block ul li .lower-box .div-phone .center-block:first-child{ margin-top: 0;}
|
|
.marketing-box2 .center-block ul li .lower-box .div-phone .center-block{border: 1px solid #d9d9d9;margin-top: 15px;padding: 10px;border-radius: 5px;}
|
|
.marketing-box2 .center-block ul li .lower-box .div-phone .center-block div{border-top: 1px solid #ccc;padding: 10px;}
|
|
.marketing-box2 .center-block ul li .lower-box .div-phone .center-block div:first-child{ border-width: 0;}
|
|
.marketing-box2 .center-block ul li .lower-box .div-phone .center-block div span{ display: block; font-weight: bold; font-size: 14px;}
|
|
|
|
.news-box1{ padding: 2rem 0;}
|
|
.news-box1 .center-block ul li a{ margin-top: 1.5rem; padding: 1rem;}
|
|
.news-box1 .center-block ul li a .pull-left{ display: none;}
|
|
.news-box1 .center-block ul li a .pull-right{ width: 100%;}
|
|
.news-box1 .center-block ul li a .pull-right .imgs{ width: 45%;}
|
|
.news-box1 .center-block ul li a .pull-right .info{ width: 55%; padding: 0 0 0 10px;}
|
|
.news-box1 .center-block ul li a .pull-right .info em{ display: block; font-style: initial; margin-top: 0.8rem;}
|
|
.news-box1 .center-block ul li a .pull-right .info p{ margin: 0.8rem 0; height: auto; max-height: 38px; font-size: 12px; -webkit-line-clamp:2;}
|
|
|
|
.news-box3{ padding: 2rem 0;}
|
|
.news-box3 .w-1200{ display: block;}
|
|
.news-box3 .between-top{ display: block;}
|
|
.news-box3 .pull-right{ width: 100%; margin-top: 0.5rem;}
|
|
.news-box3 .pull-right ul li a{ margin: 1rem 0 0;}
|
|
.news-box1 .more a,.news-box3 .more a{ margin-top: 2rem;}
|
|
|
|
.news-info{ padding: 2rem 0;}
|
|
.news-info .top-box{ padding-bottom: 1rem;}
|
|
.news-info .cen-box{ padding: 1rem 0;}
|
|
|
|
.contact-box1{ padding: 2rem 0;}
|
|
.contact-box1 .between-top{ display: block; padding-bottom: 0;}
|
|
.contact-box1 .between-top .column-between:first-child img{ display: none;}
|
|
.contact-box1 .between-top .box-info{ width: 100%;}
|
|
.contact-box1 .between-top .box-info p{ margin-top: 0.9375rem !important;}
|
|
.contact-box1 .between-top .ewm{ display: none;}
|
|
|
|
.contact-box2 .marketing-box2 .center-block ul li .top-box .pull-left i{ width: 8.35rem;}
|
|
|
|
.contact-box3{ padding: 2rem 0;}
|
|
.contact-box3 .box-info{ margin: 1rem 0;}
|
|
.contact-box3 .center-block .text{ margin-top: 0.5rem;}
|
|
|
|
.product-box{ padding: 1rem 0 2rem;}
|
|
.product-box .center-block ul{ margin: auto;}
|
|
.product-box .center-block ul li{ width: 48%; padding: 0; margin-top: 1.5rem;}
|
|
.product-box .center-block ul li:nth-child(2n){ float: right;}
|
|
.product-box .center-block ul li a span{ height: 12rem;}
|
|
|
|
.search-form-box .layui-form{ display: block; padding: 0;}
|
|
.search-form-box .layui-form .layui-input, .product-box .layui-form .layui-form-select{ margin: 0 0 0.8rem;}
|
|
.search-form-box .layui-form .layui-btn{ width: 100%;}
|
|
.about-box4 .lower-box .center-block{ margin-left: 0;}
|
|
.about-box4 .swiper-btn span{ font-size: 12px; margin-left: 1.2rem;}
|
|
|
|
.all-title-box1 span,.home-box3 .top-box span,.all-title-box2 span{ font-size: 2rem;}
|
|
.all-title-box1 p,.home-box3 .top-box i,.all-title-box2 p{ font-size: 1rem;}
|
|
|
|
.pageing li a, .pageing li span{ font-size: 12px; margin: 2px; padding: 3px 10px;}
|
|
|
|
.product-title-box .product-item{ line-height: 3rem; font-size: 12px;}
|
|
|
|
}
|
|
@media screen and (max-width:768px){
|
|
}
|
|
@media screen and (max-width:480px){
|
|
}
|
|
@media screen and (max-width:365px){
|
|
} |