.fullimg {
  width: 100%;
  display: block;
  max-width: 100%;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.en {
  font-family: Arial;
}
* {
  box-sizing: border-box;
}
.in-nav {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.in-nav-ul li {
  float: left;
  margin-right: 120px;
}
.in-nav-ul li a {
  color: #333333;
  display: block;
  font-size: 18px;
  height: 80px;
  line-height: 80px;
  position: relative;
}
.in-nav-ul li a:after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: -2px;
  height: 3px;
  background-color: #06b0ca;
  display: none;
}
.in-nav-ul li.active a {
  font-weight: bold;
}
.in-nav-ul li.active a:after {
  display: block;
}
.about-main .pc-about-img {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #06b0ca;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 0;
}
.about-main .pc-about-img img {
  opacity: 1;
}
.honor {
  background-color: #f0f2f5;
  text-align: center;
  padding-top: 65px;
  padding-bottom: 32px;
  margin-top:67px
}
.honor .global-title .en {
  margin-left: 0;
  margin-top: 8px;
}
.honor-list {
  margin-top: 32px;
}
.honor-list li {
  width: 367px;
  opacity: 0;
  margin-right: 49px;
  margin-bottom: 45px;
}
.honor-list li .img-box {
  position: relative;
}
.honor-list li .img-box .honor-shadow {
  width: 100%;
  position: absolute;
  bottom: -28px;
  left: 0;
  z-index: -1;
}
.honor-list li .img-box .honor-shadow.s1 {
  display: block;
}
.honor-list li .img-box .honor-shadow.s2 {
  display: none;
}
.honor-list li img.honor-img {
  width: 367px;
  height: 515px;
  position: relative;
  z-index: 2;
}
.honor-list li .honor-name {
  width: 100%;
  height: 70px;
  line-height: 70px;
  display: block;
  width: 367px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10%;
  box-sizing: border-box;
}
.honor-list li:nth-child(3n) {
  margin-right: 0;
}
.honor-list li.hover .img-box .honor-shadow.s1 {
  display: none;
}
.honor-list li.hover .img-box .honor-shadow.s2 {
  display: block;
}
.gl-main-gray {
  background-color: #f5f5f5;
  padding-bottom: 100px;
}
.gb-main {
  padding-top: 80px;
}
.product-main .l-select {
  margin-top: 0;
}
.product-main .global-product-item {
  height: auto;
  margin-bottom: 36px;
}
.product-main .global-product-item a {
  overflow: hidden;
}
.product-main .global-product-item .product-name {
  height: 55px;
  text-align: center;
  line-height: 55px;
  background-color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  padding: 0 10%;
  color: #666666;
  transition: all 0.3s linear;
}
.product-main .global-product-item:hover .product-name {
  background-color: #626262;
  color: #fff;
}
.global-paging {
  display: block;
  text-align: center;
  margin-top: 60px;
}
.global-paging a {
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 3px;
  background-color: #e8e8e8;
  text-align: center;
  line-height: 46px;
  font-size: 14px;
  margin: 0 2px;
  font-weight: bold;
  font-family: Arial;
  position: relative;
  vertical-align: top;
}
.global-paging span {
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 3px;
  background-color: #e8e8e8;
  text-align: center;
  line-height: 46px;
  font-size: 14px;
  margin: 0 2px;
  font-weight: bold;
  font-family: Arial;
  position: relative;
  vertical-align: top;
  background-color: #333333;
  color: #fff;
}
.global-paging a.active {
  background-color: #333333;
  color: #fff;
}
.global-paging img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.head-new {
  display: block;
}
.head-new .l-img {
  width: 555px;
  position: relative;
  height: 346px;
  overflow: hidden;
}
.head-new .l-img img {
  transition: all 0.3s linear;

}
.head-new .title {
  height: 75px;
  line-height: 75px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(83, 83, 83, 0.57);
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.head-new .r-doc {
  width: 645px;
  padding: 70px 90px 0px 90px;
  background: linear-gradient(to bottom, #2b71b7, #02b8c3); 
  height: 346px;
}
.head-new .r-doc .news-det {
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  height: 144px;
  overflow: hidden;
}
.head-new .r-doc .date {
  text-align: right;
  color: #fff;
  font-size: 16px;
  margin-top: 65px;
}
.head-new:hover .l-img img {
  transform: scale(1.1);
}
.news-main {
  padding-bottom: 100px;
}
.news-list {
  margin-top: 75px;
}
.news-list .news-item {
  margin-bottom: 48px;
}
.news-list .news-item a {
  display: block;
  overflow: hidden;
  position: relative;
}
.news-list .news-item a .icon {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 1px solid #818181;
  margin-left: 50px;
  position: relative;
}
.news-list .news-item a .icon:after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #73d5e9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px;
}
.news-list .news-item a .title {
  font-size: 20px;
  margin-left: 50px;
  line-height: 1;
  color: #333;
  height: 20px;
  width: 860px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list .news-item a .date {
  font-size: 18px;
  color: #333;
}
.news-list .news-item a:hover .title {
  color: #f67915;
}
.pdb100 {
  padding-bottom: 100px;
}
.mgb100 {
  margin-bottom: 100px;
}
.case-main .index-case-list {
  margin-top: 0;
}
.case-main .global-case-item {
  width: 387px;
  height: 542px;
  margin-right: 19px;
  box-sizing: border-box;
  padding: 11px;
  border: 1px solid #73d5e9;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  margin-bottom: 58px;
}
.case-main .global-case-item:nth-child(3n) {
  margin-right: 0;
}
.case-main .global-case-item a {
  display: block;
  overflow: hidden;
  width: 363px;
  height: 515px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.case-main .global-case-item a .doc-desc {
  transform: none;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.case-main .global-case-item a img {
  width: 363px;
  height: 515px;
  overflow: hidden;
  transition: all 0.3s linear;
}
.case-main .global-case-item:hover a .doc-desc {
  background-color: rgba(67, 67, 67, 0.9);
  color: #fff;
}
.case-main .global-case-item:hover a img {
  transform: scale(1.1);
}
.case-main .global-paging {
  margin-top: 40px;
}
.job-main {
  border: 1px solid #eeeeee;
}
.job-header {
  height: 96px;
  line-height: 96px;
 background: linear-gradient(to right, #00c0ff, #008dff); 
  padding: 0 70px;
  color:#fff;
}
.job-header li {
  font-weight: bold;
  font-size: 18px;
}
.job-header li.jobname {
  margin-right: 244px;
}
.job-header li.workplace {
  margin-right: 243px;
}
.job-header li.department {
  margin-right: 270px;
}
.icon-list-demo {
  width: 28px;
  height: 28px;
  background: url(/Sty01/img/arrdown.png) no-repeat center center;
}
.gb-main {
  min-height: 300px;
}
.job-item {
  padding: 0 70px;
  position: relative;
}
.job-item:last-child .job-info-list {
  border-bottom: none;
}
.job-item .job-info-list {
  height: 90px;
  line-height: 90px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  z-index: 2;
}
.job-item .job-info-list .jobname {
  margin-right: 40px;
  width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job-item .job-info-list .workplace {
  margin-right: 43px;
  width: 264px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job-item .job-info-list .department {
  margin-right: 80px;
  width: 270px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job-item .job-info-list .det {
  position: relative;
  top: 28px;
  left: 22px;
}
.job-item .jobduty {
  padding-top: 28px;
  padding-bottom: 28px;
  position: relative;
  z-index: 2;
  display: none;
}
.job-item .jobduty .tit {
  font-size: 16px;
  font-weight: bold;
  width: 100px;
  line-height: 30px;
}
.job-item .jobduty .doc-desc {
  width: 950px;
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  padding-left: 20px;
  height: 60px;
  overflow: hidden;
}
.job-item .float-shadow {
  position: absolute;
  width: 1280px;
  height: 100%;
  left: -40px;
  top: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 0 18px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 3px 0 18px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 0 18px rgba(0, 0, 0, 0.16);
  z-index: 0;
  opacity: 0;
  transition: all 0.1s linear;
}
.job-item.active .job-info-list .det .icon-list-demo {
  width: 28px;
  height: 28px;
  background: url(/Sty01/img/arrup.png) no-repeat center center;
}
.job-item.active .float-shadow {
  opacity: 1;
}
.job-item.active .jobduty {
  display: block;
}
.xps-sec {
  margin-bottom: 68px;
}
.xps-sec .doc-edit {
  margin-top: 22px;
  font-size: 16px;
  line-height: 36px;
  color: #333333;
}
.xps-sec.mg28 {
  margin-bottom: 28px;
}
.per-item {
  background-color: #06b0ca;
  height: 400px;
  margin-bottom: 8px;
}
.per-item .l {
  width: 600px;
  height: 400px;
}
.per-item .l .icon-act {
  width: 200px;
  height: 400px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
.per-item .l .icon-act .i-po {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%) translateY(-50%);
}
.per-item .l .icon-act:after {
  content: '';
  position: absolute;
  left: 80%;
  top: 50%;
  width: 0;
  height: 0;
  transform: translateY(-50%) rotate(90deg);
  border-width: 0 40px 40px;
  border-style: solid;
  border-color: transparent transparent #06b0ca;
}
.per-item .l .icon-act .desc {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  line-height: 36px;
  margin-top: 40px;
}
.xps-main{
  margin-bottom:-108px;
}
.per-item:nth-child(2n) .l .icon-act .desc {
  
  color: #666;

}
.per-item .l .icon-act img {
  max-width: 100%;
}
.per-item .l .doc-act {
  width: 400px;
  background-color: #fff;
  height: 100%;
  font-size: 16px;
  box-sizing: border-box;
  line-height: 36px;
  color: #333333;
  padding: 50px 47px;
  text-align: justify;
  text-justify: distribute-all-lines;
}
.per-item .reverse .icon-act:after {
  left: inherit;
  right: 80%;
  transform: translateY(-50%) rotate(270deg);
}
.per-item:nth-child(2n) {
  background-color: #fff;
}
.per-item:nth-child(2n) .l .icon-act:after {
  border-color: transparent transparent #fff;
}
.per-item:nth-child(2n) .l .doc-act {
  background-color: #f8b551;
  color:#fff;
}
.per-item:nth-child(2n) .reverse {
  position: relative;
}
.per-item:nth-child(2n) .reverse:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 400px;
  width: 8px;
  background-color: #fff;
  margin-left: 0;
}
.about-main .pc-about-l {
  width: 600px;
}
.ny_pad{ min-height:300px; float:left; overflow:hidden; width:900px;    padding-bottom: 100px;}
.ny_news_tl1{
  margin-bottom:20px;
}
.ny_news_tl1 li{text-align:center; line-height:40px;}
.ny_news_tl1 .new_title{font-size:24px; font-weight:bold; border-bottom:#ab916e dotted 1px;padding-bottom:12px}
.ny_news_tl1 span{padding:0 5px; color:#999;}
.ny_news_ct1{padding:0px 0px 30px; line-height:30px;}
.news_fy{padding:10px 0px 0;border-top:#ccc solid 1px;position: relative;z-index: 999;}
.news_fy_l{width:100%;}
.news_fy_l li{height:24px; line-height:24px;}
.news_fy_l span{font-weight:bold;}
.news_fy_r{ overflow:hidden; padding-top:12px; width:200px;padding-bottom:12px;}
.news_fy_r .bdsharebuttonbox{float: right;}
.news_image{ padding:20px 0; position:relative;}
.news_image img{ border-radius:4px; display:block; margin:0 auto;}
.news_image #pre1{position:absolute; display:block; width:50%; height:100%; top:0; z-index:9999; cursor: url(/images/1.cur?t=844888),auto;}
.news_image #next1{position:absolute;display:block; width:50%; height:100%; top:0; left:50%;z-index:9999;cursor: url(/images/2.cur?t=844888),auto;}
.case-swiper-container {
  width: 1000px;
  margin: 0 auto;
}
.case-swiper-container img {
  border: 1px solid #73d5e9;
  padding: 12px;
  max-width: 100%;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}
.case-swiper-container .case-name {
  font-size: 18px;
  color: #333333;
  margin-top: 32px;
}
.case-swiper-container .prev-btn {
  left: 0;
  top: 240px;
  background: url(/Sty01/img/case-arr-l.png) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  width: 64px;
  height: 64px;
  position: absolute;
  cursor: pointer;
  z-index: 66;
}
.case-swiper-container .prev-btn:hover {
  background: url(/Sty01/img/case-arr-l-h.png) no-repeat center center;
}
.case-swiper-container .next-btn {
  right: 0;
  top: 240px;
  background: url(/Sty01/img/case-arr-r.png) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  width: 64px;
  height: 64px;
  position: absolute;
  cursor: pointer;
  z-index: 66;
}
.case-swiper-container .next-btn:hover {
  background: url(/Sty01/img/case-arr-r-h.png) no-repeat center center;
}
.case-swiper {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
