/* CSS Document */
@charset "utf-8";
*{margin:0; padding:0; font-family: Arial, 微软雅黑, Microsoft YaHei; }
a { color: #000; text-decoration: none; }
a:hover { text-decoration: none; }
p { margin-bottom: 0; }
ul, ol { list-style-type: none; margin-bottom: 0; }
img { border: 0; max-width: 100%; object-fit: cover;}
.clear { clear: both; }
html { overflow-x: hidden; font-size: 62.5%; }
body { overflow: hidden; height:100%; position: relative; font-size: 1em; }
html.on { overflow: hidden; height: 100%; }
.h60 { height: 60px; clear: both; }
.h120 { height: 120px; clear: both; background: #eee; }
input, buttom, textarea { -webkit-appearance: none; outline: none; }
input[type=radio], input[type=checkbox] { border: none !important; }
select { outline: none }
.fl { float: left; }
.fr { float: right; }
*:focus{ border:none; outline:none;box-shadow: none;}

body::-webkit-scrollbar-track{background-color:#f7f7f7}
body::-webkit-scrollbar{width:6px}
body::-webkit-scrollbar-thumb{background-color:#c1c1c1}
.virtual_scroll_node::-webkit-scrollbar{width:6px}

.header{ position: relative; height: 100px; width: 100%; padding: 0 12.383%; z-index: 999; background: #fff;}
.header .logo{ height: 100px; line-height: 100px; width: 54%; float: left;}
.header .logo img{ max-height:50px }
.header .pc-nav{ width: 46%; float: left;}
.header .pc-nav li{ float: left; height: 100px; line-height: 100px; width: 20%; text-align: center; position: relative;}
.header .pc-nav li > a{ display: inline-block; width: 100%; font-size: 1.8em; color: #777; position: relative; font-weight: bold; }
.header .pc-nav li.on > a, .header .pc-nav li:hover > a{ color: #1276c4;}
.header .pc-nav li .nav-box{ position: absolute; top: 100%; width: 110%; padding-top: 10px; left: 50%; transform: translateX(-50%); display: none;}
.header .pc-nav li:hover .nav-box{ display: block;}
.header .pc-nav li dl{ background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.15); border-radius: 4px; overflow: hidden;}
.header .pc-nav li dd{ width: 100%;  height: 50px; line-height: 50px; border-bottom: 1px solid #eee;}
.header .pc-nav li dd a{ font-size: 1.3em; color: #333; display: inline-block; width: 100%;}
.header .pc-nav li dd:hover{ background: #f5f5f5;}

.header .nav-btn { height: 50px; line-height: 50px; position:relative; z-index:999; float:right; padding:0;}
.header .nav-btn .nav-icon { width: 22px; height: 18px; overflow: hidden; position: relative; top: 50%; float: right; transform:translateY(-50%); z-index: 9; }
.header .nav-btn .nav-icon span { display: inline-block; width: 22px; height: 2px; background: #999; border-radius: 6px; position: absolute; left: 0; transition: all 0.3s linear 0s;}
.header .nav-btn .nav-icon span:nth-child(1) { top: 0; }
.header .nav-btn .nav-icon span:nth-child(2) { width: 16px; top: 8px; }
.header .nav-btn .nav-icon span:nth-child(3) { top: 16px }
.header .nav-active .nav-icon span:nth-child(1){ transform: rotate(45deg); top: 8px; left: -1px;}
.header .nav-active .nav-icon span:nth-child(2) { opacity: 0;}
.header .nav-active .nav-icon span:nth-child(3){ transform: rotate(-45deg); top: 8px; left: -1px;}
.header .nav-active .nav-icon span { background: #999; }

.nav { position: fixed; width: 100%; height: 0; top: 0; left: 0; background: #fff; transition: all 0.3s linear; z-index:99; overflow: hidden;}
.nav.on { height: 100%;}
.nav .nav-top { background: #fff; font-size: 1.6em; color: #666; padding: 0 20px; text-align:left; height: 50px; line-height: 50px;}
.nav ul{ overflow-x:hidden; height: 91%; padding: 0 15px;}
.nav li { width: 100%; line-height: 50px; border-bottom: 1px solid #eee; }
.nav li>a { display: inline-block; width: 80%; height: 100%; text-indent: 30px; font-size: 1.4em; color: #333; }
.nav li.on > a{ color: #1276c4;}
.nav li dl { margin-bottom: 0; display: none; }
.nav li dd { border-bottom: 1px dashed #ccc; }
.nav li dd:last-child { border-bottom: none; }
.nav li dd a { display: inline-block; width: 100%; line-height: 50px; text-align: center; font-size: 1.4em; color: #333; }
.nav-bg{ position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,.35); left: 0; top: 0; display:none;}
.nav-bg.on{ display:block;}

.banner{ height: 31vw; position: relative; z-index: 0;}
.banner .swiper{ width: 100%; height: 100%;}
.banner .swiper-slide:last-child{ height: 100%;}
.banner .banner-text1{ padding: 11.464vw 51.927% 0 24.22%;}
.banner .banner-text2{ padding: 9.9vw 34.1% 0;}
.banner .swiper-button-next{ right: 1%;}
.banner .swiper-button-prev{ left: 1%;}
.banner .swiper-button-next::after, .banner .swiper-button-prev::after{ display: none;}
.banner .swiper-button-next, .banner .swiper-button-prev{ width: 60px; height: 60px; margin-top: -30px;}
.banner .swiper-button-next span, .banner .swiper-button-prev span{ display: inline-block; width: 60px; height: 60px; line-height: 60px; text-align: center; font-size: 4em; border-radius: 4px; color: #333; transition: all .3s;}
.banner .swiper-button-next span::before, .banner .swiper-button-prev span::before{ content: ""; position: absolute; top: 50%; left: 50%; width: 0px; height: 2px; background: #333; transition: all .3s;}
.banner .swiper-button-next:hover span{ text-indent: 5px;}
.banner .swiper-button-prev:hover span{ text-indent: -5px;}
.banner .swiper-button-next:hover span::before, .banner .swiper-button-prev:hover span::before{ width: 20px;}
.banner .swiper-button-next:hover span::before{ left: 15%;}

/*
.banner .swiper-button-next{ right: 1%;}
.banner .swiper-button-prev{ left: 1%;}
.banner .swiper-button-next::after, .banner .swiper-button-prev::after{ display: none;}
.banner .swiper-button-next, .banner .swiper-button-prev{ width: 60px; height: 60px; margin-top: -30px;}
.banner .swiper-button-next span, .banner .swiper-button-prev span{ display: inline-block; width: 60px; height: 60px; line-height: 60px; text-align: center; font-size: 4em; background: rgba(0,0,0,.1); border-radius: 4px; color: #fff;}
.banner .swiper-button-next span:hover, .banner .swiper-button-prev span:hover{ background: rgba(0,0,0,.3);}
*/

.banner .swiper-pagination{ display: none;}
.banner .swiper-pagination-bullet{ border-radius: 4px; width: 8px; height: 4px; background: #fff;}
.banner .swiper-pagination-bullet-active{ background: #fff; width: 20px;}

.index-box1{ padding: 7.8125vw 0 4.1666vw 13.58%; overflow: hidden;}
.index-box1 .img{ width: 50%; float: left;}
.index-box1 .box{ width: 50%; float: left; padding: 0 13% 0 2%;}
.index-box1 .box .t{ font-size: 2.2em; color: #1276c4; line-height: 33px; margin-top: 5.78vw;}
.index-box1 .box .p{ font-size: 1.4em; color: #777; line-height: 35px; margin-top: 1.875vw;}
.index-box1 .box .btns{ margin-top: 1.41vw;}
.index-box1 .box .btns a{ display: inline-block; width: 205px; height: 54px; line-height: 54px; border-radius: 50px; background: #1276c4; border: 1px solid #1276c4; color: #fff; font-size: 1.6em; text-align: center; position: relative; overflow: hidden; transition: all .3s;}
.index-box1 .box .btns a::before{ content: ""; position: absolute; width: 100%; height: 0; padding-bottom: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 100%; transition: all .6s;}
.index-box1 .box .btns a:hover::before{  -webkit-animation: button_zk .75s; animation: button_zk .75s;}

.index-box2{ padding: 4.1666vw 6.8%;}
.index-box2 .top{ text-align: center;}
.index-box2 .top .t{ font-size: 2.2em; color: #1276c4; line-height: 33px;}
.index-box2 .top .p{ font-size: 1.4em; color: #777; margin-top: 1.458vw;}
.index-box2 .list{ margin-top: 3.65vw; display: table; width: 100%;}
.index-box2 .list li{ width: 25%; float: left; padding: 20px 15px;}
.index-box2 .list li a{ display: block; padding: 1vw 3%; box-shadow: 0 0 22px rgba(0,0,0,.1); border-radius: 20px; text-align: center; background: #fff;}
/* .index-box2 .list li .icon{ padding: 0 28%;} */
.index-box2 .list li .t{ font-size: 1.6em; color: #333; line-height: 22px; margin-top: 15px; min-height: 2.8em; display: flex; align-items:center; justify-content:center;}
.index-box2 .list li .p{ font-size: 1.4em; color: #999; line-height: 22px; margin-top: 12px;}

.index-box3{ padding: 4.1666vw 0 0 16.2%; overflow: hidden;}
.index-box3 .box{ width: 41.66%; float: left; padding-right: 6%;}
.index-box3 .box .t{ font-size: 2.2em; color: #1276c4; line-height: 33px;}
.index-box3 .box .p{ font-size: 1.4em; color: #777; line-height: 35px; margin-top: 1.6666vw;}
.index-box3 .box .btns{ margin-top: 2.34vw;}
.index-box3 .box .btns a{ display: inline-block; width: 205px; height: 54px; line-height: 54px; border-radius: 50px; background: #1276c4; border: 1px solid #1276c4; color: #fff; font-size: 1.6em; text-align: center; position: relative; overflow: hidden; transition: all .3s;}
.index-box3 .box .btns a::before{ content: ""; position: absolute; width: 100%; height: 0; padding-bottom: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 100%; transition: all .6s;}
.index-box3 .box .btns a:hover::before{  -webkit-animation: button_zk .75s; animation: button_zk .75s;}
.index-box3 .img{ width: 58.33%; float: left; padding: 5.2vw 16% 0 4%;}

.index-box4{ padding: 4.1666vw 13%;}
.index-box4 .top{ text-align: center;}
.index-box4 .top .t{ font-size: 2.2em; color: #1276c4; line-height: 33px;}
.index-box4 .top .p{ font-size: 1.4em; color: #777; margin-top: 1.458vw;}
.index-box4 .list{ margin-top: 3.65vw; display: table; width: 100%;}
.index-box4 .list li{ width: 33.3333%; float: left; padding: 20px 50px;}
.index-box4 .list li a{ display: block; border-radius: 10px; box-shadow: 0 0 22px rgba(0,0,0,.1); background: #fff; padding: 22px;}
.index-box4 .list li .img{ border-radius: 10px; overflow: hidden;}
.index-box4 .list li .title{ text-align: center;}
.index-box4 .list li .title .t{ font-size: 1.6em; color: #444; line-height: 30px; margin-top: 1.3vw;}
.index-box4 .list li .title .p{ font-size: 1.4em; color: #777; line-height: 30px; margin-top: .52vw;}

.index-box5{ padding: 1.5625vw 9.66% 2.1vw; overflow: hidden;}
.index-box5 .video{ width: 50%; float: left; padding-right: 2%; position: relative;}
.index-box5 .video a{ display: block; background: #fff; border-radius: 20px; padding: 40px; box-shadow: 0 0 22px rgba(0,0,0,.1);}
.index-box5 .video .btns{ position: absolute; background: url(../images/vbg01.png) -116px -196px no-repeat; width: 60px; height: 60px; left: 50%; top: 0%; transform: translate(-50%,-50%); opacity: 0; z-index: 1; transition: all .3s;}
.index-box5 .video:hover .btns{ top: 50%; opacity: 1;}

.index-box5 .box{ width: 50%; float: left; padding-left: 2%;}
.index-box5 .box .top{ font-size: 2.6em; color: #1276c4; line-height: 33px; margin-top: 2.65vw; margin-bottom: 1vw;}
.index-box5 .box .text{ font-size: 1.4em; color: #777; line-height: 35px; margin-top: 1.66vw;}
.index-box5 .box .list{ display: block;}
.index-box5 .box .list ul{ margin: 0 -10px; display: table; width: 100%;}
.index-box5 .box .list li{ width: 50%; padding: 12px; float: left;}
.index-box5 .box .list li a{ display: table; width: 100%; box-shadow: 0 0 22px rgba(0,0,0,.1); border-radius: 10px; overflow: hidden;}
.index-box5 .box .list li .icon{ height: 6.2vw; width: 25%; float: left; text-align: center; line-height: 6.2vw; font-size: 3.6em; color: #fff;}
.index-box5 .box .list li .icon1{ background: #1276c4;}
.index-box5 .box .list li .icon2{ background: #eb3f41;}
.index-box5 .box .list li .icon3{ background: #ff8949;}
.index-box5 .box .list li .icon4{ background: #f4ce1e;}
.index-box5 .box .list li .icon5{ background: #05b494;}
.index-box5 .box .list li .icon6{ background: #a403f4;}
.index-box5 .box .list li .b{ width: 75%; float: left; line-height: 30px; padding: 10px 10px;}
.index-box5 .box .list li .b .t{ font-size: 1.5em; color: #444;}
.index-box5 .box .list li .b .p{ font-size: 1.4em; color: #777;}


.poptrox-popup{ padding: 10px !important;}
.poptrox-popup .caption{ display: none !important;}


@-webkit-keyframes button_zk{
    0%{
        background:rgba(0,0,0,.25);
        transform:translateX(-50%) translateY(-50%) scale(0)
    }to{
        background:transparent;
        transform:translateX(-50%) translateY(-50%) scale(1)
    }
}
@keyframes button_zk{
    0%{
        background:rgba(0,0,0,.25);
        transform:translateX(-50%) translateY(-50%) scale(0)
    }to{
        background:transparent;
        transform:translateX(-50%) translateY(-50%) scale(1)
    }
}


.index-box6{ padding: 2.1vw 9.4%;}
.index-box6 .top{ text-align: center;}
.index-box6 .top .t{ font-size: 2.2em; color: #1276c4; line-height: 33px;}
.index-box6 .top .p{ font-size: 1.4em; color: #777; margin-top: 1.458vw;}
.index-box6 .news-list{ padding: 2.1vw 0;}




.foot-copy{ padding: 12px 0; background: #2b2b2b;}
.foot-copy p{ color: #999; font-size: 1.2em; text-align: center; line-height: 16px; margin: 8px 0;}
.foot-copy p a{ color: #999;}

.zdxf{ position: fixed; bottom: 16%; right: 20px; z-index: 9999;}
.zdxf li{ width: 48px; height: 48px; background: #fff; border-radius: 50%; box-shadow: 0 0 8px 0 rgba(0,0,0,.12); position: relative; margin-bottom: 12px;}
.zdxf li > a{ display: block;}
.zdxf li > a img{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 25px; }
.zdxf li .box{ position: absolute; top: 50%; transform: translate(-110%,-50%); background: #fff; border-radius: 6px; box-shadow: 0 0 8px 0 rgba(0,0,0,.12); font-size: 1.4em; color: #333; max-width: 250px; width: max-content; padding: 15px; display: none;}
.zdxf li .box::after{ background: #fff; content: ""; filter: drop-shadow(2px -2px 1px rgba(0,0,0,.05)); height: 8px; position: absolute; right: -12px; top: 50%; transform: translate(-100%,-50%) rotate(45deg); width: 8px;}
.zdxf li .box p{ text-align: center;}
.zdxf li .box img{ width: 110px; margin: 5px 0;}
.zdxf li:hover{ background: #1276c4;}
.zdxf li:hover > a img{  filter: invert(100%);}
.zdxf li:hover .box{ display: block;}

.xf{ position: fixed; right: 20px; bottom: 10%; width: 48px; height: 48px; border-radius: 100%; background: #1276c4; cursor: pointer; display: none; z-index: 99; box-shadow: 0 0 9px 0 rgba(0,0,0,.1); transition: all .3s;}
.xf a{ position: absolute; font-size: 2em; color: #fff; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.xf:hover{ transform: translateY(-10px);}

.page-banner{ height: 27vw; position: relative; z-index: 0;}

.about-box1{ background: url(../images/about-box1-bg.webp) no-repeat center; background-size: cover; padding: 5.729vw 9.4% 6.25vw; overflow: hidden;}
.about-box1 .img{ width: 50%; float: left; padding-right: 1.8%;}
.about-box1 .box{ width: 50%; float: left;}
.about-box1 .box .t{ font-size: 2.2em; color: #1276c4; margin-top: 2.6vw;}
.about-box1 .box .p{ font-size: 1.6em; color: #777; line-height: 35px; margin-top: 1.875vw; padding-left: 3.2%;}

.about-box3{ background: url(../images/about-box3-bg.jpg) no-repeat center; background-size: cover; padding-right: 7.84%; overflow: hidden; height: 46.1vw;}
.about-box3 .img{ width: 50%; float: left; height: 100%; position: relative; overflow: hidden;}
.about-box3 .img img{ position: absolute; width: 100%; height: 100%; transform: scale(1.1); transition: all .3s;}
.about-box3 .img:hover img{ transform: scale(1);}
.about-box3 .box{ width: 50%; float: left; padding-left: 8.8%;}
.about-box3 .box .t{ font-size: 2.2em; color: #1276c4; margin-top: 7.45vw;}
.about-box3 .box .p{ font-size: 1.4em; color: #777; line-height: 35px; margin-top: 1.46vw;}
.about-box3 .box .imgs{ margin-top: 2.86vw; border-radius: 20px; overflow: hidden; box-shadow: 0 0 22px rgba(0,0,0,.15); background: #fff; padding: 30px;}
.about-box3 .box .imgs span{ display: block; position: relative; width: 100%; height: 100%; overflow: hidden;}
.about-box3 .box .imgs span img{ transition: all .3s;}
.about-box3 .box .imgs:hover span img{ transform: scale(1.1);}

.case-box{ padding: 50px 8.36% 2.34vw; overflow: hidden; min-height: 22vh;}
.case-box .top{ text-align: center;}
.case-box .top .t{ line-height: 30px; font-size: 2.2em; color: #1276c4;}
.case-box .top .p{ font-size: 1.4em; color: #777; margin-top: 1.46vw;}
.case-box .box{ display: table; width: 100%; }
.case-box .box li{ width: 25%; float: left; padding: 0 10px; margin-bottom: 40px; }
.case-box .box li .img{ border-radius: 20px; background: #fff; box-shadow: 0 0 22px rgba(0,0,0,.1); padding: 15px;}
.case-box .box li .img span{ display: block; position: relative; height: 17vw; overflow: hidden;}
.case-box .box li .img img{ position: absolute; width: 100%; height: 100%; border-radius: 20px; transition: all .3s;}
.case-box .box li:hover .img img{ transform: scale(1.1);}
.case-box .box li .t{ font-size: 1.6em; text-align: center; color: #444; margin-top: 1.2vw; min-height: 3.2em;}

.case-box .list{ margin-top: 3.6vw;}
.case-box .list li{ padding: 3.6vw 0; display: table; width: 100%; border-bottom: 1px dashed #f2f2f2;}
.case-box .list li:last-child{ border-bottom: none;}
.case-box .list li .img{ width: 50%; float: left; padding: 0 35px;}
.case-box .list li .img .b{  border-radius: 20px; background: #fff; box-shadow: 0 0 22px rgba(0,0,0,.1); padding: 25px;}
.case-box .list li .img span{ display: block; position: relative; height: 14.33vw; overflow: hidden;}
.case-box .list li .img img{ position: absolute; width: 100%; height: 100%; border-radius: 20px; transition: all .3s;}
.case-box .list li .img:hover img{ transform: scale(1.1);}
.case-box .list li .text{ width: 50%; float: left; padding-left: 3%;}
.case-box .list li .text .t{ font-size: 1.8em; color: #444; height: 30px; margin: 4.51vw 0 0;}
.case-box .list li .text .p{ font-size: 1.4em; color: #777; line-height: 35px; margin-top: 1.5625vw;}


.pager-list{ text-align:center; margin-top: 10px;}
.pager-list ul{ list-style-type:none; margin:0; padding:0; display:inline-block;}
.pager-list li{ float:left; padding:0 5px;}
.pager-list li>*{ display:inline-block; font-size:14px; color:#333 !important; height:36px; line-height:34px !important; width: 36px; padding:0 !important;  background:#eee; border-radius:4px !important;}
.pager-list li a:hover{ background: #1276c4;; color:#fff !important; border:1px solid #1276c4;}
.pager-list li.active>*{ color:#fff !important; background:#1276c4; border:1px solid #ddd;}
.pager-list li.disabled>*{ cursor:auto; background:#fff; color:#333;}
.pager-list li.active>span:hover, .pager-list li.active>a:hover{ background:#1276c4; border:1px solid #1276c4; color: #fff !important;}
.pager-list li i{ font-size: 1.2em; position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%;}

.case-con{ padding: 30px 12.383%; position: relative; z-index: 0;}
.case-con .title{ font-size: 2em; color: #333; font-weight: bold; text-align: center; margin: 0 0 30px;}
.case-con .imgs{ border: 1px solid #f2f2f2; height: 700px; background: #fcfcfc; position: relative;}
.case-con .imgs .swiper{ width: 100%; height: 100%;}
.case-con .imgs .swiper-slide{ text-align: center; width: 100%; height: 100%; overflow: hidden;}
.case-con .imgs img{ position: absolute; height: 100%; left: 50%; max-width: none; transform: translateX(-50%);}
.case-con .imgs .swiper-button-next{ right: 1%;}
.case-con .imgs .swiper-button-prev{ left: 1%;}
.case-con .imgs .swiper-button-next::after, .case-con .swiper-button-prev::after{ display: none;}
.case-con .imgs .swiper-button-next, .case-con .swiper-button-prev{ width: 60px; height: 60px; margin-top: -30px;}
.case-con .imgs .swiper-button-next span, .case-con .swiper-button-prev span{ display: inline-block; width: 60px; height: 60px; line-height: 60px; text-align: center; font-size: 4em; background: rgba(0,0,0,.1); border-radius: 4px; color: #fff;}
.case-con .imgs .swiper-button-next span:hover, .case-con .swiper-button-prev span:hover{ background: rgba(0,0,0,.3);}
.case-con .imgs .swiper-pagination{ width: auto; left: inherit; right: 10px; background: #999; font-size: 1.4em; border-radius: 20px; padding: 2px 10px; color: #fff;}
.case-con .text{ padding: 30px 0; font-size: 1.4em; color: #666; line-height: 1.75em; border-bottom: 1px solid #efefef;}
.case-con .text p+p{ margin-top: 15px;}

.news-box{ padding-bottom: 5.21vw;}
.news-box .news-hot{ padding: 5.2vw 10.45%;}
.news-box .news-hot .top{ text-align: center;}
.news-box .news-hot .top .t{ line-height: 30px; font-size: 2.2em; color: #1276c4;}
.news-box .news-hot .top .p{ font-size: 1.4em; color: #777; margin-top: 1.46vw;}
.news-box .news-hot .list{ margin-top: 1.56vw; display: table; width: 100%;}
.news-box .news-hot .list li{ width: 50%; padding: 24px 10px 0; float: left;}
.news-box .news-hot .list li a{ display: block; padding: 5%; background: #fff;}
.news-box .news-hot .list li:hover a{ border-radius: 4px; box-shadow: 0 0 22px rgba(0,0,0,.12);}
.news-box .news-hot .list li .img{ overflow: hidden; position: relative; height: 18.44vw;}
.news-box .news-hot .list li .img img{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; transition: all .3s;}
.news-box .news-hot .list li:hover .img img{ transform: scale(1.1);}
.news-box .news-hot .list li .title{ margin-top: 20px;}
.news-box .news-hot .list li .title h4{ margin: 0; font-size: 1.6em; line-height: 24px; color: #333; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.news-box .news-hot .list li:hover .title h4{ color: #1276c4;}
.news-box .news-hot .list li .title .date{ font-size: 1.4em; color: #999; margin-top: 9px; line-height: 1;}
.news-box .news-hot .list li .p{ font-size: 1.4em; line-height: 24px; color: #666; margin-top: 18px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.news-box .news-hot .list li .other{ overflow: hidden; margin-top: 16px;}
.news-box .news-hot .list li .other .bq{ height: 28px; line-height: 28px; float: left;}
.news-box .news-hot .list li .other .bq span{ display: inline-block; padding: 0 8px; height: 28px; line-height: 28px; border: 1px solid #e5e5e5; border-radius: 5px; font-size: 1.2em; color: #999; text-align: center;}
.news-box .news-hot .list li .other .bq span+span{ margin-left: 10px;}
.news-box .news-hot .list li .other .icon{ float: right; width: 40px; height: 28px; overflow: hidden; position: relative;}
.news-box .news-hot .list li .other .icon span{ display: inline-block; width: 22px; height: 28px; position: absolute; left: 50%; transform: translateX(-50%); transition: all .3s;}
.news-box .news-hot .list li:hover .other .icon span{ left: 100%; transform: translateX(0);}
.news-box .news-hot .list li .other .icon span:first-child{ right: 100%; left: inherit; transform: translateX(0);}
.news-box .news-hot .list li:hover .other .icon span:first-child{ right: 10px; transform: translateX(0);}
.news-box .news-hot .list li .other .icon span::before{ content: ""; position: absolute; width: 20px; height: 1px; background: #333; top: 50%; right: 2px; transform: translateY(-50%); z-index: 1;}
.news-box .news-hot .list li .other .icon span i{ display: inline-block; width: 6px; height: 10px; border-left: 6px solid #666; border-top: 6px solid transparent; border-bottom: 6px solid transparent; position: absolute; top: 50%; transform: translateY(-50%); right: 0; z-index: 0;}
.news-box .news-hot .list li .other .icon span i::before{ content: ""; display: inline-block; width: 6px; height: 10px; border-left: 6px solid #fff; border-top: 6px solid transparent; border-bottom: 6px solid transparent; position: absolute; top: 50%; right: 2px; transform: translateY(-50%);}


.news-list{ padding: 4.1666vw 11.5% 2.1vw; display: table; width: 100%;}
.news-list li{ padding: 0 30px; width: 50%; float: left;}
.news-list li:hover{ border-radius: 4px; box-shadow: 0 0 22px rgba(0,0,0,.12);}
.news-list li a{ display: block; padding: 30px 0;}
.news-list li:nth-child(-n+4) a{ border-bottom: 1px solid #e5e5e5;}
.news-list li .title{ line-height: 24px; overflow: hidden;}
.news-list li .title h4{ font-size: 1.6em; color: #333; margin: 0; width: 75%; line-height: inherit; float: left; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.news-list li .title .date{ float: left; width: 25%; text-align: right; font-size: 1.4em; color: #999;}
.news-list li .p{ font-size: 1.4em; color: #666; margin-top: 15px; line-height: 24px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.news-list li .bq{ margin-top: 20px;}
.news-list li .bq span{ display: inline-block; padding: 0 8px; height: 28px; line-height: 28px; border: 1px solid #e5e5e5; border-radius: 5px; font-size: 1.2em; color: #999; text-align: center;}
.news-list li:hover .title h4{ color: #1276c4;}

.news-pic-list{ margin: 3.125vw 9.2%;}
.news-pic-list li{ padding: 0 30px; background: #fff;}
.news-pic-list li:hover{ border-radius: 4px; box-shadow: 0 0 22px rgba(0,0,0,.12);}
.news-pic-list li a{ display: block; overflow: hidden; padding: 30px 0; border-bottom: 1px solid #e5e5e5;}
.news-pic-list li:last-child a{ border-bottom: none;}
.news-pic-list li .img{ width: 25%; float: left; overflow: hidden;}
.news-pic-list li .img img{ transition: all .3s;}
.news-pic-list li:hover .img img{ transform: scale(1.1);}
.news-pic-list li .box{ width: 75%; padding-left: 30px; float: left;}
.news-pic-list li .box .title{ line-height: 24px; overflow: hidden;}
.news-pic-list li .box .title h4{ font-size: 1.6em; color: #333; margin: 0; width: 75%; line-height: inherit; float: left; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.news-pic-list li .box .title .date{ float: left; width: 25%; text-align: right; font-size: 1.4em; color: #999;}
.news-pic-list li .box .p{ font-size: 1.4em; color: #666; margin-top: 18px; line-height: 24px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.news-pic-list li .box .bq{ margin-top: 20px;}
.news-pic-list li .box .bq span{ display: inline-block; padding: 0 8px; height: 28px; line-height: 28px; border: 1px solid #e5e5e5; border-radius: 5px; font-size: 1.2em; color: #999; text-align: center;}
.news-pic-list li:hover .box .title h4{ color: #1276c4;}



.news-con{ padding: 1vw 12.383% 0;}
.news-con .title{ font-size: 2.2em; color: #333; padding-top: 24px; margin: 0;}
.news-con .date{ font-size: 1.4em; color: #999; padding: 30px 0 24px; border-bottom: 1px solid #ddd;}
.news-con .text{ padding: 30px 0; font-size: 1.4em; color: #666; line-height: 1.75em; border-bottom: 1px dashed #efefef;}
.news-con .text p+p{ margin-top: 15px;}
.news-con .text table{
    width: 90%;
    border-collapse: collapse;
    margin-bottom: 10px;
    font-size: 14px;
}
.news-con .text table th,td {
    border: 1px solid #cbcbcb;
    padding: 10px;
    height: 50px;
}
.news-con .text table th {
    background-color: rgb(18, 118, 196);
    color: white;
}
.news-con .text table td {
    text-align: center;
}
.news-con .text table td:first-child {
    background-color: #ededed;
}

.pager{ font-size: 1.4em; color: #333; padding: 10px 0; margin-bottom: 70px;}
.pager .prev{ text-align: left;}
.pager .next{ text-align: left; margin-top: 15px;}
.pager a{ padding-left: 20px; color: #333; float: inherit !important;}
.pager a:hover{ color: #1276c4;}

.message{ padding: 0 12.383%;}
.message .top{ font-size: 2.2em; color: #1276c4; }
.message .box{ margin: 2.52vw 0; overflow: hidden;}
.message .box ul{ margin: 0 -15px;}
.message .box li{ padding: 0 15px; margin-bottom: 20px; overflow: hidden;}
.message .box li:nth-child(-n+3){ float: left; width: 33.3333%;}
.message .box li label{ font-size: 1.4em; color: #666; font-weight: normal; width: 100%; margin-bottom: 10px;}
.message .box li label i{ color: #f00;}
.message .box li input[type="text"]{ width: 100%; height: 44px; background: rgba(204,204,204,.15); border: none; padding: 0 15px; }
.message .box li textarea{ width: 100%; height: 100px; background: rgba(204,204,204,.15); border: none; padding: 10px 15px; }
.message .box li input[type="submit"]{ width: 300px; height: 44px; background: #1276c4; font-size: 1.4em; color: #fff; border: none;}
.message .box li input[type="submit"]:hover{ background: #1276c4;}
.message .box li .xz{ width: 18px; height: 18px; border: 1px solid #e0e0e0; border-radius: 4px; position: relative; background: #fff; float: left; cursor: pointer;}
.message .box li .xz.on{ background: #1276c4; border: 1px solid #1276c4;}
.message .box li .xz i{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); margin-left: 0; color: #fff;}
.message .box li a{ font-size: 1.4em; color: #666; float: left; margin-left: 15px;}
.message .box li a span{ color: #1276c4;}

.message-list{ overflow: hidden; padding: 1.25vw 12.383% 0;}
.message-list .top{ font-size: 1.4em; color: #999; padding: 15px 0; border-bottom: 1px solid #f0f0f0;}
.message-list .box{ padding: 38px 0; text-align: center;}
.message-list .box span{ background: url(../images/defaultIcon.png) 0 -135px; display: inline-block; height: 123px; width: 157px;}
.message-list .box p{ font-size: 1.6em; color: #666; text-align: center;}
.message-list .list{ overflow: hidden; margin-bottom: 2.55vw;}
.message-list .list li{ padding: 15px 0; border-bottom: 1px solid #e5e5e5;}
.message-list .list li .p{ font-size: 1.4em; color: #666; line-height: 30px;}
.message-list .list li .date{ font-size: 1.4em; color: #999; margin-top: 5px;}

.contact-box{ padding: 5.729vw 9.4% 1.04vw; background: #fafafa;}
.contact-box .map{ box-shadow: 0 0 22px rgba(0,0,0,.15); background: #fff; padding: 30px; border-radius: 20px; height: 24.42vw;}
.contact-box .map img{ max-width: none;}
.contact-box .box{ padding: 3.3vw 0 5.73vw;}
.contact-box .box .t{ font-size: 2.2em; color: #1276c4;}
.contact-box .box .p{ font-size: 1.4em; color: #777; line-height: 35px; margin-top: .26vw; padding-right: 11.5%;}
.contact-box .box .list{ overflow: hidden; margin-top: 1.82vw;}
.contact-box .box .list li{ width: 25%; float: left; font-size: 1.4em; color: #777; line-height: 35px;}


@media (min-width: 1366px){
    .index-box5 .box .list li .icon{ height: 4.8vw; line-height: 4.8vw;}
}
@media (max-width:1365px) and (min-width: 1200px){
.header{ padding: 0 3% 0 12.383%;}

}
@media (max-width:1199px) and (min-width:992px){
.header{ padding: 0 3% 0 12.383%;}
.header .logo{ width: 40%;}
.header .pc-nav{ width: 60%;}


}
@media (max-width:991px) and (min-width: 768px){
.header{ padding: 0 3%;}
.header .logo{ width: 30%;}
.header .pc-nav{ width: 70%;}
.header .pc-nav li a{ padding: 0 20px;}


}
@media (max-width: 767px){
html{ height: auto !important;}
.header{ height: 50px; padding: 0 3%; position: fixed; top: 0; background: #fff; box-shadow: 0 3px 5px rgba(0,0,0,.15);}
.header .logo{ height: 50px; line-height: 50px; width: 80%; position: absolute; left: 43%; transform: translateX(-50%); text-align: center;}
.header .logo img{ height: 33px;}
.header .pc-nav{ display: none;}

.banner{ margin-top: 50px; height: 45.2vw;}
.banner .swiper .btns{ padding: 0;}
.banner .swiper .btns a{ width: 80px; height: 30px; line-height: 30px; font-size: 1em;}
.banner .swiper-button-next, .banner .swiper-button-prev{ display: none;}
.banner .swiper-pagination{ display: block;}
.banner .swiper-pagination-bullet{ border-radius: 4px; width: 4px; height: 4px; background: #fff;}
.banner .swiper-pagination-bullet-active{ background: #fff; width: 20px;}

.index-box1{ padding: 20px 3% 5px;}
.index-box1 .img{ width: 100%;}
.index-box1 .box{ width: 100%; padding: 0;}
.index-box1 .box .t{ font-size: 1.8em;}
.index-box1 .box .p{ line-height: 28px;}
.index-box1 .box .btns{ margin-top: 2.1vw;}
.index-box1 .box .btns a{ width: 150px; height: 45px; line-height: 45px; font-size: 1.4em;}

.index-box2{ padding: 20px 3%;}
.index-box2 .top .t{ font-size: 1.8em;}
.index-box2 .list{ margin-top: 25px;}
.index-box2 .list li{ width: 50%; padding: 10px 10px;}
.index-box2 .list li .t {font-size: 1.4em;}
/* .index-box2 .list li+li{ margin-top: 20px;} */

.index-box3{ padding: 20px 3% 0;}
.index-box3 .box{ width: 100%; padding-right: 0;}
.index-box3 .box .t{ font-size: 1.8em;}
.index-box3 .box .p{ line-height: 28px;}
.index-box3 .box .btns a{ width: 150px; height: 45px; line-height: 45px; font-size: 1.4em;}
.index-box3 .img{ width: 100%; padding: 3.2vw 0 0;}

.index-box4{ padding: 20px 3%;}
.index-box4 .top .t{ font-size: 1.8em;}
.index-box4 .list li{ width: 50%; padding: 0 8px;}
.index-box4 .list li a {padding: 10px;}
/* .index-box4 .list li+li{ margin-top: 20px;} */
.index-box4 .list li{ margin-top: 20px;}
.index-box4 .list li .title .t {font-size: 1.4em;}
.index-box4 .list li .title .p {font-size: 1.2em; line-height: 16px;}

.index-box5{ padding: 20px 6%;}
.index-box5 .video{ width: 100%; padding-right: 0;}
.index-box5 .video a{ padding: 15px; border-radius: 4px;}
.index-box5 .box{ width: 100%;}
.index-box5 .box .top{ font-size: 1.8em;}
.index-box5 .box .text{ line-height: 28px;}
.index-box5 .box .list ul{ margin: 10px 0 0;}
.index-box5 .box .list li{ width: 100%; padding: 10px 0;}
.index-box5 .box .list li .icon{ height: 20vw; line-height: 20vw;}

.index-box6{ padding: 20px 3%;}
.index-box6 .top .t{ font-size: 1.8em;}
.index-box6 .news-list{ margin-top: 10px;}

.zdxf li{ width: 38px; height: 38px;}
.xf{ width: 38px; height: 38px;}

.page-banner{ margin-top: 50px; height: 36.3vw;}

.about-box1{ padding: 20px 3%;}
.about-box1 .img{ width: 100%; padding-right: 0;}
.about-box1 .box{ width: 100%;}
.about-box1 .box .t{ font-size: 1.8em;}
.about-box1 .box .p{ line-height: 28px; padding-left: 0;}

.about-box3{ padding: 20px 3%; height: auto;}
.about-box3 .img{ width: 100%; height: 45vw;}
.about-box3 .box{ width: 100%; padding-left: 0;}
.about-box3 .box .t{ font-size: 1.8em;}
.about-box3 .box .p{ line-height: 28px;}
.about-box3 .box .imgs{ padding: 15px; border-radius: 6px;}

.case-box{ padding:3%;}
.case-box .top .t{ font-size: 1.8em;}
/* .case-box .box li{ width: 100%; padding: 0;}
.case-box .box li+li{ margin-top: 20px;}
.case-box .box li .img{ border-radius: 6px; padding: 15px;}
.case-box .box li .img span{ height: 90vw;}
.case-box .box li .img img{ border-radius: 6px;}
.case-box .box li .t{ font-size: 1.6em; margin-top: 15px; min-height: 1.6em;} */
.case-box .box{ margin-top: 10px;}
.case-box .box li{ width: 50%; padding: 10px 10px; margin-bottom: 1px;}
.case-box .box li .t {font-size: 1.3em;}
.case-box .box li .img span {height: 32vw;}

.case-box .list li .img{ width: 100%; padding: 0;}
.case-box .list li .img .b{ border-radius: 6px; padding: 15px;}
.case-box .list li .img span{ height: 35vw;}
.case-box .list li .img img{ border-radius: 6px;}
.case-box .list li .text{ width: 100%; padding-left: 0;}
.case-box .list li .text .t{ font-size: 1.6em;}
.case-box .list li .text .p{ line-height: 28px;}

.case-con{ padding: 20px 3%;}
.case-con .title{ font-size: 1.8em; margin-bottom: 20px;}
.case-con .imgs{ height: 280px;}
.case-con .imgs .swiper-button-next, .case-con .swiper-button-prev{ display: none;}

.product-con{ padding: 0 3% 20px;}
.product-top{ padding: 20px 0;}
.product-top .imgs{ width: 100%; padding-right: 0;}
.product-top .text{ width: 100%;}
.product-top .text .title{ font-size: 1.6em; margin-top: 20px;}
.product-top .text .price{ height: auto; padding: 20px 0 20px 25px; margin-top: 15px;}
.product-top .text .price i{ font-size: 1.4em;}
.product-top .text .price span{ font-size: 1.8em;}
.product-top .text .other{ font-size: 1.2em; line-height: 30px; padding: 15px 0 0 3%;}
.product-top .text .btns{ margin-top: 20px;}
.product-top .text .btns a{ width: 150px;}
.product-box{ padding: 0 0 20px;}

.news-box{ padding: 0 0 20px;}
.news-box .news-hot{ overflow: hidden; margin-bottom: 20px; padding: 20px 3%;}
.news-box .news-hot .top .t{ font-size: 1.8em;}
.news-box .news-hot .list li{ padding: 0; width: 100%; margin-top: 20px;}
.news-box .news-hot .list li a{ padding: 0; background: transparent;}
.news-box .news-hot .list li .img{ height: 40vw;}
.news-box .news-hot .list li .title h4{ font-size: 1.4em;}
.news-box .news-hot .list li .title .date{ font-size: 1.2em;}
.news-box .news-hot .list li .p{ font-size: 1.2em;}

.news-list{ padding: 0 3%;}
.news-list li{ padding: 0; width: 100%;}
.news-list li a{ padding: 15px 0; border-bottom: 1px solid #e5e5e5;}
.news-list li:last-child a{ border-bottom: none;}
.news-list li .title h4{ width: 100%; font-size: 1.4em;}
.news-list li .title .date{ width: 100%; text-align: left; font-size: 1.2em;}
.news-list li .p{ font-size: 1.2em; margin-top: 10px;}
.news-list li .bq{ margin-top: 15px;}

.news-pic-list{ margin: 10px 0;}
.news-pic-list li{ padding: 0 15px;}
.news-pic-list li a{ padding: 15px 0;}
.news-pic-list li .img{ width: 35%;}
.news-pic-list li .box{ padding-left: 15px; width: 65%;}
.news-pic-list li .box .title h4{ width: 100%; font-size: 1.5em;}
.news-pic-list li .box .title .date{ width: 100%; text-align: left; font-size: 1.2em;}
.news-pic-list li .box .p{ margin-top: 5px; font-size: 1.2em;}
.news-pic-list li .box .bq{ margin-top: 10px;}

.page-box{ padding: 20px 3%;}
.page-top{ font-size: 1.8em; line-height: 35px; height: 35px;}

.news-con{ padding: 20px 3%;}
.news-con .title{ padding-top: 0; font-size: 1.8em;}
.news-con .date{ padding: 10px 0 15px;}
.news-con .text{ padding: 15px 0;}
.pager{ margin: 10px 0;}

.message{ padding: 20px 3%;}
.message .box li:nth-child(-n+3){ width: 100%;}
.message .box li input[type="submit"]{ width: 130px;}
.message .top{ font-size: 1.8em;}
.message .box{ margin-top: 20px;}

.contact-box{ padding: 20px 3%;}
.contact-box .map{ border-radius: 6px; padding: 15px; height: 48.42vw;}
.contact-box .box{ padding: 30px 0 0;}
.contact-box .box .t{ font-size: 1.8em;}
.contact-box .box .p{ padding-right: 0; margin-top: 15px; line-height: 28px;}
.contact-box .box .list li{ width: 100%; line-height: 28px;}
}

.flex_between{display: flex;flex-wrap: wrap;justify-content: space-between;}
.pagenav { max-width: 1600px; margin: auto; background: #fff; padding: 20px 20px 0 20px; font-size: 16px; }
.pagenav .crumb * { color: gray; }

.pagenav ul { display: flex; font-size: 16px; white-space: nowrap; max-width: 100%; overflow-x: auto; }
.pagenav ul li a { padding: 5px 15px; font-weight: bold; margin: 5px; }
.pagenav ul li:last-child { border-right: none; }
.pagenav ul li.on a,
.pagenav ul li:hover a { background: #1276C4; color: #fff; }

@media screen and (max-width:767px) {
    .pagenav ul { padding: 20px 0; }
    .pagenav ul li a { padding: 5px; }
}

.product-con{ padding: 0 12.383%; }
.product-top{ padding: 20px; overflow: hidden;}
.product-top .imgs{ width: 43.75%; float: left; padding-right: 30px;}
.product-top .imgs .mySwiper2{ border: 1px solid #eee;}
.product-top .imgs .mySwiper{ margin: 15px -5px 0;}
.product-top .imgs .mySwiper .swiper-slide{ width: 20%; padding: 0 5px;}
.product-top .imgs .mySwiper .swiper-slide-thumb-active img{ border: 1px solid #2150aa;}
.product-top .text{ width: 56.25%; float: left;}
.product-top .text .title{ width: 100%; padding-right: 20px; margin: 0; line-height: 40px; font-size: 2em; margin-top: 10px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.product-top .text .introduce{ font-size: 1.4em; color: #333; line-height: 24px; margin-top: 20px;}
.product-top .text .price{ background: #f7f7f7; margin-top: 36px; height: 6.042vw; line-height: 6.042vw; padding-left: 25px; overflow: hidden; color: #2150aa; font-weight: bold;}
.product-top .text .price i{ font-size: 2.4em; font-style: normal;}
.product-top .text .price span{ font-size: 3em;}
.product-top .text .price b{ font-weight: normal; text-decoration: line-through; font-size: 1.4em; margin-left: 10px; color: #ccc;}
.product-top .text .other{ font-size: 1.4em; color: #666; line-height: 2.4; padding: 1vw 0 0 3%; padding: 20px; background: #f7f7f7; }
.product-top .text .btns{ margin-top: 30px;}
.product-top .text .btns a{ display: inline-block; width: auto; padding: 0 20px; height: 42px; line-height: 42px; border-radius: 40px;  text-align: center; border: 1px solid #2150aa;  font-size: 1.5em;}
.product-top .text .btns a.tel{ background: #2150aa; color: #fff;}
.product-top .text .btns a.tel i{ height: 15px; display: inline-block; width: 20px; position: relative;}
.product-top .text .btns a.tel i svg{ position: absolute; top: 0; left: 0;}
.product-top .text .btns a.yy{ background: #fff; color: #2150aa;}
.product-top .text .btns a.yy:hover { box-shadow: 0 0 10px rgba(33, 80, 170, 0.5); }
.product-top .text .btns a{ margin: 0 10px 10px 0; }

.product-box{ padding: 20px; margin-top: 30px;}
.product-box .top{ border: 1px solid #f0f0f0;}
.product-box .top span{ display: inline-block; width: 160px; height: 54px; line-height: 54px; font-size: 1.5em; color: #2150aa; text-align: center; position: relative; border-right: 1px solid #f0f0f0;}
.product-box .top span::before{ content: ""; position: absolute; width: 100%; height: 2px; background: #2150aa; left: 0; top: 0;}
.product-box .box{ border: 1px solid #f0f0f0; border-top: none; padding: 20px; font-size: 1.4em; color: #999; line-height: 30px;}
.product-box .box p+p{ margin-top: 15px;}
.product-con .pager{ padding: 0 20px;}

.product-box {margin-bottom: 40px;}
.product-box .section{margin-top: 20px;}
.product-box .section .type{background-color: #2150aa;font-size: 1.8em;font-weight: bold;color: #fff;padding: 10px 40px;display: flex;justify-content: space-between;align-items: center;cursor: pointer;}
.product-box .section .type i{font-size: 15px;transition: all .3s ease-out;}
.product-box .section.open .type i{transform: rotate(180deg);}
.product-box .section .text{display: none;}
.product-box .text{ padding: 20px 0; font-size: 1.4em; color: #666; line-height: 1.75em; border-bottom: 1px dashed #efefef;}
.product-box .text p+p{ margin-top: 15px;}
.product-box .text table{ width: 90%; border-collapse: collapse; margin-bottom: 10px; font-size: 14px; }
.product-box .text table th,td { border: 1px solid #cbcbcb; padding: 10px; height: 50px; }
.product-box .text table th { background-color: rgb(18, 118, 196); color: white; }
.product-box .text table td { text-align: center; }
.product-box .text table td:first-child { background-color: #ededed; }


@media (max-width: 767px){
    .product-con{ padding: 0 3% 20px;}
    .product-top{ padding: 20px 0;}
    .product-top .imgs{ width: 100%; padding-right: 0;}
    .product-top .text{ width: 100%;}
    .product-top .text .title{ font-size: 1.6em; margin-top: 20px;}
    .product-top .text .price{ height: auto; padding: 20px 0 20px 25px; margin-top: 15px;}
    .product-top .text .price i{ font-size: 1.4em;}
    .product-top .text .price span{ font-size: 1.8em;}
    .product-top .text .other{ font-size: 1.2em; line-height: 30px; padding: 15px 0 0 3%;}
    /* .product-top .text .btns{ margin-top: 20px;} */
    /* .product-top .text .btns a{ width: 150px;} */
    .product-box{ padding: 0 0 20px;}    
}

#fiberSpecModal table * { text-align:center; font-size:12px; }
#fiberSpecModal table th { padding: 10px 0; }
#fiberSpecModal table tr td:first-child { padding: 3px; }
#fiberSpecModal table input { border:none; height: 26px; width:100%; }
#fiberSpecModal table textarea { border:none; height: 100%; width:100%; }
#fiberSpecModal table input.input-line { border-bottom:1px solid #000; }
#fiberSpecModal table .remark {color: #3176B1; line-height:1.2em; font-size: 10px; margin: 4px; }