/* 内页样式 start */
/* honor start */
.nhonorbox {
  width: 100%;
  height: 930px;
  overflow: hidden;
  background: url('../images/nhonor_bg.jpg') center center no-repeat;
  background-size: cover;
}
.nhonorbox .honortitlebox {
  width: 380px;
  height: auto;
  margin: 0 auto;
  margin-top: 116px;
  text-align: center;
}
.nhonorbox .honortitlebox h3 {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  color: #fff;
}
.nhonorbox .honortitlebox .en {
  margin-top: 24px;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
}
.nhonorbox .processrow {
  position: relative;
  width: 100%;
  height: 68px;
  margin-top: 87px;
}
.nhonorbox .processrow::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 16px;
  width: 100%;
  height: 1px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #7d7c7a;
}
.nhonorbox .processrow .processmainbox {
  position: relative;
  overflow: hidden;
}
.nhonorbox .processrow .processmainbox .hd {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 33px;
}
.nhonorbox .processrow .processmainbox .hd a {
  display: block;
  width: 24px;
  height: 33px;
  background-position: center center;
  background-repeat: no-repeat;
}
.nhonorbox .processrow .processmainbox .hd a.prev {
  float: left;
  background-image: url('../images/honor_arrowleft.png');
}
.nhonorbox .processrow .processmainbox .hd a.next {
  float: right;
  background-image: url('../images/honor_arrowright.png');
}
.nhonorbox .processrow .processmainbox .bd {
  position: relative;
  z-index: 2;
  width: 983px;
  height: 62px;
  margin: 0 auto;
  margin-top: 10px;
  overflow: hidden;
}
.nhonorbox .processrow .processmainbox .bd ul {
  width: 100%;
  height: 62px;
}
.nhonorbox .processrow .processmainbox .bd ul li {
  width: 70px;
  height: auto;
  float: left;
  margin-left: 45px;
  margin-right: 45px;
  margin-bottom: 20px;
  text-align: center;
  cursor: pointer;
}
.nhonorbox .processrow .processmainbox .bd ul li .iconcircle {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  border-radius: 50%;
  border: 1px solid #bdbcbc;
  box-sizing: border-box;
}
.nhonorbox .processrow .processmainbox .bd ul li .iconcircle::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  border-radius: 50%;
  background-color: #bdbcbc;
}
.nhonorbox .processrow .processmainbox .bd ul li .date {
  display: block;
  width: 100%;
  margin-top: 20px;
  line-height: 18px;
  color: #bdbcbc;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.nhonorbox .processrow .processmainbox .bd ul li.active .iconcircle {
  border-color: #ffd617;
}
.nhonorbox .processrow .processmainbox .bd ul li.active .iconcircle::before {
  background-color: #ffd617;
}
.nhonorbox .processrow .processmainbox .bd ul li.active .date {
  font-size: 30px;
  color: #fff;
}
.nhonorbox .honornewscontent {
  position: relative;
  width: 1200px;
  height: 433px;
  margin: 0 auto;
  margin-top: 84px;
}
.nhonorbox .honornewscontent .honormainbox {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 1200px;
  height: 433px;
}
.nhonorbox .honornewscontent .honormainbox .hd {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
}
.nhonorbox .honornewscontent .honormainbox .hd ul {
  width: 100%;
  height: 3px;
  text-align: center;
}
.nhonorbox .honornewscontent .honormainbox .hd ul li {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 3px;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
  text-indent: 1000;
  cursor: pointer;
}
.nhonorbox .honornewscontent .honormainbox .hd ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 100px;
  height: 1px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  background-color: #bdbcbc;
}
.nhonorbox .honornewscontent .honormainbox .hd ul li.on::after {
  height: 3px;
  top: 0;
  background-color: #ffd517;
}
.nhonorbox .honornewscontent .honormainbox .bd {
  width: 1200px;
  height: 380px;
}
.nhonorbox .honornewscontent .honormainbox .bd ul {
  width: 1200px;
  height: 380px;
}
.nhonorbox .honornewscontent .honormainbox .bd ul li {
  width: 1200px;
  height: 380px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.3);
}
.nhonorbox .honornewscontent .honormainbox .bd ul li .leftimgbox {
  display: block;
  width: 450px;
  height: 320px;
  float: left;
  margin-left: 30px;
  margin-top: 30px;
}
.nhonorbox .honornewscontent .honormainbox .bd ul li .leftimgbox img {
  width: 450px;
  height: 320px;
}
.nhonorbox .honornewscontent .honormainbox .bd ul li .righttxtbox {
  width: 567px;
  height: auto;
  float: left;
  margin-top: 46px;
  margin-left: 89px;
}
.nhonorbox .honornewscontent .honormainbox .bd ul li .righttxtbox .yearnum {
  width: 430px;
  height: 57px;
  margin: 0 auto;
  line-height: 48px;
  font-size: 48px;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #bdbcbc;
}
.nhonorbox .honornewscontent .honormainbox .bd ul li .righttxtbox .honorname {
  width: 100%;
  height: 24px;
  margin-top: 32px;
  line-height: 24px;
  font-size: 24px;
  color: #fff;
}
.nhonorbox .honornewscontent .honormainbox .bd ul li .righttxtbox .honorname:hover {
  color: #1034a2;
}
.nhonorbox .honornewscontent .honormainbox .bd ul li .righttxtbox .honordesc {
  width: 100%;
  height: 78px;
  margin-top: 16px;
  line-height: 26px;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
}
/* honor end */
/* duty start */
.ndutybox {
  width: 100%;
  height: 1080px;
  overflow: hidden;
  background: url('../images/duty_bg.jpg') center center no-repeat;
  background-size: cover;
}
.ndutybox .toptxtbox {
  width: 900px;
  height: 124px;
  margin: 0 auto;
  margin-top: 92px;
  text-align: center;
  color: #fff;
}
.ndutybox .toptxtbox h3 {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}
.ndutybox .toptxtbox .en {
  margin-top: 17px;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
}
.ndutybox .toptxtbox .cn {
  margin-top: 32px;
  font-size: 14px;
  line-height: 14px;
}
.ndutybox .dutynewsbox {
  width: 100%;
  height: auto;
  margin-top: 90px;
}
.ndutybox .dutynewsbox .dutynewslist {
  width: 100%;
  height: 570px;
}
.ndutybox .dutynewsbox .dutynewslist li {
  width: 400px;
  height: 570px;
  float: left;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.ndutybox .dutynewsbox .dutynewslist li .imgbox {
  display: block;
  width: 400px;
  height: 450px;
}
.ndutybox .dutynewsbox .dutynewslist li .imgbox img {
  width: 400px;
  height: 450px;
}
.ndutybox .dutynewsbox .dutynewslist li .txtbox {
  width: 100%;
  height: 120px;
  overflow: hidden;
  text-align: center;
  background-color: #1a1b1f;
}
.ndutybox .dutynewsbox .dutynewslist li .txtbox a {
  width: 341px;
  height: 18px;
  margin: 0 auto;
  margin-top: 22px;
  color: #fff;
  line-height: 18px;
  font-size: 18px;
}
.ndutybox .dutynewsbox .dutynewslist li .txtbox p {
  width: 341px;
  height: 48px;
  margin: 0 auto;
  margin-top: 18px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
}
.ndutybox .dutynewsbox .dutynewslist li:hover {
  opacity: .7;
}
/* duty end */
/* joinus start */
.joinusbox {
  width: 100%;
  height: auto;
}
.joinusbox .toptxtbox {
  width: 100%;
  height: 369px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  background: url('../images/joinusbg_1.jpg') center center no-repeat;
  background-size: cover;
}
.joinusbox .toptxtbox h3 {
  margin-top: 136px;
  font-size: 36px;
  line-height: 36px;
}
.joinusbox .toptxtbox h4 {
  margin-top: 35px;
  font-size: 24px;
  line-height: 24px;
  font-family: 'Arial';
}
.joinusbox .aboutrow {
  width: 100%;
  height: 620px;
  overflow: hidden;
  background-color: #000;
}
.joinusbox .aboutrow .aboutc {
  margin-top: 98px;
}
.joinusbox .aboutrow .aboutpic {
  display: block;
  width: 700px;
  height: 420px;
  float: left;
}
.joinusbox .aboutrow .righttxtbox {
  width: 462px;
  height: auto;
  float: right;
}
.joinusbox .aboutrow .righttxtbox h3 {
  font-size: 30px;
  line-height: 30px;
  margin-top: 42px;
}
.joinusbox .aboutrow .righttxtbox h3 a {
  color: #fff;
}
.joinusbox .aboutrow .righttxtbox .en {
  margin-top: 17px;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
}
.joinusbox .aboutrow .righttxtbox .linee {
  display: block;
  width: 138px;
  height: 3px;
  margin-top: 20px;
  background-color: #fff;
}
.joinusbox .aboutrow .righttxtbox .aboutinfo {
  width: 100%;
  height: 240px;
  margin-top: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
}
.joinusbox .provideshow {
  width: 100%;
  height: 905px;
  overflow: hidden;
  background: url('../images/joinusbg_2.jpg') center center no-repeat;
  background-size: cover;
}
.joinusbox .provideshow h3 {
  margin-top: 70px;
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  text-align: center;
}
.joinusbox .provideshow .iwantjoin {
  display: block;
  width: 151px;
  height: 151px;
  margin: 0 auto;
  margin-top: 56px;
  margin-bottom: 50px;
  padding-top: 25px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  color: #ffd617;
  font-weight: bold;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 50%;
  background: url('../images/iwantjoin_bg.png') center center no-repeat;
}
.joinusbox .provideshow .imglist {
  position: relative;
  width: 100%;
  height: 460px;
  overflow: hidden;
  margin-top: 40px;
}
.joinusbox .provideshow .imglist li {
  position: absolute;
}
.joinusbox .provideshow .imglist .li1 {
  left: 0;
  top: 0;
  width: 250px;
  height: 230px;
}
.joinusbox .provideshow .imglist .li1 img {
  width: 250px;
  height: 230px;
}
.joinusbox .provideshow .imglist .li2 {
  left: 0;
  bottom: 0;
  width: 500px;
  height: 230px;
}
.joinusbox .provideshow .imglist .li2 img {
  width: 500px;
  height: 230px;
}
.joinusbox .provideshow .imglist .li3 {
  left: 500px;
  bottom: 0;
  width: 250px;
  height: 230px;
}
.joinusbox .provideshow .imglist .li3 img {
  width: 250px;
  height: 230px;
}
.joinusbox .provideshow .imglist .li4 {
  right: 0;
  top: 0;
  width: 450px;
  height: 460px;
}
.joinusbox .provideshow .imglist .li4 img {
  width: 450px;
  height: 460px;
}
.joinusbox .provideshow .imglist .li5 {
  top: 0;
  left: 250px;
  width: 500px;
  height: 230px;
  padding-left: 56px;
  box-sizing: border-box;
  background-color: #252525;
}
.joinusbox .provideshow .imglist .li5 .en {
  margin-top: 50px;
  font-size: 30px;
  line-height: 42px;
  color: #fff;
  text-transform: uppercase;
}
.joinusbox .provideshow .imglist .li5 .cn {
  margin-top: 24px;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
}
/* joinus end */
/* news start */
.nnewsbox {
  width: 100%;
  height: 1400px;
  overflow: hidden;
  background: url('../images/nnews_bg.jpg') center center no-repeat;
  background-size: cover;
}
.nnewsbox h3 {
  margin-top: 118px;
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.nnewsbox h4.en {
  margin-top: 23px;
  font-size: 24px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  font-family: 'Arial';
}
.nnewsbox .nnewscontent {
  position: relative;
  width: 1200px;
  height: 890px;
  margin-top: 102px;
}
.nnewsbox .nnewscontent .imgbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.nnewsbox .nnewscontent .imgbox img {
  position: absolute;
  display: block;
}
.nnewsbox .nnewscontent .imgbox .img1 {
  top: 0;
  left: 300px;
  width: 290px;
  height: 590px;
}
.nnewsbox .nnewscontent .imgbox .img2 {
  top: 0;
  right: 0;
  width: 600px;
  height: 290px;
}
.nnewsbox .nnewscontent .imgbox .img3 {
  top: 300px;
  right: 0;
  width: 300px;
  height: 290px;
}
.nnewsbox .nnewscontent .imgbox .img4 {
  bottom: 0;
  right: 310px;
  width: 290px;
  height: 290px;
}
.nnewsbox .nnewscontent .nnewslist {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.nnewsbox .nnewscontent .nnewslist li {
  position: absolute;
  width: 290px;
  height: 290px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.nnewsbox .nnewscontent .nnewslist li.li1 {
  top: 0;
  left: 0;
  background-color: #747474;
}
.nnewsbox .nnewscontent .nnewslist li.li1 a {
  width: 256px;
  height: 24px;
  margin: 0 auto;
  margin-top: 40px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
.nnewsbox .nnewscontent .nnewslist li.li1 p {
  width: 256px;
  height: 144px;
  margin: 0 auto;
  margin-top: 24px;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
}
.nnewsbox .nnewscontent .nnewslist li.li1:hover {
  background-color: rgba(64, 64, 64, 0.7);
}
.nnewsbox .nnewscontent .nnewslist li.li2 {
  top: 300px;
  left: 0;
  background-color: #747474;
}
.nnewsbox .nnewscontent .nnewslist li.li2 a {
  width: 256px;
  height: 24px;
  margin: 0 auto;
  margin-top: 40px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
.nnewsbox .nnewscontent .nnewslist li.li2 p {
  width: 256px;
  height: 72px;
  margin: 0 auto;
  margin-top: 24px;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
}
.nnewsbox .nnewscontent .nnewslist li.li2:hover {
  background-color: rgba(64, 64, 64, 0.7);
}
.nnewsbox .nnewscontent .nnewslist li.li3 {
  bottom: 0;
  left: 0;
  width: 590px;
  height: 290px;
  background-color: #747474;
}
.nnewsbox .nnewscontent .nnewslist li.li3 a {
  width: 546px;
  height: 24px;
  margin: 0 auto;
  margin-top: 40px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
.nnewsbox .nnewscontent .nnewslist li.li3 p {
  width: 546px;
  height: 72px;
  margin: 0 auto;
  margin-top: 24px;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
}
.nnewsbox .nnewscontent .nnewslist li.li3:hover {
  background-color: rgba(64, 64, 64, 0.7);
}
.nnewsbox .nnewscontent .nnewslist li.li4 {
  bottom: 300px;
  left: 600px;
  width: 290px;
  height: 290px;
  background-color: #1034a1;
}
.nnewsbox .nnewscontent .nnewslist li.li4 a {
  width: 252px;
  height: 24px;
  margin: 0 auto;
  margin-top: 40px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
.nnewsbox .nnewscontent .nnewslist li.li4 p {
  width: 252px;
  height: 48px;
  margin: 0 auto;
  margin-top: 24px;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
}
.nnewsbox .nnewscontent .nnewslist li.li4:hover {
  background-color: rgba(16, 52, 161, 0.7);
}
.nnewsbox .nnewscontent .nnewslist li.li5 {
  bottom: 0;
  right: 0;
  background-color: #404040;
}
.nnewsbox .nnewscontent .nnewslist li.li5 a {
  width: 253px;
  height: 24px;
  margin: 0 auto;
  margin-top: 40px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
.nnewsbox .nnewscontent .nnewslist li.li5 p {
  width: 253px;
  height: 120px;
  margin: 0 auto;
  margin-top: 24px;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
}
.nnewsbox .nnewscontent .nnewslist li.li5:hover {
  background-color: rgba(64, 64, 64, 0.7);
}
/* news end */
.page {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 80px;
  text-align: center;
}
.page a {
  display: inline-block;
  margin: 0 5px;
  line-height: 40px;
  text-align: center;
  padding: 0 16px;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: rgba(116, 116, 116, 0.5);
  cursor: pointer;
  border-radius: 5px;
}
.page a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.page span {
  display: inline-block;
  margin: 0 5px;
  line-height: 40px;
  text-align: center;
  padding: 0 16px;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
}
.page span.current {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}
/* 内页样式 end */
