* {
	margin:0; 
  padding:0;
  box-sizing:border-box;
}
body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
  margin: 0;padding: 0;
}
html {
	margin: 0 auto;
	max-width: 1920px;
}
body {
	-webkit-text-size-adjust:none;
	font:14px Microsoft Yahei,Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
}
input,textarea,button,select {
	outline:none;
	background:none;
	border:none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
ul,ol,li {
	list-style-type:none;
}
ul,ol {
  margin: 0;
}
table { 
	border-collapse:collapse;
	border-spacing:0;
}
input::-webkit-input-placeholder { 
	color: #888; 
} 
input:-moz-placeholder { 
	color: #888; 
} 
input::-moz-placeholder { 
	color: #888; 
} 
input:-ms-input-placeholder { 
	color: #888; 
}
button {
	cursor:pointer;
}
a {
	outline:none;
	text-decoration:none;
	transition:all 0.2s linear;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  -o-transition:all 0.2s linear;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
i,em {
	font-style:normal;
}
img {
	max-width:100%;
}
.bold {
	font-weight:bold;
}
.clear {
	clear:both;
}
.f_l {
	float:left;
}
.f_r {
	float:right;
}
.t_l {
	text-align:left;
}
.t_r {
	text-align:right;
}
.wrap {
	position:relative;
	margin:0 auto;
  max-width: 1200px;
  width: 100%;
}
.flex {
	display: -webkit-flex;
	display: flex;
}
.flex-center {
	-webkit-justify-content: center;
  justify-content: center;
}
.flex-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-start {
	-webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex-middle {
	-webkit-align-items: center;
	align-items: center;
}
.flex-end {
	-webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-around {
	-webkit-justify-content: space-around;
  justify-content: space-around;
}
.flex-between {
	-webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-wrap {
	-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-reverse {
	-webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-column {
	-webkit-flex-direction: column;
  flex-direction: column;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.flex_x_center2 {
    display: flex;
    justify-content: center;
}
#pages {
  padding: 14px 0 10px;
  text-align: center;
}
#pages a {
  display: inline-block;
  padding: 6px 12px;
  background: #fff;
  border: 1px solid #dddddd;
  text-align: center;
  color: #23527c;
}
#pages a:hover {
  background: #f1f1f1;
  text-decoration: none;
}
#pages span {
  display: inline-block;
  padding: 6px 12px;
  background: #0F68CE;
  border: 1px solid #0F68CE;
  color: #fff;
  text-align: center;
}
#gotop {
  position: fixed;
  right: 10px;
  bottom: 5%;
  z-index: 9999;
  display: none;
  width: 46px;
  height: 46px;
  background: url(../images/gotop.png) top left no-repeat;
  background-size: 100% auto;
}
#gotop:hover {
  background: url(../images/gotop.png) bottom left no-repeat;
  background-size: 100% auto;
}
/*首页头部导航 */
a {
  text-decoration: none;
  color: #000;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #0F68CE;
}
.none{
  display:none;
}
.hidden{
  visibility:hidden;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.auto{
  margin: 0 auto;
  width: 100%;
}
.auto_1200{
  max-width: 1200px;
}
.m_show {
  display: none;
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/font_1464244_6fr54ibuxo3.eot');
  src: url('../fonts/font_1464244_6fr54ibuxo3.eot?#iefix') format('embedded-opentype'),
  url('../fonts/font_1464244_6fr54ibuxo3.woff2') format('woff2'),
  url('../fonts/font_1464244_6fr54ibuxo3.woff') format('woff'),
  url('../fonts/font_1464244_6fr54ibuxo3.ttf') format('truetype'),
  url('../fonts/font_1464244_6fr54ibuxo3.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.header-wrapper {
  z-index: 200;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  transform: translateZ(0);
  transition: background-color .3s;
}
.header-wrapper.absolute {
  position: absolute;
}
.warp {
  width: 100%;
  min-width: 320px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.header-content {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.main-header {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  height: 66px;
}
.logo-wrapper {
  position: absolute;
  top: 0;
  left: 30px;
  display: block;
  width: 180px;
  height: 66px;
}
.main-nav-item,
.main-nav-item-1,
.main-nav-list,
.nav-item,
.nav-list {
  display: flex;
  align-items: center;
}
nav {
  width: 100%;
}

.main-nav-item {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  height: 66px;
  line-height: 66px;
  padding-left: 25px;
  padding-right: 25px;
}
.main-nav-item a {
  color: #fff;
}
.main-nav-item em {
  font-style: normal;
  display: block;
}
.main-nav-item.hover em::after {
  position: absolute;
  content: '';
  top: 40px;
  border: 15px solid transparent;
  border-bottom-color: rgba(250, 250, 250, 0.95);
  left: 50%;
  margin-left: -15px;
}
.main-nav-item-1 {
  height: 66px;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
.main-nav-item-1 em {
  font-style: normal;
  position: relative;
  display: block;
}
.main-nav-item-1 em a {
  color: #fff;
}
.main-nav-item-1.hover em::after {
  position: absolute;
  content: '';
  top: 20px;
  border: 15px solid transparent;
  border-bottom-color: rgba(250, 250, 250, 0.95);
  left: 50%;
  margin-left: -15px;
}
.main-nav-item-1 .sub {
  position: absolute;
  top: 72px;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(250, 250, 250, 0.95);
  padding: 2% 0 1% 4%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
}
.main-nav-item-1 .sub .auto {
  max-width: 1200px;
}
.main-nav-item-1 .sub .list {
  float: left;
  margin-bottom: 20px;
  padding-bottom: 10px;
  width: 25%;
  /*height: 260px;*/
  overflow: hidden;
}
.main-nav-item-1 .sub .list:nth-of-type(5) {
  clear: both;
}
.main-nav-item-1 .sub .list h2 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
}
.main-nav-item-1 .sub .dot {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-nav-item-1 .sub .list h2 a {
  color: #fff;
  background: #0F68CE;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 0 10px 0px 0;
}
.main-nav-item-1 .sub .list dd {
  line-height: 20px;
}
.main-nav-item-1 .sub .list dd a {
  color: #666;
  font-size: 14px;
  line-height: 30px;

}
.main-nav-link-more a {
  font-size: 12px;
  color: #0F68CE;
  display: block;
  padding-top: 10px;
}
.main-nav-link {
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  word-break: keep-all;
  white-space: nowrap;
}
.main-nav-link::after {
  content: attr(title);
  display: block;
  height: 1px;
  margin-bottom: -1px;
  font-weight: 600;
  visibility: hidden;
  color: transparent;
}
.nav-sample-list-02 {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  background: rgba(250, 250, 250, 0.95);
  box-shadow: 0 12px 24px 0 rgba(6, 8, 40, .12), 0 0 1px 0 rgba(6, 8, 40, .08);
  border-radius: 4px;
  display: none;
  z-index: 999;
}
.nav-sample-link-02 {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 10px;
  box-sizing: border-box;
  cursor: pointer;
  border-bottom: 1px solid rgba(3, 70, 153, 0.1);
}
.nav-sample-item-02 {
  position: relative;
  display: inline;
  cursor: pointer;
}
.hairline {
  position: relative;
}
.hairline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-right-color: transparent;
  transform-origin: left top;
  transform: scale(.5);
}
.nav-sample-name {
  margin-top: 8px;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #424244;
}
/*导航右侧 */
.nav-list {
  position: absolute;
  top: 0;
  right: 30px;
  min-height: 66px;
  line-height: 66px;
}
.icon-login {
  font-size: 20px;
  padding-right: 5px;
  line-height: 20px;
}
.nav-list .auth {
  height: 30px;
  padding: 0 10px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(234, 234, 234, 1);
  border-radius: 15px;
  color: #333;
}
.nav-list .auth input {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-image: none;
  border: none;
}
.nav-list .auth .icon-search {
  font-size: 20px;
  color: #ccc;
  position: absolute;
  right: 8px;
  top: 0;
}
.logout {
  width: 50px;
  text-align: center;
  color: #fff;
}
/*导航滑下来 背景变白色 */

.header-wrapper.opaque {
  position: relative;
  background-color: #fff;
  box-shadow: 0 4px 24px 0 rgba(6, 8, 40, .08);
}
.header-wrapper.fixed {
  position: fixed;
}
.opaque-logo {
  position: absolute;
  top: 0;
  left: 30px;
  display: none;
  background: url("../images/logo.svg") left center no-repeat;
  background-size: auto 60%;
  width: 180px;
  height: 66px;
}
.opaque-nav .main-nav-item a, .opaque-nav .main-nav-item-1 a {
  color: #000;
}
.opaque-icon-login {
  font-size: 20px;
  color: #ccc;
  padding-right: 15px;
}
.opaque-icon-login-out {
  color: #ccc;
}
.header-tel {
  color: #0F68CE;
  font-size: 16px;
} 
@media (max-width: 1200px) {
  .main-nav-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-nav-item-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1000px) {
  .mob-only,
  .nav-sidebar-box {
    display: none !important;
  }
}
/*超小屏幕 手机小于768px*/
@media (max-width: 1000px) {
  .main-header {
    justify-content: space-between;
    padding-left: 14px;
    padding-right: 12px;
    height: 66px;
  }
  .logo-wrapper {
    position: relative;
    top: 0;
    left: 0;
  }
  .main-nav,
  .icon-login,
  .nav-item-msg,
  .nav-item.auth,
  .nav-item.main,
  .nav-menu-wrapper {
    display: none;
  }
  .nav-list {
    position: relative;
    right: 0;
    height: 60px;
  }
  .nav-item, .mob-only {
    display: flex;
    align-items: center;
  }
  .icon-ic_26 {
    font-size: 22px;
    color: #fff;
  }
  .opaque-icon-ic_26 {
    font-size: 22px;
    color: #0F68CE;
  }
  /*手机端右侧导航*/
  .nav-sidebar-box {
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    box-sizing: border-box;
    width: 80%;
    height: 100%;
    overflow-y: scroll;
    padding-top: 50px;
    background-color: rgba(250, 250, 250, 0.98);
    box-shadow: none;
    z-index: 203;
    transform: translateX(100%);
    transition: all .25s ease-out;
  }
  .nav-sidebar-box.animated {
    box-shadow: 0 12px 36px 0 rgba(6, 8, 40, .24), 0 0 1px 0 rgba(6, 8, 40, .08);
    transform: translateX(0);
  }
  .nav-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px;
    font-size: 24px;
    color: #28282a;
  }
  .nav-sidebar-submenu {
    background: rgba(202, 230, 255, 0.8);
  }
  .nav-sidebar-item .nav-sidebar-item-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 12px 0 0;
    height: 46px;
    overflow: hidden;
    z-index: 1;
    border-bottom: 1px solid #eee;
  }
  .nav-sidebar-item .nav-sidebar-item-title {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex: auto;
    padding-left: 20px;
    height: inherit;
    font-size: 15px;
  }
  .nav-sidebar-item .nav-sidebar-item-title .nav-sidebar-item-name.primary {
  color: #0F68CE;
  }
  .nav-sidebar-item .nav-sidebar-item-arrow {
    display: inline-block;
    font-size: 16px;
    color: #c1c1ca;
    transition: all .3s ease;
    cursor: pointer;
    margin-left: 6px;
  }
  .nav-sidebar-item .nav-sidebar-item-arrow.trans {
    transform: rotate(180deg);
  }
  .nav-sidebar-item .nav-sidebar-item-inner.hairline::before {
    z-index: 0;
    border-bottom-color: rgba(6, 8, 40, .08);
  }
  .hairline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-bottom-color: transparent;
    transform-origin: left top;
    transform: scale(.5);
  }
}

.top{height:40px;line-height:40px;background:#f4f3f3;font-size:14px}
.top a{padding:5px}#logo{height:140px;width:100%}
.fl{float:left;display:inline}
.fr{float:right;display:inline}    
.header {background-color: #fff;}
.header .logo {float: left;font-size: 0;height: 100px;line-height: 70px;text-align: left;padding: 15px 0;}
.header .logo img {width: 180px;}
.header .tel {float: right;background: url(../images/tel2.png) no-repeat 0 center;padding-left: 55px;margin-top: 25px;color: #999;}
.header .tel strong {display: block;font-size: 28px;font-family: Impact;line-height: 1;color: #0F68CE;}
.header .text {float: left;font-size: 16px;margin: 20px 0 20px 30px;padding: 4px 0 4px 30px;border-left: 1px solid #ddd;color: #999;}
.header .text strong {display: block;font-size: 18px;color: #0F68CE;margin-bottom: 5px;}
.header .nav {font-size: 0;background-color: #023793;color: #fff;}
.header .nav li {display: inline-block;vertical-align: middle;}
.header .nav li a {display: block;font-size: 16px;line-height: 55px;padding: 0 45px;color: #fff;}
.header .nav li .arr {float: right;height: 40px;width: 40px;position: relative;display: none;}
.header .nav li .arr:after {content: '';border-top: 2px solid #ccc;border-left: 2px solid #ccc;box-sizing: content-box;display: block;width: 8px;height: 8px;margin: auto;position: absolute;top: 0;bottom: 0;transform: rotate(135deg);right: 15px;}
.header .nav li.active a,.header .nav li.open a,.header .nav li a:hover {color: #fff;background-color: #000;}
.header .nav li.dropdown {position: relative;}
.header .nav li.dropdown:before {content: "";position: absolute;border: 4px solid transparent;border-bottom: 0;border-top-color: currentColor;top: 50%;margin-top: -2px;right: 25px;}
.header .nav .dropdown-box {position: absolute;left: 0;min-width: 100%;top: 100%;display: none;z-index: 10;text-align: center;box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);background-color: rgba(255,255,255,0.9);}
.header .nav .dropdown-box p {margin: 0;border-bottom: dotted 1px #ccc;}
.header .nav .dropdown-box a {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding: 0 10px;font-size: 14px;background-color: transparent !important;line-height: 40px;color: #333 !important;}
.header .nav .dropdown-box a:hover {background-color: #fff !important;color: #023793 !important;}
.header .nav li.open .dropdown-box {display: block;}
.menu-btn {display: none;padding: 6px 0;float: right;margin-left: 15px;}
.menu-btn:before,.menu-btn:after,.menu-btn span {display: block;height: 2px;background-color: #023793;content: '';}
.menu-btn:before {width: 24px;}
.menu-btn:after {width: 18px;margin-left: 6px;}
.menu-btn span {width: 12px;margin: 6px 0 6px 12px;}

@media screen and (min-width: 768px) {
    .header-fix {height: 155px;}
    .header-fix .nav {position: fixed;left: 0;top: 0;width: 100%;z-index: 100;}
}
@media screen and (max-width: 767px) {
  .top{ display:none}
  body {min-width: 320px;}
  .header {display: none;}
  .opaque-logo {
    display: block;
  }
}

/*首页 滚动banner */
.swiper-home {
  position: relative;
}
.swiper-home .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-home .swiper-wrapper > div {
  -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
}
.swiper-home .swiper-slide {
  background-size: cover;
  background-position: center;
}
.swiper-home .swiper-slide img{
  width: 100%;
}
.swiper-home .gallery-top {
  width: 100%;
}
.swiper-home .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0 ;
  width: 50%;
  margin-top: -110px;
}
.swiper-container{
  transform:translate3d(0,0,0);
}
.swiper-slide{
  transform:translate3d(0,0,0);
}
.swiper-home .gallery-thumbs .swiper-slide {
  overflow: hidden;
}
.swiper-slide *{
  transform:translate3d(0,0,0);
}
@media (max-width: 1600px) {
  .swiper-home .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0 ;
    width: 50%;
    margin-top: -90px;
  }
}
@media (max-width: 1200px) {
  .swiper-home .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0 ;
    width: 50%;
    margin-top: -80px;
  }
}
@media (max-width: 900px) {
  .swiper-home .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0 ;
    width: 50%;
    margin-top: -60px;
  }
}
.swiper-home .banner_video{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 4;
}
.swiper-home .banner_video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.swiper-home .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
}
.swiper-home .gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.mobileSwiper {
  display: none;
}
@media (max-width: 1000px){
  .header-tel,
  .swiper-home {
    display: none;
  }
  .mobileSwiper {
    display: block;
    position: relative;
    overflow: hidden;
  }
}
/*banner end*/

/* search */
.yunu-sou {padding: 15px 0;background-color: #f2f2f2;}
.yunu-sou .hot {float: left;padding: 7px 0;background: url(../images/hot.png) no-repeat 0 center;padding-left: 30px;}
.yunu-sou .hot a {margin-right: 10px;}
.yunu-sou .hform {float: right;}
.yunu-sou .hform input {float: left;border: 1px solid #eee;padding: 7px 12px;width: 210px;font-size: 14px;background-color: #fff;}
.yunu-sou .hform button {border: 0;padding: 0;float: left;cursor: pointer;outline: none;width: 60px;height: 34px;color: #fff;background: url(../images/search-btn.png) no-repeat center #0F68CE;font-size: 0;}
/* search end */

.index-special {
  padding: 60px 0;
}
.index-special .special-list {
  padding: 0 30px;
  width: 48%;
}
.index-special .special-list h3 {
  position: relative;
  font-size: 26px;
  line-height: 50px;
  text-align: center;
}
.index-special .special-list h3::after {
  content:"";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -50px;
  width: 100px;
  height: 2px;
  background-color: #0F68CE;
}
.index-special .special-list h3 a {
  color: #333;
}
.index-special .special-list h3 a:hover {
  color: #0F68CE;
}
.index-special .special-list span {
  margin: 10px 0;
  display: block;
  text-align: center;
  color: #333;
}
.index-special .special-list p {
  margin-bottom: 20px;
  color: #888888;
  height: 120px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.index-special .special-list .list-img {
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
}
.index-special .special-list .list-img img {
  width: 100%;
  max-height: 180px;
  transition:all .2s linear;
  -webkit-transition:all .2s linear;
  object-fit: cover;
}
.index-special .special-list .list-img:hover img {
  transform: scale(1.1);
  transform: -webkit-scale(1.1);
}
/* 技术服务 begin */
.index-business {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #eee;
}
.index-business .title,
.index-company .title {
  margin-bottom: 30px;
  padding: 0 1%;
}
.index-business .title .left-title,
.index-company .title .left-title,
.yixue_container .title .left-title {
  font-size: 26px;
  color: #333333;
}
.index-business .title .left-title span,
.index-company .title .left-title span,
.yixue_container .title .left-title span {
  margin-left: 10px;
  font-size: 14px;
  color: #999999;
}
.index-business .title .right-btn a {
  margin-right: 10px;
  padding: 0 20px;
  display: block;
  font-size: 14px;
  color: #999999;
  line-height: 36px;
  border-radius: 18px;
}
.index-business .title .right-btn a:hover {
  color: #fff;
  background-color: #0F68CE;
}
.section-title {margin-bottom: 40px;text-align: center;font-size: 28px;}
.section-title p {color: #999;font-size: 14px;margin: 5px 0 0;}
.section-title:after {display: block;content: '';width: 38px;height: 3px;margin: 15px auto 0;background-color: #0F68CE;}

.in-prod-menu {text-align: center;font-size: 0;margin-bottom: 20px;}
.in-prod-menu li {display: inline-block;vertical-align: middle;}
.in-prod-menu li a {display: block;margin: 0 5px 10px;font-size: 14px;line-height: 39px;position: relative;background: url(../images/pro-btn.png) no-repeat center / 100% 100%;width: 175px;}
.in-prod-menu li a:before,.in-prod-menu li a:after {position: absolute;content: '';background-color: #fff;width: 16px;height: 1px;top: 50%;display: none;}
.in-prod-menu li a:before {left: 33px;}
.in-prod-menu li a:after {right: 33px;}
.in-prod-menu li.active a {color: #fff;background-image: url(../images/pro-btn-on.png);}
.in-prod-menu li.active a:before,.in-prod-menu li.active a:after {display: block;}

.index-business .business-cell ul li {
  position: relative;
  margin: 0 1% 2%;
  padding-bottom: 20px;
  width: 31.333333%;
  background: #fff;
  overflow: hidden;
  text-align: center;
}
.index-business .business-cell ul li a {
  display: block;
  color: #666;
}
.index-business .business-cell ul li img {
  margin-top: -25px;
  margin-bottom: -25px;
  display: block;
}
.index-business .business-cell ul li .img-box {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.index-business .business-cell ul li .img-box p {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index:9;
  margin: auto;
  width: 100%;
  height: 100%;
  color: #fff;
  -webkit-transform: scale(0);
  transform: scale(0);
  background-color: #000;
  opacity: .5;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  pointer-events: none;
}
.index-business .business-cell ul li .img-box:hover p {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.index-business .business-cell ul li p b {
  display: block;
  font-size: 17px;
  line-height: 28px;
}
.index-business .business-cell ul li p em {
  display: block;
  line-height: 24px;
}
.index-business .business-cell ul li .img-box p em {
  margin-top: 10px;
}
.index-more-btn {
  display: block;
  width: 175px;
  line-height: 45px;
  border: rgb(194,194,194) 1px solid;
  text-align: center;
  color: #666;
  border-radius: 3px;
}
.index-business .index-more-btn {
  margin: 20px auto 0;
}
.index-more-btn:hover {
  background-color: #0F68CE;
  border-color: #0F68CE;
  color: #fff;
}
/* 技术服务 end */
.index-company {
  padding: 60px 0;
}
.index-company .com-des {
  padding-right: 50px;
  width: 55%;
}
.index-company .com-des strong {
  margin-top: 50px;
  display: block;
  font-size: 26px;
  color: #333;
  font-weight: normal;
}
.index-company .com-des span,
.index-company .com-des p {
  display: block;
  line-height: 30px;
  color: #888888;
}
.index-company .com-des p {
  margin: 30px 0;
  max-height: 150px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.index-company .com-img {
  width: 45%;
  overflow: hidden;
}
.index-company .com-img img {
  transition:all .2s linear;
  -webkit-transition:all .2s linear;
}
.index-company .com-img:hover img {
  transform: scale(1.1);
  transform: -webkit-scale(1.1);
}
/*国家科研项目实验占比 begin*/
.flex_x_center {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.justify-content-between {
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex_y_center {
  display: flex;
  align-items: center;
}
.flex_all_center2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.proportion {
  display: none;
  width: 100%;
  padding: 50px 0 80px 0;
  background: url(../images/proportion.jpg) no-repeat;
  background-size: 100% 100%;
}
.proportion .title {
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 26px;
}
.title_line {
  margin-top: 10px;
  justify-content: center;
}
.title_line .line1 {
  width: 85px;
  height: 1px;
  background: #c0d5d5;
}
.title_line .line2 {
  width: 150px;
  height: 8px;
  background: #c0d5d5;
  border-radius: 4px;
}
.proportion .proportion_content {
  margin-top: 40px;
}
.proportion .map {
  width: 550px;
  height: 560px;
}
.proportion_content_right {
  width: 40%;
  margin-left: 85px;
  font-size: 18px;
}
.proportion_content_right .item {
  color: #25f1ef;
}
.proportion_content_right .item .top {
  font-size: 50px !important;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: 10px;
}
.proportion_content_right .progress-item {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
}
.proportion_content_right .progress-item p {
  min-width: 72px;
  font-size: 14px;
  margin-bottom: 5px;
  color: #fff;
}
.proportion_content_right .progress-value {
  display: flex;
  margin-left: 0;
  align-items: center;
  color: #fff;
}
.proportion_content_right .progress-value div {
  transition: all 0.9s;
  height: 13px;
  border-radius: 7px;
}
.proportion_content_right .progress-value span {
  font-size: 14px;
  margin-left: 10px;
}
@media (max-width:1000px){
	.proportion {
		padding: 30px 15px;
    background-size: auto 100%;
	}
  .proportion .proportion_content {
    margin-top: 20px;
  }
	.proportion .map {
		height: 90vw;
	}
	.proportion .map,
	.proportion_content_right {
		width: 100%;
	}
	.proportion .proportion_content,
	.proportion_content_right .school-data {
		-webkit-flex-wrap: wrap;
  	flex-wrap: wrap;
	}
	.proportion_content_right {
		margin-left: 0;
		padding: 15px;
	}
	.proportion_content_right .item {
		width: 50%;
		font-size: 16px;
	}
	.proportion_content_right .item .top {
		justify-content: flex-start;
		font-size: 30px !important;
	}
	.proportion_content_right .progress-group {
		display: flex;
		display: -webkit-flex;
		-webkit-flex-wrap: wrap;
  	flex-wrap: wrap;
	}
	.proportion_content_right .progress-group .progress-item {
		width: 50%;
	}
}
/*国家科研项目实验占比 end*/


/*新闻资讯 begin*/
.text_more {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text_more2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.article {
  width: 100%;
  padding: 50px 0 80px 0;
  background: #D6EDED;
}
.article .title {
  font-size: 26px;
  color: #0F68CE;
}
.aiticle_content {
  padding: 40px;
  background: #fff;
  border-radius: 20px;
  margin-top: 50px;
  width: 100%;
  max-width: 1400px;
}
.aiticle_content .ac_left {
  width: 49%;
  height: 420px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.aiticle_content .is-hide {
  display: none;
}
.aiticle_content .ac_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aiticle_content .ac_left p {
  position: absolute;
  padding: 0 26px;
  bottom: 26px;
  left: 0;
  color: #fff;
}
.ac_center {
  width: 140px;
  height: 420px;
  background: #F1F1F1;
  border-radius: 10px;
  margin-left: 10px;
  justify-content: center;
}
.ac_center .acc_item {
  height: 33.3%;
  cursor: pointer;
}
.ac_center .acc_item p {
  font-size: 18px;
  min-width: 100px;
}
.ac_center .acc_item div {
  min-width: 100px;
  font-size: 14px;
  text-align: right;
  margin-top: 5px;
}
.ac_center .acc_item .jt {
  display: none;
}
.ac_center .acc_item.active {
  color: #0F68CE;
}
.ac_center .acc_item.active .jt {
  display: inline-block;
}
.ac_right {
  margin-left: 28px;
  width: 516px;
}
.acr_item:not(:first-child) {
  margin-top: 32px;
}
.ac_right .acr_item {
color: #333;
}
.ac_right .acr_item .art_time {
  width: 80px;
  height: 80px;
  background: #0F68CE;
  border-radius: 10px;
  color: #fff;
}
.ac_right .acr_item p {
  font-size: 24px;
}
.ac_right .acr_item div {
  margin-top: 17px;
}
.acr_right {
  width: 424px;
  height: 80px;
  margin-left: 14px;
}
.acr_right>p.text_more {
  color: #0F68CE;
  font-size: 16px;
}
.acr_right>div {
  margin-top: 14px;
  line-height: 24px;
}
.more-icon {
  text-align: right;
  margin-top: 0;
}
.ac_right .ac_right-js .more-icon {
  margin-top: 15px;
}
.more-icon a {
  display: inline-block;
  cursor: pointer;
  padding: 3px 7px;
  border-radius: 4px;
  background-color: rgba(15, 104, 206, 0.25);
  color: #333;
}
@media (max-width:1000px){
	.article {
		padding: 30px 15px;
	}
	.aiticle_content {
    margin-top: 30px;
		padding: 20px 15px;
		width: 100%;
	}
	.aiticle_content .ac_left,.ac_center {
		display: none;
	}
	.ac_right {
		margin-left: 0;
		width: 100%;
	}
	.ac_right .acr_item .art_time {
		min-width: 80px;
    text-align: center;
	}
	.acr_right {
		width: 100%;
    height: auto;
	}
  .acr_item:not(:first-child) {
    margin-top: 15px;
  }
  .ac_right .acr_item div {
    overflow: hidden;
  }
}
/*新闻资讯 end*/

/*合作案例*/
.ipartner{ width:100%; height:620px; background:url(../images/i_partner_bg.jpg) no-repeat; padding-top:70px;}
.ipartnert{text-align:center; font-size:36px; line-height:36px; color:#fff; letter-spacing:3px;}
.ipartner_line{ width:32px; height:2px; background:#b9d443; margin:20px auto;}
.ipartneri{ text-align:center; color:#fff; font-size:16px; line-height:35px; margin:0 auto 35px auto;}
.ipartnerc{}
.ibrandcrt_a{ padding-bottom:60px; position:relative; z-index:9;}
.ipartnercl{}
.ipartnercl a{ padding: 10px 0;display:block; position:relative; z-index:9; overflow:hidden; width:100%; height:100%;background-color: #fff;}
.ipartnercl a p{ display:block; width:100%; height:100%; line-height:100%; position:absolute; z-index:10; left:0; top:100%; background:url(../images/icon_black.png) repeat; color:#fff;display: flex;justify-content: center;align-items: center; font-size:16px;-webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;}
.ipartnercl img{ max-width:100%; height:auto; display:block; width:100%; height:auto;}
.ipartnerc .swiper-pagination-bullet{ width:20px; height:20px; background:url(../images/ipartnerc-pagination-icon.png) no-repeat;opacity: 1;border-radius:0;}
.ipartnerc .swiper-pagination-bullet-active{ background:url(../images/ipartnerc-pagination-icon-active.png) no-repeat;opacity: 1;border-radius:0;}
.ipartnerc .swiper-pagination-bullets .swiper-pagination-bullet{ margin:0 8px;bottom:0;}
.ipartnerc .swiper-pagination-bullets .swiper-pagination-bullet:last-child{}
.ipartnerc .swiper-pagination-bullets{ position:absolute; z-index:10; left:0; bottom:0; text-align:center;}
.ipartnercl a:hover p{ top:0;}

.ipartnerm{ display:block; width:158px; height:42px; text-align:center; line-height:42px; background:#b9d443; color:#fff; font-size:16px;border-radius: 42px; margin:40px auto 0 auto; position:relative; z-index:9; overflow:hidden;}
.ipartnerm:hover{background:#b9d443; color:#fff;}
.anim{  -moz-animation: anim-out .75s; -webkit-animation: anim-out .75s; animation: anim-out .75s }
.anim {-moz-transform: translateY(-50%) translateX(-50%);-ms-transform: translateY(-50%) translateX(-50%);-webkit-transform: translateY(-50%) translateX(-50%);transform: translateY(-50%) translateX(-50%);position: absolute;top: 50%;left: 50%;z-index: 1}
.anim:before{ position: relative;  content: '';  display: block;  margin-top: 100%; }
.anim:after{ content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border-radius: 50%; -moz-animation: anim-out-pseudo .75s;-webkit-animation: anim-out-pseudo .75s;animation: anim-out-pseudo .75s  }
.anim, .anim:after{animation-iteration-count: infinite;animation-duration: 1.3s;}
@-webkit-keyframes anim-out-pseudo {
    0% {
        background: rgba(0,0,0,0.25)
    }

    100% {
        background: transparent
    }
}

@-moz-keyframes anim-out-pseudo {
    0% {
        background: rgba(0,0,0,0.25)
    }

    100% {
        background: transparent;
    }
}

@-ms-keyframes anim-out-pseudo {
    0% {
        background: rgba(0,0,0,0.25)
    }
    100% {
        background: transparent
    }
}

@keyframes anim-out-pseudo {
    0% {
        background: rgba(0,0,0,0.25)
    }
    100% {
        background: transparent
    }
}

@-webkit-keyframes anim-out {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@-moz-keyframes anim-out {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@-ms-keyframes anim-out {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@keyframes anim-out {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}
/*合作案例 end*/

/*内页-在线留言 开始*/
.ly_NyOrder { width:1200px; overflow:hidden; margin:0 auto 60px; padding:0;}
.ly_msg { width: 100%; overflow: hidden; margin: 0 auto 50px !important; padding: 0;}
.ly_msg .serTitle {border-bottom: 2px solid #0F68CE}
.ly_msg .serTitle span {margin-left: 0;padding: 10px 15px;background-color: #0F68CE;color: #fff;}
.ly_msg h3 { display: none!important;}
.ly_msg ul { width: 100%; overflow: hidden; margin: 0 auto!important; padding: 0;}
.ly_msg ul li { width: 100%; overflow: hidden; line-height: 44px; margin: 0 auto 30px!important; padding: 0; color: #999; font-size: 14px;}
.ly_msg ul li:last-child { margin:0 auto!important;}
.ly_msg ul li a img{ height:42px;}
.ly_msg ul li h4 { width: 12%!important; height: 44px!important; overflow: hidden; line-height: 44px!important; margin: 0; padding: 0 12px 0 0; color: #333; font-size: 14px; text-align: right; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara { width: 83%; overflow: hidden; margin: 0; padding-right: 20px; background: url(../images/tb_img.png) top right no-repeat; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_tara { width: 88%!important; font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri!important;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_ipt2 { height: 44px!important; background: url(../images/tb_img.png) right center no-repeat!important;}
.ly_msg ul li .msg_ipt12 { width: 83%; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt1 input, .msg_tara textarea { display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt12 input { height: 34px; line-height: 16px; display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt1 input, .msg_ipt12 input, .msg_ipt2 input { height: 44px!important; font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri !important;}
.msg_ipt1 input, .msg_ipt12 input, .msg_ipt2 input, .msg_tara textarea { font-size: 14px!important; background-color: #f8f8f8!important; border: none!important; font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri!important; outline: none!important; resize: none!important;}

.ly_msg ul li .msg_ipt1 #selPvc { height: 44px!important; line-height: 44px!important; color: #666!important; font-size: 14px!important; background-color: #f8f8f8!important; border: none!important; padding: 0 15px!important; outline: none!important; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.ly_msg ul li .msg_ipt2, .msg_ipt2 input { width: 160px!important;}
.ly_msg ul li .msg_ipt2 { width: 120px; height: 34px; overflow: hidden; margin-right: 10px; padding: 0; float: left;}
.ly_msg ul li a.yzm_img {display: block; width: 90px; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; background: url(../images/tb_img.png) top right no-repeat; float: left;}
.ly_msg ul li a.yzm_img { width: 120px!important; height: 44px!important; background: url(../images/tb_img.png) right center no-repeat!important;}
.ly_msg ul li a.yzm_img img { display: block; width: 100%!important; height: 100%!important;}
.ly_msg ul li .msg_btn { width: 83%; overflow: hidden; margin: 0 auto; padding: 0; float: left;}
.ly_msg ul li .msg_btn { width: 88%!important;}
.msg_btn input { display: block; width: 100px; height: 34px; overflow: hidden; line-height: 32px; margin: 0 15px 0 0; padding: 0; background-color: #f0f0f0; color: #333; font-size: 13px; text-align: center; border: 1px solid #ccc; float: left;}
.msg_btn input { width: 160px!important; height: 44px!important; line-height: 44px!important; color: #fff!important; font-size: 15px!important; text-align: center!important; border: none!important; background-color: #086ab1!important; cursor: pointer!important;}
.msg_btn input:last-child { background-color: #bbb!important;}
.msg_btn input:hover { background-color:#086ab1!important;}

@media screen and (max-width:1199px) and (min-width:1080px) {
  .ly_NyOrder { width:90%;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
  .ly_NyOrder { width:96%; margin:0 auto 50px;}
  .ly_msg ul li { margin: 0 auto 25px!important;}
  .ly_msg ul li .msg_ipt2, .msg_ipt2 input { width: 140px!important;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
  .ly_NyOrder { width:96%; margin:0 auto 40px;}
  .ly_msg ul li { margin: 0 auto 20px!important;}
  .ly_msg ul li h4 { width:12%!important;}
  .ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara, .ly_msg ul li .msg_btn { width: 88%!important;}
}
@media (max-width: 767px) {
  .ly_NyOrder { width:94%; margin:0 auto 40px;}
  .ly_msg ul li { margin: 0 auto 20px!important;}
  .ly_msg ul li h4 { display:none!important;}
  .ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara, .ly_msg ul li .msg_btn { width: 100%!important; float:inherit!important;}
  .msg_btn input { width:48%!important; margin:0 4% 0 0!important;}
  .msg_btn input:last-child { margin:0!important;}
  .ly_msg ul li a.yzm_img { float:inherit!important;}
  .ly_msg ul li span { display:block;}
}
/*内页-在线留言 结束*/
.keyan-list ul li {
  margin: 0 1% 30px;
  float: left;
  width: 31.333333%;
  border: 1px solid #f7f7f7;
}
.keyan-list ul li .list-img {
  height: 192px;
  line-height: 192px;
  overflow: hidden;
  /*background-color: #f7f7f7;*/
}
.keyan-list ul li .list-img img {
  transition: .5s;
}
.keyan-list ul li:hover .list-img img {
  transform: scale(1.1);
}
.keyan-list ul li .list-title {
  position: relative;
  padding:  0 5px;
  line-height: 40px;
  background-color: #e6e6e6;
  text-align: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: .5s;
}
.keyan-list ul li:hover .list-title p {
  position: relative;
  z-index: 2;
  color: #fff;
}
.keyan-list ul li .list-title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background-color: #0F68CE;
  transition: all 0.5s;
}
.keyan-list ul li:hover .list-title::after {
  left: 0;
  width: 100%;
}

.curpos {
  padding-top: 10px;
  line-height: 30px;
  max-width: 1350px;
}

footer {
  position: relative;
  padding: 50px 0 0;
  background-color: #0F68CE;
  color: #fff;
}
footer .wrap {
  padding: 0 15px;
  max-width: 1400px;
}
footer .footer-nav {
  width: 65%;
}
footer .footer-nav ul li {
  margin-right: 3%;
  width: 13%;
}
footer .footer-nav ul li:last-child {
  margin-right: 0;
}
footer .footer-nav ul li a {
  display: block;
  color: #fff;
  line-height: 26px;
}
footer .footer-nav ul li > a {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
footer a:hover {
  text-decoration: underline;
}
footer .footer-contact {
  width: 35%;
}
footer .footer-contact .weixin {
  margin-right: 20px;
  text-align: center;
}
footer .footer-contact .weixin img {
  margin-bottom: 10px;
  max-width: 120px;
}
footer .footer-contact .address strong {
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
}
footer .footer-contact .address span {
  display: block;
  line-height: 26px;
}
footer .links {
  margin: 20px 0;
}
footer .links a {
  color: #fff;
}
footer .links p {
  margin-bottom: 5px;
  text-align: center;
}
footer .beian {
  width: 100%;
  text-align: center;
  line-height: 50px;
  background-color: #054b9b;
}
footer .beian a {
  color: #fff;
}
@media (max-width: 1300px) {
  .header-tel {
    font-size: 14px;
  }
  .proportion .map {
    width: 480px;
    height: 500px;
  }
  .proportion_content_right {
    margin-left: 30px;
  }
}
@media (max-width: 1160px) {
  footer .footer-contact,
  footer .footer-nav {
    width: 100%;
  }
  footer .footer-contact {
    margin-top: 10px;
  }
}
@media (max-width: 1000px) {
  .m_show {
    display: block;
  }
  .pc_show {
    display: none !important;
  }
  .index-special {
    padding: 30px 0;
  }
  .index-special .special-list,
  .index-company .com-des,
  .index-company .com-img {
    width: 100%;
  }
  .index-special .special-list {
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .index-special .special-list h3 {
    font-size: 24px;
  }
  .index-special .special-list p {
    height: auto;
  }
  .index-special .index-more-btn {
    float: none;
    margin: 0 auto;
  }
  .index-business,
  .index-company {
    padding: 30px 15px;
  }
  .index-business .title .right-btn a {
    margin-top: 15px;
    color: #fff;
    background-color: #0F68CE;
  }
  .index-business ul li {
    width: 48%;
  }
  .index-company .com-des {
    margin-bottom: 20px;
    padding-right: 0;
  }
  .index-company .com-des strong {
    margin-top: 10px;
    text-align: center;
  }
  .index-company .com-des span {
    text-align: center;
  }
  .index-company .com-des .index-more-btn {
    margin: 0 auto;
  }
  .index-company .com-des p {
    margin: 15px 0;
  }
  .ac_right .acr_item p {
    width: 100%;
  }
  .curpos {
    display: none;
  }
  footer {
    padding: 30px 0 0;
  }
  footer .footer-nav,
  #gotop {
    display: none !important;
  }
}