baodinzhihui/public/static/css/style.css

599 lines
39 KiB
CSS

@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-90{ width: 94%; margin: auto;}
.w-100{width:100%; float: left;}
.w-1200{margin:auto;width:75rem;}
.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 ul li{ float: left; position: relative; margin-left: 4.6875rem; transition: all .6s;}
.nav ul li span a{ float: left; font-size: 1.125rem; line-height: 6.25rem; position: relative; text-decoration: none;}
.nav ul li span a::before{ content: ''; width: 0; height: 2px; position: absolute; left: 0; bottom: 0; background: #f54123; transition: all .6s; opacity: 0;}
/*二级控制*/
.nav ul li .nav-second{ width: auto; min-width: 5.625rem; position: absolute; left: 50%; top: 100%; background: #fff; opacity: 0; transform: translate(-50%,0); transition: all .6s;}
.nav ul li .nav-second a{ width: 100%; float: left; color: #333; text-align: center; height: 0; font-size: 0.875rem; white-space: nowrap;}
.nav ul li .nav-second a:hover,.nav ul li .nav-second a.active{ color: #f54123;}
/*三级级控制*/
.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: 2rem; line-height: 2rem;}
.nav ul li:hover span a,.nav ul li.active span a{ color: #f54123 !important; font-weight: bold;}
.nav ul li:hover span a::before,.nav ul li.active span a::before{ opacity: 1; width: 100%;}
/*icon*/
.nav_btn{ width: 24px; float: right; position: relative; cursor: pointer; display: none;}
.nav_btn i{ display: block; width: 100%; height: 2px; float: left; background-color: #f54123; 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; margin-top: 6.25rem;}
.head-box{ position: fixed; left: 0; top: 0; z-index: 99; background: #fff; transition: all .6s; padding-bottom: 1px; box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.head-box .pull-left img{ height: 3.75rem;}
.head-two{ position: fixed; left: 0; top: 6.25rem; z-index: 98; background: rgba(0,0,0,0.4); display: none;}
.head-two ul{ display: flex;}
.head-two ul li{ width: 100%; float: left; text-align: center; padding: 1.875rem 10px;}
.head-two ul li i{ display: block; height: 8.125rem; overflow: hidden;}
.head-two ul li i img{ height: 100%; object-fit: cover;}
.head-two ul li p{ color: #fff; margin-top: 10px; font-size: 1rem; transition: all .6s;}
.head-two ul li:hover p{ color: #f54123;}
.banner-box{ height: auto;}
.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;}
.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;}
.banner-box .swiper-container .swiper-pagination .swiper-pagination-bullet{ width: 0.75rem; height: 0.75rem; outline: none; margin: 0 0.3125rem; border-radius: 4px; background: #d8d8d8; transition: all .6s; opacity: 1;}
.banner-box .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ width: 3.125rem; background: #f54123;}
.online{ position: fixed; left: 0; top: 50%; z-index: 99; margin-top: -3.125rem;}
.online img{ height: 5.0625rem; float: left;}
.home-box1 .top-box{ position: relative; overflow: hidden;}
.home-box1 .top-box::after{ content: ''; width: 40%; height: 100%; position: absolute; right: 0; bottom: 0; background: #0071ec;}
.home-box1 .top-box .pull-left{ width: 29%; line-height: 5.5rem; font-size: 1.25rem; color: #444; position: relative; z-index: 2;}
.home-box1 .top-box .pull-left span{ color: #f54123;}
.home-box1 .top-box .pull-right{ width: 71%; background: #0071ec; padding: 0 3.125rem; position: relative; z-index: 2;}
.home-box1 .top-box .pull-right .text{ width: 23.75rem; height: 5.5rem; float: left; background: none; border:none; font-size: 0.875rem; color: #fff;}
.home-box1 .top-box .pull-right .text::-webkit-input-placeholder{ color: rgba(255,255,255,0.8);}
.home-box1 .top-box .pull-right .btns{ width: 2.5rem; height: 5.5rem; float: left; background: url(../image/icon_1.png) no-repeat center; background-size: 1.25rem; border:none;}
.home-box1 .lower-box{ padding: 4.0625rem 0;}
.home-box1 .lower-box .pull-left{ width: 38%;}
.home-box1 .lower-box .pull-left .box1{ font-size: 1.875rem;}
.home-box1 .lower-box .pull-left .box2{ font-size: 14px; line-height: 1.5rem; color: #666; margin: 1.5625rem 0; text-align: justify;}
.home-box1 .lower-box .pull-right .center-center{ width: 20rem; height: 20rem; border: 1px solid #D5D5D5; float: left; border-radius: 100%; padding: 0 3.75rem;}
.home-box1 .lower-box .pull-right .center-center em img{ height: 32px;}
.home-box1 .lower-box .pull-right .center-center span{ font-size: 1.25rem; margin: 1rem 0 0;}
.home-box1 .lower-box .pull-right .center-center:nth-child(1) span{ font-size: 2.25rem;}
.home-box1 .lower-box .pull-right .center-center span i{ font-size: 3rem;}
.home-box1 .lower-box .pull-right .center-center p{ font-size: 12px; color: #888; text-align: center; height: 96px;}
.all-more{ border: 1px solid; padding: 0 0.75rem; line-height: 1.875rem; font-size: 12px; display: inline-block;}
.all-more i{ display: inline-block; padding-right: 1.875rem; background-position: right; background-repeat: no-repeat; background-size: 1rem;}
.all-more.orange{ color: #f54123;}
.all-more.orange i{ background-image: url(../image/icon_jt1.png);}
.all-more.white{ color: #fff;}
.all-more.white i{ background-image: url(../image/icon_jt2.png);}
.all-more.noBor{ color: #be0d27; padding: 0; border: none;}
.all-more.noBor i{ background-image: url(../image/icon_jt3.png); padding-right: 1.5625rem;}
.home-box2 ul li{ width: 25%; height: 600px; float: left; transition: all .6s; color: #fff; position: relative; overflow: hidden;}
.home-box2 ul li:nth-child(1){ background: #f54123;}
.home-box2 ul li:nth-child(2){ background: url(../image/ho2_bg2.jpg) no-repeat center; background-size: cover;}
.home-box2 ul li:nth-child(3){ background: url(../image/ho2_bg3.png) no-repeat right bottom #0071ec; background-size: 18.75rem;}
.home-box2 ul li .box-info1 .center-block{ width: 12.25rem;}
.home-box2 ul li .box-info2 .center-block{ width: 23.75rem;}
.home-box2 ul li .box-info1{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; font-size: 12px; padding: 0 3.25rem; transition: all .6s;}
.home-box2 ul li .box-info1 .box1{ text-align: center;}
.home-box2 ul li .box-info1 .box1 i img{ width: 2.5rem;}
.home-box2 ul li .box-info1 .box1 p{ margin-top: 0.75rem;}
.home-box2 ul li .box-info1 .box2{ padding: 30px 0;}
.home-box2 ul li .box-info1 .box3{ text-align: center;}
.home-box2 ul li .box-info1 .box3 img{ height: 2.125rem;}
.home-box2 ul li .box-info2{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; padding: 0 6.875rem; opacity: 0; transition: all .6s;}
.home-box2 ul li .box-info2 .box1 i{ font-size: 12px; display: block;}
.home-box2 ul li .box-info2 .box1 span{ display: block; font-size: 1.5rem; padding: 26px 0 15px;}
.home-box2 ul li .box-info2 .box1 p{ font-size: 0.875rem; text-align: justify;}
.home-box2 ul li .box-info2 .box2{ font-size: 0.875rem; margin: 29px 0 19px;}
.home-box2 ul li .box-info2 .box3 div{ float: left; text-align: center;}
.home-box2 ul li .box-info2 .box3 div+div{ margin-left: 3.75rem;}
.home-box2 ul li .box-info2 .box3 div i{ display: block; height: 28px;}
.home-box2 ul li .box-info2 .box3 div i img{ height: 28px;}
.home-box2 ul li .box-info2 .box3 div p{ display: block; font-size: 0.75rem; margin-top: 3px;}
.home-box2 ul li .box-info2 .box4{ margin-top: 28px;}
.home-box2 ul li.active{ width: 50%;}
.home-box2 ul li.active .box-info1{ opacity: 0;}
.home-box2 ul li.active .box-info2{ opacity: 1;}
.all-title1{}
.all-title1 .pull-left{ width: 23.75rem; border-top: 1px solid #be0d27; padding-top: 1.0625rem;}
.all-title1 .pull-left span{ font-size: 1.875rem; float: left; line-height: 2.5rem;}
.all-title1 .pull-left a{ width: 2.5rem; height: 2.5rem; float: right; background: url(../image/icon_jt2.png) no-repeat center #f54123; background-size: 1rem;}
.home-box3{ position: relative; padding: 4.0625rem 3.75rem 0 0;}
.home-box3::after{ content: ''; width: 75%; height: 94%; background: #F0F0F0; position: absolute; right: 0; top: 0;}
.home-box3 .center-block{ background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.2); position: relative; z-index: 2; padding: 0 3.125rem 0.9375rem 6.875rem;}
.home-box3 .center-block .box-info1{ width: 68%; float: left; margin-top: 1rem;}
.home-box3 .center-block .box-info1 ul li{ width: 100%; float: left; border-top: 1px solid #eee; padding: 1.75rem 0;}
.home-box3 .center-block .box-info1 ul li:first-child{ border:none;}
.home-box3 .center-block .imgs{ width: 33%; height: 7.8125rem; float: left; overflow: hidden;}
.home-box3 .center-block .imgs img{ width: 100%; height: 100%; float: left; object-fit: cover; transition: all .6s;}
.home-box3 .center-block .info{ width: 67%; float: left; padding-left: 3.0625rem;}
.home-box3 .center-block .info .box1 i{ display: block; font-size: 12px; color: #666; margin-top: 0.375rem;}
.home-box3 .center-block .info .box1 span{ display: block; font-size: 1rem; color: #262626; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.home-box3 .center-block .info .box1 p{ font-size: 12px; color: #4c4c4c; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin: 0.75rem 0;}
.home-box3 .center-block .info .all-more{ line-height: 1.1;}
.home-box3 .center-block .box-info2{ width: 28%; float: right; margin-top: 2.75rem;}
.home-box3 .center-block .box-info2 .imgs{ width: 100%; height: 9.6875rem;}
.home-box3 .center-block .box-info2 .info{ width: 100%; padding: 1.75rem 0 0;}
.home-box3 .center-block .box-info1 ul li:hover .imgs img,.home-box3 .center-block .box-info2:hover .imgs img{ transform: scale(1.1);}
.home-box4 .top-box{ padding: 2.5rem 6.875rem;}
.home-box4 .lower-box{ background: #34312C; color: #fff; position: relative; overflow: hidden;}
.home-box4 .lower-box .pull-left{ width: 78%; height: 28.125rem; background: url(../image/ho4_bg.jpg) no-repeat center; padding: 6.875rem 6.875rem 0;}
.home-box4 .lower-box .pull-left .center-block{ padding-right: 42%; display: none;}
.home-box4 .lower-box .pull-left .center-block .box1{ font-size: 1.5rem; font-weight: bold;}
.home-box4 .lower-box .pull-left .center-block .box2{ font-size: 0.75rem; margin: 0.9375rem 0; text-align: justify; min-height: 12.5rem;}
.home-box4 .lower-box .pull-right{ width: 22%; height: 100%; position: absolute; right: 0; top: 0;}
.home-box4 .lower-box .pull-right ul{ width: 100%;}
.home-box4 .lower-box .pull-right ul li{ width: 100%; float: left;}
.home-box4 .lower-box .pull-right ul li a{ width: 100%; float: left; line-height: 2.5rem; padding: 0 1.5625rem; color: #fff; font-size: 0.875rem; border-left: 2px solid #fff;}
.home-box4 .lower-box .pull-right ul li a:hover,.home-box4 .lower-box .pull-right ul li.active a{ color: #f54123; border-color: #f54123;}
.home-box4 .lower-box .swiper-pagination-bullet{ background: rgba(255,255,255,0.5); opacity: 1;}
.home-box4 .lower-box .swiper-pagination-bullet-active{ background: #f54123;}
.home-box4 .lower-box .swiper-pagination{ bottom: 0;}
.home-box5 .center-block{ background: url(../image/ho5_bg.png) no-repeat center; background-size: cover; height: 36.25rem; padding: 2.5rem 6.875rem;}
.home-box5 .center-block .box-info{ width: 230px; background: #fff; float: left; border-radius: 5px; box-shadow: 0 0 0.625rem rgba(0,0,0,0.1); position: relative; margin: 72px 0 0 280px;}
.home-box5 .center-block .box-info .info{ padding: 1.375rem 1rem 3.125rem;}
.home-box5 .center-block .box-info .info span{ font-size: 0.875rem; color: #f54123;}
.home-box5 .center-block .box-info .info p{ font-size: 12px; color: #7f7f7f; background-position: 0 3px; background-repeat: no-repeat; padding-left: 22px; margin-top: 10px;}
.home-box5 .center-block .box-info .info p.icon1{ background-image: url(../image/icon_4.png);}
.home-box5 .center-block .box-info .info p.icon2{ background-image: url(../image/icon_5.png);}
.home-box5 .center-block .box-info::before{ content: ''; width: 14px; height: 14px; background: url(../image/icon_3.png) no-repeat center; background-size: 100%; position: absolute; left: -44px; top: 50%; margin-top: -7px;}
.home-box5 .center-block .box-info::after{ content: ''; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-right: 6px solid #fff; position: absolute; right: 100%; top: 50%; z-index: 2; margin-top: -6px;}
.home-box6{ background: #0071ec;}
.foot-box{ background: #111; color: #fff;}
.foot-box .top-box{ display: flex; padding: 1.875rem 2.5rem 3.125rem; letter-spacing: 2px;}
.foot-box .top-box ul{ float: left; font-size: 12px;}
.foot-box .top-box ul+ul{ margin-left: 3.125rem;}
.foot-box .top-box ul span{ display: block; font-size: 14px; white-space: nowrap;}
.foot-box .top-box ul li{ display: block; color: #999; margin-top: 1rem;}
.foot-box .top-box ul li img{ width: 70px;}
.foot-box .top-box ul li a{ color: #999;}
.foot-box .top-box ul li a:hover{ color: #fff;}
.foot-box .top-box ul:last-child li{ white-space: nowrap;}
.foot-box .lower-box{ padding: 24px 2.5rem; font-size: 14px;}
.all-title2{ text-align: center;}
.all-title2 span{ display: block; font-size: 2.5rem;}
.all-title2 p{ font-size: 12px; color: #999; display: inline-block; padding: 0 6.25rem; position: relative;}
.all-title2 p i{ display: inline-block; position: relative; z-index: 2; padding: 0 0.375rem; background: #fff;}
.all-title2 p::after{ content: ''; width: 100%; height: 1px; background: #999; position: absolute; left: 0; top: 50%;}
.about-box1{ padding: 2.5rem 0;}
.about-box1:nth-child(2){ padding-top: 5rem;}
.about-box1 .box-info{ padding-top: 3.75rem;}
.about-box1 .box-info .pull-left{ width: 48.4%; position: relative; padding-left: 9%;}
.about-box1 .box-info .pull-left::after{ content: ''; width: 100%; height: 48%; background: #f0f0f0; position: absolute; left: 0; bottom: 0;}
.about-box1 .box-info .pull-left img{ width: 100%; float: left; position: relative; z-index: 2;}
.about-box1 .box-info .pull-right{ width: 51.6%; padding-left: 3.25rem;}
.about-box1 .box-info .pull-right .box1{ font-size: 1.875rem;}
.about-box1 .box-info .pull-right .box2{ height: 350px; overflow: auto; font-size: 14px; line-height: 24px; margin-top: 1.875rem; text-align: justify; padding-right: 1.5rem;}
.about-box1 .box-info .pull-right .box2::-webkit-scrollbar{ width: 5px; background: #fff;}
.about-box1 .box-info .pull-right .box2::-webkit-scrollbar-thumb{ background: #eee;}
.about-box1 .box-info .pull-right .box2::-webkit-scrollbar-button:hover{ background-color: #ddd !important;}
.about-box1 .box-info .pull-right .box2::-webkit-scrollbar-button:active{ background-color: #d2d2d2 !important;}
.about-box1 .list-box1,.about-box1 .list-box2{ margin-top: 2rem;}
.list-box1 ul li{ width: 49.2%; float: left; margin-top: 2.1875rem; text-align: center; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.list-box1 ul li:nth-child(2n){ float: right;}
.list-box1 ul li span{ width: 100%; float: left; height: 16.1875rem; overflow: hidden;}
.list-box1 ul li span img{ width: 100%; height: 100%; object-fit: cover; transition: all .6s;}
.list-box1 ul li p{ width: 100%; float: left; line-height: 40px; font-size: 1rem;}
.list-box1 ul li:hover span img{ transform: scale(1.1);}
.list-box2 ul{ margin: 0 -0.75rem;}
.list-box2 ul li{ width: 33.33%; float: left; padding: 0 0.75rem; margin-top: 1.25rem;}
.list-box2 ul li a{ width: 100%; float: left; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.2); text-align: center;}
.list-box2 ul li a span{ width: 100%; float: left; height: 19.6875rem; overflow: hidden;}
.list-box2 ul li a span img{ width: 100%; height: 100%; float: left; object-fit: cover; transition: all .6s;}
.list-box2 ul li a p{ width: 100%; height: 6.5625rem; float: left; display: flex; align-items: center; justify-content: center; padding: 0 1rem; font-size: 1rem;}
.list-box2 ul li a:hover{ background: #0071ec; color: rgba(255,255,255,0.85);}
.list-box2 ul li a:hover span img{ transform: scale(1.1);}
.page-menu{ margin-top: 3.125rem;}
.page-menu a{ line-height: 3rem; font-size: 1rem; min-width: 9.375rem; border: 1px solid #979797; text-align: center;}
.page-menu a+a{ border-left-width: 0;}
.page-menu a:hover,.page-menu a.active{ background: #0071ec; color: #fff;}
.product-box1{ padding: 5rem 0;}
.product-box1 .center-block{ margin-top: 2.5rem;}
.product-box1 .center-block ul{ margin: 0 -0.625rem;}
.product-box1 .center-block ul li{ width: 25%; float: left; padding: 0 0.625rem; margin-top: 1.25rem;}
.product-box1 .center-block ul li a{ width: 100%; float: left; position: relative; overflow: hidden; box-shadow: 0 0 10px rgba(0,0,0,0.1); background: #fff;}
.product-box1 .center-block ul li a .box-info1 .box1{ height: 12.5rem; overflow: hidden;}
.product-box1 .center-block ul li a .box-info1 .box1 img{ width: 100%; height: 100%; float: left; object-fit: cover;}
.product-box1 .center-block ul li a .box-info1 .box2{ padding: 0.875rem 0.875rem 0.9rem;}
.product-box1 .center-block ul li a .box-info1 .box2 span{ display: block; font-size: 1rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.product-box1 .center-block ul li a .box-info1 .box2 p{ font-size: 12px; height: 32px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin-top: 0.625rem;}
.product-box1 .center-block ul li a .box-info2{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0,113,236,0.8); color: #fff; padding: 0 14px; opacity: 0; transition: all .6s;}
.product-box1 .center-block ul li a .box-info2 span{ width: 100%; font-size: 1rem;}
.product-box1 .center-block ul li a .box-info2 p{ font-size: 12px; margin-top: 0.8rem;}
.product-box1 .center-block ul li a:hover .box-info2{ opacity: 1;}
.pager{ margin: 5rem 0 0;}
.pager li>a,.pager li>span{ border-radius: 2px !important; margin: 0 0.3125rem; padding: 0.35rem 0.65rem; color: #333; font-size: 12px;}
.pagination>.active>span{ background: #578DF3;}
.pagination>li:last-child>a, .pagination>li:last-child>span{ margin-right: 0;}
.page-info{ padding: 3.125rem 0;}
.page-info .box1{ font-size: 2.25rem; font-weight: bold;}
.page-info .box2{ margin-top: 1.875rem; font-size: 12px; color: #333;}
.page-info .box3{ font-size: 14px; margin-top: 1.875rem; line-height: 1.6;}
.service-box1{ padding: 5rem 0 3.75rem;}
.service-box1 .box-info{ margin-top: 1.25rem;}
.service-box1 .box-info ul{ margin: 0 -0.625rem;}
.service-box1 .box-info ul li{ float: left; padding: 0.625rem; position: relative;}
.service-box1 .box-info ul li img{ width: 100%; height: 100%; float: left; object-fit: cover; transition: all .6s;}
.service-box1 .box-info ul li a{ width: 100%; height: 100%; float: left; position: relative; overflow: hidden;}
.service-box1 .box-info ul li .center-block{ position: absolute; left: 2.25rem; bottom: 2.5rem; color: #fff;}
.service-box1 .box-info ul li .center-block strong{ display: block; font-size: 1.5rem; font-weight: bold;}
.service-box1 .box-info ul li .center-block p{ font-size: 0.875rem; margin: 0.875rem 0;}
.service-box1 .box-info ul li:hover img{ transform: scale(1.1);}
.service-box1 .box-info .pull-left{ width: 43.5%;}
.service-box1 .box-info .pull-right{ width: 56.5%; padding-left: 1.25rem;}
.service-box1 .box-info .pull-left ul li{ width: 100%;}
.service-box1 .box-info .pull-left ul li:nth-child(1){ height: 17.5rem;}
.service-box1 .box-info .pull-left ul li:nth-child(2){ height: 22.5rem;}
.service-box1 .box-info .pull-right ul li:nth-child(1){ width: 100%; height: 25.625rem;}
.service-box1 .box-info .pull-right ul li:nth-child(1) .center-block{ left: 3.6875rem; bottom: 50%; margin-bottom: -3.125rem;}
.service-box1 .box-info .pull-right ul li:nth-child(2){ width: 50%; height: 14.375rem;}
.service-box1 .box-info .pull-right ul li:nth-child(2) a{ background: #f54123;}
.service-box1 .box-info .pull-right ul li:nth-child(3){ width: 50%; height: 14.375rem;}
.service-box1 .box-info .pull-right ul li:nth-child(3) a{ background: #0071ec;}
.service-box2 .box-info{ padding: 3.4375rem 0 6.25rem;}
.service-box2 .box-info ul{ margin: 0 -0.625rem;}
.service-box2 .box-info ul li{ width: 16.66%; float: left; padding: 0 0.625rem; margin-top: 1.25rem;}
.service-box2 .box-info ul li a{ width: 100%; height: 13.4375rem; float: left; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.2); text-align: center; padding: 1.875rem 0 0;}
.service-box2 .box-info ul li a i{ display: block;}
.service-box2 .box-info ul li a i img{ height: 5.8125rem;}
.service-box2 .box-info ul li a span{ display: block; font-size: 1.5rem;}
.service-box2 .box-info ul li a p{ font-size: 12px; margin-top: 6px;}
.service-box2 .box-info ul li a:hover{ background: #4C85F9; color: #fff;}
.contact-box{ padding: 5rem 0 0;}
.contact-box .top-box{ padding: 1.5625rem 0 2.8125rem;}
.contact-box .top-box ul{ margin: 0 -0.75rem;}
.contact-box .top-box ul li{ width: 33.33%; float: left; padding: 0 0.75rem; margin-top: 1.25rem;}
.contact-box .top-box ul li .between-center{ width: 100%; height: 6.25rem; float: left; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.1); padding: 0 1rem 0 1.875rem; position: relative;}
.contact-box .top-box ul li .between-center div{ width: 82%;}
.contact-box .top-box ul li .between-center div span{ font-size: 1.125rem;}
.contact-box .top-box ul li .between-center div p{ font-size: 0.875rem; margin-top: 0.5rem;}
.contact-box .top-box ul li .between-center .ewm{ width: 4.625rem; height: 4.625rem; position: absolute; right: 3.4375rem; top: 50%; margin-top: -2.3125rem;}
.contact-box .lower-box{ height: 47.5rem; background: #F2F1ED;}
.contact-box .lower-box img,.contact-box .lower-box label{ max-width: initial;}
.contact-map{ width: 230px; height: 255px; background: #fff; float: left; border-radius: 5px; box-shadow: 0 0 0.625rem rgba(0,0,0,0.1); position: relative; padding: 18px 0 0;}
.contact-map .imgs{ height: 132px; overflow: hidden;}
.contact-map .imgs img{ width: 100%; height: 100%; object-fit: cover;}
.contact-map .info{ padding:10px 0 0;}
.contact-map .info span{ font-size: 14px; color: #f54123;}
.contact-map .info p{ font-size: 12px; color: #7f7f7f; background-position: 0 3px; background-repeat: no-repeat; padding-left: 22px; margin-top: 10px;}
.contact-map .info p.icon1{ background-image: url(../image/icon_4.png);}
.contact-map .info p.icon2{ background-image: url(../image/icon_5.png);}
.xmcx_box .top-box{ background: #317dff; padding: 25px 20px 95px; text-align: center;}
.xmcx_box .lower-box{ position: relative; z-index: 2; padding: 0 30px; margin-top: -75px;}
.xmcx_box .lower-box .center-block{ background: #fff; border-radius: 10px; box-shadow: 0 5px 10px rgba(231,239,253,0.5); padding: 0 30px 30px; position: relative;}
.xmcx_box .lower-box .center-block p{ font-size: 20px; font-weight: bold; margin-top: 24px;}
.xmcx_box .lower-box .center-block input{ font-size: 14px; width: 100%; height: 20px; border: none; background: none; margin-top: 6px;}
.xmcx_box .lower-box .btns{ width: 100%; height: 45px; background: #317DFF; color: #fff; font-size: 20px; border-radius: 50px; margin: 50px 0 0; border:none;}
.xmjd-box .top-box{ background: #317dff; text-align: center; padding: 60px 30px 20px;}
.xmjd-box .lower-box{ padding: 5px 30px 30px;}
.xmjd-box .lower-box .box1{ font-size: 20px; font-weight: bold; margin-top: 17px;}
.xmjd-box .lower-box .box2{ font-size: 14px; color: #999; margin-top: 6px;}
.xmjd-box .lower-box .box3 ul{ margin: 0 -8px;}
.xmjd-box .lower-box .box3 ul li{ width: 33.33%; float: left; margin-top: 0.9375rem; text-align: center; padding: 0 8px;}
.xmjd-box .lower-box .box3 ul li span{ width: 100%; height: 120px; float: left; background: #EAF2FF; overflow: hidden;}
.xmjd-box .lower-box .box3 ul li p{ width: 100%; float: left; font-size: 14px; margin-top: 10px;}
.xmjd-box .lower-box .box3.style2 ul li span{ height: 80px;}
.xmjd-box .lower-box .box3.style2 ul li span img{ width: 100%; height: 100%; object-fit: cover;}
.xmjd-box .lower-box .box4{ background: #f7faff; padding: 15px; border-radius: 10px; margin-top: 15px; font-size: 14px;}
.xmjd-box .lower-box .box4 span{ display: block; color: #95A6C1;}
.xmjd-box .lower-box .box4 p{ margin-top: 6px; text-align: justify;}
.news-list{ padding: 5rem 0;}
.news-list .top-box{ padding: 2.1875rem 0;}
.news-list .top-box ul{ margin: 0 -0.6875rem;}
.news-list .top-box ul li{ width: 33.33%; float: left; padding: 0 0.6875rem; margin-top: 1.375rem;}
.news-list .top-box ul li a{ width: 100%; float: left; height: 16.875rem; position: relative; overflow: hidden; box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.news-list .top-box ul li a img{ width: 100%; height: 100%; float: left; object-fit: cover; transition: all .6s;}
.news-list .top-box ul li a div{ width: 100%; position: absolute; left: 0; bottom: 0; color: #fff; background: rgba(0,0,0,0.2); padding: 0.9375rem; font-size: 12px;}
.news-list .top-box ul li a div span{ display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 1rem; margin-bottom: 0.375rem;}
.news-list .top-box ul li a:hover img{ transform: scale(1.1);}
.news-list .lower-box ul li{ width: 100%; float: left; border-bottom: 1px solid #EAEAEA; padding: 3rem 0;}
.news-list .lower-box ul li a{ width: 100%; float: left;}
.news-list .lower-box ul li .pull-left{ width: 33%; height: 14.6875rem; overflow: hidden;}
.news-list .lower-box ul li .pull-left img{ width: 100%; height: 100%; float: left; object-fit: cover; transition: all .6s;}
.news-list .lower-box ul li .pull-right{ width: 67%; padding:0 5.625rem 0 2.125rem;}
.news-list .lower-box ul li .pull-right span{ display: block; font-size: 1rem; font-weight: bold; margin-top: 0.3125rem;}
.news-list .lower-box ul li .pull-right p{ font-size: 12px; line-height: 1.5rem; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; height: 7.5rem; margin: 0.9375rem 0 1.875rem; color: #222;}
.news-list .lower-box ul li .pull-right i{ font-size: 12px; color: #222;}
.news-list .lower-box ul li:hover .pull-left img{ transform: scale(1.1);}
.page-search{}
.page-search .between-center{ width: 500px;}
.page-search .between-center .layui-input{ width: 80%; font-size: 1rem; line-height: 3.125rem; height: 3.125rem;}
.page-search .between-center .layui-btn{ width: 20%; font-size: 1rem; margin-left: 10px; line-height: 3.125rem; height: 3.125rem;}
/* 小于等于多少高度的样式 */
@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%;}
.home-box5 .center-block .box-info{ margin: 62px 0 0 265px;}
}
@media screen and (max-width:1440px){
html,body{ font-size: 80%;}
.w-1500{ width: 1200px;}
.home-box1 .lower-box .pull-right .center-center{ width: 22rem; height: 22rem;}
.home-box5 .center-block .box-info{ margin: 37px 0 0 230px;}
.home-box4 .lower-box .pull-left{ padding-top: 5rem;}
.home-box4 .lower-box .pull-left .center-block{ padding-right: 30%;}
}
@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%;}
.div-pc{ display: none;}
.div-phone{ display: block;}
/*nav*/
.nav_btn{ display: block;}
.nav_btn.cur i{ background: #f54123;}
.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_jt5.png) no-repeat center; background-size: 100%; position: absolute; right: -20px; top: 1px; pointer-events: none;}
.nav ul li span.active:hover a::after,.nav ul li.active span.active a::after{ background-image: url(../image/icon_jt5_h.png);}
.nav ul li .nav-second{ position: relative; top: 0; width: 100%; overflow: initial; display: block; float: left; background: none;}
.nav ul li .nav-second a{ min-width: 100%; margin: 0; font-size: 12px;}
.nav ul li:hover span a{ color: #f54123 !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: 5px 10px;}
.nav.active{ transform: translate(0,0);}
/*nav end*/
.head-box{ padding: 10px 0; position: fixed;}
.head-box .pull-left img{ height: 40px;}
.all-center-box{ margin-top: 60px;}
.online{ top: 25vh; margin-top: 0;}
.online img{ height: 3rem;}
.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 .top-box .pull-left{ width: 100%; text-align: center; line-height: 4rem;}
.home-box1 .top-box::after{ width: 100%; height: 3.5rem; display: none;}
.home-box1 .top-box .pull-right{ width: 100%; padding: 0;}
.home-box1 .top-box .pull-right .text{ width: 85%; height: 3.5rem; padding-left: 6%;}
.home-box1 .top-box .pull-right .btns{ width: 15%; height: 3.5rem;}
.home-box1 .lower-box{ padding: 1.5rem 0 0;}
.home-box1 .lower-box .w-1200{ display: block;}
.home-box1 .lower-box .pull-left{ width: 100%;}
.home-box1 .lower-box .pull-left .box2{ margin: 1rem 0;}
.home-box1 .lower-box .pull-right{ width: 100%; margin-top: 0.5rem;}
.home-box1 .lower-box .pull-right .center-center{ width: 100%; height: auto; border-radius: 0; padding: 2rem; margin-top: 1rem;}
.home-box1 .lower-box .pull-right .center-center p{ height: auto;}
.home-box1 .lower-box .pull-right .center-center span{ margin: 1rem 0;}
.home-box2 ul li{ width: 100% !important; height: auto; margin-top: 1.5rem;}
.home-box2 ul li .box-info1{ display: none;}
.home-box2 ul li .box-info2{ position: relative; padding: 2rem 1.5rem; opacity: 1;}
.home-box2 ul li .box-info2 .box1 span{ padding: 16px 0 10px;}
.home-box2 ul li .box-info2 .box2{ margin: 16px 0 10px;}
.home-box2 ul li .box-info2 .box4{ margin-top: 18px;}
.home-box2 ul li .box-info1 .center-block{ width: 100%;}
.home-box2 ul li .box-info2 .center-block{ width: 100%;}
.home-box3{ padding: 1.5rem 1.5rem 0 0;}
.home-box3::after{ height: 96%;}
.home-box3 .center-block{ width: 100%; padding: 0 1.5rem 1rem;}
.home-box3 .center-block .box-info1,.home-box3 .center-block .box-info2{ width: 100%;}
.home-box3 .center-block .box-info1 ul li{ padding: 1rem 0;}
.home-box3 .center-block .imgs{ width: 35%; height: 9rem;}
.home-box3 .center-block .info{ width: 65%; padding-left: 1rem;}
.home-box3 .center-block .info .box1 i{ margin-top: 0.2rem;}
.home-box3 .center-block .box-info2{ margin: 0.5rem 0;}
.home-box3 .center-block .box-info2 .imgs{ height: 16rem;}
.home-box3 .center-block .box-info2 .info{ padding: 1rem 0 0;}
.all-title1 .pull-left{ width: 20rem;}
.all-title1 .pull-left span{ font-size: 1.7rem;}
.home-box4 .top-box{ padding: 2rem 1.5rem;}
.home-box4 .lower-box .pull-left{ width: 100%; padding: 1.5rem; height: auto;}
.home-box4 .lower-box .pull-left .center-block{ display: block !important; padding: 0;}
.home-box5 .center-block{ padding: 2rem 1.5rem 1.5rem; height: auto;}
.home-box5 .center-block .box-info{ margin: 1rem 0 0;}
.foot-box .top-box{ display: none;}
.foot-box .lower-box{ font-size: 12px; padding: 12px 0; text-align: center;}
.about-box1{ padding: 1rem 0;}
.about-box1:nth-child(2){ padding-top: 2rem;}
.about-box1 .box-info{ padding: 0;}
.about-box1 .box-info .pull-left{ width: 100%; padding: 0; height: 250px; overflow: hidden; margin-top: 1rem;}
.about-box1 .box-info .pull-right{ width: 100%; padding: 0; margin-top: 1.5rem;}
.about-box1 .box-info .pull-right .box2{ height: 200px; margin-top: 0.5rem;}
.list-box1 ul li{ width: 100%; margin-top: 1rem;}
.list-box1 ul li span{ height: 14rem;}
.about-box1 .list-box1,.about-box1 .list-box2{ margin-top: 1rem;}
.list-box2 ul li{ width: 100%;}
.list-box2 ul li a span{ height: 26rem;}
.product-box1{ padding: 2rem 0;}
.page-menu{ margin-top: 2rem; padding-left: 5px;}
.page-menu .between-center{ display: block; width: 100%;}
.page-menu a{ min-width: 25%; float: left; margin-top: -1px; margin-left: -1px; }
.page-menu a+a{ border-left-width: 1px;}
.product-box1 .center-block{ margin-top: 1rem;}
.product-box1 .center-block ul li{ width: 50%;}
.pager{ margin-top: 2rem;}
.page-info{ padding: 2rem 0;}
.page-info .box1{ font-size: 1.875rem;}
.page-info .box2,.page-info .box3{ margin-top: 1rem;}
.service-box1{ padding: 2rem 0;}
.service-box1 .box-info .pull-left,.service-box1 .box-info .pull-right{ width: 100%; padding: 0;}
.service-box1 .box-info ul li{ width: 100% !important; height: 18rem !important;}
.service-box1 .box-info ul li .center-block{ left: 1.5rem !important; bottom: 1.5rem !important; margin: auto !important;}
.service-box1 .box-info .pull-right ul li:nth-child(2),.service-box1 .box-info .pull-right ul li:nth-child(3){ width: 50% !important; height: 12rem !important;}
.service-box2 .box-info{ padding: 1rem 0 3rem;}
.service-box2 .box-info ul li{ width: 50%;}
.service-box2 .box-info ul li a{ padding-top: 1.5rem;}
.contact-box{ padding: 2rem 0 0;}
.contact-box .top-box{ padding: 0.5rem 0 2rem;}
.contact-box .top-box ul{ margin: auto;}
.contact-box .top-box ul li{ width: 100%; padding: 0;}
.contact-box .lower-box{ height: 370px;}
.all-title2 span{ font-size: 2rem;}
.all-title2 p{ margin-top: 0.2rem;}
.news-list{ padding: 2rem 0;}
.news-list .top-box{ padding: 1rem 0 0;}
.news-list .top-box ul{ margin: 0;}
.news-list .top-box ul li{ width: 100%; padding: 0; margin-top: 1rem;}
.news-list .top-box ul li a{ height: 20rem;}
.news-list .lower-box{ margin-top: 1rem;}
.news-list .lower-box ul li{ padding: 1rem 0;}
.news-list .lower-box ul li .pull-left{ width: 100%; height: 18rem;}
.news-list .lower-box ul li .pull-right{ width: 100%; padding: 1rem 0 0;}
.news-list .lower-box ul li .pull-right span{ font-size: 14px;}
.news-list .lower-box ul li .pull-right p{ height: auto; margin: 0.8rem 0;}
.page-search{}
.page-search .between-center{ width: 100%; padding: 0 5px;}
}
@media screen and (max-width:768px){
}
@media screen and (max-width:480px){
}
@media screen and (max-width:365px){
}