@font-face {
  font-family: 'MyFamily';
  src: url('../font/DIBkItAt.ttf');
}
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: #1e94d4;
	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;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #e3e3e3;
  background-color: #f4f4f4;
}
.webelcome .yellow {
  margin: 0 15px 0 0;
}
.webelcome .yellow img {
  margin: 0 5px 0 0;
}
.webelcome .yellow em {
  color: #1e94d4;
  font-size: 18px;
  font-family: Tahoma, 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: 35px;
  padding: 0 5px;
  background-color: #e0e0e0;
}
.search_icon .search_form .text {
	width: 115px;
  height: 35px;
  color: #333;
	line-height: 35px;
  font-size: 12px;
	float: left;
	border: none;
	outline: none;
	background: transparent;
}
.search_icon .search_form .submit {
	width: 32px;
	height: 35px;
	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: #999;
}
.pc-header {
  z-index: 100;
  width: 100%;
  line-height: 81px;
  position: relative;
}
.nav {
  float: right;
}
.nav_item {
  float: left;
  position: relative;
}
.nav_item > a {
  display: block;
  padding: 0 23px;
  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: #1e94d4;
    border-bottom: 3px solid #1e94d4;
  }
}
.nav_item_open {
  min-width: 100%;
  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: #1e94d4;
}
.hcover {
  display: none;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.banner.swiper-container {
  -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%;
}

/* about */
.title-part {
  margin: 0 0 25px;
  text-align: center;
}
.title-part h1 {
  font-size: 30px;
}
.title-part p {
  font-size: 12px;
  color: #999;
}
.about_content {
  text-align: center;
}
.about_content p {
  color: #666;
  font-size: 14px;
  line-height: 26px;
}
.aboutother {
  margin: 40px 0 0;
}
.aboutother li {
  float: left;
  width: 18%;
  height: 210px;
  vertical-align: middle;
  margin: 0 3%;
  overflow: hidden;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  transform: rotateY(0deg);
  transition: all 0.7s;
}
.first-con a {
  animation-delay: 0.1s;
}
.second-con a {
  animation-delay: 0.2s;
}
.three-con a {
  animation-delay: 0.3s;
}
.four-con a {
  animation-delay: 0.4s;
}
.five-con a {
  animation-delay: 0.5s;
}
.aboutother li:hover {
  opacity:1;
  transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
}
.aboutother a {
  color: #666;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  animation-name: fadeInUp;
  animation-duration: 1.6s;
  animation-fill-mode: both;
  background-image: url(../images/border.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.aboutother li:hover a {
  color: #fff;
  background-image: url(../images/border1.png);
}
.aboutother h3 {
  font-size: 18px;
  padding-top: 42%;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.aboutother li:hover h3 {
  border-color: #fff;
}
.aboutother p {
  font-size: 14px;
}
.learnmore {
  margin: 50px auto 25px;
  text-align: center;
  width: 130px;
  height: 50px;
  line-height: 50px;
}
.learnmore a {
  color: #666;
  font-size: 14px;
  display: block;
  border: 1px solid #999;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.learnmore:hover a {
  color: #fff;
  border-color: #1e94d4 !important;
  background-color: #1e94d4;
}
/* participation */
.participationbox {
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.participationbox .title-part h1 {
  color: #fff;
}
.participationbox .title-part p {
  color: rgba(255, 255, 255, .4);
}
.participationbox_fl {
  width: 65.75%;
  float: left;
}
.participationbox_fr {
  width: 34.25%;
  float: right;
  position: relative;
}
.participationbox_fl li {
  position: relative;
  float: left;
  width: 33.3334%;
}
.participationbox_fl li img {
  width: 100%;
}
.participationbox_fl .hidden {
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 25% 20px 0;
  text-align: center;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  background-color: rgba(0, 0, 0, 0.8);
}
.participationbox_fl li:hover .hidden {
  opacity: 1;
}
.participationbox_fl .hidden i {
  width: 45px;
  height: 45px;
  display: block;
  margin: 0 auto;
  background-image: url(../images/icon.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
  transition: all 0.3s;
}
.participationbox_fl .hidden:hover i {
  opacity: 1;
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
	-webkit-backface-visibility: hidden;
}
.participationbox_fl .hidden h3 {
  color: #fff;
  font-size: 14px;
  opacity: 0;
  margin-top: 50px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.participationbox_fl .hidden:hover h3 {
  opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.sees {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  width: 65%;
  line-height: 76px;
  margin: 0 auto;
  text-align: center;
  border: 21px solid rgba(255, 255, 255, .4)
}
.sees a {
  color: #fff;
  font-size: 18px;
}
/* news */
.newslist li {
  width: 31%;
  float: left;
  margin-right: 3.333%;
}
.newslist li:nth-child(3) {
  margin-right: 0;
}
.newslist li h3 {
  margin: 20px 0 10px;
}
.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: #1e94d4;
}
.newslist li p {
  color: #666;
  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;
}
/* 合作船舶 */
.index_productsrow {
  position: relative;
  padding: 0 25px;
  margin-top: 45px;
}
.index_productsrow .swiper-slide {
  width: 23%;
  text-align: center;
  margin: 0 1%;
  padding: 0 5px;
  overflow: hidden;
  -webkit-transition: .5s all ease;
     -moz-transition: .5s all ease;
       -o-transition: .5s all ease;
          transition: .5s all ease;
}
.index_productsrow .swiper-slide h3 {
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 15px 0 0;
}
.gray-btn.swiper-button-prev,
.gray-btn.swiper-button-next {
  background-image: url(../images/icon.png);
  background-size: auto;
  height: 35px;
  width: 35px;
  top: 35%;
  opacity: 1 !important;
}
.gray-btn.swiper-button-prev {
  background-position: -67px 3px;
  left: 0;
}
.gray-btn.swiper-button-next {
  background-position: -125px 3px;
  right: 0;
}
.index_productsrow .learnmore a {
  color: #fff;
  border-color: #fff;
}
/* footer */
.rows-first {
  padding: 55px 0 35px;
  background-color: #363c43;
}
.rows-first .footer_nav {
  width: 13%;
  float: left;
  line-height: 21px;
  padding-right: 20px;
}
.rows-first .footer_nav.last {
  width: 22%;
  padding-right: 0;
}
.rows-first .footer_nav.last p {
  font-size: 34px;
  color: #fff;
  margin-bottom: 25px;
  font-family: "MyFamily"
}
.shejiao a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 20px;
  display: inline-block;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-color: #49525b;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.shejiao a:hover {
  background-color: #1e94d4;
}
.shejiao a.qq {
  background-position: 5px -57px
}
.shejiao a.weixin {
  background-position: -48px -55px
}
.shejiao a.email {
  background-position: -105px -56px
}
.footer_nav h3 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
.footer_nav ul a {
  color: #818fa0;
}
.links {
  padding: 15px 0;
  color: #818fa0;
  background-color: #32373c;
}
.links em {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.links a {
  color: #818fa0;
  padding: 0 3px;
}
.footer {
  color: #818fa0;
  padding: 15px 0;
  background-color: #2d3238;
}
.footer a {
  color: #818fa0;
}
.footer .hidden-text {
  margin-left: 35px;
}
/* 返回顶部 */
.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: #1e94d4;
	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:#1e94d4;}
.shousuo li b a{font-size:14px;color:#1e94d4;}
.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;}

/* about */
.breadcrumb {
  height: 69px;
  line-height: 69px;
  border-bottom: 1px solid #ececec;
}
.breadcrumb .title-part h1 {
  font-size: 18px;
  display: inline-block;
}
.breadcrumb .title-part h3 {
  font-size: 10px;
  color: #999;
  display: inline-block;
  text-transform: uppercase;
  margin-left: 3px;
}
.titlrfr a {
  color: #666;
  font-size: 14px;
  padding: 0 30px;
  display: inline-block;
}
.titlrfr a.active, .titlrfr a:hover {
  color: #fff;
  font-size: 14px;
  background-color: #1e94d4;
}
.mainabout_content .img-con {
  float: left;
  width: 35%;
  margin: 0 4% 20px 0;
}

/* contact */
.map {
  float: right;
  width: 62%;
}
.contact-txt {
  float: left;
  width: 33%;
}

/* new */
.p30 {
  padding: 30px 0 60px
}
.mainnew_content .titles {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #999;
}
.titles h1 {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 30px
}
.titles span {
  color: #999;
}
.prev {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #999;
}
.prev p a {
  color: #333;
}
.prev p a:hover {
  color: #1e94d4;
}
.prev .backlist {
  color: #fff;
  float: right;
  width: 95px;
  text-align: center;
  line-height: 35px;
  border-radius: 20px;
  background-color: #1e94d4;
}

/* news */
.mainnews .fl {
  width: 13%;
  overflow: hidden;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}
.mainnews .fr {
  width: 85%;
  margin-top: 5px;
}
.mainnews li {
  width: 100%;
  float: left;
  margin: 0 0 25px;
  padding-bottom: 25px;
  position: relative;
}
.mainnews li h3 {
  margin-bottom: 10px;
}
.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: #1e94d4;
}
.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 {
  margin-top: 10px;
  width: 110px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  transition: .5s all linear;
  background-color: #f6f6f6;
}
.seemore a {
  color: #666;
  display: block;
  transition: .5s all linear;
}
.mainnews li:hover .seemore {
  background-color: #1e94d4;
}
.mainnews li:hover .seemore a {
  color: #fff;
}
.mainnews li .x {
  position: absolute;
  background: #1e94d4;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  transition: .5s all linear;
}
.mainnews li:hover .x {
  width: 100%;
}
/* 党群工作 */
.party_masses_work ul {
  margin-right: -3%;
}
.party_masses_work li {
  float: left;
  width: 47%;
  margin: 0 3% 30px 0;
  padding: 15px;
  background-color: #f2f2f2;
}
.party_masses_work li h3 {
  font-size: 16px;
  margin-bottom: 5px
}
.party_masses_work li p {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 3px
}
.party_masses_work .otherinfo {
  margin-top: 0;
}
.party_masses_work .otherinfo img {
  width: 12px;
}

/* equipment */
.gallery ul {
  margin-right: -3%;
}
.gallery li {
  float: left;
  width: 22%;
  margin: 0 3% 30px 0;
  text-align: center;
}
.gallery li h3 {
  font-size: 14px;
  margin: 15px 0 0;
  height: 38px;
}
.gallery .projectslist li {
  width: 17%;
}
.gallery .projectslist .img {
  overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
#zoom {z-index: 99990;position: fixed;top: 0;left: 0;display: none;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.65);filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";}
#zoom .content {z-index: 99991;position: absolute;top: 50%;left: 50%;width: 200px;height: 200px;background: #ffffff no-repeat 50% 50%;padding: 0;margin: -100px 0 0 -100px;box-shadow: -20px 20px 20px rgba(0, 0, 0, 0.3);border-radius: 4px;}
#zoom .content.loading {background-image: url('../images/loading.gif');}
#zoom img {display: block;max-width: none;background: #ececec;box-shadow: 0 1px 3px rgba(0,0,0,0.25);border-radius: 4px;}
#zoom .close {z-index: 99993;position: absolute;top: 0;right: 0;width: 49px;height: 49px;cursor: pointer;background: transparent url('../images/close.png') no-repeat 50% 50%;opacity: 1;filter: alpha(opacity=100);border-radius: 0 0 0 4px;}
#zoom .previous,#zoom .next {z-index: 99992;position: absolute;top: 50%;overflow: hidden;display: block;width: 49px;height: 49px;margin-top: -25px;}
#zoom .previous {left: 0;background: url('../images/arrows.png') no-repeat 0 0;border-radius: 0 4px 4px 0;}
#zoom .next {right: 0;background: url('../images/arrows.png') no-repeat 100% 0;border-radius: 4px 0 0 4px;}
#zoom .close:hover {background-color: #da4f49;}
#zoom .previous:hover,#zoom .next:hover {background-color: #0088cc;}
.left-area {width: 46%;float: left;}
.right-area {width: 52%;float: right;}

/* recruitment */
.recruitment table {
  text-align: center;
}
.recruitment thead {
  background-color: #f2f2f2
}
.recruitment th {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0;
}
.recruitment tbody tr {
  border-bottom: 1px dotted #999;
}
.recruitment tbody td {
  color: #666;
  font-size: 14px;
  padding: 20px 0;
}
.recruitment tbody td a {
  color: #1e94d4;
}
.recruitment .position {
  width: 25%;
  text-align: left;
}
.recruitment thead .position {
  padding-left: 65px;
}
.recruitment .number {
  width: 10%;
}
.recruitment .department {
  width: 35%;
}
.recruitment .details {
  width: 10%;
}
/* job_info */
.job_info {
  font-size: 14px;
}
.jobname {
  margin-bottom: 25px;
}
.jobname b {
  font-size: 20px;
}
.needs {
  margin-bottom: 5px;
}
.needs b {
  font-size: 18px;
}
.jobfl {
  float: left;
  margin: 0 75px 20px 0;
}
.yp {
  text-align: center;
  width: 115px;
  background-color: #1e94d4;
  margin: 20px 0;
  line-height: 40px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.yp a {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

#form {
  background-color: #f7f7f7;
  border: 1px solid #d8d8d8;
  margin: 0 auto;
  color: #8f8f8f;
  font-size: 14px;
  width: 100%;
}
#form .joleft {
  float: left;
  width: 50%;
  border-right: 1px solid #d8d8d8;
}
#form .joright {
  float: right;
  width: 50%;
}
#form .ah {
  clear: both;
}
#form .vb {
  margin: 20px auto;
  width: 300px;
  clear: both;
}
#form .joleft div {
  padding: 0px 50px;
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #d8d8d8;
}
#form .joleft div span, #form .joright div span {
  width: 75px;
  overflow: hidden;
  float: left;
}
#form .joleft select {
  width: 60%;
  height: 32px;
  line-height: 32px;
  margin-top: 3px;
  border: 1px solid #d8d8d8;
}
#form .joright div {
  padding: 0 50px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #d8d8d8;
}
#form .joright input {
  width: 60%;
  height: 32px;
  line-height: 32px;
  margin-top: 4px;
  border: 1px solid #d8d8d8;
}
#form .ah div {
  padding: 0 50px;
  width: 100%;
  line-height: 40px;
  border-bottom: 1px solid #d8d8d8;
}
#form .ah .ex, #form .ah .xxxxxxx {
  height: auto;
  padding-top: 10px;
}
#form .ah .ex textarea, #form .ah .xxxxxxx textarea {
  width: 87.6%;
  height: 170px;
  border: 1px solid #d8d8d8;
}
#form .vb input {
  text-align: center;
  width: 110px;
  padding: 10px;
  color: #fff;
  font-family: "å¾®è½¯é›…é»‘";
  font-size: 16px;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#form .vb input.submitbut {
  background: #d9ab77;
  margin-right: 15px;
}
#form .vb input.resetbut {
  background: #6a6a6a
}
#form input:focus, #form select:focus, #form textarea:focus {
  outline: none;
}


@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;
  }
  .logo {
    width: 180px;
  }
  .nav_item > a {
    padding: 0 15px;
  }
  .rows-first, .aboutother, .footer .hidden-text {
    display: none;
  }
	.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: 26px;}
  .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 { 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; }
  #form .joright div, #form .ah div, #form .joleft div {
    padding: 0 20px;
  }
  .learnmore {
    width: 110px;
    height: 40px;
    line-height: 40px;
  }
  .mainnews .fl {
    width: 15%;
  }
  .mainnews .fr {
    width: 83%;
  }
  .contact-txt, .map {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .p50 {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 5px !important
  }
  .title-part h1 {
    font-size: 26px;
  }
  .participationbox_fl {
    width: 100%;
    float: none;
  }
  .participationbox_fr, .webelcome .yellow, .seemore, .prev .backlist {
    display: none;
  }
  .newslist li h3 {
    margin: 10px 0 5px;
  }
  .newslist li h3 a, .yp a {
    font-size: 14px;
  }
  .index_productsrow .swiper-slide {
    width: 31.333%;
  }
  .breadcrumb {
    height: auto;
    line-height: normal;
    border-bottom: 0;
  }
  .breadcrumb .title-part {
    float: none;
    margin: 25px 0;
  }
  .breadcrumb .titlrfr {
    float: none;
    text-align: center;
  }
  .titlrfr a {
    padding: 0 15px;
    margin-bottom: 5px;
    line-height: 35px;
    border-radius: 5px;
  }
  .party_masses_work ul {
    margin: 0
  }
  .party_masses_work li {
    float: none;
    width: 100%;
    margin: 0 0 20px;
    padding: 10px;
  }
  .gallery .projectslist li {
    width: 30.333%;
  }
  .jobname b {
    font-size: 18px;
  }
  .needs b {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .newslist li {
    width: 100%;
    margin: 0 0 15px;
  }
  .newslist li .img {
    float: left;
    width: 23%;
  }
  .newslist li .frtext {
    float: right;
    width: 75%;
  }
  .newslist li h3 {
    margin: 5px 0;
  }
  #form .joleft, #form .joright, #form .joleft div {
    width: 100%;
    float: none;
  }
  #form .joleft select, #form .joright input {
    width: 65%;
  }
  #form .ah .ex textarea, #form .ah .xxxxxxx textarea {
    width: 75%;
    height: 130px;
  }
  .index_productsrow .swiper-slide {
    width: 48%;
  }
  .mainnews .fl {
    width: 20%;
  }
  .mainnews .fr {
    width: 78%;
  }
  .links {
    padding: 10px 0;
    line-height: 23px;
  }
  .footer {
    text-align: center;
    line-height: 20px;
  }
  .footer span {
    display: block;
    float: none;
  }
  .breadcrumb .title-part h1, .breadcrumb .title-part h3 {
    display: block;
  }
  /*404*/
	.si {margin-top: 30%;padding: 0 10px;}
}
@media only screen and (max-width: 480px) {
  .logo {
    width: 155px;
  }
  .pc-header {
    line-height: normal;
    padding: 10px 0;
  }
  .menu_open {
    margin-top: 14px;
  }
  .title-part h1 {
    font-size: 24px;
  }
  .participationbox_fl li {
    width: 50%;
  }
  .newslist li .img {
    width: 26%;
  }
  .newslist li .frtext {
    width: 71%;
  }
  .newslist li h3 {
    margin: 2px 0;
  }
  .newslist li .otherinfo {
    margin-top: 3px;
  }
  #form .vb {
    text-align: center
  }
  #form .vb input {
    width: 90px;
    font-size: 14px;
  }
  #form .ah div span {
    font-size: 12px !important;
  }
  #form .joright div, #form .joleft div {
    padding: 0 10px;
  }
  #form .ah div {
    padding: 10px;
    line-height: 26px;
  }
  .mainabout_content .img-con {
    width: 38%;
    margin: 0 3% 10px 0;
  }
  .mainnews li {
    margin: 0 0 15px;
    padding-bottom: 15px;
  }
  .mainnews li h3 a, .jobname b {
    font-size: 16px;
  }
  .mainnews li h3 {
    margin-bottom: 5px;
  }
  .gallery li {
    width: 47%;
    margin: 0 3% 30px 0;
    text-align: center;
  }
  .recruitment .details {
    width: 15%;
  }
  .recruitment thead .position {
    padding-left: 10px;
  }
  .recruitment th, .recruitment tbody td, .job_info {
    font-size: 12px;
  }
  .needs b {
    font-size: 14px;
  }
  .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) {
  .gray-btn.swiper-button-prev, .gray-btn.swiper-button-next {
    top: 28%;
  }
  .mainnews .fl {
    width: 25%;
  }
  .mainnews .fr {
    width: 72%;
  }
  /*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;}
}