<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
::selection {
  background: rgba(32, 178, 170, 0.6);
  color: #ffffff;
}
::-moz-selection {
  background: rgba(32, 178, 170, 0.6);
  color: #ffffff;
}
::selection {
  background: rgba(32, 178, 170, 0.6);
  color: #ffffff;
}
::-moz-selection {
  background: rgba(32, 178, 170, 0.6);
  color: #ffffff;
}


body {
  background-color: #f2f2f2;
}
header {
  background-color: #fff;
}
a {
  transition: color 300ms linear;
  text-decoration: none;
}
* {
  box-sizing: border-box;
  outline: none;
  /* user-select:none; */
}
.top {
  background-color: #f2f2f2;
  border-top: 2px solid #0451b9;
  display: flex;
  justify-content: center;
}
.top .tip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 35px;
  font-size: 12px;
}
.top a {
  color: #0451b9;
}
.top a:hover {
  color: orange;
}
.top .right_tol {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.top .right_tol a,
.top .right_tol span {
  padding-left: 15px;
}
.center {
  width: 1200px;
}
.header {
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
.header h1 {
  width: 350px;
}
.header h1 a {
  display: block;
}
.header h1 img {
  display: block;
  height: 96px;
}
.header .logo_search_tel {
  display: flex;
  justify-content: flex-start;
}
.header .search {
  width: 400px;
  padding-top: 20px;
  margin-left: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.header .search p {
  width: 100%;
  padding-top: 10px;
  text-align: left;
  font-size: 12px;
  color: #666;
}
.header .search p a {
  color: #0451b9;
  margin-right: 10px;
}
.header .search p a:hover {
  color: orange;
}
.header .search form {
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header .search input {
  border: 2px solid #0451b9;
  border-right: none;
  height: 40px;
  flex: 1;
  margin: 0;
  padding: 0 7px;
}
.header .search input::placeholder {
  color: #999;
  font-size: 12px;
}
.header .search input:focus {
  border: 2px solid #333;
  border-right: none;
}
.header .search button {
  width: 100px;
  margin: 0;
  background-color: #0451b9;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: left 10px center;
  height: 40px;
  padding: 0 15px 0 35px;
  border: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.header .search button:active {
  background-color: #333;
}
.header .tel {
  flex: 1;
  height: 96px;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.header .tel ul {
  padding: 25px 0 25px 70px;
  background-image: url(../images/tel.png);
  background-size: 62px 62px;
  background-repeat: no-repeat;
  background-position: left center;
}
.header .tel .telinfo {
  font-size: 18px;
}
.header .tel .telinfo small {
  color: #0451b9;
}
.header .tel .telnum {
  padding-top: 7px;
  text-align: right;
  font-size: 28px;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.header .tel .telnum small {
  font-size: 28px;
  color: #0451b9;
}
.menu {
  /* background-image: linear-gradient(#0451b9, #003c21); */
  background-color: #0451b9;
  height: 45px;
  display: flex;
  justify-content: center;
}
.menu .nav {
  display: flex;
  justify-content: space-between;
}
.menu .prducts_center {
  display: flex;
  position: relative;
  width: 180px;
  height: 100%;
}
.menu .prducts_center .dropnav {
  position: absolute;
  height: 680px;
  top: 45px;
  z-index: 9999;
  left: 0;
  width: 180px;
  background: rgba(0, 63, 150, 0.8);
  display:none
}
.menu .prducts_center .dropnav ul {
  padding: 15px 0 15px 15px;
}
.menu .prducts_center .dropnav ul ol {
  font-size: 12px;
}
.menu .prducts_center .dropnav ul ol:hover &gt; a {
  color: orange;
}
.menu .prducts_center .dropnav ul ol:hover .rightdrawer {
  display: block!important;
  animation: toright 300ms linear forwards;
}
@keyframes toright {
  0% {
    z-index: -8888;
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    z-index: 9999;
    transform: translateX(0px);
  }
}
.menu .prducts_center .ollink {
  padding: 18px 15px 18px 5px;
  font-weight: 150;
  font-size: 13px;
  display: block;
  color: #fff;
}
.menu .prducts_center .ollink:hover {
  color: orange;
}
.menu .prducts_center .olmore {
  background-image: url(../images/right_ico.png);
  background-position: right 10px center;
  background-size: 14px 14px;
  background-repeat: no-repeat;
}
.menu .prducts_center .alllink {
  background-color: #003f96;
  background-image: url(../images/products.png);
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: 20px 20px;
  color: #fff;
  display: flex;
  padding-left: 50px;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  width: 100%;
}
.menu .prducts_center .alllink:hover {
  color: orange;
}
.menu .rightdrawer {
  position: absolute;
  left: 180px;
  height: 580px;
  width: 1000px;
  z-index: 9999;
  top: 0;
  display: none;
  background: rgba(0, 63, 150, 0.7);
}
.menu .menudrawerbox {
  height: 100%;
  width: 100%;
  padding: 15px;
  display: flex;
  flex-direction: column;
}
.menu .menudrawerbox a {
  padding: 9px 15px 9px 5px;
  font-weight: 150;
  font-size: 13px;
  display: block;
  color: #fff;
}
.menu .menudrawerbox a:hover {
  color: orange;
}
.menu .menu_list {
  display: flex;
  flex: 1;
}
.menu .menu_list ul {
  padding-left: 10px;
  flex: 1;
  overflow: hidden;
  display: flex;
}
.menu .menu_list li.active a {
  color: orange;
}
.menu .menu_list li {
  font-size: 12px;
  display: flex;
  flex: auto;
}
.menu .menu_list li a {
  display: flex;
  flex: 1;
  color: #fff;
  align-items: center;
  height: 45px;
  padding: 0  0 0 15px;
  justify-content: center;
  font-size: 12px;
}
.menu .menu_list li a:hover {
  color: orange;
}
.swiper-slide-banner &gt; .swiper-slide {
  height: 680px;
}
.swiper-pagination-index {
  bottom: 20px!important;
}
.swiper-pagination-index .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
}
.swiper-pagination-index .swiper-pagination-bullet-active {
  background-color: orange!important;
}
.swiper-slide-banner .swiper-slide a {
  width: 100%;
  height: 680px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.swiper-slide-banner .swiper-slide a  img{
    height: 100%;
    display: block;
}
.titlebox {
  width: 1200px;
  margin: 30px auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.titlebox strong {
  padding-right: 25px;
 padding-left: 8px;
 border-left: 5px solid #0451b9;
  color: #333;
  font-size: 24px;
}
.titlebox .full {
  flex: 1;
}
.titlebox .titlelink {
  padding-left: 10px;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.titlebox .titlelink .active {
  color: #fff;
  background-color:#0451b9;
}
.titlebox .titlelink &gt; a {
  margin-right: 1px;
  background-color: #fff;
  padding: 8px 10px;
  font-size: 12px;
  color: #333;
  display: block;
}
.titlebox .titlelink &gt; a:hover {
  color: #fff;
  background-color: #0451b9;
}
.titlebox .more {
  background-color: #0451b9;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 3px solid #00160c;
  padding: 7px 10px;
}
.titlebox .more:hover {
  background-color: #0451b9;
  color: #fff;
}
.news_article {
  background-color: #fff;
  /*min-height: 1251px;*/
  padding: 50px 50px 50px 50px;
  position: relative;
}
.news_article .arcinfo {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 40px;
  color: #333;
}
.news_article .arcinfo span,
.news_article .arcinfo a {
  color: #0451b9;
}
.news_article .description {
   border: 2px dashed  #0451b9; 
  font-size: 14px;
  color: #333;
  line-height: 2;
  background-color: #f2f2f2;
  padding: 15px;
}
.news_article .content {
  padding: 20px 0;
  line-height: 2;
  min-height: 825px;
  font-size: 15px;
  text-align: justify;
}
.news_article .content *{
    max-width: 818px;
}
.news_article .content img{
   border-radius: 5px;
}

.news_article .content a{
    color: #0451b9!important;
    font-weight: bold;
    font-size: 16px;
}
.news_article .content strong {
  font-weight: bold!important;
}
.honnor_list {
  flex: 1;
  min-height: 1350px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
}
.honnor_list .hn_li {
  margin-right: 30px;
  margin-bottom: 30px;
  width: 286.6666px;
  height: 250px;
  background-color: #fff;
  flex-wrap: wrap;
  border: 1px solid #ddd;
}
.honnor_list .hn_li:nth-child(3n) {
  margin-right: 0!important;
}
.honnor_list .hn_li a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  height: 250px;
}
.honnor_list .hn_li a:hover span {
  color: #0451b9;
}
.honnor_list .hn_li a &gt; div {
  height: 200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.honnor_list .hn_li a img {
  max-width: auto;
  max-height: 150px;
}
.honnor_list .hn_li a img:hover {
  transition: all 200ms linear;
  transform: scale(1.1);
}
.honnor_list .hn_li a span {
  height: 50px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #666;
}
.products {
  min-height: 380px;
  width: 1220px;
  margin: 0 auto;
}
.products .probox {
  width: 1220px;
  display: none;
}
.products .probox .flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.products .probox img {
  max-width: 80%;
  max-height: 80%;
}
.products .probox .proli {
  width: 285px;
  background-color: #fff;
  height: 325px;
  margin: 0 10px 20px;
  border: 1px solid #ddd;
}
.products .probox .proli &gt; a {
  height: 235px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products .probox .proli &gt; a:hover {
  transform: scale(1.1);
  transition: all 200ms linear;
}
.products .probox .proli .proname {
  height: 50px;
  display: flex;
  justify-content: center;
  font-size: 14px;
}
.products .probox .proli .proname a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #333;
}
.products .probox .proli:hover {
  border: 1px solid #0451b9;
  box-shadow: 0 0 15px #ccc;
}
.products .probox .proli:hover .proname a {
  color: #0451b9;
}
.products .probox .proli:hover a {
  color: #333;
}
.products .probox .proli:hover .tools {
  border-top: 1px solid #0451b9;
}
.products .probox .proli:hover .kf {
  border-right: 1px solid #0451b9;
}
.products .probox .tools {
  display: flex;
  height: 40px;
  border-top: 1px solid #ddd;
  justify-content: space-between;
}
.products .probox .tools a {
  flex: 1;
  border-right: 1px solid #ddd;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #666;
}
.products .probox .tools a:hover {
  color: #fff;
  background-color: #0451b9;
}
.products .probox .tools .cg:hover {
  background-image: url(../images/caigou-w.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 20px 20px;
  border-right: none;
}
.products .probox .tools .kf:hover {
  background-image: url(../images/kefu-w.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 20px 20px;
  border-right: none;
}
.products .probox .tools .cg {
  background-image: url(../images/caigou.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 20px 20px;
  border-right: none;
}
.products .probox .tools .kf {
  background-image: url(../images/kefu.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 20px 20px;
}
.products .current {
  display: block!important;
  animation: showed 300ms linear forwards;
}
@keyframes showed {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.advantage {
  padding-top: 25px;
  overflow: hidden;
  background-color:#737373;
  background-image: url(../images/rode.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.advantage strong {
  color: #fff;
}
.advantage span {
  color: orange;
}
.advantage a:hover {
  background-color: #fff !important;
  color: #0451b9 !important;
}
.advantage .advantagebox {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.advantage .advantagebox dl {
  margin-bottom: 50px;
  width: 50%;
  padding-right: 55px;
  padding-left: 100px;
}
.advantage .advantagebox dl dt {
  font-size: 18px;
  padding-bottom: 15px;
  font-weight: bold;
  color: orange;
}
.advantage .advantagebox dl dd {
  font-size: 14px;
  padding-top: 5px;
}
.advantage .advantagebox dl dd p {
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
}
.advantage .advantagebox .icon1 {
  background-image: url(../images/text.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 55px auto;
}
.advantage .advantagebox .icon2 {
  background-image: url(../images/cpy.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 55px auto;
}
.advantage .advantagebox .icon3 {
  background-image: url(../images/zhi.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 55px auto;
}
.advantage .advantagebox .icon4 {
  background-image: url(../images/light.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 55px auto;
}

.advantage .more{
    color: #0451b9!important;
    background-color: #fff!important;
}

.advantage .titlebox strong{
    border-left-color: #000;
}
.case {
  height: 580px;
  background-image: url(../images/build.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}
.case h4 {
  text-align: center;
  padding-top: 50px;
  color: #fff;
  font-size: 38px;
  font-weight: bold;
}
.case h4 span {
  color: #0451b9;
}
.swiper-case {
  padding-top: 35px;
}
.swiper-container-cases {
  width: 1200px;
  margin: 0 auto;
}
.swiper-container-cases .swiper-slide {
  background-color: #fff;
  height: 305px;
}
.swiper-button-next {
  width: 55px!important;
  height: 55px!important;
  background-image: url(../images/right.png) !important;
  background-size: 50px 50px!important;
  background-repeat: no-repeat;
  background-position: center center;
}
.swiper-button-prev {
  width: 55px!important;
  height: 55px!important;
  background-image: url(../images/left.png) !important;
  background-size: 50px 50px!important;
  background-repeat: no-repeat;
  background-position: center center;
}
.casewrap {
  height: 100%;
  width: 100%;
}
.casewrap:hover img {
  transform: scale(1.05);
  transition: all 300ms linear;
}
.casewrap:hover .casename {
  color: #0451b9;
}
.casewrap .caseurl {
  height: 250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.casewrap .caseurl img {
  max-width: 80%;
  max-height: 80%;
}
.casewrap .casename {
  height: 45px;
  font-size: 14px;
  display: block;
  text-align: center;
  color: #333;
}
.morelink {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 35px;
}
.morelink a {
  background-color: #0451b9;
  color: #fff;
  padding: 12px 20px;
  border-bottom: 4px solid #003c21;
  font-size: 12px;
}
.morelink a:hover {
  background-color: #003c21;
}
.about {
  height: 500px;
  background-image: url(../images/map.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: 100% auto;
}
.about .img_info {
  width: 1200px;
  margin: 0 auto;
  padding-left: 550px;
  height: 500px;
  background-image: url(../images/about.jpg);
  background-position: left top;
  background-repeat: no-repeat;
}
.about .img_info p {
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 6px;
}
.about .img_info p a {
  color: #0451b9;
}
.about .img_info p span {
  color: orange;
  font-style: italic;
}
.about .img_info .tel {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
}
.about .img_info .tel img {
  height: 45px;
  width: 45px;
  margin-right: 20px;
}
.about .img_info .tel strong {
  color: #0451b9;
  font-size: 36px;
  padding-left: 5px;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.about .img_info .tel strong span {
  color: #000;
}
.about .img_info .kf {
  display: flex;
  padding-top: 15px;
  justify-content: flex-start;
}
.about .img_info .kf a {
  border: 2px solid #0451b9;
  display: flex;
  font-size: 14px;
  padding: 12px 20px;
  margin-right: 15px;
  color: #0451b9;
}
.about .img_info .kf a:hover {
  background-color: #0451b9;
  color: #fff;
}
.honnor {
  margin-bottom: 25px;
}
.swiper-honnor {
  width: 1200px;
  margin: 0 auto;
}
.swiper-honnor .swiper-slide {
  background-color: #fff;
}
.newsout {
  background: #0451b9;
  min-height: 400px;
}
.news {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.news .titlebox {
  width: auto;
}
.news .titlebox strong {
  color: #fff;
}
.news .titlebox a {
  background-color: #003c21;
  color: #fff;
}
.news .titlebox a:hover {
  background-color: #fff;
  color: #0451b9;
}
.news .newsbox {
  width: 580px;
}
.news .topnews {
  display: flex;
  justify-content: space-between;
}
.news .topnews .tpimg {
  width: 200px;
  max-height: 150px;
  overflow: hidden;
  display: block;
}
.news .topnews .tpimg img {
  width: 100%;
  display: block;
  height: 135px;
}
.news .topnews dl {
  flex: 1;
  max-width: 380px;
  padding-left: 20px;
}
.news .topnews dt {
  font-size: 14px;
}
.news .topnews dt a {
  color: #fff;
  padding-bottom: 7px;
  display: block;
  font-size: 16px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .topnews dt a:hover {
  color: orange;
}
.news .topnews .info {
  font-size: 13px;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 10px;
}
.news .topnews .description {
  font-size: 13px;
  color: #f2f2f2;
  line-height: 1.7;
  height: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  text-align: justify;
}
.news .topnews .more {
  padding-top: 7px;
}
.news .topnews .more a {
  display: flex;
  padding: 5px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  width: 60px;
}
.news .topnews .more a:hover {
  background-color: orange;
  color: #fff;
}
.news .newslist_white li a {
  background-image: url(../images/3j2.png) !important;
}
.news .newslist {
  padding-top: 10px;
  padding-bottom: 35px;
}
.news .newslist li {
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #72a891;
  justify-content: space-between;
}
.news .newslist li:last-child {
  border-bottom: none;
}
.news .newslist li a {
  color: #f9f9f9;
  font-size: 13px;
  display: block;
  background-image: url(../images/3j.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding: 13px 0 13px 25px;
  width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newslist li:hover a {
  color: #003c21;
}
.news .newslist li:hover span {
  color: #003c21;
  transition: color 300ms linear;
}
.news .newslist li span {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
}
.dz {
  height: 300px;
  background-image: url(../images/dz.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dz dl {
  text-align: center;
}
.dz dl dt {
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  font-family: "å¾®è½¯é›…é»‘";
}
.dz dl .info {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  padding-top: 20px;
}
.dz dl .link {
  padding-top: 20px;
}
.dz dl .tel {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  padding-top: 20px;
}
.dz dl button {
  background-color: #0451b9;
  color: #fff;
  font-size: 16px;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 15px 25px;
  border-bottom: 3px solid #003c21;
}
.dz dl button:hover {
  background-color: #0451b9;
  opacity: 0.8;
}
.dz dl button:active {
  background-color: #00160c;
}
.dz dl span {
  color: orange;
}
.server {
  background-color: #f2f2f2;
  overflow: hidden;
  padding-bottom: 30px;
}
.server .ser {
  width: 1200px;
  margin: 0 auto;
}
.server .swiper-slide {
  height: 95px;
  background-color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}
.server .swiper-slide img {
  max-width: 65%;
  max-height: 65%;
}
.server .swiper-slide img:hover {
  transform: scale(1.1);
  transition: all 200ms linear;
}
.links {
  width: 1200px;
  margin: 0 auto 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.links a {
  flex-grow: auto;
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  margin-right: 15px;
}
.links a:hover {
  color: #0451b9;
}
.footer {
  background-color: #000;
  padding-top: 35px;
  display: flex;
  padding-bottom: 25px;
  justify-content: center;
}
.footer a {
  display: block;
  margin-right: 35px;
}
.footer a img {
  width: 65px;
  display: block;
}
.footer .center {
  color: #fff;
  display: flex;
  justify-content: flex-start;
}
.footer .ewm {
  margin-right: 15px;
}
.footer .ewm &gt; img {
  width: 93px;
  height: 93px;
}
.footer .ewm p {
  font-size: 12px;
  padding-top: 7px;
}
.footer ul {
  margin-right: 55px;
  width: 350px;
}
.footer ul li {
  padding-bottom: 15px;
  font-size: 14px;
}
.footer .form {
  padding-left: 55px;
  flex: 1;
  font-size: 14px;
}
.footer .form .tt {
  margin-left: 20px;
  padding-bottom: 15px;
}
.footer .liinput {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}
.footer .liinput input {
  flex: 1;
  margin-left: 20px;
  border: none;
  height: 35px;
  padding: 0 7px;
  background-color: #fff;
  border: 1px solid #fff;
}
.footer .liinput input:focus {
  background-color: #f2f2f2;
  border: 1px solid #0451b9;
}
.footer .liinput .user {
  padding-left: 40px;
  background-image: url(../images/user.png);
  background-position: left 10px center;
  background-repeat: no-repeat;
}
.footer .liinput .tel {
  padding-left: 40px;
  background-image: url(../images/tel2.png);
  background-position: left 10px center;
  background-repeat: no-repeat;
}
.footer .liinput textarea {
  flex: 1;
  border: none;
  resize: none;
  margin-left: 20px;
  height: 65px;
  padding: 7px;
  font-family: "å¾®è½¯é›…é»‘";
  border: 1px solid #fff;
  font-size: 14px;
  color: #666;
}
.footer .liinput textarea:focus {
  border: 1px solid #0451b9;
  background-color: #f2f2f2;
}
.footer .liinput button {
  margin-left: 20px;
  border: none;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #0451b9;
  border-bottom: 4px solid #003c21;
  height: 40px;
  padding: 0 25px;
}
.footer .liinput button:active {
  opacity: 0.8;
}
.copyright {
  background-color:#0451b9;
  padding: 10px 0;
  display: flex;
  font-size: 14px;
  justify-content: center;
  color: #fff;
}
.copyright a {
  color: orange;
  margin-left: 10px;
}
.copyright a:hover {
  color: orange;
}
#innerNav .dropnav {
  display: none;
}
#innerNav:hover .dropnav {
  display: block;
}
.bannerInner {
  height: 300px;
  background: url(../images/bannerinner.jpg) top center no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bannerInner dl {
  text-align: center;
}
.bannerInner dl dt {
  padding-bottom: 25px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.bannerInner dl dd {
  font-size: 24px;
  color: #fff;
  font-weight: 220;
  text-align: center;
}
.crumbs {
  width: 1200px;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.crumbs .crumbsleft {
  flex: 1;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.crumbs .crumbsleft &gt; a {
  margin-right: 8px;
}
.crumbs .crumbsleft &gt; a img {
  height: 17px;
  width: auto;
}
.crumbs .crumbsleft .navlink {
  display: flex;
  justify-content: flex-start;
}
.crumbs .crumbsleft .navlink a {
  color: #0451b9;
  height: 25px;
  font-size: 14px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  margin-right: 10px;
  background-image: url(../images/righticon.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.crumbs .crumbsleft .navlink a:hover {
  color: orange;
}
.crumbs .search {
  width: 350px;
}
.crumbs .search form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 32px;
}
.crumbs .search input {
  height: 32px;
  border: 1px solid #ddd;
  padding: 0 7px;
  width: 270px;
  font-size: 12px;
}
.crumbs .search input:focus {
  border: 1px solid #0451b9;
}
.crumbs .search button {
  width: 80px;
  height: 32px;
  background-color: #0451b9;
  background-image: url(../images/search.png);
  background-position: left 10px center;
  background-size: 16px 16px;
  padding-left: 25px;
  background-repeat: no-repeat;
  color: #fff;
  border: none;
  font-size: 14px;
  cursor: pointer;
}
.crumbs .search button:active {
  opacity: 0.8;
}
.productsnav {
  width: 1200px;
  margin: 0  auto 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-left: 1px solid #ddd;
}
.productsnav a {
  border: 1px solid #ddd;
  border-left: none;
  background-color: #fff;
  height: 45px;
  flex: auto;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}
.productsnav a:hover {
  background-color: #0451b9;
  color: #fff;
}
.productsnav .active {
  background-color: #0451b9;
  color: #fff;
}
.sonnav {
  width: 1200px;
  margin: 0  auto 0;
  height: 45px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #ddd;
  border-top: none;
  justify-content: center;
}
.sonnav a {
  font-size: 12px;
  color: #666;
  margin: 0 7px;
}
.sonnav a:hover {
  color: #0451b9;
}
.sonnav .ajaxsnav.active {
  color: #0451b9;
}
.mr20 {
  margin-top: 20px;
}
.thisproduct {
  width: 1200px;
  border-bottom: 3px solid #0451b9;
  border-left: none;
  margin: 0 auto 30px;
  padding-bottom: 2px solid #ddd;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
}
.thisproduct h2 {
  background-color: #0451b9;
  background-image: url(../images/proico.png);
  background-position: left 10px center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 15px 20px 15px 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thisproduct .sonlink {
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 10px;
  align-content: center;
  flex-wrap: wrap;
}
.thisproduct .sonlink a {
  color: #000;
  font-weight: 300;
  margin: 5px 5px 5px 0;
  padding: 5px;
  background-color: #ddd;
  display: inline-block;
  font-size: 12px;
}
.thisproduct .sonlink a:hover {
  color: #0451b9;
}
.thisproduct .sonlink a.active {
  color: #fff;
  background-color: orange;
}
.thisproduct span {
  width: 120px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #666;
  padding-right: 15px;
  font-size: 14px;
}
.thisproduct span a {
  font-size: 14px;
  height: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  color: #0451b9;
  background-image: url(../images/back.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.thisproduct span a:hover {
  color: orange;
}
.newslist_box {
  width: 100%;
  min-height: 1256px;
  padding: 30px;
  background-color: #fff;
}
.newslist_box .newsbox {
  display: flex;
  margin-bottom: 20px;
}
.newslist_box .newsbox:last-child {
  margin-bottom: 0;
}
.newslist_box .newsbox .img {
  width: 250px;
  height: 200px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newslist_box .newsbox .img img {
  max-width: 85%;
  max-height: 85%;
}
.newslist_box .newsbox .img img:hover {
  transform: scale(1.1);
  transition: all 300ms linear;
}
.newslist_box .newsbox dl {
  flex: 1;
  padding-left: 35px;
}
.newslist_box .newsbox dl dt a {
  display: flex;
  padding-bottom: 20px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.newslist_box .newsbox dl dt a:hover {
  color: #0451b9;
}
.newslist_box .newsbox .tinfo {
  padding-bottom: 15px;
  font-size: 14px;
  color: #999;
}
.newslist_box .newsbox .tinfo span {
  padding-right: 10px;
}
.newslist_box .newsbox .tdesc {
  font-size: 14px;
  line-height: 2;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.newslist_box .newsbox .more {
  display: flex;
  justify-content: flex-start;
  padding-top: 10px;
}
.newslist_box .newsbox .more a {
  background-color: #0451b9;
  color: #fff;
  font-size: 12px;
  display: flex;
  border-bottom: 4px solid #003c21;
  padding: 10px 25px;
}
.newslist_box .newsbox .more a:hover {
  background-color: #003c21;
}
.news_article h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  display: flex;
  justify-content: center;
  padding-bottom: 7px;
  text-align: center;
}
.recommend {
  padding: 20px;
  background-color: #fff;
  width: 1200px;
  margin: 0 auto 40px;
  min-height: 150px;
}
.recommend .titlebox {
  width: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 8px;
}
.recommend .titlebox strong {
  font-size: 18px;
}
.recommend .newsrec ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.recommend .newsrec li {
  width: 50%;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
}
.recommend .newsrec li a {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 35px;
  line-height: 35px;
  color: #333;
  padding-left: 20px;
  background-image: url(../images/3j.png);
  background-size: 5px auto;
  background-position: left center;
  background-repeat: no-repeat;
}
.recommend .newsrec li a:hover {
  color: #0451b9;
}
.recommend .newsrec li:nth-child(odd) {
  padding-right: 15px;
}
.recommend .newsrec li:nth-child(even) {
  padding-left: 15px;
}
.recommend .newsrec li span {
  color: #999;
  line-height: 35px;
  font-size: 13px;
}
.proarcitle,
.casesbox,
.casesbox_arc {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px;
}
.proarcitle .left_list,
.casesbox .left_list,
.casesbox_arc .left_list {
  flex: 1;
}
.proarcitle .left_list .flexbox,
.casesbox .left_list .flexbox,
.casesbox_arc .left_list .flexbox {
  flex: 1;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.proarcitle .left_list .caseli,
.casesbox .left_list .caseli,
.casesbox_arc .left_list .caseli {
  margin-right: 30px;
  margin-bottom: 30px;
  width: 286.6666px;
  height: 390px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.proarcitle .left_list .caseli:nth-child(3n),
.casesbox .left_list .caseli:nth-child(3n),
.casesbox_arc .left_list .caseli:nth-child(3n) {
  margin-right: 0;
}
.proarcitle .left_list .caseli .img,
.casesbox .left_list .caseli .img,
.casesbox_arc .left_list .caseli .img {
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proarcitle .left_list .caseli .img img,
.casesbox .left_list .caseli .img img,
.casesbox_arc .left_list .caseli .img img {
  max-width: 85%;
  max-height: 85%;
}
.proarcitle .left_list .caseli .img img:hover,
.casesbox .left_list .caseli .img img:hover,
.casesbox_arc .left_list .caseli .img img:hover {
  transform: scale(1.1);
  transition: all 200ms linear;
}
.proarcitle .left_list .caseli dl,
.casesbox .left_list .caseli dl,
.casesbox_arc .left_list .caseli dl {
  margin: 10px 25px 10px 25px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  font-size: 14px;
}

.casesbox .left_list .caseli dl{
  border-top: none!important;
  padding-top: 0!important;
}
.proarcitle .left_list .caseli dl a,
.casesbox .left_list .caseli dl a,
.casesbox_arc .left_list .caseli dl a {
  color: #0451b9;
  font-size: 14px;
}
.proarcitle .left_list .caseli dl a:hover,
.casesbox .left_list .caseli dl a:hover,
.casesbox_arc .left_list .caseli dl a:hover {
  color: orangered;
}
.proarcitle .left_list .caseli dl dt,
.casesbox .left_list .caseli dl dt,
.casesbox_arc .left_list .caseli dl dt {
  display: flex;
  padding: 10px 0;
  align-items: center;
}
.proarcitle .left_list .caseli dl dd,
.casesbox .left_list .caseli dl dd,
.casesbox_arc .left_list .caseli dl dd {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.proarcitle .left_list .caseli .readmore,
.casesbox .left_list .caseli .readmore,
.casesbox_arc .left_list .caseli .readmore {
  background-color: #0451b9;
  color: #fff;
  display: flex;
  width: 120px;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  height: 40px;
  padding: 0 25px;
  font-size: 14px;
}
.proarcitle .left_list .caseli .readmore:hover,
.casesbox .left_list .caseli .readmore:hover,
.casesbox_arc .left_list .caseli .readmore:hover {
  color: #fff;
  background-color: #003c21;
}
.proarcitle .left_list .caseli:nth-last-child(1),
.casesbox .left_list .caseli:nth-last-child(1),
.casesbox_arc .left_list .caseli:nth-last-child(1),
.proarcitle .left_list .caseli:nth-last-child(2),
.casesbox .left_list .caseli:nth-last-child(2),
.casesbox_arc .left_list .caseli:nth-last-child(2),
.proarcitle .left_list .caseli:nth-last-child(3),
.casesbox .left_list .caseli:nth-last-child(3),
.casesbox_arc .left_list .caseli:nth-last-child(3) {
  margin-bottom: 0;
}
.proarcitle .left,
.casesbox .left,
.casesbox_arc .left {
  min-height: 800px;
  flex: 1;
  background-color: #fff;
  padding: 50px;
}
.proarcitle .left h3,
.casesbox .left h3,
.casesbox_arc .left h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  display: flex;
  justify-content: center;
  padding-bottom: 7px;
  text-align: center;
}
.proarcitle .left .arcinfo,
.casesbox .left .arcinfo,
.casesbox_arc .left .arcinfo {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 40px;
  color: #333;
}
.proarcitle .left .arcinfo span,
.casesbox .left .arcinfo span,
.casesbox_arc .left .arcinfo span,
.proarcitle .left .arcinfo a,
.casesbox .left .arcinfo a,
.casesbox_arc .left .arcinfo a {
  color: #0451b9;
}
.proarcitle .left .h4,
.casesbox .left .h4,
.casesbox_arc .left .h4 {
  margin-top: 30px;
  background-color: #0451b9;
}
.proarcitle .left .h4 h4,
.casesbox .left .h4 h4,
.casesbox_arc .left .h4 h4 {
  padding: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.proarcitle .left .content,
.casesbox .left .content,
.casesbox_arc .left .content {
  font-size: 14px;
  padding: 20px 0;
  line-height: 2;
  text-align: justify;
  color: #333;
}
.proarcitle .left .content strong,
.casesbox .left .content strong,
.casesbox_arc .left .content strong {
  font-weight: bold!important;
}
.proarcitle .left .content a,
.casesbox .left .content a,
.casesbox_arc .left .content a {
  color: #0451b9;
  font-weight: bold;
}
.proarcitle .left .content img,
.casesbox .left .content img,
.casesbox_arc .left .content img {
  margin: 10px 0;
  max-width: 100%;
}
.proarcitle .left .content table,
.casesbox .left .content table,
.casesbox_arc .left .content table {
  border: 1px solid #ddd;
}
.proarcitle .left .content table td,
.casesbox .left .content table td,
.casesbox_arc .left .content table td {
  border: 1px solid #ddd;
  padding: 5px;
}
.proarcitle .right,
.casesbox .right,
.casesbox_arc .right {
  width: 320px;
}
.proarcitle .right .box,
.casesbox .right .box,
.casesbox_arc .right .box {
  background-color: #fff;
  min-height: 600px;
  margin-left: 30px;
  padding: 20px;
}
.proarcitle .right .box h6,
.casesbox .right .box h6,
.casesbox_arc .right .box h6 {
  flex: 1;
  font-weight: bold;
  padding-bottom: 20px;
  font-size: 18px;
  color: #666;
}
.proarcitle .getprice,
.casesbox .getprice,
.casesbox_arc .getprice {
  flex: 1;
}
.proarcitle .getprice ul,
.casesbox .getprice ul,
.casesbox_arc .getprice ul {
  width: 100%;
}
.proarcitle .getprice ul li,
.casesbox .getprice ul li,
.casesbox_arc .getprice ul li {
  width: 100%;
  display: flex;
  margin-bottom: 15px;
}
.proarcitle .getprice ul li input,
.casesbox .getprice ul li input,
.casesbox_arc .getprice ul li input {
  width: 208px;
  flex: 1;
  z-index: 39;
  padding: 0 7px 0 35px;
  height: 45px;
  border: 1px solid #ddd;
  background-position: left 8px center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
.proarcitle .getprice ul li input:focus,
.casesbox .getprice ul li input:focus,
.casesbox_arc .getprice ul li input:focus {
  border: 1px solid #0451b9;
  background-color: #f2f2f2;
}
.proarcitle .getprice ul li button,
.casesbox .getprice ul li button,
.casesbox_arc .getprice ul li button {
  background-color: #0451b9;
  color: #fff;
  font-size: 14px;
  flex: 1;
  border: none;
  padding: 7px 15px;
  letter-spacing: 3px;
  cursor: pointer;
  display: flex;
  border-bottom: 4px solid #003c21;
  align-items: center;
  justify-content: center;
}
.proarcitle .getprice ul li button:active,
.casesbox .getprice ul li button:active,
.casesbox_arc .getprice ul li button:active {
  opacity: 0.9;
}
.proarcitle .getprice ul .ipa,
.casesbox .getprice ul .ipa,
.casesbox_arc .getprice ul .ipa {
  background-image: url(../images/i1.png);
}
.proarcitle .getprice ul .ipb,
.casesbox .getprice ul .ipb,
.casesbox_arc .getprice ul .ipb {
  background-image: url(../images/i2.png);
}
.proarcitle .getprice ul .ipc,
.casesbox .getprice ul .ipc,
.casesbox_arc .getprice ul .ipc {
  background-image: url(../images/i3.png);
}
.proarcitle .adimg,
.casesbox .adimg,
.casesbox_arc .adimg {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.proarcitle .adimg img,
.casesbox .adimg img,
.casesbox_arc .adimg img {
  display: block;
  width: 100%;
}
.proarcitle .getprice_tip,
.casesbox .getprice_tip,
.casesbox_arc .getprice_tip,
.proarcitle .getprice_tel,
.casesbox .getprice_tel,
.casesbox_arc .getprice_tel {
  font-size: 14px;
  padding-bottom: 15px;
}
.proarcitle .getprice_tip span,
.casesbox .getprice_tip span,
.casesbox_arc .getprice_tip span,
.proarcitle .getprice_tel span,
.casesbox .getprice_tel span,
.casesbox_arc .getprice_tel span {
  color: #0451b9;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.proarcitle .getprice_tel span,
.casesbox .getprice_tel span,
.casesbox_arc .getprice_tel span {
  font-size: 20px;
}
.casesbox {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px;
  margin-bottom: 20px!important;
}
.casesbox .left_list {
  flex: 1;
}
.casesbox .left_list .flexbox {
  flex: 1;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.casesbox .left_list .caseli {
  margin-right: 30px;
  margin-bottom: 30px;
  width: 286.6666px;
  height: 390px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.casesbox .left_list .caseli:nth-child(3n) {
  margin-right: 0;
}
.casesbox .left_list .caseli .img {
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.casesbox .left_list .caseli .img img {
  max-width: 85%;
  max-height: 85%;
}
.casesbox .left_list .caseli .img img:hover {
  transform: scale(1.1);
  transition: all 200ms linear;
}
.casesbox .left_list .caseli dl {
  margin: 10px 25px 10px 25px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  font-size: 14px;
}
.casesbox .left_list .caseli dl a {
  color: #0451b9;
  font-size: 14px;
}
.casesbox .left_list .caseli dl a:hover {
  color: orangered;
}
.casesbox .left_list .caseli dl dt {
  display: flex;
  padding: 10px 0;
  align-items: center;
}
.casesbox .left_list .caseli dl dd {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.casesbox .left_list .caseli .readmore {
  background-color: #0451b9;
  color: #fff;
  display: flex;
  width: 120px;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  height: 40px;
  padding: 0 25px;
  font-size: 14px;
}
.casesbox .left_list .caseli .readmore:hover {
  color: #fff;
  background-color: #003c21;
}
.casesbox .left_list .caseli:nth-last-child(1),
.casesbox .left_list .caseli:nth-last-child(2),
.casesbox .left_list .caseli:nth-last-child(3) {
  margin-bottom: 0;
}
.casesbox .left {
  min-height: 800px;
  flex: 1;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 50px;
}
.casesbox .left h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  display: flex;
  justify-content: center;
  padding-bottom: 7px;
  text-align: center;
}
.casesbox .left .arcinfo {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 40px;
  color: #333;
}
.casesbox .left .arcinfo span,
.casesbox .left .arcinfo a {
  color: #0451b9;
}
.casesbox .left .h4 {
  margin-top: 30px;
  background-color: #0451b9;
}
.casesbox .left .h4 h4 {
  padding: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.casesbox .left .content {
  font-size: 14px;
  padding: 20px 0;
  line-height: 2;
  text-align: justify;
  color: #333;
}
.casesbox .left .content strong {
  font-weight: bold!important;
}
.casesbox .left .content a {
  color: #0451b9;
  font-weight: bold;
}
.casesbox .left .content img {
  margin: 10px 0;
  max-width: 100%;
}
.casesbox .left .content table {
  border: 1px solid #ddd;
}
.casesbox .left .content table td {
  border: 1px solid #ddd;
  padding: 5px;
}
.casesbox .right {
  width:320px;
}
.casesbox .right .box {
  background-color: #fff;
  min-height: 600px;
  margin-left: 30px;
  padding: 20px;
}
.casesbox .right .box h6 {
  flex: 1;
  font-weight: bold;
  padding-bottom: 20px;
  font-size: 18px;
  color: #666;
}
.casesbox .getprice {
  flex: 1;
}
.casesbox .getprice ul {
  width: 100%;
}
.casesbox .getprice ul li {
  width: 100%;
  display: flex;
  margin-bottom: 15px;
}
.casesbox .getprice ul li input {
  width: 208px;
  flex: 1;
  z-index: 39;
  padding: 0 7px 0 35px;
  height: 35px;
  border: 1px solid #ddd;
  background-position: left 8px center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
.casesbox .getprice ul li input:focus {
  border: 1px solid #0451b9;
  background-color: #f2f2f2;
}
.casesbox .getprice ul li button {
  background-color: #0451b9;
  color: #fff;
  font-size: 14px;
  flex: 1;
  border: none;
  padding: 7px 15px;
  letter-spacing: 3px;
  cursor: pointer;
  display: flex;
  border-bottom: 4px solid #003c21;
  align-items: center;
  justify-content: center;
}
.casesbox .getprice ul li button:active {
  opacity: 0.9;
}
.casesbox .getprice ul .ipa {
  background-image: url(../images/i1.png);
}
.casesbox .getprice ul .ipb {
  background-image: url(../images/i2.png);
}
.casesbox .getprice ul .ipc {
  background-image: url(../images/i3.png);
}
.casesbox .adimg {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.casesbox .adimg img {
  display: block;
  width: 100%;
}
.casesbox .getprice_tip,
.casesbox .getprice_tel {
  font-size: 14px;
  padding-bottom: 15px;
}
.casesbox .getprice_tip span,
.casesbox .getprice_tel span {
  color: #0451b9;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.casesbox .getprice_tel span {
  font-size: 20px;
}
.casesbox_arc {
  margin-bottom: 40px!important;
  display: flex;
}
.casesbox_arc .casesbox_content .casesbox_inner {
  background-color: #fff;
  min-height: 762px;
  flex: 1;
  padding: 50px;
}
.casesbox_arc .casesbox_content h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  display: flex;
  justify-content: center;
  padding-bottom: 7px;
  text-align: center;
}
.casesbox_arc .casesbox_content .arcinfo {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 40px;
  color: #333;
}
.casesbox_arc .casesbox_content .arcinfo span,
.casesbox_arc .casesbox_content .arcinfo a {
  color: #0451b9;
}
.casesbox_arc .casesbox_content .descriptionbox {
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #f2f2f2;
  display: flex;
  font-size: 14px;
  align-items: center;
  color: #666;
}
.casesbox_arc .casesbox_content .descriptionbox &gt; span {
  flex: 1;
}
.casesbox_arc .casesbox_content .descriptionbox &gt; span a {
  color: #0451b9;
}
.casesbox_arc .casesbox_content .descriptionbox &gt; a {
  background-color: #0451b9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px 8px 10px;
}
.casesbox_arc .casesbox_content .descriptionbox &gt; a:hover {
  background-color: #003c21;
}
.casesbox_arc .casesbox_content .descriptionbox &gt; a img {
  margin-right: 10px;
}
.casesbox_arc .casesbox_content .caseimg {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.casesbox_arc .casesbox_content .caseimg img {
  max-width: 300px;
  max-height: 300px;
}
.casesbox_arc .casesbox_content .casecontent {
  font-size: 14px;
  padding: 20px 0;
  line-height: 1.8;
  text-align: justify;
  color: #333;
}
.casesbox_arc .casesbox_content .casetip {
  padding: 15px;
  background-color: #0451b9;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.casesbox_arc .titleinner {
  font-size: 18px;
  font-weight: bold;
  padding: 25px 0 25px;
  color: #333;
}
.flexbox_inner {
  flex: 1;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.flexbox_inner .caseli {
  margin-right: 30px;
  margin-bottom: 30px;
  width: 286.6666px;
  height: 425px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.flexbox_inner .caseli:nth-child(3n) {
  margin-right: 0;
}
.flexbox_inner .caseli .img {
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flexbox_inner .caseli .img img {
  width: 85%;
  height: 85%;
}
.flexbox_inner .caseli .img img:hover {
  transform: scale(1.1);
  transition: all 200ms linear;
}
.flexbox_inner .caseli dl {
  margin: 10px 25px 10px 25px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  font-size: 14px;
}
.flexbox_inner .caseli dl a {
  color: #0451b9;
  font-size: 14px;
}
.flexbox_inner .caseli dl a:hover {
  color: orangered;
}
.flexbox_inner .caseli dl dt {
  display: flex;
  padding: 10px 0;
  align-items: center;
}
.flexbox_inner .caseli dl dd {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.flexbox_inner .caseli .readmore {
  background-color: #0451b9;
  color: #fff;
  display: flex;
  width: 120px;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  height: 40px;
  padding: 0 25px;
  font-size: 14px;
}
.flexbox_inner .caseli .readmore:hover {
  color: #fff;
  background-color: #003c21;
}
.flexbox_inner .caseli:nth-last-child(1),
.flexbox_inner .caseli:nth-last-child(2),
.flexbox_inner .caseli:nth-last-child(3) {
  margin-bottom: 0;
}
.more_center {
  background-color: #0451b9;
  color: #fff;
  font-size: 14px;
  flex: 1;
  border: none;
  padding: 10px 15px;
  letter-spacing: 3px;
  cursor: pointer;
  display: flex;
  border-bottom: 4px solid #003c21;
  align-items: center;
  justify-content: center;
}
.more_center:active {
  opacity: 0.9;
}
.prolists a {
  width: 100%;
  margin-bottom: 15px;
  display: block;
  border: 1px solid #ddd;
}
.prolists a img {
  max-width: 95%;
  max-height: 95%;
}
.prolists a img:hover {
  transform: scale(1.1);
  transition: 300ms linear;
}
.prolists a .img {
  height: 180px;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.prolists a .name {
  height: 35px;
  display: flex;
  font-size: 14px;
  align-items: center;
  color: #333;
  justify-content: center;
  width: 80%;
  margin: 0 10%;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.imgbox {
  display: flex;
  justify-content: space-between;
}
.imgbox .leftimage {
  width: 280px;
  height: 280px;
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  justify-content: center;
}
.imgbox .leftimage img {
  max-width: 75%;
  max-height: 75%;
}
.imgbox .rightproductsinfo {
  flex: 1;
  padding-left: 30px;
}
.imgbox .rightproductsinfo dt {
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 15px;
}
.imgbox .rightproductsinfo dt a {
  color: #0451b9;
}
.imgbox .rightproductsinfo .tel {
  font-size: 16px;
  padding-bottom: 15px;
}
.imgbox .rightproductsinfo .tel strong {
  font-size: 24px;
  color: #333;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.imgbox .rightproductsinfo .tel strong span {
  color: #0451b9;
}
.imgbox .rightproductsinfo .prodescription {
  /* border: 1px solid #ddd; */
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  background-color: #f2f2f2;
  padding: 15px;
}
.imgbox .rightproductsinfo .abtn {
  display: flex;
  padding: 20px 0;
  justify-content: flex-start;
}
.imgbox .rightproductsinfo .abtn a {
  display: inline-block;
  font-size: 14px;
  margin-right: 20px;
  display: flex;
  height: 40px;
  padding: 0 15px;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  border-bottom: 4px solid rgba(85, 85, 85, 0.25);
}
.imgbox .rightproductsinfo .abtn a:active {
  opacity: 0.9;
}
.imgbox .rightproductsinfo .abtn a img {
  margin-right: 10px;
}
.imgbox .rightproductsinfo .abtn .zx {
  background-color: #0451b9;
}
.imgbox .rightproductsinfo .abtn .cg {
  background-color: orange;
}
.imgbox .rightproductsinfo .tipinfo {
  color: #666;
  font-size: 14px;
}
.magnifier {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99999;
}
.magnifier .centerbox {
  width: 500px;
  background-color: #fff;
  height: 500px;
  padding: 25px;
  border: 1px solid #ddd;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -250px;
  margin-left: -250px;
  animation: opacityel 300ms linear forwards;
}
@keyframes opacityel {
  0% {
    opacity: 0.2;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.magnifier .centerbox &gt; span {
  background-color: #f2f2f2;
  box-shadow: 0 0 10px #999;
  position: absolute;
  right: -15px;
  top: -15px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  font-size: 24px;
  align-items: center;
  user-select: none;
  justify-content: center;
}
.magnifier .centerbox &gt; span:active {
  background-color: #e4e4e4;
}
.magnifier .centerbox &gt; div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.magnifier .centerbox &gt; div &gt; img {
  max-width: 95%;
  max-height: 95%;
  animation: showimg 300ms linear forwards;
}
@keyframes showimg {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.casesbox_arc {
  width: 1200px;
  margin: 0 auto;
}
.honnor_article {
  min-height: 1010px;
  flex: 1;
  background-color: #fff;
}
.honnor_article .box {
  flex: 1;
  display: flex;
  height: 400px;
  margin: 50px 100px;
  align-items: center;
  justify-content: space-between;
}
.honnor_article .box &gt; div {
  flex: 1;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.honnor_article .box &gt; div img {
  max-width: 85%;
  max-height: 85%;
}
.honnor_article .box &gt; a {
  width: 55px;
  height: 55px;
}
.honnor_article .box &gt; a:hover {
  opacity: 0.9;
}
.honnor_article .box .prev {
  background-image: url(../images/left.png);
}
.honnor_article .box .next {
  background-image: url(../images/right.png);
}
.honnor_article h3 {
  font-size: 24px;
  color: #666;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
.about_content {
  background-color: #fff;
  min-height: 1000px;
  padding: 50px;
  flex: 1;
  font-size: 14px;
  color: #333;
  line-height: 2;
}
.about_content strong {
  font-weight: bold;
}
.ct_tip {
  font-size: 14px;
  margin-bottom: 25px;
}
.ct_tip a {
  color: #0451b9;
}
.address {
  border: 2px dashed #0451b9;
  padding: 15px;
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
}
.address ul {
  width: 280px;
}
.address ul li {
  display: flex;
  font-size: 14px;
  font-weight: 300;
  color: #333;
}
.address ul li span {
  font-weight: normal;
  color: #333;
  width: 80px;
  display: flex;
  justify-content: flex-end;
}
.address ul li a {
  color: #0451b9;
}
.address ul li &gt; img {
  height: 65px;
}
.address ul .logo {
  padding-left: 20px;
  padding-bottom: 10px;
}
.address .ewmp {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
  justify-content: flex-end;
}
.address .ewmp &gt; img {
  width: 93px;
  height: 93px;
  margin-bottom: 15px;
}
.address .ewmp p {
  border: 1px dotted #ddd;
  padding: 15px;
  color: #333;
  background-color: #f2f2f2;
  font-size: 12px;
}
.address .ewmp p small {
  color: #0451b9;
  font-weight: bold;
}
.formlist {
  padding-top: 20px;
}
.formlist form {
  display: flex;
  flex-wrap: wrap;
}
.formlist form .liinput {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.formlist form .liinput input {
  width: 394px;
  margin-right: 20px;
  border: 1px solid #0451b9;
  height: 35px;
  padding: 0 7px;
}
.formlist form .liinput input:last-child {
  margin-right: 0;
}
.formlist form .liinput .user {
  padding-left: 40px;
  background-image: url(../images/user.png);
  background-position: left 10px center;
  background-repeat: no-repeat;
}
.formlist form .liinput .tel {
  padding-left: 40px;
  background-image: url(../images/tel2.png);
  background-position: left 10px center;
  background-repeat: no-repeat;
}
.formlist form .liinput textarea {
  width: 100%;
  resize: none;
  border: 1px solid #0451b9;
  height: 65px;
  padding: 7px;
  font-family: "å¾®è½¯é›…é»‘";
  font-size: 14px;
  color: #666;
}
.formlist form .liinput button {
  border: none;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #0451b9;
  border-bottom: 4px solid #003c21;
  height: 40px;
  padding: 0 25px;
}
.formlist form .liinput button:active {
  background-color: #003c21;
}
.map {
  height: 350px;
  background-color: #f2f2f2;
}
.imgMagnifier {
  cursor: url('../imgs/fdj.png'), -moz-zoom-out;
  cursor: url('../imgs/fdj.png'), auto;
}
.articlenextprev {
  background-color: #f2f2f2;
   border: 2px dashed  #0451b9; 
  padding: 20px;
  z-index: 999;
}
.articlenextprev dt {
  font-size: 14px;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.articlenextprev dt a {
  color: #0451b9;
  margin-right: 5px;
}
.articlenextprev dd {
  display: flex;
  padding-top: 5px;
  align-items: center;
  justify-content: space-between;
  color: #333;
  font-size: 14px;
}
.articlenextprev dd span {
  flex: 1;
  display: flex;
}
.articlenextprev dd a {
  color: #0451b9;
  width: 300px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.articlenextprev dd a:hover {
  color: orange;
}
.layerboxCG {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999999;
  animation: showen 300ms linear forwards;
  background-color: rgba(0, 0, 0, 0.8);
}
@keyframes showen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.layerboxCG .inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layerboxCG .centerinner {
  background-color: #0451b9;
  animation: morebig 300ms linear forwards;
  padding: 20px;
  width: 350px;
}
@keyframes morebig {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.layerboxCG .title {
  font-size: 18px;
  color: #fff;
  height: 40px;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
}
.layerboxCG .title small {
  font-size: 24px;
  padding-left: 20px;
  font-weight: normal;
  cursor: pointer;
  user-select: none;
}
.layerboxCG .title small:active {
  opacity: 0.5;
}
.layerboxCG .fli {
  display: flex;
  margin-bottom: 15px;
  justify-content: space-between;
  border: 1px solid #ddd;
}
.layerboxCG .fli span {
  background-color: #ddd;
  height: 30px;
  width: 60px;
  display: flex;
  font-size: 14px;
  color: #333;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10px;
}
.layerboxCG .fli input {
  flex: 1;
  height: 30px;
  font-size: 14px;
  padding: 0 7px;
  border: none;
  background-color: #ffff;
}
.layerboxCG .fli input::placeholder {
  color: #999;
}
.layerboxCG .fli input:focus {
  background-color: #f2f2f2;
}
.layerboxCG .fli input:focus::placeholder {
  text-indent: -9999px;
}
.layerboxCG .info {
  font-size: 14px;
  font-weight: 400;
  color: #F60;
  padding-bottom: 15px;
}
.layerboxCG .btngroup {
  display: flex;
  justify-content: flex-start;
}
.layerboxCG .btngroup button {
  background-color: #00160c;
  color: #fff;
  height: 40px;
  border: none;
  cursor: pointer;
  margin-right: 10px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 4px solid #003c21;
}
.layerboxCG .btngroup button:active {
  opacity: 0.8;
}
.layerboxCG .btngroup .reset {
  background-color: #999;
  border-bottom: 4px solid #666;
  color: #fff;
}
.fy {
  width: 1200px;
  margin: 0 auto;
  padding: 15px 0 30px;
}
.fy .pagination {
  display: inline-block;
  padding-left: 0;
  border-radius: 0;
}
.fy .pagination &gt; li {
  display: inline;
}
.fy .pagination &gt; li a,
.fy .pagination &gt; li span {
  position: relative;
  float: left;
  padding: 9px 15px;
  line-height: 1.42857143;
  color: #0451b9;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.fy .pagination &gt; li:first-child &gt; a,
.fy .pagination &gt; li:first-child span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.fy .pagination &gt; li:last-child &gt; a,
.fy .pagination &gt; li:last-child span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.fy .pagination &gt; li a:hover,
.fy .pagination &gt; li span:hover,
.fy .pagination &gt; li a:focus,
.fy .pagination &gt; li span:focus {
  z-index: 2;
  color: #0451b9;
  background-color: #eeeeee;
  border-color: #ddd;
}
.fy .pagination .active a,
.fy .pagination .active span,
.fy .pagination .active a:hover,
.fy .pagination .active span:hover,
.fy .pagination .active a:focus,
.fy .pagination .active span:focus {
  z-index: 3;
  color: #fff;
  background-color: #0451b9;
  border-color: #0451b9;
  cursor: default;
}
.fy .pagination .disabled span,
.fy .pagination .disabled span:hover,
.fy .pagination .disabled span:focus,
.fy .pagination .disabled a,
.fy .pagination .disabled a:hover,
.fy .pagination .disabled a:focus {
  color: #0451b9;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.M-box1 {
  border-left: 1px solid #ddd;
  display: flex;
  justify-content: flex-start;
}
.M-box1 a,
.M-box1 span {
  border: 1px solid #ddd;
  border-left: none;
  padding: 9px 15px;
  display: flex;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  color: #0451b9;
  line-height: 1.5;
  font-size: 14px;
}
.M-box1 .active {
  background-color: #0451b9;
  color: #fff;
}
.nodataTip {
  color: #fff;
  width: 1200px;
  margin: 30px auto 40px;
  color: #0451b9;
  padding: 25px 10px;
  font-size: 14px;
  background-color: #e5faf1;
  border: 1px dotted #0451b9;
}
.nodataTip span {
  padding: 0 5px;
  font-weight: bold;
  color: #F60;
}
.nodataTip p {
  text-align: center;
  line-height: 2;
  font-size: 16px;
}
.nodataTip .btnx2 {
  padding-top: 25px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nodataTip .btnx2 a {
  margin: 0 15px;
  padding: 14px 15px;
  color: #fff;
  background-color: #0451b9;
  border-bottom: 4px solid #003c21;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.nodataTip .btnx2 a:hover {
  opacity: 0.95;
}
.nodataTip .nodata {
  text-align: center;
}
.searchlist {
  width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #ddd;
}
.searchlist .sli {
  background-color: #fff;
  padding: 20px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.searchlist .sli:hover {
  background-color: #e4e4e4;
}
.searchlist .sli dl {
  flex: 1;
  margin-right: 50px;
}
.searchlist .sli dl dt a {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  display: block;
  padding-bottom: 15px;
}
.searchlist .sli dl .info {
  font-size: 14px;
  color: #666;
}
.searchlist .sli dl .des {
  font-size: 14px;
  padding-top: 5px;
  line-height: 1.6;
  color: #666;
}
.searchlist .sli &gt; a {
  width: 50px;
  height: 50px;
  background-color: #0451b9;
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
  font-family: "å®‹ä½“";
  display: flex;
  align-items: center;
  justify-content: center;
}
.sinfo {
  width: 1200px;
  margin: 0 auto;
  font-size: 12px;
  padding-bottom: 20px;
}
.sinfo span {
  color: #0451b9;
}

.chooseUs *{
    max-width: 100%;
}

.ttallx{
  border-left: 5px solid #333!important;
}
#jsq {
  position: fixed;
  left: 10px;
  top: 30%;
  z-index: 99999;
  width: 200px;
  background-color: #fff;
  border: 5px solid #0451b9;
  box-shadow: 0 0 5px #666;
}
#jsq .box {
  padding: 10px 10px 10px 10px;
}
#jsq .box &gt; div {
  margin-bottom: 10px;
}
#jsq .box &gt; div select,
#jsq .box &gt; div input {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  height: 30px;
  padding: 0 5px;
  font-size: 12px;
  outline: none;
  border: 1px solid #ddd;
}
#jsq .box &gt; div select:focus,
#jsq .box &gt; div input:focus {
  border: 1px solid #0451b9;
}
#jsq .box &gt; div button {
  background-color: #0451b9;
  color: #fff;
  display: flex;
  outline: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  padding: 0 5px;
  cursor: pointer;
  font-size: 12px;
  border: none;
}
#jsq .box &gt; div button:active {
  opacity: 0.85;
}
#jsq .box &gt; p {
  font-size: 12px;
  color: #999;
  line-height: 1.5;
}

</pre></body></html>