body {
  font-family: "Microsoft YaHei", sans-serif, Arial;
  position: relative;
  font-size: 12px;
  color: #333;
  background: #fff;
  font-weight: normal;
}
html, body, h1, h2, h3, h4, h5, h6, p, ul, li {
  padding: 0;
  margin: 0;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #004b8f;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
p {
  line-height: 23px;
}
ul, li {
  list-style: none;
}
em, i {
  font-style: normal;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input:focus {
  outline: none;
}
img {
  max-width: 100%;
  vertical-align: middle;
}

.img {
  overflow: hidden;
}
.img img {
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
li:hover .img img {
  transform:scale(1.1);
  -ms-transform:scale(1.1);
  -webkit-transform:scale(1.1);
  -o-transform:scale(1.1);
  -moz-transform:scale(1.1);
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.p50 {
  padding: 60px 0;
}
.clear {
  clear: both;
}
.container {
  width: 1200px;
  margin: 0 auto;
}

/* header */
.webelcome {
  color: #666;
  line-height: 30px;
  border-bottom: 1px solid #e4e4e4;
  background-color: #efefef;
}
.webelcome .yellow {
  margin: 0 10px 0 0;
}
.webelcome .yellow img {
  margin: 0 5px 0 0;
}
.webelcome .yellow em {
  color: #004b8f;
  font-size: 14px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.search_icon {
	float: right;
	position: relative;
}
.search_icon span {
	display: none;
	width: 100%;
	height: 100%;
}
.search_icon .search_form {
	width: 150px;
  height: 30px;
  padding: 0 5px;
  background-color: #ccc;
}
.search_icon .search_form .text {
	width: 115px;
  height: 30px;
  color: #333;
	line-height: 30px;
  font-size: 12px;
	float: left;
	border: none;
	outline: none;
	background: transparent;
}
.search_icon .search_form .submit {
	width: 32px;
	height: 30px;
	position: absolute;
	float: left;
	right: 0;
	top: 0;
	border: none;
	outline: none;
	background: url(../images/search.png) center no-repeat;
}
input::-webkit-input-placeholder {
  color: #fff;
}
.pc-header {
  z-index: 100;
  width: 100%;
  line-height: 93px;
  position: relative;
}
.nav {
  float: left;
  margin-right: 15px;
}
.nav_item {
  float: left;
  position: relative;
}
.nav_item > a {
  display: block;
  padding: 0 17px;
  font-size: 14px;
  color: #333;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.menu_open {
  display: none;
}
@media screen and (min-width:991px) {
  .nav_item.active > a,
  .nav_item:hover > a {
    color: #fff;
    background-color: #004b8f;
  }
}
.nav_item_open {
  width: 100%;
  min-width: 145px;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 100%;
  z-index: 10;
  box-shadow: 0 4px 15px 0 rgba(0, 12, 49, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(34px);
  transform: translateY(34px);
  -webkit-transition: all .4s;
  transition: all .4s;
  overflow: hidden;
}
.nav_item:hover .nav_item_open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.subopen {
  display: none;
}
.nav_item2 {
  width: 100%;
  line-height: 40px;
}
.nav_item2 a {
  display: block;
  padding: 0 10px;
  font-size: 12px;
  white-space: nowrap;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #484848;
  background: #3a3a3a;
}
.nav_item2:hover a {
  background: #004b8f;
}
.hcover {
  display: none;
}
.swiper-container {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0,0,0,0.27);
  -moz-box-shadow: 0 5px 8px 0 rgba(0,0,0,0.27);
  box-shadow: 0 5px 8px 0 rgba(0,0,0,0.27);
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-container img {
  width: 100%;
}
/* service */
.title-part {
  margin: 0 0 25px;
}
.title-part h1 {
  font-size: 18px;
  color: #004b8f;
  display: inline-block;
}
.title-part h3 {
  margin-left: 5px;
  font-size: 18px;
  color: #ccc;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Bebas", Arial, Helvetica, sans-serif;
}
.servicebox li {
  display: table-cell;
  padding: 20px 30px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.servicebox .listfive li {
  width: 600px;
}
.servicebox li > h3 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 10px;
}
.servicebox .listfive li.listfive-first h3 {
  color: #333;
}
.servicebox li .p a, .servicebox .listfive li.listfive-first .more:hover a {
  color: #fff;
}
.servicebox .listfive li.listfive-first .p a, .servicebox .listfive li.listfive-first .more a {
  color: #666;
}
.more {
  margin-top: 10px;
  text-align: center;
  display: inline-block;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  line-height: 30px;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
}
.servicebox .more:hover {
  background-color: #004b8f;
  padding: 0 22px;
}
.more a {
  color: #fff;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.listthree li {
  width: 400px;
}
/* about */
.aboutbox {
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.aboutbox .title-part h1 {
  color: #fff;
}
.aboutbox .title-part h3 {
  color: rgba(255, 255, 255, .1);
}
.about_content {
  width: 515px;
  padding-right: 45px;
  display: table-cell;
}
.about_content p {
  color: #fff;
  text-indent: 2em;
}
.learnmore {
  margin: 50px 0 0;
  display: inline-block;
  border-bottom: 3px solid #fff;
}
.learnmore a {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  padding-bottom: 5px;
  display: block;
}
.learnmore:hover a {
  padding-left: 10px
}
.aboutother {
  width: 640px;
  display: table-cell;
  vertical-align: middle;
}
.aboutother li {
  float: left;
  width: 20%;
  padding: 0 2%;
  margin-bottom: 4%;
  overflow: hidden;
  text-align: center;
}
.aboutother a {
  color: #fff;
  font-size: 14px;
}
.aboutother i {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto 15px;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.aboutother li i.profile {
  background-position: 16px 16px;
}
.aboutother li:hover i.profile {
  background-position: 17px -51px
}
.aboutother li i.culture {
  background-position: -57px 16px
}
.aboutother li:hover i.culture {
  background-position: -57px -50px
}
.aboutother li i.team {
  background-position: -142px 15px
}
.aboutother li:hover i.team {
  background-position: -141px -51px
}
.aboutother li i.advantage {
  background-position: -234px 18px
}
.aboutother li:hover i.advantage {
  background-position: -234px -49px
}
.aboutother li i.cooperation {
  background-position: -324px 18px
}
.aboutother li:hover i.cooperation {
  background-position: -324px -48px
}
.aboutother li:hover i {
  background-color: #fff;
}
/* news */
.newsbox .more a {
  color: #333;
}
.newsbox .title-part {
  display: inline-block;
}
.dlisdan {
  margin-left: 30px;
  display: inline-block;
}
.dlisdan span {
  color: #333;
  font-size: 14px;
  line-height: 30px;
  padding: 0 5px;
  margin-left: 30px;
  cursor: pointer;
  display: inline-block;
}
.dlisdan span.active {
  color: #004b8f;
  border-bottom: 3px solid #004b8f;
}
.pj_menber {
  margin-top: 20px;
}
.newslist {
  margin-right: -3.333%;
}
.newslist li {
  width: 30%;
  float: left;
  margin-right: 3.333%;
}
.newslist li h3 {
  margin: 10px 0 5px;
}
.newslist li h3 a {
  color: #333;
  font-size: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newslist li:hover h3 a {
  color: #004b8f;
}
.newslist li p {
  color: #999;
  line-height: 18px;
  -ms-word-break: break-all;
  word-break: break-all;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}
.otherinfo {
  color: #999;
  margin-top: 10px;
}
.otherinfo .more {
  margin: 0;
  line-height: normal;
}
/* footer */
.footer {
  color: #fff;
  padding: 35px 0 20px;
  background-color: #666;
}
.footer a {
  color: #fff;
}
.rows-first {
  padding-bottom: 35px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}
.rows-first .container > ul >li {
  width: 13%;
  display: table-cell;
  vertical-align: top;
  line-height: 23px;
  padding-left: 15px;
  border-left: 1px solid rgba(255, 255, 255, .12);
}
.rows-first .footer_nav.first {
  border-width: 0;
  padding-left: 0;
  width: 11%;
}
.rows-first .footer_nav.last {
  width: 11%;
}
.footer_nav h3 {
  font-size: 14px;
  margin-bottom: 10px;
}
.footer_nav ul a {
  color: #fff;
}
.rows-first .container > ul >li.code {
  border-left: 0;
}
.rows-first .code span {
  text-align: center;
  display: block;
}
.footer .code img {
  margin-bottom: 5px;
}
.flogo {
  width: 167px;
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid rgba(255, 255, 255, .12);
}
.ftext {
  width: calc(100% - 192px);
}
.ftext .ftextp span {
  margin-right: 25px;
}
/* 返回顶部 */
.actGotop {
  position: fixed;
  _position: absolute;
  bottom: 80px;
  right: 10px;
  width: 45px;
  height: 39px;
  display: none;
  z-index: 999;
}
.actGotop a, .actGotop a:link {
  width: 50px;
  height: 50px;
  display: inline-block;
  background: url(../images/totop.png) no-repeat;
  _background:url(../images/totop.png) no-repeat;
  outline:none;
}
/* pagination */
.paginations {
	clear: both;
	text-align: center;
	font-size: 12px;
	cursor: default;
	margin: 55px 0 10px;
}
.paginations a {
	padding: 7px 15px;
	background-color: #eaeaea;
	color: #323232;
	display: inline-block;
	_zoom: 1;
  *display: inline;
  font-size: 12px;
}
.paginations span {
	padding: 7px 15px;
	display: inline-block;
	background-color: #004b8f;
	color: #fff;
}
/******** 搜索 *********/
.shousuo{clear:both;}
.shousuo ul{float:left;width:100%;}
.shousuo li{border-bottom:1px dotted #b8b8b8;margin:0;padding:0;line-height:42px;width:100%;float:left;}
.shousuo li a.nif{float:left;width:84%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;line-height:42px;font-size:14px;color:#4d4d4d;}
.shousuo li a.nif:hover{color:#004b8f;}
.shousuo li b a{font-size:14px;color:#004b8f;}
.shousuo li .riqi{float:right;color:#878787;font-size:12px;}
/******** 404 *********/
.si{text-align:center;background:#fff;width:100%;float:left;margin-top:12%;}
.psicx{margin:15px 0;}
.psicx h1{font-family:"Arial";font-size:30px;font-weight:bold;color:#393939;}
.psicx p{font-family:"Arial";font-size:14px;font-weight:bold;color:#393939;}
.psicl h3{font-family:"Arial";font-size:16px;color:#5f5f5f;}
.psicl p{font-family:"Arial";font-size:12px;color:#5f5f5f;}
.ruturnk{margin:15px auto 0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;width:125px;height:50px;padding:4px 0 0;background:#ed0f0f;}
.ruturnk h1{font-family:"Arial";font-size:20px;font-weight:bold;color:#fff;margin: 0;padding: 0;}
.ruturnk p{line-height:16px;font-family:"Arial";font-size:14px;color:#fff;text-transform:uppercase;margin: 0;padding: 0;}

/* partner */
.titlrfr {
  margin-top: -15px;
}
.titlrfr a {
  color: #333;
  font-size: 14px;
  padding: 0 15px;
  line-height: 40px;
  margin: 0 0 10px 10px;
  display: inline-block;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.titlrfr a.active, .titlrfr a:hover {
  color: #fff;
  background-color: #004b8f;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.p30 {
  margin-top: 20px;
}
.mainparnet_content ul {
  margin-right: -2%;
}
.mainparnet_content ul li {
  width: 14.6%;
  float: left;
  margin: 0 2% 2% 0;
  text-align: center;
  overflow: hidden;
  height: 75px;
  line-height: 75px;
  vertical-align: middle;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.mainparnet_content ul li .img img {
  width: auto;
}
/* about */
.mainabout_content .text-con {
  width: auto;
}
.mainabout_content .img-con {
  float: left;
  width: 42%;
  margin: 0 3% 3% 0;
}
/* team */
.mainteam_content li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}
.mainteam_content li .x {
  position: absolute;
  background: #004b8f;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  transition: .5s all linear;
}
.mainteam_content li:hover .x {
  width: 100%;
}
.mainteam_content li .imgs {
  width: 17%;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.mainteam_content li .imgs img {
  width: 100%;
}
.mainteam_content li .fr {
  width: 80%;
  margin-top: 5px;
}
.mainteam_content li .teamname a {
  font-size: 16px;
  font-weight: bold;
}
.jobs {
  color: #666;
}
.team-text {
  margin-top: 10px;
  font-size: 14px;
}
.team-text p {
  -ms-word-break: break-all;
  word-break: break-all;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* new */
.mainnew_content .titles {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}
.titles h1 {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 30px
}
.titles span {
  color: #999;
}
.prev {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}
.prev a {
  color: #333;
}
.prev a:hover {
  color: #004b8f;
}
/* contact */
.map {
  float: right;
  width: 58%;
}
.contact-txt {
  float: left;
  width: 37%;
}
.companyname b {
  font-size: 30px;
}
/* news */
.mainnews ul {
  position: relative;
}
.borderr {
  width: 1px;
  display: table-cell;
  position: absolute;
  background-color: #e0e0e0;
  height: 100%;
  left: 50%;
  top: 0;
}
.mainnews ul {
  display: table-cell
}
.mainnews li {
  width: calc(50% - 15px);
  float: left;
  padding: 10px 15px 30px;
  border-bottom: 1px dotted #ececec;
}
.mainnews li:nth-child(2n) {
  margin: 0 0 20px 15px;
}
.mainnews li:nth-child(2n+1) {
  margin: 0 15px 20px 0;
}
.mainnews li h3 {
  margin-bottom: 15px;
}
.mainnews li h3 a {
  color: #333;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.mainnews li:hover h3 a {
  color: #315cc4;
}
.mainnews .otherinfo {
  font-size: 14px;
  margin-bottom: 10px;
}
.mainnews li p {
  color: #666;
  -ms-word-break: break-all;
  word-break: break-all;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 18px;
}
.seemore a {
  color: #1985e8;
  margin-top: 15px;
  display: block;
  transition: .5s all linear;
}
.mainnews li:hover .seemore a {
  padding-left: 10px
}
/* train */
#loutinav {
  width: 12%;
  position: fixed;
  top: 100px;
  border-left: 1px solid #e8e8e8;
  display: none;
  padding-top: 20px;
}
#loutinav ul li {
  font-size: 14px;
  margin-bottom: 35px;
  cursor: default;
}
#loutinav ul li::before {
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  background-color: #e7e7e7;
  position: relative;
  left: -7px;
  vertical-align: middle;
  border: 3px solid #fff;
}
#loutinav ul li.active::before {
  background-color: #004b8f;
}
#loutinav ul li.active, #loutinav ul li:hover {
  color: #004b8f;
  font-weight: bold;
}
.loutiname {
  padding-top: 10px;
  margin-bottom: 20px;
}
.loutiname h1 {
  font-size: 24px;
  font-weight: bold;
  color: #004b8f
}
.loutiname p {
  font-size: 14px;
  color: #666
}
.maintrain_content #main {
  width: 85%;
  float: right;
}
.louti {
  margin-bottom: 50px;
}
.titmenuposition {
  position: relative;
  width: 70%;
  text-align:right;
}
.titmenudiv {
  display: inline;
}
.titmenulist {
  z-index: 999;
  display: none;
  position: absolute;
  right: 0;
  background: rgba(35, 88, 136, .7);
  border-radius: 5px;
  padding: 10px 10px 0 0;
}
.titlrfr.fr span.down {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-image: url(../images/x.png);
  background-position: -526px -102px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.titlrfr.fr span.up {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-image: url(../images/x.png);
  background-position: -531px -102px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.titmenulist li {
  display: inline
}
.titmenulist li a {
  color: #fff;
}


@media only screen and (max-width: 1200px) {
  .container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .search_icon .search_form {
    display: none;
    position: absolute;
    top: 100%;
    right: -10px;
  }
  .search_icon .search_form .text {
    width: auto;
  }
  .search_icon span {
    line-height: normal;
    display: inline-block;
  }
  .pc-header {
    line-height: 80px;
  }
  .logo {
    width: 15%;
  }
  .nav_item > a {
    padding: 0 15px;
  }
  .footer {
    padding: 15px 0;
  }
  .rows-first, .flogo {
    display: none;
  }
  .ftext {
    width: 100%;
  }
  .companyname b {
    font-size: 24px;
  }
  .companyname p {
    font-size: 12px !important;
  }
	.shousuo li a.nif {width: 75%;}
}
@media only screen and (max-width: 992px) {
  .menu_open {display: block; float: right; width: 24px; height: 20px; margin-top: 12px;}
  .menu_open i { height: 2px; width: 100%; background: #333; display: block; margin-bottom: 7px; }
  .nav { width: 50%; height: 100%; position: fixed; top: 0; left: -100%; z-index: 100; overflow: hidden; background: #333; color: rgba(255, 255, 255, .6); }
  .hcover { display: block; width: 50%; height: 100%; background: rgba(0, 0, 0, .6); position: fixed; right: -100%; top: 0; z-index: 101; }
  .nav_ul { margin: 0; width: 100%; height: 100%; position: absolute; top: 0; left: 0; overflow-x: hidden; overflow-y: auto; padding-top: 20px; text-align: left; }
  .nav_item { float: none; margin: 0; width: 100%; }
  .nav_item:after { content: ''; display: block; width: 100%; border-bottom: 1px solid rgba(0, 0, 0, .15); margin-left: 20px; }
  .nav_item > a { display: block; margin: 0; font-size: 14px; line-height: 1.8; color: inherit; padding: 10px 10px 10px 20px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; margin-right: 40px; }
  .nav_item i { position: absolute; z-index: 2; top: 0; right: 0; width: 40px; height: 100%; }
  .nav_item i:before { content: ''; display: block; height: 100%; border-left: 1px solid rgba(0, 0, 0, .15); position: absolute; top: 0; left: 0; }
  .nav_item i:after { content: ''; display: block; width: 7px; height: 7px; margin-bottom: -5px; border: 2px solid rgba(255, 255, 255, .3); border-top: 0; border-left: 0; position: absolute; bottom: 50%; right: 18px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
  .nav_item_open { width: 100%; height: 100%; margin: 0; box-shadow: none; background: #333; border-radius: 0; opacity: 1; visibility: visible; -webkit-transform: translateY(0px); transform: translateY(0px); position: fixed; left: -100%; top: 0; }
  .subopen { display: block; }
  .subopen a { display: block; overflow: hidden; margin: 0; padding: 30px 10px 10px 20px; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; color: rgba(255, 255, 255, .3); background: rgba(0, 0, 0, .1); text-indent: 20px; position: relative; }
  .subopen a:before { content: ''; display: block; width: 7px; height: 7px; position: absolute; bottom: 50%; left: 22px; margin-bottom: -15px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); border: 2px solid rgba(255, 255, 255, .3); border-right: 0; border-bottom: 0; }
  .nav_item2 { position: relative; }
  .nav_item2 a {text-align: left; display: block; overflow: hidden; margin: 0; line-height: 1.8; padding: 10px 10px 10px 20px; white-space: nowrap; text-overflow: ellipsis; color: inherit; }
  .nav_item2:after { content: ''; width: 100%; position: absolute; bottom: 0; left: 0; display: block; border-bottom-width: 1px; border-bottom-style: solid; border-bottom: 1px solid rgba(0, 0, 0, .15); margin-left: 20px; }
  .pc-header {
    line-height: normal;
    padding: 15px 0
  }
  .servicebox li > h3 {
    font-size: 24px;
  }
  .about_content {
    width: 100%;
    padding: 0;
    display: block;
  }
  .aboutother {
    display: none;
  }
  .p50 {
    padding: 35px 0;
  }
  .mainnews li h3 a {
    font-size: 16px;
  }
  .mainnews .otherinfo {
    font-size: 12px;
    margin: 0 0 5px;
  }
  .mainnews li h3 {
    margin-bottom: 10px;
  }
  .titles h1 {
    font-size: 18px;
    line-height: 26px;
  }
  .mainnews li {
    padding: 0 0 20px;
    margin-bottom: 0;
  }
  .contact-txt, .map {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .team-text p {
    -webkit-line-clamp: 4;
  }
}
@media only screen and (max-width: 767px) {
  .logo {
    width: 150px;
  }
  .listthree, .ftextp, .borderr {
    display: none;
  }
  .swiper-container img {
    height: 225px;
  }
  .servicebox li > h3, .loutiname h1 {
    font-size: 18px;
  }
  .title-part h3 {
    font-size: 12px;
  }
  .pj_menber {
    margin-top: 5px;
  }
  .dlisdan {
    margin: 0 0 15px
  }
  .dlisdan span {
    padding: 0 3px;
    margin: 0 15px 0 0;
  }
  .newsbox .title-part {
    display: block;
    margin: 0 0 15px;
  }
  .newsbox .more {
    margin-top: 0;
  }
  .footer {
    padding: 10px 0;
    text-align: center;
  }
  .ftext .fr {
    display: block;
    float: none;
  }
  .nav_item > a {
    font-size: 13px;
    padding: 7px 10px 7px 10px;
  }
  .nav_item:after {
    margin-left: 10px;
  }
  .titlrfr a {
    font-size: 12px;
    padding: 0 7px;
    line-height: 35px;
    margin: 0 0 6px 4px;
  }
  .titlrfr {
    margin-top: -7px;
  }
  .team-text p {
    font-size: 12px;
    line-height: 20px;
    margin-top: -5px;
  }
  .mainparnet_content ul li {
    width: 23%;
  }
  #loutinav {
    width: 100%;
    position: relative;
    display: none !important;
    top: 0;
    border-top: 1px solid #e8e8e8;
    border-left: 0;
    padding-top: 7px;
    text-align: center;
  }
  #loutinav ul li {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  #loutinav ul li::before {
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    margin: 0 auto;
  }
  .maintrain_content #main {
    width: 100%;
    float: none;
  }
  .louti {
    margin-bottom: 20px;
  }
  .mainnews li {
    width: 100%;
    padding: 0 0 15px;
    margin: 0 0 15px 0 !important;
  }
  .mainnews ul {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .companyname b {
    font-size: 20px;
  }
  .mainteam_content li .imgs {
    width: 22%;
  }
  .mainteam_content li .fr {
    width: 75%;
    margin-top: 3px;
  }
  .main_con .title-part {
    margin: 0 0 25px;
    float: none;
    text-align: center;
  }
  .titlrfr {
    margin-top: 0;
    float: none;
    text-align: center;
  }
  .main_con .title-part h1 {
    font-size: 20px;
    display: block;
  }
  .main_con .title-part h3 {
    display: block;
  }
  .titmenuposition, .titmenudiv {
    width: 100%;
  }
  .titmenuposition .titmenudiv {
    width: 100%;
    display: block;
    text-align: left;
    background-color: #004b8f;
  }
  .titmenuposition .titmenudiv span.up, .titmenuposition .titmenudiv span.down {
    background-image: url(../images/ces.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    float: right;
    margin: 10px 10px 0 0;
  }
  .titmenuposition a {
    color: #fff;
    background-color: transparent;
  }
  .titmenuposition .titmenudiv > a {
    line-height: 43px;
    margin: 0;
  }
  .titmenuposition .titmenulist {
    position: static;
    background: rgba(255, 255, 255, .4);
    border-radius: 0;
    padding: 10px 10px 0 0;
  }
  /*404*/
	.si {margin-top: 30%;padding: 0 10px;}
}
@media only screen and (max-width: 480px) {
  .servicebox li, .servicebox .listfive li {
    display: block;
    padding: 20px;
    width: 100%;
  }
  .newslist li {
    width: 100%;
    margin: 0 0 15px
  }
  .newslist {
    margin-right: 0;
  }
  .newslist li .img {
    float:  left;
    width: 32%;
  }
  .newslist li .frtext {
    float:  right;
    width: 65%;
  }
  .newslist li h3 {
    margin: 0 0 5px;
  }
  .newslist li .otherinfo {
    margin-top: 5px;
  }
  .webelcome .yellow {
    display: none;
  }
  .swiper-container img {
    height: 175px;
  }
  .team-text p {
    line-height: normal;
  }
  .mainteam_content li .teamname a {
    font-size: 14px;
  }
  .mainteam_content li .imgs {
    width: 25%;
  }
  .mainteam_content li .fr {
    width: 72%;
    margin-top: 0;
  }
  .mainparnet_content ul li {
    width: 48%;
  }
  .mainparnet_content ul {
    margin-right: -3%;
  }
  .mainparnet_content ul li {
    width: 47%;
    margin: 0 3% 3% 0;
  }
  .swiper-pagination {
    bottom: 5px !important
  }
  .shousuo li a.nif{width:auto;overflow:visible;text-overflow:clip;white-space:normal;word-break:break-all;line-height:23px;}
  /*404*/
	.psicx h1 {font-size: 24px;}
	.psicx p {font-size: 12px;}
	.psicl h3 {font-size: 14px;}
	.psic {width: 80%;margin: 0 auto;}
}
@media only screen and (max-width: 414px) {
  .team-text p {
    -webkit-line-clamp: 3;
  }
  .learnmore {
    margin: 30px 0 0;
  }
  .newslist li h3 {
    margin: 0;
  }
  .newslist li h3 a, .mainnews li h3 a {
    font-size: 14px;
  }
  .mainnews li h3 {
    margin-bottom: 5px;
  }
  /*404*/
	.si {margin-top: 25%;}
}
@media only screen and (max-width: 375px) {

    /*404*/
	.ruturnk h1{font-size:17px;}
	.ruturnk p{font-size:12px;}
	.psicx h1 {font-size: 20px;}
}
