body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure,
figcaption {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-family: "微软雅黑";
  color: #333;
  font-size: 14px;
  font-weight: normal;
}

body {
  overflow-x: hidden;
  background-color: #fff;
}

label {
  max-width: inherit;
}

tr,
td,
dd,
dl,
dt {
  margin: 0;
  padding: 0;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

input {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*滚动条*/
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background: #3e408a;
  /*蓝色*/
  border-radius: 2px;
}

::-webkit-scrollbar-thumb {
  background: #e9b101;
  /*黄色*/
  border-radius: 10px;
}

::-webkit-scrollbar-corner {
  background: #3e408a;
  /*蓝色*/
}

/*滚动条 end*/

.banner .BannerPc {
  display: none;
}
.banner .BannerMoblie {
  display: block;
}
.header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 66;
}

.header h1 img {
  margin: 16px 0;
  width: 125px;
}

/* .search{ background-image: url(../images/search.png);background-repeat: no-repeat;width: 30px;height: 30px;margin-top: 20px;margin-left:30px;cursor: pointer;background-size: 30px } */
.nav {
  display: none;
}

.nav > ul > li.active > a,
.nav a:active,
.nav > ul > li > a:hover {
  background-color: #17449a;
  color: #fff;
}

.nav li {
  float: left;
  display: block;
  position: relative;
}

.nav li a {
  display: block;
  position: relative;
  font-size: 16px;
}

.nav > ul > li > a {
  padding: 24.5px 20px;
}

.nav a.hov {
  background-color: #17449a;
  color: #fff;
  position: relative;
  z-index: 10;
}

.nav .subnav {
  position: absolute;
  z-index: 5;
  left: 0px;
  top: 70px;
  background-color: #fff;
  width: 100%;
  display: none;
}

.nav .subnav li {
  float: none;
}

.nav .subnav li a {
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  display: block;
  line-height: 39px;
  font-size: 14px;
}

.nav .subnav li a:hover {
  background-color: #17449a;
  color: #fff;
}

/*moblie*/
.black {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: #000;
  opacity: 0.5;
  display: none;
  z-index: 900;
}

.black.menuOpen {
  display: block;
}

.menuBtn {
  transition: 400ms 300ms;
  width: 56px;
  height: 52px;
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.menuBtn .line {
  transition: 300ms;
  width: 30px;
  height: 4px;
  background: #17449a;
  position: absolute;
  left: 50%;
  margin-left: -14px;
}

.menuBtn .line1 {
  top: 14px;
}

.menuBtn .line2 {
  top: 24px;
  transition: 300ms 100ms;
}

.menuBtn .line3 {
  top: 34px;
}

.menuBtnShow {
  transition: 400ms 300ms;
  background-color: #174f90;
}

.menuBtnShow .line {
  background-color: #fff;
}

.menuBox {
  z-index: 9999;
  background: #fff;
  position: fixed;
  right: -100%;
  top: 0px;
  width: 340px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  transition: 400ms;
  -webkit-overflow-scrolling: touch;
}

.menuBoxShow {
  right: 0px;
}

.navMobile dd {
  display: block;
  width: 100%;
}

.navMobile dd p a {
  text-transform: uppercase;
  font-size: 16px;
  background: url(../images/m_ico1.png) no-repeat scroll 95% center;
}

.navMobile dd a {
  display: block;
  padding: 10px 34px 10px 18px;
  line-height: 1.4;
  font-size: 14px;
  color: #8d8d8d;
  border-bottom: 1px solid #eaeaea;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.navMobile dd a:hover,
.navMobile dd p a.cur {
  background: none #b19964;
  color: #fff;
}

.navMobile dd a.cur {
  background: url(../images/m_ico2.png) no-repeat scroll 95% center #80abde;
}

.navMobile dd.dlin1 p a.cur {
  background: none #b19964;
}

.navMobile dd .msubnav {
  background-color: #fff;
  display: none;
}

.navMobile dd .msubnav a {
  color: #8d8d8d;
  position: relative;
  padding-left: 36px;
  background: url(../images/l.png) no-repeat scroll 18px center #e6e6e6;
}

.ziyebanner,
.banner {
  padding-top: 53px;
}

.banner .swiper-slide img {
  width: 100%;
}

.banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 60px;
  height: 8px;
  border-radius: 10px;
}

.banner .swiper-pagination-bullet-active {
  background-color: #17449a;
}

/* .banner .swiper-button-next, .banner .swiper-button-prev{ background-color:rgba(255,255,255,0.6);border-radius: 50%;width: 50px;height: 50px }
.banner .swiper-button-next:after, .banner .swiper-button-prev:after{ font-size: 24px;color: #920900 }
.banner .swiper-button-next:hover, .banner .swiper-button-prev:hover{background-color:rgba(255,255,255,1)} */

.titleall {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 20px;
}

.titleall .p1 {
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
  font-family: "苹方";
}

.titleall .p2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.titleall .p3 {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
}

.first {
  background-color: #f0f1f1;
}

.firstbox .firstboxone {
  width: 46%;
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
  padding-top: 10px;
  float: left;
  box-shadow: 0 0 5px #ddd;
  margin: 20px 2%;
}

.firstbox .firstboxone:nth-child(3n) {
  margin-right: inherit;
}

.firstbox .firstboxone .img {
  width: 100%;
  height: 100%;
  margin: auto;
  /*border-bottom: 1px solid #cccccc;*/
  overflow: hidden;
}

.firstbox .firstboxone .img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.firstbox .firstboxone .padding {
  padding: 20px 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.firstbox .firstboxone .padding h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.firstbox .firstboxone .padding span {
  color: #999999;
  font-size: 14px;
  text-transform: uppercase;
}

.firstbox .firstboxone:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.firstbox .firstboxone:hover .padding {
  background-color: #17449a;
}

.firstbox .firstboxone:hover .padding span,
.firstbox .firstboxone:hover h4 {
  color: #fff;
}

.second {
  background-image: url(../images/bg.jpg);
  height: 663px;
  background-size: cover;
  position: relative;
}

.second .p2,
.second .p3,
.second .p1 {
  color: #fff;
}

.second .p3 {
  width: 100%;
}

.second .more a {
  width: 170px;
  height: 50px;
  background-color: #17449a;
  border-radius: 50px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.second .more a .span {
  position: absolute;
  right: 20px;
}

.second .more a:hover {
  background-color: #fff;
  color: #17449a;
}

.second .secondbox {
  background-color: rgba(24, 43, 118, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
}

.second .secondbox ul li {
  width: 50%;
  padding: 20px 0;
  float: left;
  position: relative;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.second .secondbox ul li:hover {
  background-color: #17449a;
}

.second .secondbox ul li:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.second .secondbox ul li::after {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.second .secondbox ul li .secondboxTop {
  font-size: 14px;
  color: #fff;
}

.second .secondbox ul li .secondboxTop span {
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px;
  text-shadow: 4px 7px 9px #0e2254;
}

.second .secondbox ul li p {
  font-size: 16px;
  color: #fff;
}

.third {
  background-color: #fff;
}

.third .thirdbox {
  background-image: url(../images/bgLogo.png);
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
  background-size: contain;
  position: relative;
}

.third .thirdbox ul li {
  float: inherit;
  width: 100%;
  margin-right: 200px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.third .thirdbox ul li:nth-child(1),
.third .thirdbox ul li:nth-child(5) {
  margin-left: 0;
}

.third .thirdbox ul li:nth-child(2),
.third .thirdbox ul li:nth-child(6) {
  margin-right: 0px !important;
}

.third .thirdbox ul li em {
  height: 34px;
  padding-bottom: 17px;
  background: url(../images/gk-tbg.png) no-repeat left bottom;
  display: block;
  font-size: 18px;
  color: #02418e;
  font-weight: bold;
  font-style: normal;
}

.third .thirdbox ul li em img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
  width: 30px;
  height: 30px;
}

.third .thirdbox ul li span {
  display: block;
  font-size: 14px;
  line-height: 25px;
  margin-top: 13px;
  color: #666;
}

.third .thirdbox ul li:nth-child(2n) {
  float: inherit;
  margin-left: 0;
  margin-right: 0;
}

.third .thirdbox .thirdboxcenter {
  background-image: url(../images/center.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 410px;
  height: 495px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
}

.four {
  background-color: #f0f1f1;
}

.four .fourbox {
  position: relative;
  margin-bottom: 95px;
}

.four .swiper-slide {
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  box-shadow: 0 3px 7px #ddd;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.four .swiper-slide .img {
  overflow: hidden;
}

.four .swiper-slide .img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.four .swiper-slide .padding {
  padding: 20px 0 10px 0;
  border-top: 1px solid #cccccc;
  margin-top: 5px;
}

.four .swiper-slide .padding h4 {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.four .swiper-slide:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.four .swiper-slide:hover {
  box-shadow: 0 3px 7px #939393;
}

.four .mySwiper2 {
  padding-bottom: 5px;
}

.four .swiper-button-next,
.four .swiper-button-prev {
  width: 36px;
  height: 36px;
  background-color: #17449a;
  border-radius: 5px;
  bottom: -55px;
  top: inherit;
}

.four .swiper-button-next:after,
.four .swiper-button-prev:after {
  font-size: 16px;
  color: #fff;
}

.four .swiper-button-next,
.four .swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}

.four .swiper-button-prev,
.four .swiper-rtl .swiper-button-next {
  left: auto;
  right: 45px;
}

.footer .footerTop {
  background-color: #1f368f;
  padding: 30px 0;
}

.footer .footerBottom {
  background-color: #182b76;
  padding: 30px 0;
}

.footer .footerBottom p a,
.footer .footerBottom p {
  color: #fff;
  font-size: 14px;
}

.footer .footerTop .footerTopLeft img {
  margin-bottom: 20px;
  width: 180px;
}

.footer .footerTop .footerTopLeft p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}

.footerTopRight {
  display: none;
}

.footerTopRight .footerTopRightt {
  margin-bottom: 80px;
}

.footerTopRight .footerTopRightt a {
  color: #fff;
  border-right: 1px solid #fff;
  margin-right: 20px;
  padding-right: 20px;
}

.footerTopRight .footerTopRightt a:hover {
  text-decoration: underline;
}

.footerTopRight .footerTopRightt a:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}

.foot-share {
  font-size: 0;
  position: relative;
  z-index: 10;
  max-width: 140px;
  float: right;
}

.foot-share a {
  font-size: 24px;
  line-height: 60px;
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  text-align: center;
  vertical-align: top;
  color: #fff;
  border: 2px solid #fff;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.foot-share a img {
  width: 25px;
  height: 25px;
}

.foot-share a:nth-child(odd) {
  margin-right: 10px;
}

.foot-share .icon-wx .ii {
  position: absolute;
  z-index: 100;
  top: -110px;
  left: -22px;
  visibility: hidden;
  width: 100px;
  height: 100px;
  opacity: 0;
  backface-visibility: hidden;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  display: inline-block;
}

.foot-share a:hover {
  background-color: #577fcb;
}

.foot-share .icon-wx:hover .ii {
  visibility: visible;
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.foot-share .icon-wx .ii.iiBox{
  background-color: #577fcb;
  color: #fff;
  width: 220px;
  font-size: 17px;
  height: 50px;
  line-height: 50px;
  top: -58px;
  left: -72px;

}
/* 子页面样式 */
.ziyebanner {
  height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
}

.ziyebanner .ziyebannerbox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ziyebanner .ziyebannerbox .right {
  text-align: right;
}

.ziyebanner h5 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.ziyebanner p {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}

.ziyefirstbottom .width {
  width: 100%;
  overflow: hidden;
}

.ziyefirstbottom .ziyefirstbottomLeft:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.ziyefirstbottom .width img {
  width: 100%;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ziyefirstbottom ul li {
  margin-bottom: 58px;
}

.ziyefirstbottom ul li:nth-of-type(odd) {
  background-color: #f0f1f1;
}

.ziyefirstbottom .ziyefirstbottomRight {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.ziyefirstbottom .ziyefirstbottomRight em {
  height: 34px;
  padding-bottom: 17px;
  background: url(../images/gk-tbg.png) no-repeat left bottom;
  display: block;
  font-size: 18px;
  color: #02418e;
  font-weight: bold;
  font-style: normal;
}

.ziyefirstbottom .ziyefirstbottomRight em img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
  width: 30px;
  height: 30px;
}

.ziyefirstbottom .ziyefirstbottomRight span {
  display: block;
  font-size: 14px;
  line-height: 25px;
  margin-top: 13px;
  color: #666;
}

.navMenu ul {
  text-align: center;
  margin: 30px 0 50px;
}

.navMenu ul li {
  display: inline-block;
  margin-bottom: 20px;
}

.navMenu ul li a {
  font-size: 18px;
  position: relative;
}

.navMenu ul li span {
  margin: 0 20px;
  font-size: 18px;
  color: #999999;
}

.navMenu ul li:last-child span {
  display: none;
}

.navMenu ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 60%;
  border-bottom: 2px solid #17449a;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.navMenu ul li:hover a,
.navMenu ul li.active a {
  color: #02418e;
}

.navMenu ul li:hover a::after,
.navMenu ul li.active a::after {
  width: 100%;
}

.honerTotal ul li {
  width: 50%;
  text-align: center;
  float: left;
}

.honerTotal ul li .margin {
  margin: 10px;
  border-radius: 5px;
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 0 3px 7px #ddd;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.honerTotal ul li .img {
  overflow: hidden;
}

.honerTotal ul li .img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.honerTotal ul li .padding {
  padding: 20px 0 10px 0;
  border-top: 1px solid #cccccc;
  margin-top: 5px;
}

.honerTotal ul li .padding h4 {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.honerTotal ul li .margin:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.honerTotal ul li .margin:hover {
  box-shadow: 0 3px 7px #939393;
}

.page_desc {
  margin: 50px auto;
  text-align: center;
  font-size: 14px;
}

.page_desc li {
  display: inline-block;
  margin: 0 2px;
}

.page_desc li > span,
.page_desc li a {
  padding: 6px 11px;
  display: inline-block;
  border: 1px solid #d0d2d2;
  color: #999999;
  border-radius: 5px;
  background-color: #fff;
}

.page_desc li span.current,
.page_desc li a:hover {
  background: #17449a;
  color: #fff;
  border: 1px solid #17449a;
}

.contact {
  margin-bottom: 80px;
}

.contact dl {
  width: 100%;
  height: auto;
  padding: 15px;
  background-color: #f0f1f1;
  box-shadow: 0px 1px 5px #bcbdbd;
  float: left;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.contact dl dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.contact dl dd {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

.contact dl:hover {
  background: #17449a;
  color: #fff;
  box-shadow: 0px 1px 5px #424242;
}

.contact dl:hover dd {
  color: #fff;
}

/* .boxall2box .sbox{z-index:1;display: none;} */
.boxall2box .sbox ul li a {
  display: inherit;
  align-items: center;
  justify-content: space-between;
}

/* .boxall2box .sbox ul li:first-child{border-top: 1px solid #ddd;margin-top:50px;padding-top: 50px;} */
.boxall2box .sbox ul li {
  margin-bottom: 40px;
}

.boxall2box .sbox.active {
  z-index: 100;
  display: block;
  -webkit-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}

.sboxleft {
  width: 100%;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 20px;
}

.sboxleft img {
  width: 100%;
  border-radius: 7px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.sboxcenter {
  width: 100%;
}

.sboxcenter h6 {
  font-size: 18px;
  color: #333;
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* .sboxcenter h6:hover{ color:#cd0000 } */
.sboxcenter p {
  font-size: 16px;
  color: #999;
  line-height: 30px;
}

.sboxright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.sboxright span {
  font-size: 16px;
  color: #999999;
}

.sboxright span.moreall {
  color: #17449a;
}

.page_paing a:hover,
.boxall2box .sbox ul li:hover h6 {
  color: #02418e;
}

.boxall2box .sbox ul li:hover span.moreall {
  text-decoration: underline;
}

.boxall2box .sbox ul li:hover .sboxleft img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.titledeta {
  border-bottom: 1px solid #ddd;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.titledeta h3 {
  font-size: 24px;
  color: #111111;
  margin-bottom: 20px;
}

.titledeta span {
  font-size: 16px;
  color: #666666;
}

.necom p {
  font-size: 16px;
  color: #626061;
  line-height: 30px;
}

.necom img {
  max-width: 100%;
}

.page_paing {
  font-size: 16px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 50px;
  color: #999999;
  margin-bottom: 70px;
}

.page_paing a {
  color: #999999;
}

/* 人才招聘 */
.join_bg .list_top {
  height: 80px;
  line-height: 80px;
  background: #17449a;
  font-size: 16px;
  color: #ffffff;
}

.join_bg .list_box {
  /*padding: 0 3.33% 35px;
  background: #fff;*/
}

.join_bg .list_box li {
  width: 100%;
}

.join_bg .list_box li .top {
  font-size: 16px;
  color: #666;
  line-height: 3;
  padding: 19.5px 0;
  border-bottom: 1px solid #d0d2d2;
  cursor: pointer;
}

.join_bg .td1 {
  width: 24.33%;
  text-align: center;
}

.join_bg .td2 {
  width: 21.33%;
  text-align: center;
}

.join_bg .td3 {
  width: 21.91%;
  text-align: center;
}

.join_bg .td4 {
  width: 17.41%;
  text-align: center;
}

.join_bg .td5 {
  width: 13.4%;
  text-align: right;
  display: none;
}

.join_bg .td5.butn {
  background-image: url(../images/t.png);
  width: 120px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.join_bg .td5.butn.button {
  background-position: 0 -40px;
}

.join_bg .list_box li .top a {
  color: #0d539a;
}

.join_bg .list_box li .bot {
  position: relative;
  padding: 20px 3.5% 36px;
  background: #f5f5f5;
  display: none;
}

.join_bg .list_box li .bot i {
  position: absolute;
  left: 18px;
  top: -12px;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #f5f5f5;
}

.join_bg .list_box li .bot .info2 .info2_left {
  width: 100%;
}

.join_bg .list_box li .bot .info2 h3 {
  font-size: 18px;
  color: #333333;
  line-height: 3;
}

.join_bg .list_box li .bot .info2 .info2_left .info-box {
  border-right: 0px solid #e5e5e5;
  padding-right: 0;
}

.join_bg .list_box li .bot .info2 p {
  font-size: 15px;
  color: #777777;
  line-height: 2;
}

.join_bg .list_box li .bot .info2 .info2_right {
  width: 100%;
}

.aboutfirst {
  display: inherit;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.aboutfirstleft {
  width: 100%;
  text-align: left;
}

.aboutfirstleft p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

.aboutfirstleft .titleall {
  text-align: left;
  padding-top: 0px;
}

.aboutfirstright {
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 0 4px #ddd;
}

.aboutfirstright img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.aboutbox {
  width: 100%;
  border-top: 1px solid #f2f2f2;
}

.aboutbox ul li {
  width: 50%;
  padding: 20px 0;
  float: left;
  position: relative;
  box-sizing: border-box;
}

.aboutbox ul li .secondboxTop {
  font-size: 14px;
  color: #666;
}

.aboutbox ul li .secondboxTop span {
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px;
  color: #003399;
}

.aboutbox ul li p {
  font-size: 16px;
  color: #666666;
}

.aboutsecond {
  background-color: #f0f1f1;
  padding-bottom: 70px;
}

.aboutsecondbox ul li {
  width: 100%;
  float: left;
}

.aboutsecondbox ul li h5 {
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  margin: 20px 0 10px;
}

.aboutsecondbox ul li p {
  display: none;
  font-size: 16px;
  color: #fff;
  margin: 0px 20px 0px 20px;
line-height: 22px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.aboutsecondbox ul li .padding {
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  margin: 15px;
  height: 290px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.aboutsecondbox ul li i {
  background-image: url(../images/tt.png);
  background-repeat: no-repeat;
  width: 88px;
  height: 88px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.aboutsecondbox ul li:first-child i {
  background-position: 0 0;
}

.aboutsecondbox ul li:nth-of-type(2) i {
  background-position: -88px 0;
}

.aboutsecondbox ul li:nth-of-type(3) i {
  background-position: -176px 0;
}

.aboutsecondbox ul li:first-child .padding:hover i {
  background-position: 0 -88px;
}

.aboutsecondbox ul li:nth-of-type(2) .padding:hover i {
  background-position: -88px -88px;
}

.aboutsecondbox ul li:nth-of-type(3) .padding:hover i {
  background-position: -176px -88px;
}

.aboutsecondbox ul li .padding:hover h5 {
  color: #fff;
}

.aboutsecondbox ul li .padding:hover {
  background-color: #17449a;
}

.aboutsecondbox ul li .padding:hover p {
  display: block;
}

.bread {
  padding: 20px 0;
  background-color: #f0f1f1;
  margin-bottom: 80px;
}

.bread a {
  display: inline-block;
  font-size: 14px;
  color: #5d5d5d;
}

.bread a:hover {
  color: #003399;
}

.bread a.home {
  height: 20px;
  background: url(../images/bg_sign06.png) no-repeat left;
  background-size: 20px;
  padding-left: 20px;
}

.bread span {
  margin: 0 10px;
}

.bread em {
  color: #003399;
  font-style: normal;
}

.deatilLeft {
  width: 100%;
  height: 370px;
}

.deatilRight {
  width: 100%;
}

.deatilRight h5 {
  font-size: 24px;
  color: #333333;
  border-bottom: 1px solid #d0d2d2;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.deatilRight .deatilRightBox {
  border-bottom: 1px dashed #d0d2d2;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.deatilRight .deatilRightBox p {
  font-size: 16px;
  color: #666666;
  line-height: 34px;
}

.deatilRight .deatilRightButton {
  display: flex;
  align-items: center;
}

.deatilRightButton .deatilRightLeft {
  flex: 1;
}

.deatilRightButton a {
  background-color: #17449a;
  font-size: 16px;
  border-radius: 50px;
  color: #fff;
  padding: 10px 30px;
}

.deatilRightButton .deatilRightRight {
  flex: 1;
  background-image: url(../images/tel.png);
  background-repeat: no-repeat;
  background-size: 36px;
  background-position: center left;
  padding-left: 40px;
}

.deatilRightButton .deatilRightRight .p1 {
  font-size: 14px;
  color: #999999;
}

.deatilRightButton .deatilRightRight .p2 {
  font-size: 20px;
  color: #17449a;
}

.productDetail .hr {
  background-color: #d0d2d2;
  height: 1px;
  width: 100%;
  margin: 80px 0;
}

.textContext p {
  font-size: 16px;
  line-height: 40px;
  color: #666666;
}

.display {
  display: inherit;
}

.contcc {
  margin-bottom: 80px;
}

#magnifier {
  position: relative;
  width: 100%;
  height: 370px;
}
.small-box {
  position: relative;
  width: 470px;
  height: 370px;
  border: 1px solid #eee;
}
.small-box table td {
  width: 450px;
  height: 450px;
}
.small-box img {
  width: 100%;
  height: 100%;
}
.small-box .hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 200px;
  border: 1px solid #aaa;
  background: #0099ff;
  opacity: 0.5;
  filter: alpha(opacity: 50);
  cursor: move;
}
.thumbnail-box {
  position: relative;
  width: 110px;
  height: 370px;
}
.thumbnail-box .btn {
  position: absolute;
  /*top: 50%;*/
  width: 28px;
  height: 15px;
  left: 0;
  right: 0;
  margin: auto;
}
.thumbnail-box .btn-prev {
  background: url(../images/feel3.png) no-repeat;
}
.thumbnail-box .btn-prev.btn_prev_disabled {
  background: url(../images/feel31.png) no-repeat;
  cursor: not-allowed;
}
.thumbnail-box .btn-next {
  background: url(../images/feel4.png) no-repeat;
}
.thumbnail-box .btn-next.btn_next_disabled {
  background: url(../images/feel41.png) no-repeat;
  cursor: not-allowed;
}
.thumbnail-box .list {
  overflow: hidden;
  width: 110px;
  margin: 35px auto 17px;
  height: 300px;
}
.thumbnail-box .wrapper {
  height: 100000px;
}
.thumbnail-box .list .item {
  /*float: left;*/
  margin-bottom: 10px;
  width: 110px;
  height: 90px;
}

.thumbnail-box .list .item img {
  border: 1px solid #a9a9a9;
  width: 108px;
  height: 88px;
}
.thumbnail-box .list .item-cur img {
  border: 1px solid #17449a;
}
.big-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 451px;
  top: 0;
  width: 300px;
  height:300px;
  border: 1px solid #e4e4e4;
}
.big-box img {
  display: block;
}

.client-2 {
  position: fixed;
  right: -170px;
  top: 50%;
  z-index: 900;
}

.client-2 li a {
  text-decoration: none;
}

.client-2 li {
  margin-top: 1px;
  clear: both;
  height: 62px;
  position: relative;
}

.client-2 li img{
  display: block;
  margin: 0px auto;
  text-align: center;
}


.client-2 li p {
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  text-align: center;
  color: #fff;
}

.client-2 .my-kefu-qq i {
  background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
  background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
  background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
  background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
  background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
  display: none;
}

.client-2 .my-kefu-ftop i {
  width: 33px;
  height: 31px;
  background-position: -23px -47px;
  background-size: 52px 82px;
}

.client-2 .my-kefu-ftop .my-kefu-main {
  padding-top: 6px;
}

.client-2 .my-kefu-left {
  float: left;
  width: 62px;
  height: 47px;
  position: relative;
}

.client-2 .my-kefu-tel-right {
  font-size: 16px;
  color: #fff;
  float: left;
  height: 24px;
  line-height: 22px;
  padding: 0 15px;
  border-left: 1px solid #fff;
  margin-top: 14px;
}

.client-2 .my-kefu-right {
  width: 20px;
}

.client-2 .my-kefu-tel-main {
  background: #003f8a;
  color: #fff;
  height: 53px;
  width: 230px;
  padding: 9px 0 0;
  float: left;
}

.client-2 .my-kefu-main {
  background: #003f8a;
  width: 97px;
  height: 53px;
  position: relative;
  padding: 9px 0 0;
  float: left;
}

.client-2 .my-kefu-weixin-pic {
  position: absolute;
  left: -130px;
  bottom: 0;
  display: none;
  z-index: 333;
}

.my-kefu-weixin-pic img {
  width: 115px;
  height: 115px;
}
.productall ul li {
  width: 50%;
  float: left;
}
.productall ul li a {
  margin: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 3px 7px #ddd;
  background-color: #fff;
  display: block;
  padding-top: 10px;

}
.productall ul li a .img {
  margin: 5px 15px 0 15px;
  overflow: hidden;
  
}
.productall ul li a .img img {
  width: 100%;
  height: 100%;
 
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.productall ul li .padding {
  padding: 20px 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  text-align: center;
}

.productall ul li .padding h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.productall ul li .padding span {
  color: #999999;
  font-size: 14px;
  text-transform: uppercase;
}
.productall ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.productall ul li:hover .padding {
  background-color: #17449a;
  box-shadow: 0 3px 7px #8f8f8f;
}
.productall ul li:hover .padding span,
.productall ul li:hover h4 {
  color: #fff;
}

