@CHARSET "UTF-8";
/*base style for css file*/
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,font,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{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	
	
}
html{
	font-size:62.5%;
	position:relative;
}
table,caption,tbody,tfoot,thead,tr,th,td{
	/*border-collapse:collapse;8*/
  	margin:0;
	padding:0;
	outline:0;
	
}

ul,ol {
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}

/*remember to define focus styles!*/
:focus{
	outline:0;
}

/*remember to highlight inserts somehow!*/
ins{
	text-decoration:none;
}
del{
	text-decoration:line-through;
}

/*tables still need 'cellspacing="0"' in the markup */
table{
	border-collapse:collapse;
	
}


a {
	text-decoration: none;
	color:#000;
}
a:hover {
	text-decoration: none;
}
a:focus{
	text-decoration: none;
	outline-offset:0;
	outline: none;
}

.fr {
	float:right;
}
.fl {
	float:left;
}
.clear {
	clear:both;
	font-size:0;
	line-height:0;
}

div.quotes {
	padding: 3px;MARGIN:20px 5px; text-align: right; font-size:12px;
}
div.quotes A {
	BORDER-RIGHT: #ddd 1px solid; padding-RIGHT:2px 5px; BORDER-TOP: #ddd 1px solid; padding-LEFT: 5px; padding-BOTTOM: 2px; BORDER-LEFT: #ddd 1px solid; color: #aaa; MARGIN-RIGHT: 2px; padding-TOP: 2px; BORDER-BOTTOM: #ddd 1px solid; text-decoration: none
}
div.quotes A:hover {
	BORDER-RIGHT: #a0a0a0 1px solid; padding-RIGHT: 5px; BORDER-TOP: #a0a0a0 1px solid; padding-LEFT: 5px; padding-BOTTOM: 2px; BORDER-LEFT: #a0a0a0 1px solid; MARGIN-RIGHT: 2px; padding-TOP: 2px; BORDER-BOTTOM: #a0a0a0 1px solid
}
div.quotes A:active {
	BORDER-RIGHT: #a0a0a0 1px solid; padding-RIGHT: 5px; BORDER-TOP: #a0a0a0 1px solid; padding-LEFT: 5px; padding-BOTTOM: 2px; BORDER-LEFT: #a0a0a0 1px solid; MARGIN-RIGHT: 2px; padding-TOP: 2px; BORDER-BOTTOM: #a0a0a0 1px solid
}
div.quotes SPAN.current {
	BORDER-RIGHT: #e0e0e0 1px solid; padding-RIGHT: 5px; BORDER-TOP: #e0e0e0 1px solid; padding-LEFT: 5px; FONT-WEIGHT: bold; padding-BOTTOM: 2px; BORDER-LEFT: #e0e0e0 1px solid; color: #aaa; MARGIN-RIGHT: 2px; padding-TOP: 2px; BORDER-BOTTOM: #e0e0e0 1px solid; BACKGROUND-color: #f0f0f0
}
div.quotes SPAN.disabled {
	BORDER-RIGHT: #f3f3f3 1px solid; padding-RIGHT: 5px; BORDER-TOP: #f3f3f3 1px solid; padding-LEFT: 5px; padding-BOTTOM: 2px; BORDER-LEFT: #f3f3f3 1px solid; color: #ccc; MARGIN-RIGHT: 2px; padding-TOP: 2px; BORDER-BOTTOM: #f3f3f3 1px solid
}

.blue{ color:#1884cf;}
.green{ color: #093;}
.red{ color:#da251c;}














@media(min-width:1230px){
    .container{width:1230px;}
}
i,em{font-style:normal}
.disN{display:none;}
.disB{display:block;}
a{transition:all 0.2s linear 0s;}
img{vertical-align:bottom;image-rendering:-webkit-optimize-contrast;}
input[type=text],textarea{font-family:Arial, Helvetica, sans-serif;-webkit-appearance: none;}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background:none;
    border-color:#fff;
}
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.woff2?t=1628666875768') format('woff2'),
    url('../fonts/iconfont.woff?t=1628666875768') format('woff'),
    url('../fonts/iconfont.ttf?t=1628666875768') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.noPro{text-align:center;width:100%;}
.noPro img{height:150px;margin-bottom:30px;}
.noPro span{display:block;font-size:14px;color:#999;}

.

/*手机浮动*/
.phone_footer_nav{position:fixed;bottom:0;left:0;width:100%;z-index:100;background:#fff;height:50px;display:none;}
.phone_footer_nav:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #d2d2d2;
    content: "";
    -webkit-transform: scale(1,0.5);
    transform: scale(1,0.5);
    -webkit-transform-origin: center top;
    transform-origin: center top;
}
.phone_footer_nav a{float:left;display:inline-block;width:25%;text-align:center;color:#000;font-size:12px;transform: scale(0.9);padding-top:7px;}
.phone_footer_nav a i{width:20px;height:20px;display:block;margin:0 auto 3px auto;}
.phone_footer_nav a:nth-child(1) i{background:url("../images/phone_menu.png") no-repeat 0 0;background-size:40px auto;}
.phone_footer_nav a:nth-child(2) i{background:url("../images/phone_menu.png") no-repeat 0 -20px;background-size:40px auto;}
.phone_footer_nav a:nth-child(3) i{background:url("../images/phone_menu.png") no-repeat 0 -40px;background-size:40px auto;}
.phone_footer_nav a:nth-child(4) i{background:url("../images/phone_menu.png") no-repeat 0 -60px;background-size:40px auto;}
.phone_footer_nav a.active{color:#018a9c;}
.phone_footer_nav a.active:nth-child(1) i{background:url("../images/phone_menu.png") no-repeat -20px 0;background-size:40px auto;}
.phone_footer_nav a.active:nth-child(2) i{background:url("../images/phone_menu.png") no-repeat -20px -20px;background-size:40px auto;}
.phone_footer_nav a.active:nth-child(3) i{background:url("../images/phone_menu.png") no-repeat -20px -40px;background-size:40px auto;}
.phone_footer_nav a.active:nth-child(4) i{background:url("../images/phone_menu.png") no-repeat -20px -60px;background-size:40px auto;}

/*大包装询价*/
#blukquote_dialog .formcolumn-item{display:flex;align-items:center;margin-bottom:12px;}
#blukquote_dialog .formcolumn-item dt{font-size:14px;color:#555;margin-right:10px;width:80px;}
#blukquote_dialog  .formcolumn-item dd{width:calc(100% - 100px);position:relative}
#blukquote_dialog  .formcolumn-item dd input{width:90%;height:38px;line-height:38px;padding:0 10px;border:1px solid #dedede;border-radius:3px;box-shadow:none;transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;}
#blukquote_dialog .formcolumn-item dd input:focus{border:1px solid #66afe9;outline:0 none;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6)}
#blukquote_dialog  .formcolumn-item dd textarea {
    width: 90%;
    height: 150px;
    padding: 5px 10px;
    border: 1px solid #dedede;
    border-radius: 3px;
    box-shadow:none;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    resize:none;
}
#blukquote_dialog  .formcolumn-item dd textarea:focus{border:1px solid #66afe9;outline:0 none;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6)}
#blukquote_dialog  .formcolumn-item dd .form-vcodebox img{height:38px;}
#blukquote_dialog  .formcolumn-item-ct{display:flex;line-height:38px;}
#blukquote_dialog  .formcolumn-item dd .form-vcodebox{width:110px;order:1;height:38px;margin-left:10px;}
#blukquote_dialog  .formcolumn-item dd .formcom-vcode{width:20%;}
#blukquote_dialog .formcolumn-item dd .required{order:3;margin-left:10px;font-weight:bold;}
#blukquote_dialog .formcolumn-item.formcolumn-item-tips{margin-bottom:0;}
#blukquote_dialog .formcolumn-item.formcolumn-item-tips .text{font-size:12px;color:#FF0D0D;}

#blukquote_dialog  .formcolumn-item dd .formcolumn-item-tips{order:4;}
#blukquote_dialog .modal-footer{border-top:0;padding:0 0 50px 0;}
#blukquote_dialog .modal-footer input{background-image:linear-gradient(to right, #0843b9, #1f97bf);color:#fff;width:40%;padding:0;font-size:16px;height:40px;transition:all 0.2s linear 0s;}
#blukquote_dialog .modal-footer input:hover{background-image:linear-gradient(to right, #1f97bf, #0843b9);}
#blukquote_dialog .modal-footer input:hover{color:#fff;}
.container {
  width: 1430px;
}
body {
  --bgColor: #0670e6;
  --bgHoverColor: #07b5ea;
  --fontColor: #0670e6;
  --fontHoverColor: #07b5ea;
  padding-top: 189px !important;
}
a {
  color: #333;
  transition-duration: 0.2s;
}
a:hover {
  text-decoration: none;
  color: var(--fontColor);
}
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,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
.site_top {
  background-color: #FFF;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  border-top: 5px solid var(--bgColor);
}
.site_top .top_search {
  display: flex;
  align-self: start;
}
.site_top .top_search .col-sm-3 {
  width: 566px;
  text-align: center;
}
.site_top .top_search .col-sm-3 .logo {
  display: flex;
  align-items: center;
  height: 133px;
}
.site_top .top_search .col-sm-3 .logo img {
  max-width: 100%;
}
.site_top .top_search .col-sm-3 .logo span {
  margin-left: 23px;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  background-image: linear-gradient(to right, #0571e5, #07b5ea);
  /* 其他方向： to left, to top, to bottom, 45deg, 90deg 等 */
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
  padding-right:10px;
}
.site_top .top_search .col-sm-9 {
  padding-left: 0px;
  width: calc(100% - 566px);
}
.site_top .search_all {
  display: flex;
  align-items: center;
  padding-top: 5px;
}
.site_top .search_all .search_form {
  width: 100%;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  border-radius: 50px;
  overflow: hidden;
}
.site_top .search_all .search_form input {
  height: 48px;
  border: none;
  outline: none;
  width: calc(100% - 95px);
  box-shadow: none;
  padding-left: 48px;
  color: #999;
  font-size: 15px;
  background-image: url('../images/search.png');
  background-repeat: no-repeat;
  background-position: 16px center;
}
.site_top .search_all .search_form button {
  width: 95px;
  background-color: transparent;
  outline: none;
  color: #fff;
  border: none;
  height: 48px;
  font-size: 16px;
  background-image: linear-gradient(to right, #0843b9, #1f97bf);
}
.site_top .search_all .search_form button:hover {
  background-image: linear-gradient(to right, #1f97bf, #0843b9);
}
.site_top .search_all .tel {
  margin-left: 30px;
  display: flex;
  align-items: center;
  flex: 0 0 192px;
  overflow: hidden;
  border-radius: 5px;
  background-image: linear-gradient(to right, #0571e5, #07b5ea);
  /* 其他方向： to left, to top, to bottom, 45deg, 90deg 等 */
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-weight: bold;
  text-wrap: nowrap;
}
.site_top .search_all .tel span {
  margin-right: 15px;
  display: flex;
  align-items: center;
  font-size: 28px;
  justify-content: center;
  font-weight: normal;
  background-image: linear-gradient(to right, #0571e5, #07b5ea);
  /* 其他方向： to left, to top, to bottom, 45deg, 90deg 等 */
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.site_top #phone_button {
  background-image: linear-gradient(to right, #0843b9, #1f97bf);
  margin-right: 0;
  border: none;
}
.site_top #phone_button span {
  background-color: #fff;
}
.site_top .navbox {
  border-top: 1px solid #ECECEC;
  transition-duration: 0.2s;
  height: 51px;
}
.site_top #navbox {
  padding: 0;
  position: relative;
}
.site_top #navbox ul {
  display: flex;
}
.site_top #navbox li {
  list-style: none;
  position: relative;
  display: inline-block;
 
  position:relative;
}
    .site_top #navbox li a {
        font-size: 16px;
        text-align: center;
        display: block;
        font-weight: bold;
        line-height: 50px;
        padding: 0 47px;
      
        position: relative;
        z-index: 2;
     
        border-radius: 50px;
    }
        .site_top #navbox li a:hover {
            color: #fff;
            background-image: linear-gradient(to right, #0843b9, #1f97bf);
        }
.site_top #navbox li .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  left: 50%;
  transform: translateX(-50%);
  border: 0;
  display: none;
  min-width: 100%;
}
.site_top #navbox li .dropdown-menu li {
  margin: 0;
  width: 100%;
  padding:0;
}
    .site_top #navbox li .dropdown-menu li a {
        display: block;
        text-align: center;
        padding: 10px 40px;
        line-height: initial;
        font-size: 14px;
        font-weight: normal;
        color: #333;
        border: none;
        background-image:none;
        border-radius:0;
       height:auto;
    }
.site_top #navbox li .dropdown-menu li a::after {
  display: none;
}
.site_top #navbox li .dropdown-menu li a:hover {
  background-color: #0843b9;
  color: #fff;
}
.site_top #navbox li .dropdown-menu li:last-child a {
  border: 0;
}
.site_top #navbox li .dropdown-menu li .dropdown-menu {
  display: none;
  left: 100%;
  transform: none;
  top: 0;
}
.site_top #navbox li .dropdown-menu li:hover .dropdown-menu {
  display: block;
}
.site_top #navbox li.active a {
  color: #fff;
}
.site_top #navbox li.li-hover {
  position: relative;
  z-index: 1;
}
/*.site_top #navbox li::after {
  padding: 0;
  display:none;
  width:100%;
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, #0843b9, #1f97bf);
  height: 50px;
  border-radius: 50px;
  opacity:0;
}*/
.site_top #navbox li:hover .dropdown-menu {
  display: block;
}
.site_top.active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.site_top.active .navbox {
  height: 0;
  overflow: hidden;
}
.index_swiper {
  height: 650px;
  width: 100%;
}
.index_swiper .swiper-button-next,
.index_swiper .swiper-button-prev {
  background-image: none;
  display: flex;
  width: 56px;
  padding-top: 2px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.index_swiper .swiper-button-next::before,
.index_swiper .swiper-button-prev::before,
.index_swiper .swiper-button-next::after,
.index_swiper .swiper-button-prev::after {
  display: none;
}
.index_swiper .swiper-button-next i,
.index_swiper .swiper-button-prev i {
  font-size: 20px;
}
.index_swiper .swiper-button-next:hover,
.index_swiper .swiper-button-prev:hover {
  background-color: #333;
  color: #fff;
}
.index_swiper .swiper-slide {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index_swiper .swiper-pagination {
  bottom: 20px;
}
.index_swiper .swiper-pagination-bullet {
  opacity: 1;
  transition-duration: 0.39s;
  width: 10px;
  border: 1px solid #fff;
  height: 10px;
  background-color: transparent;
  margin: 0 7.5px !important;
}
.index_swiper .swiper-pagination-bullet-active {
  background-color: #fff;
}
.index_title {
  text-align: center;
}
.index_title h3 {
  font-size: 40px;
}
.index_title span {
  display: block;
  font-size: 17px;
  color: #999;
  text-transform: uppercase;
  margin-top: 3px;
}
.index_title span::after {
  content: "";
  width: 46px;
  height: 2px;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  background-image: linear-gradient(to right, #0670e6, #07b5ea);
}
.index_advantages {
  padding-top: 65px;
  padding-bottom: 90px;
  position: relative;
}
.index_advantages .swiper-pagination {
  display: none;
  text-align: center;
  width: 100%;
  bottom: 10px;
  left: 0;
}
.index_advantages .swiper-pagination-clickable .swiper-pagination-bullet {
  margin: 0 5px;
}
.index_advantages #index_advantages {
  margin-top: 35px;
}
.index_advantages .box {
  background-color: #F2F7FF;
  padding-top: 45px;
  border-radius: 20px;
  height: 100%;
  text-align: center;
  padding-bottom: 25px;
  min-height: 285px;
  position: relative;
  overflow: hidden;
}
.index_advantages .box .in {
  position: relative;
  z-index: 3;
}
.index_advantages .box::before {
  width: 140%;
  height: 140%;
  content: "";
  display: block;
  position: absolute;
  background-image: linear-gradient(to right, #0843b9, #1f97bf);
  border-radius: 50%;
  left: -100%;
  top: 100%;
  opacity: 0;
  transition-duration: 0.4s;
}
.index_advantages .box::after {
  width: 199px;
  height: 197px;
  content: "";
  position: absolute;
  right: -34px;
  bottom: -45px;
  display: block;
  background-image: url('../images/advantages_bg.png');
}
.index_advantages .box .img {
  display: flex;
  height: 65px;
  justify-content: center;
  align-items: center;
}
.index_advantages .box .img img {
  max-width: 100%;
  max-height: 100%;
  transition-duration: 0.2s;
}
.index_advantages .box h4 {
  margin-top: 20px;
  font-size: 18px;
  padding: 0 20px;
  font-weight: bold;
  transition-duration: 0.2s;
}
.index_advantages .box .content {
  color: #666;
  padding: 0 20px;
  margin-top: 20px;
  line-height: 26px;
  transition-duration: 0.2s;
}
.index_advantages .box:hover .img img {
  filter: grayscale(100%) brightness(500%);
}
.index_advantages .box:hover h4 {
  color: #fff;
}
.index_advantages .box:hover .content {
  color: #fff;
}
.index_advantages .box:hover::before {
  opacity: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.index_news_list {
  background-color: #F2F7FF;
  padding-top: 80px;
  padding-bottom: 100px;
}
.index_news_list #index_resources {
  margin-top: 40px;
}
.index_news_list .index_resources_out {
  position: relative;
}
.index_news_list .index_resources_out .swiper-button-next,
.index_news_list .index_resources_out .swiper-button-prev {
  background-image: none;
  display: flex;
  width: 36px;
  padding-top: 1px;
  height: 36px;
  background-color: transparent;
  border: 2px solid #D4D4D4;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #9C9D9D;
  font-weight: bold;
}
.index_news_list .index_resources_out .swiper-button-next::before,
.index_news_list .index_resources_out .swiper-button-prev::before,
.index_news_list .index_resources_out .swiper-button-next::after,
.index_news_list .index_resources_out .swiper-button-prev::after {
  display: none;
}
.index_news_list .index_resources_out .swiper-button-next i,
.index_news_list .index_resources_out .swiper-button-prev i {
  font-size: 16px;
}
.index_news_list .index_resources_out .swiper-button-prev {
  left: -60px;
}
.index_news_list .index_resources_out .swiper-button-next {
  right: -60px;
}
.index_news_list .index_resources_out .swiper-button-next:hover,
.index_news_list .index_resources_out .swiper-button-prev:hover {
  border: 2px solid #0844B9;
  background-color: #0844B9;
  color: #fff;
}
.index_news {
  display: flex;
  background-color: #fff;
  padding: 25px 40px 25px 22px;
  border-radius: 10px;

}
.index_news .img {
  width: 178px;
  display: block;
  border-radius: 10px;
  height: 133px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index_news .right_box {
  width: calc(100% - 178px);
  padding-left: 25px;
}
.index_news .title {
  margin-top: 5px;
  color: #0c0d0e;
  font-size: 18px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index_news .content {
  margin-top: 8px;
  color: #666;
  line-height: 25px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_news .info {
  margin-top: 20px;
  color: #666;
  display: flex;
  justify-content: space-between;
}
.index_news .info a {
  color: var(--fontColor);
}
.index_news .info a:hover {
  text-decoration: underline;
}
.index_news .time {
  display: flex;
  align-items: center;
}
.index_news .time i {
  margin-right: 6px;
}
.index_news:hover {
  box-shadow: 0 0 3px #c6cfde;
}
.index_news:hover .title {
  color: var(--fontColor);
}
.index_instrument {
  margin-top: 37px;
  background-image: url('../images/indexbg1.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index_instrument .box {
  min-height: 534px;
  padding-top: 165px;
  padding-bottom: 30px;
}
    .index_instrument .box h2 {
        font-size: 48px;
        font-weight: bold;
        color: #333;
        display: inline-block;
    }
.index_instrument .box h2 span{
    color:#ff0000;
}
.index_instrument .box .content {
  font-size: 38px;
 
  width:100%;
     letter-spacing:10px;
     background-image: linear-gradient(to right, #0571e5, #07b5ea);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;


  margin-top: 25px;
}

    .index_instrument .box .content::before {
        display: block;
        content: "";
        width: 100%;
        height: 3px;
        background-image: linear-gradient(to right, #0571e5, #07b5ea);
        margin-bottom:10px;
    }
    .index_instrument .box .content::after {
        display: block;
        content: "";
        width: 100%;
        height: 1px;
        background-image: linear-gradient(to right, #0571e5, #07b5ea);
        margin-top: 10px;
    }
    .index_instrument .box{
        display:inline-block;
    }
    .index_instrument .box .more_btn {
        width: 148px;
        height: 42px;
        display: flex;
        align-items: center;
        background-image: linear-gradient(to right, #0843b9, #1f97bf);
        border-radius: 42px;
        justify-content: center;
        font-size: 14px;
        color: #fff;
        margin-top: 50px;
    }
        .index_instrument .box .more_btn2 {
            display: flex;
            align-items: center;
            width: 138px;
            font-size: 22px;
            margin: 0 auto;
            margin-top: 35px;
        }
.index_instrument .box .more_btn2 i{
    color:#fff;
    width:32px;
    height:32px;
    border-radius:50%;
    text-align:center;
    line-height:32px;
    font-size:31px;
    font-weight:lighter;
    margin-right:15px;
      background-image: linear-gradient(to right, #0843b9, #1f97bf);
    display:inline-block;
}
.index_instrument .box .more_btn:hover {
  background-image: linear-gradient(to right, #1f97bf, #0843b9);
}
.index_instrument .nav-tabs {
  border-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.index_instrument .nav-tabs > li {
  width: calc(100% / 4);
  margin-bottom: 0;
  position: relative;
}
.index_instrument .nav-tabs > li::before {
  content: "";
  height: 100%;
  display: block;
  width: 100%;
  background-image: url('../images/nav_bg.png');
  position: absolute;
  height: 123px;
  bottom: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;
  opacity: 0;
  transition-duration: 0.2s;
}
.index_instrument .nav-tabs > li a {
  border: 0 !important;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent !important;
  width: 100%;
  height: 107px;
  border-radius: 0;
  font-size: 24px;
  color: #fff !important;
}
.index_instrument .nav-tabs > li a img {
  margin-right: 15px;
}
.index_instrument .nav-tabs > li.active,
.index_instrument .nav-tabs > li:hover {
  background-color: transparent;
}
.index_instrument .nav-tabs > li.active::before,
.index_instrument .nav-tabs > li:hover::before {
  opacity: 1;
}
.index_product {
  padding-top: 75px;
  background-color: #F8FBFF;
  padding-bottom: 85px;
}
.index_product .row {
  margin-top: 40px;
}
.index_product .box {
  text-align: center;
  background-color: #fff;
  padding-bottom: 40px;
  border-radius: 20px;
  transition-duration: 0.2s;
}
.index_product .box .img {
  display: block;
  height: 243px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}
.index_product .box h4 {
  color: #0670e6;
  font-size: 24px;
  font-weight: bold;
  margin-top: 25px;
}
.index_product .box span {
  margin-top: 10px;
  display: block;
  font-size: 16px;
  color: #666;
}
.index_product .box .more_btn {
  width: 121px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  color: #333;
  border-radius: 40px;
  margin: 0 auto;
  margin-top: 25px;
  border: 1px solid #D0D0D0;
}
.index_product .box .more_btn:hover {
  color: #fff;
  background-image: linear-gradient(to right, #0843b9, #1f97bf);
}
.index_product .box:hover {
  transform: translateY(-10px);
  box-shadow: 0 3px 13px rgba(198, 214, 242, 0.35);
}
.index_product .box:hover .more_btn {
  color: #fff;
  background-image: linear-gradient(to right, #0843b9, #1f97bf);
}
.index_brand2 {
  background-image: linear-gradient(to right, #0843b9, #1f97bf);
}
.index_brand2 .container {
  height: 219px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.index_brand2 .container::before,
.index_brand .container::after {
  display: none;
}
.index_brand2 .container .brand_swiper_out {
  width: calc(100% - 285px);
  padding: 0 55px;
  position: relative;
}
.index_brand2 .container .brand_swiper_out .swiper-button-next,
.index_brand2 .container .brand_swiper_out .swiper-button-prev {
  color: #fff;
  top: 52%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
}
.index_brand2 .container .brand_swiper_out .swiper-button-next i,
.index_brand2 .container .brand_swiper_out .swiper-button-prev i {
  font-size: 30px;
  font-weight: bold;
}
.index_brand2 .container .brand_swiper_out .swiper-button-next {
  right: -15px;
}
.index_brand2 .container .brand_swiper_out .swiper-button-prev {
  left: -15px;
}
.index_brand2 .container .brand {
  height: 97px;
  display: flex;
  align-items: center;
  background-color: #fff;
  justify-content: center;
  border-radius: 15px;
  overflow: hidden;
}
.index_brand2 .container .brand img {
  transition-duration: 0.2s;
  max-width: 100%;
  max-height: 100%;
}
.index_brand2 .container .brand img:hover {
  transform: scale(0.9);
}
.index_brand2 .container .index_title h3 {
  color: #fff;
  text-align: left;
}
.index_brand2 .container .index_title span {
  text-align: left;
  color: #fff;
}
.index_brand2 .container .index_title span::after {
  margin: 0;
  margin-top: 20px;
  background-image: none;
  background-color: #fff;
}
.index_customer {
  padding-top: 75px;
  background-image: url('../images/indexbg2.png');
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}
.index_customer .index_title {
  margin-bottom: 50px;
}
.index_customer .customer_out {
  height: 107px;
  overflow: hidden;
  width: 100%;
}
.index_customer .brand_list {
  display: flex;
}
.index_customer li {
  margin: 0 10px 25px;
  list-style: none;
}
.index_customer .brand_list .brand {
  height: 82px;
  width: 188px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.075);
  border-radius: 15px;
  background-color: #fff;
}
.index_customer .brand_list .brand img {
  max-width: 90%;
  max-height: 90%;
}
.index_customer .more_btn {
  width: 244px;
  height: 57px;
  border-radius: 57px;
  background-image: linear-gradient(to right, #0843b9, #1f97bf);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 auto;
  font-size: 18px;
  margin-top: 30px;
  line-height: 57px;
}
.index_customer .more_btn i {
  margin-left: 5px;
  font-size: 20px;
}
.index_customer .more_btn:hover {
  background-image: linear-gradient(to right, #1f97bf, #0843b9);
}
.index_about {
  padding-top: 85px;
  padding-bottom: 80px;
}
.index_about .about_out {
  display: flex;
  margin-top: 40px;
}
.index_about .img {
  width: 652px;
  height: 344px;
  border-radius: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index_about .right_box {
  width: calc(100% - 652px);
  padding-left: 65px;
}
.index_about .content {
  font-size: 15px;
  line-height: 32px;
  margin-top: 5px;
}
.index_about .more_btn {
  width: 244px;
  height: 57px;
  border-radius: 57px;
  background-image: linear-gradient(to right, #0843b9, #1f97bf);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  margin-top: 50px;
  line-height: 57px;
}
.index_about .more_btn i {
  margin-left: 5px;
  font-size: 20px;
}
.index_about .more_btn:hover {
  background-image: linear-gradient(to right, #1f97bf, #0843b9);
}
.index_contact {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/indexbg3.png');
  height: 277px;
  text-align: center;
  padding-top: 65px;
}
.index_contact h3 {
  font-size: 40px;
}
.index_contact .content {
  color: #666;
  font-size: 18px;
  margin-top: 20px;
}
.index_contact .more_btn {
  width: 179px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #0090E9;
  border-bottom: 1px solid #0090E9;
  border-left: 1px solid #0090E9;
  border-right: 1px solid #0090E9;
  margin: 0 auto;
  margin-top: 30px;
  background-color: #fff;
}
.index_contact .more_btn span {
  background-image: linear-gradient(to right, #0843b9, #1f97bf);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
}
.index_contact .more_btn i {
  font-size: 20px;
  margin-right: 10px;
  background-image: linear-gradient(to right, #0843b9, #1f97bf);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index_contact .more_btn:hover {
  background-image: linear-gradient(to right, #0843b9, #1f97bf);
}
.index_contact .more_btn:hover i,
.index_contact .more_btn:hover span {
  background-image: none;
  -webkit-text-fill-color: #fff;
}
.footer {
  border-top: 1px solid #EAF2FF;
  margin-top: 65px;
  background-color:#fff;
}
.footer ul {
  padding-top: 75px;
  padding-bottom: 90px;
  display: flex;
  justify-content: space-between;
  line-height: 33px;
}
.footer ul li {
  list-style: none;
}
.footer ul h4 {
  font-size: 18px;
  color: #0670e6;
  margin-bottom: 15px;
  font-weight: bold;
}
.footer ul h5 {
  font-size: 15px;
}
.footer ul a {
  display: block;
  font-size: 15px;
}
.footer ul a:hover {
  text-decoration: underline;
  color: #333;
}
.footer ul div {
  display: flex;
}
.footer ul .imgbox {
  text-align: center;
  margin-top: 25px;
}
.footer ul .imgbox img {
  max-width: 200px;
}
.footer ul .zixun {
  width: 312px;
  height: 48px;
  border-radius: 48px;
  background-image: linear-gradient(to right, #0843b9, #1f97bf);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 auto;
  font-size: 16px;
  margin-top: 30px;
  line-height: 48px;
  text-decoration: none;
}
.footer ul .zixun i {
  font-size: 20px;
  margin-right: 6px;
}
.footer ul .zixun:hover {
  text-decoration: none;
  color: #fff;
  background-image: linear-gradient(to right, #1f97bf, #0843b9);
}
.footer ul .code {
  text-align: center;
}
.footer ul .code img {
  max-width: 160px;
}
.footer ul .code h4 {
  font-size: 15px;
}
.footer .footer_bottom {
  background-color: #353638;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  line-height: 24px;
}
.footer .footer_bottom a {
  color: #fff;
}
.footer .footer_bottom a:hover {
  text-decoration: underline;
}
/*面包屑*/
.page_map {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 15px;
}
.page_map i {
  font-style: normal;
  background-image: linear-gradient(to right, #0843b9, #1f97bf);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
}
.page_map .breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  color: #333;
}
.page_map .breadcrumb li + li:before {
  content: ">";
}
.page_map .breadcrumb a {
  color: #333;
}
.page_map .breadcrumb a:hover {
  text-decoration: underline;
}
.page_map .breadcrumb .active {
  color: #333;
}
.page_map .breadcrumb .active span {
  color: #333;
}
.page_banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  display: flex;
  height: 360px;
  justify-content: center;
  flex-direction: column;
}
.page_banner h3 {
  font-size: 55px;
  color: #fff;
  font-weight: bold;
}
.page_banner .content {
  color: #fff;
  font-size: 26px;
  margin-top: 20px;
}
.prolist {
  display: flex;
}
.prolist .pro_left {
  width: 265px;
}
.prolist .pro_left .list_level1 li {
  list-style: none;
  font-size: 16px;
  margin-bottom: 10px;
  border: 1px solid #ECECEC;
  border-radius: 5px;
}
.prolist .pro_left .list_level1 .out {
  border-radius: 5px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px 0 20px;
  background-color: #F8F9FA;
}
.prolist .pro_left .list_level1 .out a {
  font-size: 16px;
  width: 70%;
  font-weight: bold;
}
.prolist .pro_left .list_level1 .out span {
  font-size: 20px;
  font-weight: bold;
  color: #0058B7;
  transition-duration: 0.3s;
}
.prolist .pro_left .list_level1 .out:last-child {
  border-bottom: none;
}
.prolist .pro_left .list_level1 .list_level2 {
  background-color: #fff;
  border-radius: 0;
}
.prolist .pro_left .list_level1 .list_level2 li {
  border-radius: 0;
  margin-top: 0;
  border: none;
  border-top: 1px solid #E9E9E9;
  margin: 0 18px;
}
.prolist .pro_left .list_level1 .list_level2 li:first-child {
  border: none;
}
.prolist .pro_left .list_level1 .out2 {
  display: flex;
  line-height: 70px;
  padding: 0px 5px;
  font-weight: bold;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
.prolist .pro_left .list_level1 .out2 a {
  font-weight: normal;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  position: relative;
  padding-right: 2px;
}
.prolist .pro_left .list_level1 .out2 a:hover {
  color: #0843b9;
}
.prolist .pro_left .list_level1 .out2 a.active {
  color: #0844b9;
}
.prolist .pro_left .list_level1 .out2 span {
  font-size: 12px;
  font-weight: normal;
}
.prolist .pro_left .list_level1 .out.active {
  background-image: linear-gradient(to right, #0843b9, #1f97bf);
}
.prolist .pro_left .list_level1 .out.active a {
  color: #fff;
}
.prolist .pro_left .list_level1 .out.active span {
  color: #fff;
  font-size: 18px;
}
.prolist .pro_left .list_level1 .out.active span::before {
  content: "\e71e";
}
.prolist .pro_left .list_level1 .out2.active a {
  color: #0843b9;
  font-weight: bold;
}
.prolist .pro_right {
  width: calc(100% - 265px);
  padding-left: 17px;
}
.prolist .pro_right .row {
  margin-right: 0px;
}
.prolist .pro_right .col-lg-3 {
  margin-bottom: 15px;
  padding-right: 0;
}
.pro {
  padding: 20px 20px 28px;
  background-color: #F8F9FA;
  transition-duration: 0.2s;
}
.pro .img {
  height: 176px;
  border: 1px solid #EFEFEF;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.pro .img img {
  max-width: 90%;
  max-height: 90%;
}
.pro .name {
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  margin-top: 20px;
  height:45px;
  -webkit-box-orient: vertical;
}
.pro .content {
  color: #666;
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  margin-top: 8px;
  height:69px;
  line-height: 23px;
  -webkit-box-orient: vertical;
}
.pro .more_btn {
  margin-top: 15px;
  width: 79px;
  text-align: center;
  height: 29px;
  display: block;
  line-height: 29px;
  color: #0844b9;
  border: 1px solid #BBD4FF;
  background-color: #EAF2FF;
}
.pro:hover {
  box-shadow: 0 0 3px #c6cfde;
}
.pro:hover .name {
  color: #0844b9;
}
.pro:hover .more_btn {
  background-color: #0844b9;
  color: #fff;
}
.proinfo_top {
  background-color: #fff;
  padding: 30px 70px 30px 35px;
  display: flex;
  box-shadow: 0 0 19px rgba(145, 157, 170, 0.3);
  border-radius: 15px;
}
.proinfo_top .left_box {
  width: 420px;
}
.proinfo_top .left_box .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.proinfo_top .left_box .swiper-slide img {
  max-width: 90%;
  max-height: 90%;
}
.proinfo_top .left_box .mySwiper_out {
  position: relative;
}
.proinfo_top .left_box .mySwiper_out .swiper-button-next,
.proinfo_top .left_box .mySwiper_out .swiper-button-prev {
  background-image: none;
  display: flex;
  width: 30px;
  height: 40px;
  align-items: center;
  justify-content: center;
  color: #999;
}
.proinfo_top .left_box .mySwiper_out .swiper-button-next::before,
.proinfo_top .left_box .mySwiper_out .swiper-button-prev::before,
.proinfo_top .left_box .mySwiper_out .swiper-button-next::after,
.proinfo_top .left_box .mySwiper_out .swiper-button-prev::after {
  display: none;
}
.proinfo_top .left_box .mySwiper_out .swiper-button-next i,
.proinfo_top .left_box .mySwiper_out .swiper-button-prev i {
  font-size: 30px;
  font-weight: bold;
}
.proinfo_top .left_box .mySwiper_out .swiper-button-prev {
  left: -45px;
}
.proinfo_top .left_box .mySwiper_out .swiper-button-next {
  right: -45px;
}
.proinfo_top .left_box .mySwiper_out .swiper-button-next:hover,
.proinfo_top .left_box .mySwiper_out .swiper-button-prev:hover {
  color: #0843b9;
}
.proinfo_top .left_box .mySwiper {
  height: 283px;
  width: 100%;
  overflow: hidden;
  border: 1px solid #C6CDD2;
}
.proinfo_top .left_box .mySwipers {
  height: 40px;
  margin-top: 10px;
  overflow: hidden;
  box-sizing: border-box;
}
.proinfo_top .left_box .mySwipers .swiper-slide {
  border: 1px solid #C6CDD2;
}
.proinfo_top .left_box .mySwipers .swiper-slide-thumb-active {
  border: 2px solid #143E8B;
}
.proinfo_top .right_box {
  width: calc(100% - 422px);
  padding-right: 125px;
}
.proinfo_top .right_box .title {
  font-size: 34px;
  font-weight: bold;
}
.proinfo_top .right_box .title::after {
  margin-top: 15px;
  width: 36px;
  display: block;
  content: "";
  height: 3px;
  background-color: #0744B9;
}
.proinfo_top .right_box .content {
  margin-top: 25px;
  font-size: 15px;
  line-height: 30px;
}
.proinfo_top .right_box .online_btn {
  width: 161px;
  height: 41px;
  display: flex;
  align-items: center;
  background-image: linear-gradient(to right, #0843b9, #1f97bf);
  border-radius: 42px;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  margin-top: 25px;
}
.proinfo_top .right_box .online_btn:hover {
  background-image: linear-gradient(to right, #1f97bf, #0843b9);
}
.proinfo_tabbar {
  margin-top: 35px;
  display: flex;
  border-radius: 15px;
  padding: 0 15px;
  box-shadow: 0 0 19px rgba(145, 157, 170, 0.3);
}
.proinfo_tabbar a {
  font-size: 20px;
  line-height: 65px;
  padding: 0 25px;
  position: relative;
  display: inline-block;
}
.proinfo_tabbar a::after {
  position: absolute;
  display: block;
  content: "";
  opacity: 0;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #0843b9, #1f97bf);
  width: 100%;
  height: 2px;
}
.proinfo_tabbar a:hover,
.proinfo_tabbar a:active {
  color: #0745b9;
  font-weight: bold;
}
.proinfo_tabbar a:hover::after,
.proinfo_tabbar a:active::after {
  opacity: 1;
}
.proinfo_box {
  box-shadow: 0 0 19px rgba(145, 157, 170, 0.3);
  background-color: #fff;
  padding: 10px 38px;
  border-radius: 15px;
  margin-top: 25px;
  padding-bottom: 15px;
}
.proinfo_title {
  height: 60px;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #0843b9, #1f97bf) 1;
}
.proinfo_title img {
  margin-right: 15px;
}
.hexinyoushi {
  margin-top: 20px;
}
.hexinyoushi li {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #E1E1E1;
}
.hexinyoushi li .left_box {
  margin-top: 15px;
  width: calc(100% - 270px);
  padding-right: 55px;
}
.hexinyoushi li .left_box h4 {
  font-size: 18px;
  font-weight: bold;
}
.hexinyoushi li .left_box .content {
  margin-top: 12px;
  font-size: 16px;
  color: #666;
  line-height: 27px;
}
.hexinyoushi li .img {
  width: 270px;
  height: 135px;
  border: 1px solid #E1E1E1;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hexinyoushi li .img img {
  max-width: 100%;
  max-height: 100%;
}
.hexinyoushi li:last-child {
  border: none;
}
#jishuliangdian {
  padding-bottom: 40px;
}
.jishuliangdian {
  box-shadow: 0 0 19px rgba(145, 157, 170, 0.3);
  border-radius: 15px;
  margin-top: 34px;
}
.jishuliangdian .table {
  margin-bottom: 0;
  border-bottom: 1px solid #E8EEF7;
}
.jishuliangdian .table th {
  border-right: 1px solid #E8EEF7;
  border-color: #E8EEF7;
  vertical-align: middle;
  font-weight: normal;
  padding-left: 35px;
  background-color: #F7FAFF;
  width: 180px;
}
.jishuliangdian .table td {
  border-color: #E8EEF7;
  vertical-align: middle;
  padding: 10px;
  padding-left: 35px;
  line-height: 28px;
}
.jishuliangdian .table thead tr {
  background-color: #044CBA;
  color: #fff;
  font-size: 16px;
}
.jishuliangdian .table thead tr td {
  padding: 15px 0;
  padding-left: 35px;
  padding-right: 10px;
}
#yingyongchangjingbox {
  margin-top: 35px;
  padding-bottom: 40px;
}
#yingyongchangjingbox .swiper-slide {
  height: auto;
}
#yingyongchangjingbox .swiper-pagination-bullet-active {
  background-color: #0843b9;
}
#yingyongchangjingbox .box {
  height: 100%;
  background-color: #F8F9FA;
  padding: 0 40px;
  padding-top: 45px;
  text-align: center;
  padding-bottom: 20px;
  min-height: 277px;
  border-radius: 20px;
  transition-duration: 0.2s;
}
#yingyongchangjingbox .box:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#yingyongchangjingbox .box .img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 71px;
}
#yingyongchangjingbox .box .img img {
  max-height: 100%;
}
#yingyongchangjingbox .box h4 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
}
#yingyongchangjingbox .box .content {
  font-size: 15px;
  line-height: 25px;
  margin-top: 10px;
}
.chooseus {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: -18px;
  margin-top: 30px;
}
.chooseus li {
  padding-left: 0;
  padding-right: 18px;
  list-style: none;
  margin-bottom: 17px;
  transition-duration: 0.2s;
}
.chooseus li .box {
  border-radius: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #F8F9FA;
}
.chooseus li .box:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.chooseus li .right_box {
  width: calc(100% - 125px);
  padding: 10px;
}
.chooseus li .right_box h4 {
  font-size: 18px;
  font-weight: bold;
}
.chooseus li .right_box .content {
  margin-top: 12px;
  font-size: 15px;
}
.chooseus li .img {
  width: 125px;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chooseus li .img img {
  max-width: 100%;
  max-height: 100%;
}
.zhishilianjie {
  margin-top: 35px;
  margin-left: 0;
  margin-right: -55px;
}
.zhishilianjie li {
  list-style: none;
  margin-bottom: 35px;
  padding-left: 0;
  padding-right: 55px;
}
.zhishilianjie .box {
  display: flex;
}
.zhishilianjie .box .img {
  width: 166px;
  display: block;
  height: 105px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.zhishilianjie .box .right_box {
  padding-left: 28px;
  width:calc(100% - 166px);
}
.zhishilianjie .box .right_box .title {
  font-size: 18px;
  font-weight: bold ;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
  height: 48px;
}
.zhishilianjie .box .right_box .content {
  margin-top: 10px;
  font-size: 15px;
  line-height: 25px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: 50px;
  -webkit-box-orient: vertical;
}
.weibaofuwu {
  background-color: #F6F9FE;
}
.weibaofuwu_box {
  margin-top: 45px;
  display: flex;
  padding-bottom: 70px;
}
.weibaofuwu_box .left_box {
  padding-right: 40px;
}
.weibaofuwu_box .left_box .title {
  font-size: 36px;
  font-weight: bold;
}
.weibaofuwu_box .left_box .title::after {
  margin-top: 15px;
  content: "";
  display: block;
  width: 39px;
  height: 2px;
  background-image: linear-gradient(to right, #0843b9, #1f97bf);
}
.weibaofuwu_box .left_box .content {
  margin-top: 15px;
  font-size: 15px;
  line-height: 31px;
  width: 676px;
}
.weibaofuwu_box .left_box .more_btn {
  margin-top: 25px;
  width: 167px;
  height: 48px;
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  border-radius: 48px;
  border: 1px solid #0844B9;
}
.weibaofuwu_box .left_box .more_btn i {
  margin-left: 3px;
  color: #666;
  position: relative;
  top: -2px;
  font-size: 30px;
}
.weibaofuwu_box .left_box .more_btn:hover {
  background-color: #0844B9;
  color: #fff;
}
.weibaofuwu_box .left_box .more_btn:hover i {
  color: #fff;
}
.weibaofuwu_box .right_box {
  display: flex;
  justify-content: right;
}
.weibaofuwu_box .right_box .img {
  width: 325px;
  height: 275px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 20px;
  border-radius: 20px;
}
.page_title {
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 20px;
  position: relative;
}
.page_title::after {
  content: "";
  position: absolute;
  display: block;
  width: 342px;
  height: 1px;
  background-color: #CECECE;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.page_title::before {
  content: "";
  position: absolute;
  display: block;
  width: 73px;
  height: 4px;
  background-image: linear-gradient(to right, #0843b9, #1f97bf);
  left: 50%;
  z-index: 2;
  bottom: -1px;
  transform: translateX(-50%);
}
.whychoose {
  padding-top: 60px;
  padding-bottom: 75px;
}
.whychoose .whychoose_box {
  margin-top: 45px;
}
.whychoose li {
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  margin-bottom: 25px;
  transition-duration: 0.2s;
}
.whychoose li .num {
  font-size: 100px;
  color: #E3E9F6;
  line-height: 100px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.whychoose li .img {
  width: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.whychoose li .right_box {
  position: relative;
  background-color: #F6F9FE;
  width: 50%;
  padding: 30px 30px 40px 40px;
}
.whychoose li .right_box h4 {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.whychoose li .right_box .content {
  margin-top: 20px;
  color: #666;
  font-size: 15px;
  line-height: 27px;
  position: relative;
  z-index: 2;
}
.whychoose li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.whychoose li:hover .right_box {
  background-color: #fff;
}
.whychoose li:nth-child(even) {
  flex-direction: row-reverse;
}
.service_list {
  padding-top: 65px;
  background-color: #F6F9FE;
  padding-bottom: 70px;
}
.service_list .tips {
  text-align: center;
  font-size: 16px;
  margin-top: 25px;
}
.service_list .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
}
.service_list .col-md-4 {
  padding-left: 0;
  margin-bottom:15px;
}
.service_list .box {
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  transition-duration: 0.2s;
 
}
.service_list .box .title {
  height: 104px;
  color: #fff;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to right, #0843b9, #1f97bf);
}
.service_list .box .title h4 {
  line-height: 35px;
  font-size: 24px;
  font-weight: bold;
}
.service_list .box .title h5 {
  line-height: 35px;
  font-size: 24px;
  font-weight: bold;
}
.service_list .box .body {
  padding: 15px;
}
.service_list .box .body .tip {
  text-align: center;
  font-size: 15px;
}
.service_list .box .body ul {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
.service_list .box .body ul li {
  list-style: none;
  width: 50%;
  text-align: center;
  padding: 15px 20px;
}
.service_list .box .body ul li .img {
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.service_list .box .body ul li .img img {
  max-height: 100%;
}
.service_list .box .body ul li h5 {
  margin-top: 20px;
  font-weight: bold;
  font-size: 15px;
}
.service_list .box .body ul li .content {
  margin-top: 7px;
  height:100px;
  overflow:auto;
  font-size: 14px;
  line-height: 19px;
  color: #666;
}
.service_list .box .body ul li:nth-child(1) {
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.service_list .box .body ul li:nth-child(2) {
  border-bottom: 1px solid #E0E0E0;
}
.service_list .box .body ul li:nth-child(3) {
  border-right: 1px solid #E0E0E0;
}
.service_list .box:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}
.service_list .service_list_box {
  margin-top: 38px;
}
.service_list .service_list_box .col-md-4:nth-child(2) .box .title {
  background-image: linear-gradient(to right, #1e96bf, #1fbfb6);
}
.service_list .service_list_box .col-md-4:nth-child(3) .box .title {
  background-image: linear-gradient(to right, #1fbfb6, #1bbe7f);
}
.wenzibankuai {
  min-height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.wenzibankuai .yinhao {
  width: 52px;
  height: 52px;
  text-align: center;
  display: block;
  font-size: 100px;
  color: #fff;
  background-image: linear-gradient(to right, #0843b9, #1f97bf);
  position: absolute;
  left: -52px;
  line-height: 100px;
  top: 0;
}
.wenzibankuai .content {
  margin-left: 52px;
  position: relative;
  width: 510px;
  padding: 45px 40px 50px 35px;
  min-height: 181px;
  background-color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.unique {
  padding-top: 75px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EBEBEB;
}
.unique ul {
  margin: 0;
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
}
.unique ul li {
  padding: 0;
  margin-bottom: 48px;
  list-style: none;
}
.unique ul li .box {
  display: flex;
  height: 100%;
  padding-right: 40px;
}
.unique ul li .img {
  width: 248px;
  height: 174px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.unique ul li .right_box {
  padding-left: 35px;
  width: calc(100% - 248px);
}
.unique ul li .right_box h4 {
  font-size: 22px;
  font-weight: bold;
  color: #0648b9;
  padding-bottom: 15px;
  margin-top: 12px;
  border-bottom: 1px solid #E0E0E0;
}
.unique ul li .right_box .content {
  margin-top: 20px;
  color: #666;
  font-size: 15px;
  line-height: 24px;
}
.service_process {
  padding-bottom: 100px;
  padding-top: 60px;
}
.service_process ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}
.service_process ul li {
  margin-top: 30px;
  position: relative;
  text-align: center;
  list-style: none;
  margin-right: 80px;
  width: 165px;
}
.service_process ul li .img {
  margin: 0 auto;
  width: 110px;
  height: 110px;
  padding: 10px;
  border: 2px dashed #CED9F1;
  border-radius: 50%;
}
.service_process ul li .img span {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  justify-content: center;
  background-color: #E2EDFA;
}
.service_process ul li .img span img {
  max-width: 80%;
  max-height: 80%;
}
.service_process ul li h4 {
  margin-top: 20px;
  font-size: 22px;
}
.service_process ul li .content {
  margin-top: 12px;
  font-size: 15px;
  color: #666;
  line-height: 22px;
}
.service_process ul li::after {
  position: absolute;
  content: "";
  display: block;
  width: 35px;
  height: 20px;
  right: -63px;
  top: 43px;
  background-image: url('../images/jiantou.png');
}
.service_process ul li:last-child {
  margin-right: 0;
}
.service_process ul li:last-child::after {
  display: none;
}
.maintenance_plan {
  background-image: url('../images/lainxiwomen.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.maintenance_plan .container {
  height: 240px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.maintenance_plan .container::after,
.maintenance_plan .container::before {
  display: none;
}
.maintenance_plan .container .left_box {
  font-size: 18px;
  color: #666;
  line-height: 30px;
  width:50%;
}
.maintenance_plan .container .left_box h2 {
  font-size: 38px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.maintenance_plan .container .more_btn {
  width: 205px;
  height: 54px;
  line-height: 54px;
  display: flex;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 54px;
  background-image: linear-gradient(to bottom right, #0843b9, #1f97bf);
  color: #fff;
}
.maintenance_plan .container .more_btn i {
  margin-left: 3px;
  color: #fff;
  position: relative;
  top: -2px;
  font-size: 30px;
}
.maintenance_plan .container .more_btn:hover {
  background-image: linear-gradient(to bottom right, #1f97bf, #0843b9);
}
.navlist {
  display: flex;
  justify-content: space-between;
}
.navlist h3 {
  font-size: 34px;
  font-weight: bold;
}
.navlist .right_box {
  display: flex;
}
.navlist .right_box a {
  width: 145px;
  display: block;
  line-height: 39px;
  text-align: center;
  border: 1px solid #C2C2C2;
  border-radius: 40px;
  font-size: 16px;
  margin-left: 18px;
}
.navlist .right_box a:hover {
  border-color: var(--bgHoverColor);
  color: #fff;
  background-color: var(--bgHoverColor);
}
.navlist .right_box a.active {
  border-color: var(--bgHoverColor);
  color: #fff;
  background-color: var(--bgHoverColor);
}
.newsbox {
  margin-top: 35px;
}
.newsbox li {
  border-bottom: 1px solid #C2C2C2;
  list-style: none;
  display: flex;
  padding: 35px 25px 35px 0;
}
.newsbox li .time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
}
.newsbox li .time span {
  font-size: 42px;
  color: #000;
}
.newsbox li .time i {
  font-style: normal;
  font-size: 16px;
}
.newsbox li .center_box {
  width: calc(100% - 286px - 190px);
  padding-right: 75px;
}
.newsbox li .center_box .title {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.newsbox li .center_box .content {
  font-size: 15px;
  line-height: 28.5px;
  margin-top: 15px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsbox li .center_box .more_btn {
  margin-top: 5px;
  color: var(--fontHoverColor);
  display: flex;
  align-items: center;
}
.newsbox li .center_box .more_btn i {
  font-size: 28px;
}
.newsbox li .img {
  width: 286px;
  height: 164px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.newsbox li:hover {
  background-color: #F8F8F8;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display:none;
}
/*float*/
.float_box{position:fixed;right:10px;top:50%;transform:translateY(-50%);transition:all 0.2s linear 0s;z-index:10000;}
.float_box ul{border-radius:10px;}
    .float_box ul li {
        text-align: center;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 73px;
        transition: all 0.2s linear 0s;
        cursor: pointer;
        width: 60px;
        padding-top: 9px;
        background: #fff;
    }
.float_box ul li:before{content:"";width:80%;height:1px;background:#e0e0e0;position:absolute;left:50%;top:0;transform:translateX(-50%);}
.float_box ul li:first-child:before{width:0;}
.float_box ul li:first-child{border-radius:5px 5px 0 0;}
.float_box ul li:nth-child(3){border-radius:0 0 5px 5px;}

/*.float_box ul li:last-child::before{display:none;}*/
        .float_box ul li i {
            font-size: 27px;
            background-image: linear-gradient(to right, #0843b9, #1f97bf);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            display: block;
            transition: all 0.2s linear 0s;
            line-height: 26px;
            position: relative;
        }
.float_box ul li i sup{display:block !important;background:#e20000;padding:0 4px;line-height:14px;border-radius:50%;position:absolute;top:-3px;right:-3px;font-size:12px;color:#fff;}
.float_box ul li span{font-size:11px;color:#666;display:block;transition:all 0.2s linear 0s;line-height:26px;}
        .float_box ul li:hover i {
            color: #fff;
            -webkit-text-fill-color:#fff;
        }
.float_box ul li:hover span{color:#fff;}
        .float_box ul li:hover {
            background-image: linear-gradient(to right, #0843b9, #1f97bf);
        }
.float_box ul li .tel_box{border-radius:5px;align-items:center;display:none; position:absolute;right:60px;top:0;padding:20px 16px 16px 16px;font-size:14px;background:#fff;line-height:28px;width:265px;box-shadow:0 3px 8px rgba(0,0,0,0.15);overflow:hidden;}
    .float_box ul li .tel_box:before {
        content: "";
        width: 100%;
        height: 6px;
        background-image: linear-gradient(to right, #0843b9, #1f97bf);
        position: absolute;
        top: -1px;
        left: 0;
    }
    .float_box ul li .tel_box i {
        font-size: 42px;
        color: #d3d3d3;
        line-height:normal;
        margin-right: 10px;
        -webkit-text-fill-color:transparent;
    }
.float_box ul li .tel_box span{font-size:24px;line-height:28px;text-align:left;color:#333;}
.float_box ul li .tel_box span em{display:block;color:#aaa;font-size:14px;}
        .float_box ul li .code_box {
            border-radius: 5px;
            padding: 10px;
            background-image: linear-gradient(to right, #0843b9, #1f97bf);
            position: absolute;
            right: 60px;
            top: 0;
            display: none;
            box-shadow: 0 3px 8px rgba(0,0,0,0.15);
        }
.float_box ul li .code_box img{width:100px;}
.float_box ul li .code_box span{line-height:18px;color:#fff;margin-top:5px;font-size:12px;display:block;text-align:center;}
.float_box ul li .wcode_box{width:268px;border-radius:5px;position:absolute;right:60px;top:0;display:none;flex-wrap:wrap;background:#fff;padding:10px 5px;box-shadow:0 3px 8px rgba(0,0,0,0.15);}
.float_box ul li .wcode_box .code_item{width:80px;margin:0 3px 5px 3px;text-align:center;background:#f1f1f1;padding:5px 5px 0 5px;border-radius:5px;transition:all 0.2s linear 0s;}
.float_box ul li .wcode_box .code_item img{max-width:100%;}
.float_box ul li .wcode_box .code_item span{font-size:12px;color:#333;display:block;line-height:24px;}
.float_box ul li .wcode_box .code_item:hover{background:#ddd;}
.float_box ul li#fqq:hover .qq_box{display:block;}
.float_box ul li#ftel:hover .tel_box{display:flex;}
.float_box ul li#weixin:hover .code_box{display:block;}
.float_box ul li#wcode:hover .wcode_box{display:flex;}
.phone_top {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 1000;
    width: 40px;
    height: 40px;
    background-image: linear-gradient(to right, #0843b9, #1f97bf);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}
.phone_top i {color: #fff;font-size: 20px;}
.kj-page .pagination{display:flex;justify-content:center;}
.float_box ul li .qq_box{border-radius:5px;position:absolute;right:60px;top:0;display:none;background:#fff;padding:10px 12px;box-shadow:0 3px 8px rgba(0,0,0,0.15);}
    .float_box ul li .qq_box a {
        margin-top: 8px;
        font-size: 14px;
        color: #fff;
        display: flex;
        align-items: center;
        width: 110px;
        height: 30px;
        justify-content: center;
        line-height: 30px;
        transition: all 0.2s linear 0s;
        background-image: linear-gradient(to right, #0843b9, #1f97bf);
        border-radius: 30px;
    }
    .float_box ul li .qq_box a:hover {
        background-image: linear-gradient(to right, #0843b9, #1f97bf);
    }
.float_box ul li .qq_box a:first-child{margin-top:0;}

#GBFORM_concact .formcolumn-item-tit {
    display:none;
}
#GBFORM_concact{display:flex;flex-wrap:wrap;flex-direction:column;height:450px;margin-top:45px;}
    #GBFORM_concact .formcolumn-item {
        width: 50%;
       
    }
        #GBFORM_concact .formcolumn-item input {
            width: 100%;
            height: 45px;
            border: 1px solid #E3DFDF;
            border-radius: 5px;
            outline: none;
            padding-left: 15px;
            margin-right: 18px;
            background-color: #FDFEFF;
            margin-bottom: 27px;
            width:calc(100% - 18px);
        }
        #GBFORM_concact .formcolumn-item textarea {
            border: 1px solid #E3DFDF;
            border-radius: 5px;
            outline: none;
         
            margin-left: 18px;
            padding-left: 15px;
            width: calc(100% - 18px);
            height: 185px;
            background-color: #FDFEFF;
        }
    #GBFORM_concact #GBPOST {
        width: 183px;
        height: 49px;
        display: flex;
        align-items: center;
        background-image: linear-gradient(to right, #0843b9, #1f97bf);
        border-radius: 49px;
        justify-content: center;
        font-size: 15px;
        color: #fff;
        margin: 0 auto ;
      
        position:absolute;
        left:50%;
        transform:translateX(-50%);
    }
        #GBFORM_concact #GBPOST:hover {
            background-image: linear-gradient(to right,#1f97bf, #0843b9 );
        }
        #GBFORM_concact .formcolumn-item-captcha-dl {
            display: flex;
            position: relative;
            margin-top: 26px;
            margin-bottom: 0;
        }
        #GBFORM_concact .formcolumn-item-captcha-dl input {
            width: 420px;
            margin-right: 0;
            margin-left:18px;
            
        }
    #GBFORM_concact #GBCAPTCHAIMG{
        position:absolute;
        left:330px;
        top:2px;
    }
    #GBFORM_concact #GBCAPTCHAIMG img{
        height:40px;
    }
.float_box ul{
    box-shadow:0 0 10px rgba(0,0,0,0.1);
}
.site_top #navbox li a span{
    display:none;
}

/*联系我们*/
.contact_us_box .title{text-align:center;line-height:90px;font-size:40px;color:#333333;font-weight:bold;}
.contact_us_box .contact_info{display:flex;}
.contact_us_box .contact_info .item{margin-right:60px;padding:55px 0 65px 0;display:flex;flex-direction:column;align-items:center;flex:1;}
.contact_us_box .contact_info .item:nth-child(3){margin-right:0;}
    .contact_us_box .contact_info .item i {
        background: #fff;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        box-shadow: 0 0 10px rgba(0,0,0,0.3);
        text-align: center;
        line-height: 90px;
        font-size: 40px;
        margin-bottom: 22px;
        transition: all 0.2s linear 0s;
        background-image: linear-gradient(to right, #0843b9, #1f97bf);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
.contact_us_box .contact_info .item b{font-size:18px;color:#333333;line-height:30px;}
.contact_us_box .contact_info .item span{font-size:18px;color:#333333;line-height:32px;text-align:center;}
.contact_us_box .contact_info .item a{font-size:18px;color:#333333;line-height:32px;}
.contact_us_box .contact_info .item a:hover{color:var(--fontColor);}
    .contact_us_box .contact_info .item:hover i {
        background-image: linear-gradient(to right, #0843b9, #1f97bf);
        -webkit-text-fill-color: #fff;
        background-clip:initial;
        color:#fff;
    }
.map_box{width:100%;height:420px;background:#eee;}
.site_top #navbox li.active{
    position:relative;
}
.site_top #navbox li:hover a, .site_top #navbox li.active a {
    color: #fff;
    background-image: linear-gradient(to right, #0843b9, #1f97bf);
}
.page_map_out {
  margin-bottom: 8px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.page_map_out .container {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page_map_out .container::before,
.page_map_out .container::after {
  display: none;
}
.page_map_out .page_map {
  margin: 0;
}
.page_map_out .navlist a {
  margin-left: 45px;
  line-height: 65px;
  display: inline-block;
  font-size: 16px;
  position: relative;
}
.page_map_out .navlist a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  background-color: #0843b9;
  height: 4px;
  bottom: 0;
  left: 0;
  transition-duration: 0.2s;
}
.page_map_out .navlist a:hover,
.page_map_out .navlist a.active {
  color: #0843b9;
}
.page_map_out .navlist a:hover::after,
.page_map_out .navlist a.active::after {
  width: 100%;
}
.active_box{
    margin-top:50px;
}
.active_box .page_content{
        font-size:16px;
        line-height:32px;
        color:#666;
        background-color:#fff;
        padding:30px 40px;
        border-radius:20px;
        margin-top:30px;
}
    .active_box .page_content img{
        height:auto !important;
        max-width:100%;
    }
.index_brand{background:url("../images/banner_bg.jpg") no-repeat center;background-size:cover;padding-bottom:65px;}
.index_brand ul{display:flex;flex-wrap: wrap;}
.index_brand ul li{width:calc((100% - 60px) / 6);height:90px;position:relative;margin-right:12px;margin-bottom:12px;}
.index_brand ul li:nth-child(6n){margin-right:0;}
.index_brand ul li .img_btn{display:flex;align-items:center;justify-content:center;height:90px;background:#fff;border-radius:3px;overflow:hidden;padding:10px;}
.index_brand ul li .img_btn img{max-width:100%;max-height:100%;}
    .index_brand ul li .bg {
        border-radius: 3px;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to right, #0843b9, #1f97bf);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        transition: all 0.2s linear 0s;
        opacity: 0;
    }
.index_brand ul li .name_btn{width:100%;height:100%;position:absolute;top:0;left:0;z-index:2;font-size:16px;color:#fff;display:flex;align-items:center;justify-content:center;padding:10px;opacity:0;}
.index_brand ul li:hover .bg{opacity:1;}
.index_brand ul li:hover .name_btn{opacity:1;}
/*品牌列表*/
.brand_btn{margin-top:15px;display:flex;border-bottom:2px solid #c8c8c8;margin-bottom:30px;}
.brand_btn a{margin-right:12px;width:calc((100% - 84px)/8);height:40px;line-height:40px;text-align:center;font-size:15px;color:#333333;position:relative;background:#eeeeee;}
.brand_btn a:nth-child(8n){margin-right:0;}
.brand_btn a:after{
    content:"";width:100%;height:2px;background:none;position:absolute;left:0;bottom:-2px;
}
.brand_btn a:hover{color:#0062c4;}
.brand_btn a.active:after{background:#0062c4;color:#0062c4;}
.brand_btn a.active{color:#0062c4;}

.brand_list_ul{display:flex;flex-wrap:wrap;}
.brand_list_ul li{width:calc((100% - 126px)/8);margin-right:18px;margin-bottom:18px;border:1px solid #dedede;height:127px;padding-top:12px;transition:all 0.2s linear 0s;}
.brand_list_ul li:nth-child(8n){margin-right:0;}
.brand_list_ul li .img_btn{display:flex;height:66px;justify-content:center;align-items:center;padding:0 10px;}
.brand_list_ul li .img_btn img{max-width:100%;}
.brand_list_ul li .title_btn{display:block;text-align:center;font-size:14px;color:#333333;line-height:38px;width:100%;height:38px;padding:0 5px;overflow:hidden;}
.brand_list_ul li:hover{box-shadow:0 0 5px rgba(0,0,0,0.2);}
.brand_list_ul li .title_btn:hover{color:#0062c4;}

.news_brand{background:none;}
.news_brand ul li{border:1px solid #dedede;border-radius:3px;overflow:hidden;}
/*新闻列表*/
.news_list{display:flex;flex-wrap: wrap;}
.news_list li{border-bottom:1px solid #cecece;padding:22px 0;display:flex;flex-wrap: wrap;width:100%;}
.news_list li:first-child{padding-top:0;}
.news_list li .img_btn{width:220px;height:120px;margin-right:20px;}
.news_list li .img_btn img{width:100%;height:100%;object-fit:cover}
.news_list li .base_info{width:calc(100% - 240px);}
.news_list li .title_btn{font-weight:bold;display:block;font-size:18px;color:#333333;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;line-height:28px;}
.news_list li .time{font-size:16px;color:#999999;line-height:30px;display:flex;align-items:center;}
.news_list li .brief_text{font-size:14px;color:#666666;line-height:26px;height:52px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;margin-top:2px;}
.news_list li:hover .title_btn{color:Var(--fontColor);text-decoration:underline;}
.kj_news_active{background:#fff;border-radius:5px;padding:30px 30px 40px 30px;margin-top:20px;}
.kj_news_active .kj-main-articleinfo-title{font-size:30px;color:#333;margin-bottom:12px;line-height:36px;}
.kj_news_active .kj-article-time{color:#999;}
.kj_news_active .kj-article-content{color:#333; padding-bottom:50px; margin-bottom: 20px; border-bottom: 1px solid rgb(242,242,242); line-height: 30px;margin-top:20px;}
.kj_news_active .kj-article-content img{max-width:100%;vertical-align:bottom;}
.kj_news_active .kj-article-bottom span{display:block;line-height:32px;}
.kj_news_active .kj-article-bottom a{color:#333;}
.kj_news_active .kj-article-bottom a:hover{color:var(--fontColor);text-decoration:underline;}
.kj_news_active .kj_news_product{margin:0 auto;display:block;height:42px;line-height:42px;padding:0 15px;background:#255288;font-size:14px;color:#fff;width:130px;text-align:center;}
.kj_news_active .kj_news_product:hover{background:#a60e07}
.kj_news_active .kj_news_product:active{position:relative;top:2px;}
/*手机浮动*/
.phone_footer_nav{position:fixed;bottom:0;left:0;width:100%;z-index:100;background:#fff;height:50px;display:none;}
.phone_footer_nav:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #d2d2d2;
    content: "";
    -webkit-transform: scale(1,0.5);
    transform: scale(1,0.5);
    -webkit-transform-origin: center top;
    transform-origin: center top;
}
.phone_footer_nav a{float:left;display:inline-block;width:25%;text-align:center;color:#000;font-size:12px;transform: scale(0.9);padding-top:7px;}
.phone_footer_nav a i{width:20px;height:20px;display:block;margin:0 auto 3px auto;}
.phone_footer_nav a:nth-child(1) i{background:url("../images/phone_menu.png") no-repeat 0 0;background-size:40px auto;}
.phone_footer_nav a:nth-child(2) i{background:url("../images/phone_menu.png") no-repeat 0 -20px;background-size:40px auto;}
.phone_footer_nav a:nth-child(3) i{background:url("../images/phone_menu.png") no-repeat 0 -40px;background-size:40px auto;}
.phone_footer_nav a:nth-child(4) i{background:url("../images/phone_menu.png") no-repeat 0 -60px;background-size:40px auto;}
.phone_footer_nav a.active{color:var(--fontColor);}
.phone_footer_nav a.active:nth-child(1) i{background:url("../images/phone_menu.png") no-repeat -20px 0;background-size:40px auto;}
.phone_footer_nav a.active:nth-child(2) i{background:url("../images/phone_menu.png") no-repeat -20px -20px;background-size:40px auto;}
.phone_footer_nav a.active:nth-child(3) i{background:url("../images/phone_menu.png") no-repeat -20px -40px;background-size:40px auto;}
.phone_footer_nav a.active:nth-child(4) i{background:url("../images/phone_menu.png") no-repeat -20px -60px;background-size:40px auto;}
.index_brand2 .container::before, .index_brand2 .container::after{
    display:none;
}
.index_instrument::after{
    width:100%;
    height:107px;
    background-color:rgba(0,0,0,0.5);
    display:block;
    content:'';
    left:0;
    bottom:0;
    position:absolute;
}
.index_instrument{
    position:relative;
}
    .index_instrument .nav-tabs{
        position:relative;
        z-index:2;
    }


@media only screen and (max-width: 1200px) {


    /**修改表单在ipd竖屏时可以有滚动条 **/
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive > .table {
        margin-bottom: 0
    }
    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: nowrap
    }
    .table-responsive > .table-bordered {
        border: 0
    }
    .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }
    .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }

}
@media screen and (max-width: 1430px) {
  .container {
    width: 1200px;
  }
  .index_swiper {
    height: 500px;
  }
  .site_top #navbox li a{
    padding: 0 33px;
  }
  .index_title h3 {
    font-size: 36px;
  }
  .index_advantages .row .col-lg-2 {
    padding-right: 15px;
  }
  .index_advantages .row {
    margin-right: -15px;
  }
  .index_advantages .box h4 {
    font-size: 16px;
  }
  .index_advantages .box .content {
    font-size: 13px;
  }
  .index_instrument .box h2 {
    font-size: 40px;
  }
  .index_instrument .box .content {
    font-size: 15px;
  }
  .index_instrument .nav-tabs > li a {
    font-size: 20px;
  }
  .index_product .row {
    margin-right: 0;
  }
  .index_product .col-md-3 {
    padding-right: 0;
  }
  .index_product .box .img {
    height: 200px;
  }
  .index_product .box h4 {
    font-size: 20px;
  }
  .index_product .box span {
    font-size: 14px;
  }
  .index_customer .more_btn,
  .index_about .more_btn {
    height: 50px;
    font-size: 16px;
  }
  .index_news_list .index_resources_out .swiper-button-prev {
    left: 0;
  }
  .index_news_list .index_resources_out .swiper-button-next {
    right: 0;
  }
  .index_news_list .index_resources_out {
    padding: 0 60px;
  }
  .prolist .pro_right .col-lg-3 {
    width: calc(100% / 3);
  }
  .weibaofuwu_box .left_box {
    width: 50%;
  }
  .weibaofuwu_box .right_box .img {
    width: 40%;
  }
  .weibaofuwu_box .right_box {
    width: 50%;
  }
  .weibaofuwu_box .left_box .content {
    width: 100%;
  }
  .weibaofuwu_box .right_box .img {
    height: 225px;
  }
  .footer ul .code img {
    max-width: 120px;
  }
  .footer ul a {
    font-size: 14px;
  }
  .footer ul .zixun {
    width: 270px;
    font-size: 14px;
  }
  .service_list .box .title h5,
  .service_list .box .title h4 {
    font-size: 22px;
  }
  .service_list .box .body .tip {
    font-size: 12px;
  }
  .service_list .box .body ul li .content {
    font-size: 13px;
  }
  .service_list .box .body ul li {
    padding: 10px;
  }
  .page_title {
    font-size: 30px;
  }
  .service_process ul li .img {
    width: 80px;
    height: 80px;
  }
  .service_process ul li h4 {
    font-size: 18px;
  }
  .service_process ul li .content {
    font-size: 13px;
  }
  .service_process ul li {
    margin-top: 30px;
    width: 128px;
  }
  .service_process ul li::after {
    right: -58px;
    top: 30px;
  }
  .page_banner h3 {
    font-size: 50px;
  }
  .maintenance_plan .container .left_box h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    width: 992px;
  }
  .index_swiper {
    height: 400px;
  }
  .site_top #navbox li a{
    padding: 0 22px;
  }
  .index_advantages .box h4 {
    font-size: 14px;
    padding: 0 10px;
  }
  .index_advantages .box .img {
    height: 50px;
  }
  .index_advantages .box .content {
    font-size: 12px;
    padding: 0 10px;
    margin-top: 10px;
    line-height: 24px;
  }
  .index_advantages .box {
    padding-top: 30px;
    min-height: 200px;
  }
  .site_top .top_search .col-sm-3 .logo span {
    font-size: 16px;
  }
  .site_top .top_search .col-sm-3 {
    width: 400px;
  }
  .site_top .top_search .col-sm-9 {
    padding-top: 0;
    width: calc(100% - 400px);
  }
  .site_top .search_all .tel {
    font-size: 20px;
    flex: 0 0 168px;
  }
  .site_top .top_search .col-sm-3 .logo {
    height: 105px;
  }
  body {
    padding-top: 161px !important;
  }
  .site_top #navbox li a {
    font-size: 15px;
  }
  .index_title h3 {
    font-size: 30px;
  }
  .index_instrument .box {
    min-height: 490px;
    padding-top: 98px;
  }
  .index_product .box {
    padding-bottom: 20px;
  }
  .index_product .box .more_btn {
    margin-top: 10px;
  }
  .index_brand2 .container .brand {
    height: 80px;
  }
  .index_about .img {
    width: 500px;
  }
  .index_about .right_box {
    width: calc(100% - 500px);
    padding-left: 20px;
  }
  .index_about .content {
    font-size: 14px;
    line-height: 28px;
  }
  .index_customer .more_btn,
  .index_about .more_btn {
    width: 200px;
  }
  .index_about .more_btn {
    margin-top: 20px;
  }
  .index_contact h3 {
    font-size: 30px;
  }
  .index_contact .content {
    font-size: 16px;
  }
  .index_contact .more_btn span {
    font-size: 16px;
  }
  .footer ul .code img {
    max-width: 120px;
  }
  .footer ul li:nth-child(5) {
    display: none;
  }
  .pro .content {
    -webkit-line-clamp: 2;
    height:46px;
  }
  .pro {
    padding: 15px;
  }
  .page_banner {
    height: 300px;
  }
  .page_banner h3 {
    font-size: 40px;
  }
  .proinfo_top .left_box {
    width: 310px;
  }
  .proinfo_top .right_box {
    width: calc(100% - 310px);
    padding-right: 50px;
  }
  .proinfo_top .right_box .title {
    font-size: 30px;
  }
  .proinfo_top .right_box .content {
    font-size: 14px;
    line-height: 28px;
  }
  .proinfo_tabbar a {
    font-size: 18px;
  }
  .zhishilianjie .box .right_box .title {
    font-size: 16px;
  }
  .page_banner .content {
    font-size: 20px;
  }
  .weibaofuwu_box .right_box .img {
    height: 190px;
  }
  .weibaofuwu_box .left_box {
    padding-right: 0;
  }
  .weibaofuwu_box .left_box .title {
    font-size: 30px;
  }
  .weibaofuwu_box .left_box .content {
    font-size: 14px;
    line-height: 28px;
  }
  .page_title {
    font-size: 28px;
  }
  .whychoose li .right_box h4 {
    font-size: 18px;
  }
  .whychoose li .right_box .content {
    font-size: 14px;
    margin-top: 15px;
  }
  .service_list .box .body .tip {
    height: 30px;
  }
  .service_list .box .body ul {
    margin-top: 10px;
  }
  .service_list .box .title {
    height: 90px;
  }
  .service_list .tips {
    font-size: 14px;
  }
  .wenzibankuai .content {
    font-size: 14px;
    line-height: 28px;
  }
  .unique ul li .img {
    width: 200px;
    height: 140px;
  }
  .unique ul li .right_box {
    width: calc(100% - 200px);
    padding-left: 15px;
  }
  .unique ul li .right_box .content {
    margin-top: 10px;
    font-size: 13px;
    line-height: 24px;
  }
  .unique ul li .right_box h4 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-top: 10px;
  }
  
    /*品牌列表*/
    .brand_list_ul li{width:calc((100% - 90px)/6);}
    .brand_list_ul li:nth-child(6n){margin-right:0;}
    .brand_list_ul li:nth-child(8n){margin-right:18px;}
    .zhishilianjie li{
        padding-right:15px;
    }
    .zhishilianjie{
        margin-right:-15px;
    }
}
@media screen and (max-width: 992px) {
  .container {
    width: 768px;
  }
    .index_instrument::after{
        height:55px;
    }
    .index_swiper {
        height: 350px;
    }
  .site_top .top_search .col-sm-3 {
    width: 200px;
  }
  .site_top .top_search .col-sm-9 {
    padding-left: 30px;
    width: calc(100% - 200px);
  }
  .site_top .top_search .col-sm-3 .logo span {
    display: none;
  }
  .site_top .search_all .tel {
    display: none;
  }
  .site_top #navbox li a{
    padding: 0 13px;
  }
  .site_top #navbox li a {
    font-size: 13px;
  }
  .site_top .navbox {
    height: 41px;
  }
  .site_top #navbox li a {
    line-height: 40px;
  }
  body {
    padding-top: 151px !important;
  }
  .site_top #navbox li.nav_block {
    height: 40px;
  }
  .index_product .box {
    margin-bottom: 15px;
  }
  .index_instrument .box h2 {
    font-size: 30px;
  }
  .index_instrument .box .content {
    font-size: 14px;
    width: 100%;
  }
  .index_instrument .box {
    min-height: 300px;
  }
  .index_instrument .nav-tabs > li a img {
    width: 30px;
  }
  .index_instrument .nav-tabs > li a {
    font-size: 16px;
    height: 55px;
  }
  .index_instrument .nav-tabs > li::before {
    background-size: 100%;
    height: 65px;
  }
  .index_instrument .nav-tabs > li::before {
    bottom: -1px;
  }
  .index_brand2 .container .brand_swiper_out {
    width: calc(100% - 185px);
  }
  .index_about .about_out {
    display: block;
  }
  .index_about .img {
    display: none;
  }
  .index_about .right_box {
    margin-top: 20px;
    width: 100%;
    padding-left: 0;
  }
  .footer {
    display: none;
  }
  .prolist .pro_right .col-lg-3 {
    width: 50%;
  }
  .page_banner {
    height: 250px;
  }
  .page_banner h3 {
    font-size: 30px;
  }
  .proinfo_top {
    flex-direction: column-reverse;
  }
  .proinfo_top .right_box {
    width: 100%;
    padding-right: 0;
    margin-top: 30px;
  }
  .proinfo_top .right_box .title {
    font-size: 24px;
  }
  .proinfo_title {
    font-size: 20px;
    height: 50px;
  }
  .weibaofuwu_box .right_box {
    display: none;
  }
  .weibaofuwu_box .left_box {
    width: 100%;
  }
  .whychoose li .right_box {
    padding: 20px;
  }
  .whychoose li .right_box .content {
    font-size: 13px;
    margin-top: 10px;
    line-height: 26px;
  }
  .whychoose li .right_box h4 {
    font-size: 15px;
  }
  .page_title {
    font-size: 24px;
  }
  .weibaofuwu_box .left_box .title {
    font-size: 26px;
  }
  .service_list .col-md-4 {
    margin-bottom: 20px;
  }
  .maintenance_plan .container .left_box h2 {
    font-size: 24px;
  }
  .maintenance_plan .container .more_btn {
    width: 180px;
    height: 49px;
    line-height: 49px;
  }
  .maintenance_plan .container .left_box {
    font-size: 15px;
  }
      .index_brand ul li{width:calc((100% - 24px) / 3)}
    .index_brand ul li:nth-child(3n){margin-right:0;}
    #GBFORM_concact .formcolumn-item-captcha-dl input{
        width:313px;

    }
    #GBFORM_concact #GBCAPTCHAIMG{
        left:225px;
    }
    .zhishilianjie .box .img{
        display:none;
    }
    .zhishilianjie .box .right_box{
        width:100%;
        padding-left:0;
    }
}
@media screen and (max-width: 768px) {
    .index_instrument::after {
        height: 26px;
    }
          /*品牌列表*/
    .brand_btn{flex-wrap: wrap;border-bottom:0;}
    .brand_btn a{width:calc((100% - 24px)/3);margin-bottom:3px;}
    .brand_btn a:nth-child(3n){margin-right:0;}
    .brand_btn a:after{bottom:0;}
    .brand_list_ul li{width:calc((100% - 18px)/2);}
    .brand_list_ul li:nth-child(2n){margin-right:0;}
        .index_brand{padding-bottom:35px;}
    .index_brand ul li{width:calc((100% - 12px) / 2)}
    .index_brand ul li:nth-child(3n){margin-right:12px;}
    .index_brand ul li:nth-child(2n){margin-right:0;}
  .container {
    width: 100%;
  }
  body {
    padding-top: 60px !important;
  }
  .site_top .navbox {
    height: auto;
  }
  .footer {
    display: none;
  }
  .site_top .top_search .col-sm-3 {
    width: 100px;
  }
  .site_top #navbox li.nav_block {
    display: none;
  }
  .site_top .top_search .col-sm-3 .logo {
    max-width: 100%;
    height: 60px;
  }
  .site_top .top_search .col-sm-9 {
    width: calc(100% - 100px);
    padding-top: 0;
    padding-left: 10px;
    display: flex;
    align-items: center;
  }
  .site_top #phone_button {
    margin: 0;
  }
  .site_top .search_all .search_form {
    margin-right: 10px;
    margin-top: 0;
  }
  .site_top .search_all .search_form input {
    height: 35px;
    width: calc(100% - 45px);
    background-image: none;
    padding-left: 10px;
  }
  .site_top .search_all .search_form button {
    height: 35px;
    width: 45px;
  }
  .site_top .top_search {
    height: 60px;
  }
  .index_swiper {
    height: 180px;
  }
  .site_top #navbox li {
    width: 100%;
    border-top: 1px dashed #ddd;
  }
  .site_top #navbox ul {
    display: block;
  }
  .site_top .navbox {
    background-color: #fff;
  }
  .site_top #navbox li a {
    color: #333;
    font-size: 14px;
  }
  body {
    padding-bottom: 50px !important;
  }
  .index_title h3 {
    font-size: 24px;
  }
  .index_advantages,
  .index_product,
  .index_about,
  .index_news_list,
  .index_customer {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .index_title span {
    font-size: 12px;
  }
  .index_instrument .box {
    padding-top: 60px;
  }
  .index_instrument .nav-tabs > li a img {
    display: none;
  }
  .index_instrument .nav-tabs > li a {
    font-size: 13px;
  }
  .index_instrument .nav-tabs > li a {
    height: 26px;
  }
  .index_instrument .nav-tabs > li::before {
    height: 33px;
  }
  .index_instrument .box h2 {
    font-size: 26px;
  }
  .index_product .box .img {
    height: 150px;
  }
  .index_product .box h4 {
    font-size: 16px;
    margin-top: 10px;
  }
  .index_product .box span {
    font-size: 12px;
  }
  .index_product .box .more_btn {
    font-size: 12px;
    width: 100px;
    height: 35px;
  }
  .index_brand .container .brand_swiper_out {
    width: calc(100% - 130px);
  }
  .index_brand .container .brand_swiper_out {
    padding: 0 30px;
  }
  .index_brand .container .brand_swiper_out .swiper-button-next i,
  .index_brand .container .brand_swiper_out .swiper-button-prev i {
    font-size: 20px;
  }
  .index_customer .more_btn,
  .index_about .more_btn {
    height: 40px;
    font-size: 14px;
    width: 150px;
  }
  .index_contact h3 {
    font-size: 24px;
  }
  .index_contact .content {
    font-size: 14px;
  }
  .index_news {
    display: block;
  }
  .index_news .right_box {
    width: 100%;
  }
  .index_news .right_box {
    padding-left: 0;
  }
  .index_news {
    padding: 10px;
  }
  .index_news .img {
    width: 100%;
  }
  .site_top .search_all .search_form button {
    font-size: 14px;
  }
  .site_top .search_all .search_form input {
    font-size: 13px;
  }
  .index_advantages .swiper-pagination {
    display: block;
  }
  .site_top #navbox li.active a {
    color: #fff;
  }
  .site_top .navbox {
    height: auto !important;
  }
  .prolist {
    display: block;
  }
  .prolist .pro_left {
    width: 100%;
  }
  .prolist .pro_right {
    padding-left: 0;
    width: 100%;
  }
  .pro .name {
    font-size: 14px;
    height:36px;
    margin-top: 5px;
  }
  .pro .content {
    font-size: 12px;
    height:40px;
    line-height: 20px;
  }
  .pro .more_btn {
    margin-top: 10px;
  }
  .pro .img {
    height: 130px;
  }
  .pro .more_btn {
    font-size: 12px;
  }
  .prolist .pro_left .list_level1 .out {
    height: 50px;
  }
  .prolist .pro_left .list_level1 .out a {
    font-size: 15px;
  }
  .prolist .pro_left .list_level1 .out2 a {
    font-size: 15px;
  }
  .prolist .pro_left .list_level1 .out2 {
    line-height: 55px;
  }
  .page_banner {
    height: 180px;
  }
  .page_banner h3 {
    font-size: 24px;
  }
  .hexinyoushi li {
    flex-direction: column-reverse;
  }
  .hexinyoushi li .left_box {
    padding: 0;
  }
  .hexinyoushi li .left_box {
    width: 100%;
  }
  .proinfo_top {
    padding: 20px;
  }
  .proinfo_top .left_box .mySwiper_out .swiper-button-next,
  .proinfo_top .left_box .mySwiper_out .swiper-button-prev {
    display: none;
  }
  .proinfo_tabbar {
    display: block;
  }
  .proinfo_tabbar a {
    font-size: 16px;
    line-height: 50px;
  }
  .hexinyoushi li .img {
    width: 100%;
  }
  .proinfo_box {
    padding: 10px 20px;
  }
  .chooseus li .img {
    width: 60px;
    height: 60px;
  }
  .chooseus li .img img {
    max-height: 30px;
  }
  .chooseus li .right_box {
    width: calc(100% - 60px);
  }
  .chooseus li .right_box h4 {
    font-size: 15px;
  }
  .chooseus li .right_box .content {
    font-size: 12px;
  }
  .zhishilianjie li {
    width: 100%;
  }
  .zhishilianjie .box .img {
    display: none;
  }
  .zhishilianjie .box .right_box {
    padding-left: 0;
  }
  .wenzibankuai .content {
    width: 80%;
  }
  .wenzibankuai .content {
    padding: 20px;
    font-size: 13px;
    line-height: 26px;
    min-height: auto;
  }
  .wenzibankuai {
    min-height: auto;
    padding: 30px 0;
  }
  .service_list,
  .whychoose,
  .service_process {
    padding: 30px 0 50px;
  }
  .service_list .box .title h5,
  .service_list .box .title h4 {
    font-size: 18px;
  }
  .page_title {
    font-size: 20px;
  }
  .whychoose li .img {
    display: none;
  }
  .whychoose li .right_box {
    width: 100%;
  }
  .unique ul li .img {
    display: none;
  }
  .unique ul li .right_box {
    width: 100%;
  }
  .unique ul li .box {
    padding-right: 0;
  }
  .unique ul li {
    margin-bottom: 20px;
  }
  .unique ul {
    margin-top: 30px;
  }
  .unique ul li .right_box h4 {
    text-align: center;
  }
  .service_process ul li {
    margin-right: 40px;
  }
  .service_process ul li::after {
    right: -39px;
    top: 30px;
  }
  .maintenance_plan .container .left_box h2 {
    font-size: 18px;
  }
  .maintenance_plan .container {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .maintenance_plan .container .more_btn {
    font-size: 14px;
    margin-top: 20px;
  }
  .service_process ul li h4 {
    font-size: 16px;
  }
  .service_process ul li .content {
    font-size: 12px;
  }
  .whychoose li .right_box h4 {
    font-size: 16px;
  }
            /*联系我们*/
    .contact_us_box .title{font-size:20px;line-height:45px;}
    .contact_us_box .contact_info,.contact_us_box .contact_address{flex-wrap: wrap;}
    .contact_us_box .contact_info .item{margin-right:0;flex:0 0 100%;padding:0;flex-direction:row;align-items: flex-start;}
    .contact_us_box .contact_info .item i{display:none;}
    .contact_us_box .contact_address .item{margin-right:0;flex:0 0 100%;margin-bottom:12px;}
    .contact_us_box .contact_info .item b{font-size:14px;margin-right:10px;flex:0 0 30px;}
    .contact_us_box .contact_info .item span,.contact_us_box .contact_info .item a{font-size:14px;line-height:30px;}
    .map_box{height:250px;margin-top:20px;}
    .contact_us_box .contact_info .item span{text-align:left;}
       /*新闻*/
    .news_list li{width:100%;margin-right:0;padding:12px 0;}
    .news_list li .img_btn{margin-right:0;margin-bottom:10px;width:100%;height:200px;}
    .news_list li .base_info{width:100%;}
    .news_list li .title_btn{font-size:15px;line-height:26px;}
    .news_list li .time{font-size:14px;line-height:22px;}
    .news_list li .brief_text{line-height:20px;height:40px;}
    .kj_news{padding:15px;}
    .kj_news .kj_news_inner .info_text{font-size:12px;line-height:18px;}
    .kj_news .kj_news_inner .kj_news_title a{font-size:14px;}
    .kj_news .kj_news_inner .kj_news_title .time{font-size:12px;}
    .float_box{
        display:none;
    }
    .phone_top{
        display:block;
    }
    .phone_footer_nav {
        display: flex;
        justify-content: space-between;
    }
    .page_banner .content {
        font-size: 12px;
        margin-top: 10px;
    }
    .page_map_out .container{
        display:block;
    }
    .page_map_out .container{
        height:auto;
    }
    .page_map_out .navlist a{
        margin-left:0;
        margin-right:10px;
        font-size:12px;
        line-height:40px;
    }
    .active_box .page_content{
        font-size:14px;
    }
    .site_top #navbox li .dropdown-menu{
        display:none !important;
    }
    #GBFORM_concact{
        flex-direction:row;
        height:auto;
        padding-bottom:80px;
    }
        #GBFORM_concact .formcolumn-item textarea{
            margin-left:0;
        }
        #GBFORM_concact .formcolumn-item-captcha-dl input{
            width:100%;
            margin-left:0
        }
        #GBFORM_concact .formcolumn-item {
            width: 100%;
        }
        #GBFORM_concact .formcolumn-item-captcha-dl{
            display:block;
        }
        #GBFORM_concact #GBCAPTCHAIMG{
            left:initial;
            right:10px;
        }
        #GBFORM_concact .formcolumn-item textarea{
            width:100%;

        }
        #GBFORM_concact .formcolumn-item input{
            width:100%;
            margin-right:0;
        }
}