.clear {
  clear: both;
}
.box {
  width: 1200px;
  margin: 0 auto;
}
.banner {
  position: relative;
  background-color: #ecedef;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden ;
}
.banner .header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.banner .language-switch {
  color: #fff;
}
.banner .language-switch p {
  background: url("../image/down-white.png") no-repeat right center;
}
.banner .language-switch a {
  color: #fff;
}
.banner .language-switch .language-switch-tab {
  background: none;
}
.banner .nav li a {
  color: #fff;
}
.header {
  padding: 15px 0;
  height: 62px;
  z-index: 111;
}
.logo {
  float: left;
}
.language-switch {
  float: right;
  width: 90px;
  height: 34px;
  line-height: 32px;
  color: #333;
  font-size: 14px;
}
.language-switch .l-s-tab {
  cursor: pointer;
  padding: 10px 0;
  margin-top: 5px;
  overflow: hidden;
  background: url("../image/down.png") no-repeat right center;
}
.language-switch img {
  float: left;
  margin: 6px 10px 6px 0;
}
.language-switch a {
  display: block;
  color: #333;
  overflow: hidden;
}
.language-switch .iconfont {
  float: right;
  font-size: 14px;
  line-height: 32px;
}
.language-switch em {
  font-style: normal ;
}
.language-switch .language-switch-tab {
  display: none;
  padding: 0 10px;
  width: 100%;
  margin-left: -10px;
  border-top: none;
  background: #fff;
  overflow: hidden;
}
.mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 11;
}
.header-nav {
  float: right;
}
.nav {
  height: 62px;
  line-height: 62px;
  z-index: 11;
}
.nav li {
  position: relative;
  float: left;
  font-size: 14px;
  margin-right: 25px;
  text-align: center;
}
.nav li a {
  color: #333;
}
.nav li:hover .nav-level {
  display: block;
}
.nav-level {
  display: none;
  position: absolute;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  text-align: left;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 5px #eee;
  -moz-box-shadow: 0 0 5px #eee;
  box-shadow: 0 0 5px #eee;
  z-index: 1;
}
.nav-level a {
  display: block;
  padding: 15px 20px;
  font-size: 16px;
  color: #333!important;
  line-height: 20px;
}
.nav-level a:hover {
  background: #f7f7f7;
  color: #5ba8d4!important;
}
.body-hide {
  overflow: hidden;
}
.menu-btn {
  display: none;
  position: fixed;
  right: 0;
  top: 16%;
  width: 40px;
  height: 40px;
  background: #fff;
  text-align: center;
  line-height: 40px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  z-index: 11;
}
.menu-btn i {
  font-size: 24px;
  color: #333;
}
.menu-nav {
  display: none;
}
.banner-con {
  position: relative;
  padding-top: 300px;
}
.banner-lf {
  float: left;
  width: 50%;
  padding-bottom: 160px;
}
.banner-lf p {
  color: #fff;
}
.banner-lf a {
  color: #fff;
}
.banner-lf-1 {
  font-size: 45px;
}
.banner-lf-2 {
  font-size: 14px;
  margin-top: 30px;
}
.banner-lf-2 span {
  display: block;
  margin-right: 10px;
}
.banner-lf-3 {
  margin-top: 40px;
  font-size: 18px;
  line-height: 56px;
}
.banner-lf-3 i {
  float: left;
  font-size: 58px;
  color: #fff;
  margin-right: 10px;
}
.banner-lf-3 a {
  display: inline-block;
}
.more {
  display: block;
  width: 170px;
  height: 56px;
  border-radius: 3px;
  background: #64b3d4;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 56px;
  margin-right: 20px;
}
.banner-rg {
  position: relative;
  float: right;
  width: 50%;
  margin-top: -120px;
  text-align: center;
}
.banner-rg-first {
  position: relative;
  float: left;
  width: 55%;
}
.banner-rg-first img {
  margin: -50px 0 0 60px;
}
.banner-rg-two {
  float: left;
  width: 45%;
}
.company-profile {
  padding-top: 30px;
  background: #ecedef;
}
.banner-division {
  position: absolute;
  left: 0;
  bottom: 0;
}
.company-profile {
  padding-bottom: 100px;
  color: #333;
}
.company-profile h2 {
  font-size: 30px;
  font-weight: normal;
}
.company-profile-con {
  margin-top: 30px;
  overflow: hidden ;
}
.company-profile-con li {
  float: left;
  width: 49%;
  font-size: 20px;
}
.company-profile-con li:nth-of-type(even) {
  float: right;
}
.company-profile-con li a {
  color: #136d92;
}
.index-structure1 {
  padding: 70px 0;
  background: url("../image/bg1.jpg") no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.index-structure1-lf {
  float: left;
  width: 50%;
  text-align: center;
}
.index-structure1-rg {
  float: right;
  width: 50%;
}
.index-structure1-rg ul {
  max-width: 600px;
}
.index-structure1-rg li {
  position: relative;
  min-height: 110px;
  padding-left: 110px;
  margin: 30px 0;
}
.index-structure1-rg li img {
  position: absolute;
  left: 0;
  top: 0;
  height: 110px;
}
.index-structure1-rg li h3 {
  padding-top: 20px;
  font-size: 26px;
  font-weight: normal;
  color: #fff;
}
.index-structure1-rg li p {
  font-size: 16px;
  color: #f4f4f4;
  opacity: .5;
}
.index-structure2 {
  height: 698px;
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
.index-structure2-rg {
  float: right;
  height: 698px;
  width: 50%;
  background: rgba(255, 255, 255, 0.7);
}
.index-structure2-rg ul {
  overflow: hidden;
}
.index-structure2-rg li {
  float: left;
  width: 50%;
  margin-top: 95px;
  text-align: center;
  color: #333;
}
.index-structure2-rg li span {
  display: block;
  font-size: 50px;
}
.index-structure2-rg li span b {
  font-style: normal;
}
.index-structure2-rg li span sup {
  font-style: normal;
  font-size: 20px;
  color: #aaa;
}
.index-structure2-rg li p {
  font-size: 18px;
}
.index-structure3 {
  padding: 90px 0;
  background: url("../image/bg1.jpg") no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.index-structure3-lf {
  float: left;
  width: 50%;
}
.index-structure3-lf h2 {
  margin-bottom: 40px;
  font-size: 45px;
  color: #fff;
  font-weight: normal;
}
.index-structure3-lf span {
  display: block;
  margin-bottom: 40px;
  font-size: 16px;
  color: #fff;
}
.index-structure3-lf p {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 30px;
  color: #8d8d8d;
}
.index-structure3-rg {
  float: right;
  max-width: 45%;
  text-align: center;
}
.index-structure4 {
  padding: 65px 0;
  background: url("../image/bg2.png") repeat-y center top;
  background-size: cover;
}
.index-title1 {
  font-size: 45px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  font-family: 'PingFang Light';
}
.index-list1 {
  width: 500px;
  margin: 30px auto 70px;
  overflow: hidden;
  text-align: center;
}
.index-list1 li {
  display: inline-block;
  height: 32px;
  padding: 0 15px;
  margin: 0 10px;
  font-size: 16px ;
  line-height: 32px;
  color: #fff;
  cursor: pointer;
}
.index-list1 li:hover {
  background: #68b5d5;
}
.index-list1 .index-divide.on {
  background: #68b5d5;
}
.index-new-item {
  display: none;
  overflow: hidden;
}
.index-new-item:first-child {
  display: block;
}
.index-new-lf {
  float: left;
  width: 48%;
  height: 476px;
  padding: 45px;
  background: #68b5d5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.index-new-lf span {
  font-size: 26px;
  color: #fff;
}
.index-new-lf h3 {
  margin: 23px 0;
  font-weight: normal;
  font-size: 22px;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.index-new-lf p {
  height: 96px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.index-new-lf .index-more1 {
  display: block;
  width: 140px;
  height: 40px;
  margin-top: 100px;
  font-size: 20px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 40px;
  color: #fff;
}
.index-new-lf .index-more1:hover {
  background: rgba(255, 255, 255, 0.1);
}
.index-new-rg {
  float: right;
  width: 49%;
}
.index-list2 li {
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.index-list2 li div {
  overflow: hidden;
}
.index-list2 li div h3 {
  float: left;
  max-width: 80%;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-list2 li div span {
  float: right;
  font-size: 30px;
  color: #fff;
}
.index-list2 li p {
  height: 48px;
  padding-right: 120px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  background: url("../image/new-right.png") no-repeat right center;
}
.index-structure5 {
  background: #ecedef;
}
.index-structure5 .index-structure3-lf {
  float: right;
  text-align: right;
  width: 40%;
}
.index-structure5 .index-structure3-lf .more {
  float: right;
}
.index-structure5 .index-structure3-lf h2 {
  color: #333;
}
.index-structure5 .index-structure3-lf span {
  color: #333;
}
.index-structure5 .index-structure3-lf p {
  color: #666;
}
.index-structure5 .index-structure3-rg {
  float: left;
  max-width: 58%;
  width: 58%;
}
.index-structure6 {
  padding: 50px 0;
}
.index-structure6 .item {
  padding: 10px;
}
.index-structure6 p {
  margin-bottom: 30px;
  font-size: 30px;
  color: #262d35;
}
.index-structure6 img {
  display: block;
  margin: 0 auto;
  border: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 40px;
  height: 40px;
}
.owl-carousel .owl-prev {
  left: -30px;
  color: transparent;
  background: url("../image/left.jpg") no-repeat center;
}
.owl-carousel .owl-next {
  right: -30px;
  color: transparent;
  background: url("../image/right.jpg") no-repeat center;
}
.owl-carousel .owl-dots {
  height: 15px;
  margin-top: 20px;
  text-align: center;
}
.owl-carousel .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background: #e3e3e3;
}
.owl-carousel .owl-dot.active {
  background: #f8b52c;
}
.foot {
  padding-top: 80px;
  background: #efefef;
  overflow: hidden;
}
.foot-lf {
  float: left;
  width: 25%;
}
.foot-lf .foot-logo {
  display: block;
  width: 242px;
  margin-bottom: 20px;
}
.foot-lf p {
  font-size: 14px;
  color: #828282;
  line-height: 30px;
}
.foot-rg {
  float: right;
  width: 70%;
}
.foot-rg li {
  float: left;
  width: 33.3%;
  padding: 0 10px;
  line-height: 50px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.foot-rg li label {
  display: block;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #999;
  overflow: hidden;
}
.foot-rg li span {
  float: left;
  font-size: 16px;
  color: #666;
  width: 50px;
}
.foot-rg li input {
  float: left;
  width: 70%;
  font-size: 16px;
  padding:15px 0;
  line-height: 20px;
  background: transparent;
}
.foot-rg li textarea {
  float: left;
  width: 90%;
  padding: 14px 0;
  height: 100px;
  resize: none;
  font-size: 16px;
  line-height: 20px;
  color: black;
  background: transparent;
}
.foot-rg li:last-child {
  width: 100%;
}
.foot-rg .submit {
  width: 100%;
  height: 48px;
  font-size: 16px;
  color: #fff;
  background: #999;
}
.foot-code {
  margin-top: 10px;
  padding: 15px;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  background: #fff;
}
.foot-code p {
  font-size: 14px;
  color: #828282;
  line-height: inherit;
}
.foot-code img {
  float: left;
  width: 38%;
}
.foot-code div {
  float: right;
  width: 58%;
  margin-top: 8px;
}
.foot-bottom {
  height: 40px;
  margin-top: 60px;
  line-height: 40px;
  font-size: 12px;
  background: #fff;
}
.page-banner {
  height: 230px;
  background-position: center  top;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-banner .box {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.page-banner p {
  font-size: 30px;
  color: #fff;
}
.page-banner span {
  display: block;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.page-position {
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #dcdcdc;
}
.page-position p {
  float: right;
  max-width: 100%;
  padding-left: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background: url("../image/position.jpg") no-repeat left center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-position span {
  color: #006d9b;
}
.page-position a {
  color: #333;
}
.page-nav {
  margin: 30px 0;
  text-align: center;
  overflow: hidden;
}
.page-nav li {
  display: inline-block;
  min-width: 180px;
  min-height: 40px;
  padding: 0 5px;
  margin: 0 5px 10px;
  border: 1px solid #898989;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-nav li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333;
  text-align: center;
  padding: 5px 0;
  line-height: 30px;
}
.page-nav li:hover,
.page-nav li.active {
  background: #00aadc;
  border-color: #00aadc;
}
.page-nav li:hover a,
.page-nav li.active a {
  color: #fff;
}
.page-box1 {
  position: relative;
  min-height: 472px;
  border-bottom: 1px solid #dcdcdc;
  overflow: hidden;
}
.page-box1 .structure-2 {
  position: absolute;
  left: 50%;
  width: 960px;
  height: 100%;
}
.structure-1 {
  float: left;
  width: 49%;
}
.structure-2 {
  width: 50%;
  float: right;
  text-align: center;
}
.structure-2 img {
  position: relative;
  max-height: 100%;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.index-title2 {
  position: relative;
  padding-bottom: 20px;
  padding-top: 30px;
}
.index-title2 p {
  font-size: 35px;
  color: #5f5f5f;
  font-family: 'PingFang ExtraLight';
}
.index-title2 p em {
  color: #000;
  font-weight: bold;
}
.index-title2 h2 {
  font-size: 35px;
  color: #5f5f5f;
  font-family: 'PingFang ExtraLight';
}
.index-title2:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 66px;
  height: 1px;
  background: #d6d6d6;
  content: '';
}
.structure-1con {
  margin: 30px 0;
  font-size: 18px;
  color: #5f5f5f;
  text-align: left;
  line-height: 30px;
}
.page-box2 {
  padding: 30px 0 70px;
  overflow: hidden;
}
.page-box3 {
  padding: 50px 0;
  background: url("../image/bg3.png") repeat-y center top;
  overflow: hidden;
  background-size: cover;
}
.index-list4 {
  margin-top: 30px;
}
.index-list4 li {
  float: left;
  width: 33.3%;
  margin-top: 40px;
  font-size: 18px;
  color: #fff;
  line-height: 60px;
}
.index-list4 li div {
  display: block;
  width: 350px;
  height: 80px;
  margin: 0 auto;
  padding: 10px 15px;
  border-radius: 6px;
  cursor: default;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.index-list4 li div p {
  position: relative;
  top: 50%;
  line-height: 24px;
  max-height: 48px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.index-list4 li div:hover {
  background: #fff;
}
.index-list4 li div:hover i {
  color: #333;
}
.index-list4 li div:hover p {
  color: #333;
}
.index-list4 li i {
  float: left;
  width: 60px;
  margin-right: 10px;
  font-size: 50px;
  text-align: center;
  color: #fff;
}
.page-box4 {
  padding: 75px 0;
  background: url("../image/bg3.jpg") no-repeat center top;
  background-size: cover;
}
.index-title3 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-family: 'PingFang Light';
}
.index-list3 {
  margin: 80px 0 20px;
  overflow: hidden;
}
.index-list3 li {
  float: left;
  width: 32%;
  height: 280px;
  padding: 30px 40px;
  margin-left: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.index-list3 li:first-child {
  margin-left: 0;
}
.index-list3 li h3 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 30px;
  font-family: 'PingFang Light';
  color: #00364e;
}
.index-list3 li h3:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background: #d6d6d6;
  content: '';
}
.index-list3 li p {
  font-size: 16px;
  color: #5f5f5f;
}
.page-box5 {
  min-height: inherit;
  padding: 20px 0 ;
  overflow: hidden;
}
.page-box5 .structure-2 {
  position: relative;
  left: 0;
  float: right;
  width: 50%;
  height: auto;
}
.page-box5 .structure-2 img {
  position: relative;
  max-height: 100%;
  top: 0;
  transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.page-box6 .structure-1,
.page-box6 .structure-2 {
  float: none;
  width: 100%;
}
.structure-3 {
  margin: 30px 0 0;
  text-align: center;
}
.page-box7 {
  background: none;
}
.page-box7 .index-title1 {
  color: #333;
}
.page-box8 {
  position: relative;
  overflow: hidden;
  min-height: 588px;
}
.structure-4 {
  float: left;
  width: 49%;
}
.structure-4 .index-title2 {
  font-size: 40px;
}
.structure-4 .more {
  margin: 30px 0;
  border: 10px solid #f9f9f9;
}
.structure-5 {
  position: absolute;
  left: 50%;
  width: 960px;
  height: 100%;
}
.structure-5 .index-title2 {
  position: absolute;
  right: 5%;
  bottom: 5%;
  max-width: 500px;
}
.structure-5 .index-title2:before {
  left: auto;
  right: 0;
}
.structure-5 .index-title2 h2 {
  font-weight: normal;
  text-align: right;
  color: #fff;
  font-family: 'PingFang Light';
}
.structure-5 img {
  width: 100%;
  height: 100%;
}
.page-box9 {
  margin-top: 80px;
}
.page-box9 .structure-4 {
  float: right;
  width: 45%;
  padding-top: 50px;
}
.page-box9 .structure-5 {
  left: auto;
  right: 50%;
}
.index-title4 {
  font-size: 18px;
  color: #333;
  text-align: center;
  font-family: "PingFang Light";
}
.page-box10 {
  padding-top: 70px;
  background: url("../image/bg4.jpg") no-repeat center top;
}
.page-box10 .index-title2 {
  padding-top: 0;
  text-align: center;
}
.page-box10 .index-title2 h2 {
  color: #fff;
}
.page-box10 .index-title2:before {
  left: 50%;
  margin-left: -33px;
}
.page-box11 {
  position: relative;
  padding-bottom: 130px;
  background: #f4f4f4;
  overflow: hidden;
}
.page-box11 .structure-4 {
  float: left;
  width: 49%;
  height: auto;
  position: relative;
}
.page-box11 .structure-5 {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  text-align: center;
  background: #00374e;
}
.page-box11 .structure-5 img {
  position: relative;
  top: 50%;
  max-height: 100%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.page-box12 {
  padding-bottom: 50px;
}
.page-box12 .index-title2 {
  text-align: center;
}
.page-box12 .index-title2:before {
  left: 50%;
  margin-left: -33px;
}
.index-list5 {
  margin-top: 50px;
}
.index-list5 li {
  margin-bottom: 20px;
}
.index-list5 p {
  padding-left: 30px;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}
.index-title5 {
  text-align: center;
  padding-top: 0!important;
}
.index-title5 h2 {
  color: #fff;
}
.index-title5:before {
  left: 50%;
  margin-left: -33px;
  background: #fff;
}
.page-box13 {
  min-height: 588px ;
  height: auto;
  margin-top: 0;
}
.page-box13 .structure-4 {
  float: right;
  width: 50%;
  padding-top: 0;
  margin-top: 0;
}
.page-box13 .structure-5 {
  left: auto;
  right: 50%;
}
.page-box13 .structure-5 img {
  height: 100%;
}
.page-box13 .index-list5 {
  margin-top: 0;
  padding: 30px 0;
}
.page-box13 .index-list5 li {
  margin-bottom: 15px;
}
.page-box13 .index-list5 p {
  padding-left: 30px;
  font-size: 18px;
  color: #333;
  line-height: 30px;
}
.index-list6 li {
  position: relative;
  padding: 30px 0 30px 80px;
  min-height: 60px;
  border-bottom: 1px solid #dcdcdc;
}
.index-list6 li img {
  position: absolute;
  left: 0;
  width: 60px;
}
.index-list6 li span {
  display: block;
  color: #254a70;
  font-size: 18px;
}
.index-list6 li p {
  display: block;
  font-size: 18px;
  color: #5a5a5a;
}
.index-list6 li:last-child {
  border-bottom: none;
}
.page-box14 {
  background: none;
}
.page-box14 .index-title1 {
  color: #333;
}
.index-list7 {
  margin-top: 50px;
  overflow: hidden;
}
.index-list7 li {
  float: left;
  width: 33.3%;
}
.index-list7 li img {
  display: block;
  width: 80px;
  margin: 0 auto;
}
.index-list7 li h3 {
  font-weight: normal;
  font-size: 24px;
  color: #5f5f5f;
  text-align: center;
}
.index-list7-li-con {
  margin-top: 30px;
  padding: 0 5% ;
}
.index-list7-li-con p {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  color: #5f5f5f;
  line-height: 30px;
}
.index-list7-li-con p:before {
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5aa8d3;
  content: '';
}
.index-con4 {
  padding: 0 10%;
  margin-top: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.index-list8 {
  width: 80%;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.index-list8 li {
  float: left;
  width: 25%;
  margin-top: 50px;
}
.index-list8 li div {
  position: relative;
  width: 90%;
  max-width: 378px;
  margin: 0 auto;
  border-radius: 6px;
  overflow: hidden;
}
.index-list8 li div img {
  width: 100%;
}
.index-list8 li p {
  position: absolute;
  left: 10%;
  bottom: 10%;
  width: 80%;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.page-box15 {
  background: #f4f4f4;
}
.page-box15 .index-title2 {
  padding-bottom: 0;
}
.page-box15 .index-title2:before {
  display: none;
}
.line-owl {
  margin-top: 40px;
}
.line-owl .owl-dots {
  margin-top: 50px;
}
.line-con {
  padding: 0 15%;
}
.line-con p {
  font-size: 16px;
  color: #fff;
}
.page-box17 {
  margin-top: 150px;
  overflow: visible;
}
.page-box17 .index-con4 {
  text-align: left;
  padding: 0;
}
.page-box17 .index-img4 {
  display: block;
  margin: -150px auto 30px;
}
.assess-owl {
  margin-top: 40px;
}
.assess-owl .owl-dots {
  margin-top: 50px;
}
.assess-owl .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #bfbfbf;
}
.assess-owl .owl-dot.active {
  background: #bfbfbf;
}
.assess-owl .line-con p {
  color: #333;
}
.page-box18 .index-title1 {
  width: 48%;
  display: inline-block;
  vertical-align: middle;
}
.page-box18 .structure-3 {
  width: 48%;
  display: inline-block;
  vertical-align: middle;
}
.page-box19 {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  margin-bottom: 30px;
}
.page-box19 .structure-1 {
  float: left;
  width: 48%;
}
.page-box19 .structure-2 {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
}
.page-box19 .structure-2 img {
  width: 100%;
}
.page-box19s {
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}
.page-box19s .structure-1 {
  float: right;
  width: 48%;
}
.page-box19s .structure-2 {
  position: absolute;
  width: 50%;
  height: 100%;
  max-height: 430px;
  left: 0;
  top: 0;
}
.page-box19s .structure-2 img {
  width: 100%;
}
.page-box19s .structure-2 .index-title5 {
  position: absolute;
  right: 5%;
  bottom: 5%;
}
.page-box19s .structure-2 .index-title5:before {
  left: auto;
  right: 0;
}
.page-box20 {
  margin-bottom: 80px;
}
.page-box20 .index-title4 {
  margin-top: 20px;
  text-align: left;
}
.index-list9 {
  margin-top: 40px;
  overflow: hidden;
}
.index-list9 li {
  float: left;
  width: 48.5%;
  margin-bottom: 20px;
}
.index-list9 li:nth-of-type(even) {
  float: right;
}
.ai-pic {
  margin-bottom: 10px;
}
.ai-pic img {
  width: 100%;
}
.ai-text {
  height: 60px;
  font-size: 18px;
  color: #5f5f5f;
  line-height: 30px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-list10 {
  margin-bottom: 60px;
  overflow: hidden;
}
.index-list10 li {
  position: relative;
  float: left;
  width: 18.8%;
  margin-left: 1.5%;
  background: #f2f2f2;
}
.index-list10 li:first-child {
  margin-left: 0;
}
.index-list10-pic img {
  width: 100%;
}
.index-list10-text {
  height: 200px;
  padding: 10px;
  background: #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.index-list10-text h2 {
  font-size: 20px;
  font-weight: normal;
}
.index-list10-text p {
  font-size: 16px;
}
.index-list11 {
  overflow: hidden;
  margin: 50px 0;
}
.index-list11 li {
  float: left;
  width: 32%;
  margin-left: 2%;
  margin-bottom: 30px;
  background: #f7f7f7;
  border-radius: 8px;
  overflow: hidden;
  cursor: default;
}
.index-list11 li:nth-of-type(3n+1) {
  margin-left: 0;
}
.index-list11 li img {
  width: 100% ;
}
.index-list11 li:hover .index-list11-text h2 {
  color: #5aa8d3;
}
.index-list11 li:hover .index-list11-text a {
  color: #fff;
  background: #5aa8d3;
  border: 1px solid #5aa8d3;
}
.index-list11-text {
  padding: 15px;
}
.index-list11-text h2 {
  position: relative;
  color: #00364e;
  font-size: 22px;
  font-weight: normal;
  padding-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.index-list11-text h2:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background: #d6d6d6;
  content: '';
}
.index-list11-text a {
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  color: #333;
  line-height: 34px;
  border: 1px solid #c9c9c9;
}
.index-con6 {
  margin: 10px 0;
  height: 120px;
  font-size: 16px;
  line-height: 30px;
  color: #5f5f5f;
  overflow: hidden;
}
.page-box6s {
  padding-bottom: 50px;
  background: #f6f6f6;
}
.page-box6s1 {
  padding: 50px 0;
}
.page-box6s1 .index-title2 h2 {
  color: #333;
}
.page-box6s1 .index-title2:before {
  background: #d6d6d6;
}
.structure-6 {
  padding: 30px 0 80px;
  text-align: center;
}
.index-list12 {
  margin: 50px 0;
  overflow: hidden;
}
.index-list12 li {
  float: left;
  width: 19%;
  margin: 0 .5% 20px;
  border: 1px solid #d6d6d6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.index-list12 li img {
  width: 100%;
}
.page-nav1 li {
  min-width: 140px;
}
.page-box21 .structure-2 {
  width: 43%;
}
.page-box21 .structure-1 {
  width: 56%;
}
.page-box22 .structure-1con {
  color: #fff;
  font-size: 16px;
}
.develop-box {
  margin: 40px 0;
  background: url("../image/line.jpg") repeat-y center top;
}
.develop-box li {
  overflow: hidden;
  background: url("../image/develop-dot.png") no-repeat center 20px;
}
.develop-box li:nth-of-type(even) .develop-1 {
  float: right;
}
.develop-box li:nth-of-type(even) .develop-1 p {
  text-align: left;
}
.develop-box li:nth-of-type(even) .develop-2 {
  float: left;
  text-align: right;
}
.develop-1 {
  float: left;
  width: 50%;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.develop-1 p {
  font-size: 18px;
  color: #64b3d4;
  text-align: right;
}
.develop-2 {
  float: right;
  width: 50%;
  font-size: 16px;
  color: #333;
  padding: 15px 30px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about-box1 {
  padding: 10px 0 60px;
  text-align: center;
}
.about-box2 {
  padding: 20px 0 60px;
  overflow: hidden;
}
.culture1 {
  float: left;
  width: 50%;
  padding: 20px;
  text-align: center;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.culture1 h3 {
  font-size: 24px;
  text-align: left;
  font-weight: normal;
}
.culture1 p {
  font-size: 18px;
  text-align: left;
}
.case-item {
  line-height: 50px;
  background: #f1f1f1;
  overflow: hidden;
}
.case-item li {
  float: left;
  width: 20%;
  border-bottom: 1px solid #f1f1f1;
}
.case-item li a {
  display: block;
  color: #333;
  font-size: 16px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.case-item li.active,
.case-item li:hover {
  border-bottom: 1px solid #5aa8d3;
}
.invite-item li {
  width: 25%;
}
.page-box23 {
  padding: 50px 0 20px;
}
.page-box23 .index-title2 {
  padding-top: 0 ;
}
.page-box23 .index-title2 h2 {
  font-size: 30px;
}
.page-box23 .index-title2 p {
  font-size: 30px;
}
.page-box24 {
  background: #f9f9f9;
}
.welfare-list {
  margin: 30px 0 0;
  overflow: hidden;
}
.welfare-list li {
  float: left;
  width: 18.8%;
  margin-left: 1.5%;
  padding: 30px 0;
  text-align: center;
  background: #f1f1f1;
  border-radius: 10px;
}
.welfare-list li img {
  width: 40%;
  max-width: 86px;
  margin-bottom: 20px;
}
.welfare-list li p {
  font-size: 22px;
  color: #333;
}
.welfare-list li:first-child {
  margin-left: 0;
}
.welfare-list1 {
  overflow: hidden;
}
.welfare-list1 li {
  float: left;
  width: 32%;
  margin: 0 0 20px 2%;
  background: #f7f7f7;
  border-radius: 6px;
  overflow: hidden;
}
.welfare-list1 li:nth-of-type(3n+1) {
  margin-left: 0;
}
.welfare-list1 li p {
  padding: 0 10px;
  font-size: 20px;
  line-height: 60px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.welfare-list1 li img {
  width: 100%;
}
.table1 {
  width: 100%;
  margin-top: 40px;
  font-size: 18px;
  border: 1px solid #fff;
}
.table1 thead {
  background: #fff;
}
.table1 th {
  padding: 12px 10px;
  color: #333;
  text-align: center;
  font-weight: normal;
  border: 1px solid #fff;
}
.table1 td {
  padding: 10px;
  color: #fff;
  border: 1px solid #fff;
}
.roll {
  display: none;
  margin-top: 40px;
  font-size: 16px;
  color: #fff;
}
.roll li {
  padding: 10px 0;
  line-height: 30px;
  border-bottom: 1px solid #fff;
}
.roll li span {
  display: inline-block;
}
.page-box25 .index-title2 {
  text-align: center;
}
.page-box25 .index-title2:before {
  left: 50%;
  margin-left: -30px;
}
.mailbox-list {
  overflow: hidden;
  margin: 50px 0;
}
.mailbox-list li {
  float: left;
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mailbox-list li div {
  padding: 20px 15px;
  font-size: 18px;
  color: #333;
  border: 1px solid #dcdcdc;
}
.page-box26 .index-title1 {
  font-size: 30px;
  color: #333;
}
.contact-list {
  margin: 50px 0;
  overflow: hidden;
}
.contact-list li {
  margin-bottom: 20px;
  overflow: hidden;
}
.contact1 {
  float: left;
  width: 49%;
  border: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact1 span {
  display: block;
  font-size: 30px;
  text-align: center;
  line-height: 84px;
  border-bottom: 1px solid #dcdcdc;
}
.contact1 div {
  padding: 0 10px;
}
.contact1 div p {
  padding: 17px 0;
  font-size: 18px;
  border-bottom: 1px dashed #dcdcdc;
}
.contact1 div p:last-child {
  border-bottom: none;
}
.contact2 {
  float: right;
  width: 49%;
  padding: 10px;
  border: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact2 img {
  width: 100%;
}
.table3 {
  width: 100%;
  margin-top: 30px;
  border: 1px solid #dcdcdc;
}
.table3 td {
  padding: 20px;
  vertical-align: top;
  border: 1px solid #dcdcdc;
}
.table3 td:first-child {
  width: 20%;
  font-size: 18px;
  color: #000;
}
.table3 td:nth-of-type(2) {
  width: 80%;
  font-size: 16px;
  color: #666;
}
.index-title6 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #333;
  font-weight: normal;
}
.index-con7 {
  margin-bottom: 20px;
  padding: 20px;
  font-size: 18px;
  color: #5f5f5f;
  background: #f7f7f7;
}

/*
.clear {
  clear: both;
}
.box {
  width: 1200px;
  margin: 0 auto;
}
.banner {
  position: relative;
  background-color: #ecedef;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden ;
}
.banner .header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.banner .language-switch {
  color: #fff;
}
.banner .language-switch p {
  background: url("../image/down-white.png") no-repeat right center;
}
.banner .language-switch a {
  color: #fff;
}
.banner .language-switch .language-switch-tab {
  background: none;
}
.banner .nav li a {
  color: #fff;
}
.header {
  padding: 15px 0;
  height: 62px;
  z-index: 111;
}
.logo {
  float: left;
}
.language-switch {
  float: right;
  width: 90px;
  height: 34px;
  line-height: 32px;
  color: #333;
  font-size: 14px;
}
.language-switch .l-s-tab {
  cursor: pointer;
  padding: 10px 0;
  margin-top: 5px;
  overflow: hidden;
  background: url("../image/down.png") no-repeat right center;
}
.language-switch img {
  float: left;
  margin: 6px 10px 6px 0;
}
.language-switch a {
  display: block;
  color: #333;
  overflow: hidden;
}
.language-switch .iconfont {
  float: right;
  font-size: 14px;
  line-height: 32px;
}
.language-switch em {
  font-style: normal ;
}
.language-switch .language-switch-tab {
  display: none;
  padding: 0 10px;
  width: 100%;
  margin-left: -10px;
  border-top: none;
  background: #fff;
  overflow: hidden;
}
.mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 11;
}
.header-nav {
  float: right;
}
.nav {
  height: 62px;
  line-height: 62px;
  z-index: 11;
}
.nav li {
  position: relative;
  float: left;
  font-size: 14px;
  margin-right: 25px;
  text-align: center;
}
.nav li a {
  color: #333;
}
.nav li:hover .nav-level {
  display: block;
}
.nav-level {
  display: none;
  position: absolute;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  text-align: left;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 5px #eee;
  -moz-box-shadow: 0 0 5px #eee;
  box-shadow: 0 0 5px #eee;
  z-index: 1;
}
.nav-level a {
  display: block;
  padding: 15px 20px;
  font-size: 16px;
  color: #333!important;
  line-height: 20px;
}
.nav-level a:hover {
  background: #f7f7f7;
  color: #5ba8d4!important;
}
.body-hide {
  overflow: hidden;
}
.menu-btn {
  display: none;
  position: fixed;
  right: 0;
  top: 16%;
  width: 40px;
  height: 40px;
  background: #fff;
  text-align: center;
  line-height: 40px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  z-index: 11;
}
.menu-btn i {
  font-size: 24px;
  color: #333;
}
.menu-nav {
  display: none;
}
.banner-con {
  position: relative;
  padding-top: 300px;
}
.banner-lf {
  float: left;
  width: 50%;
  padding-bottom: 160px;
}
.banner-lf p {
  color: #fff;
}
.banner-lf a {
  color: #fff;
}
.banner-lf-1 {
  font-size: 45px;
}
.banner-lf-2 {
  font-size: 14px;
  margin-top: 30px;
}
.banner-lf-2 span {
  display: block;
  margin-right: 10px;
}
.banner-lf-3 {
  margin-top: 40px;
  font-size: 18px;
  line-height: 56px;
}
.banner-lf-3 i {
  float: left;
  font-size: 58px;
  color: #fff;
  margin-right: 10px;
}
.banner-lf-3 a {
  display: inline-block;
}
.more {
  display: block;
  width: 170px;
  height: 56px;
  border-radius: 3px;
  background: #64b3d4;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 56px;
  margin-right: 20px;
}
.banner-rg {
  position: relative;
  float: right;
  width: 50%;
  margin-top: -120px;
  text-align: center;
}
.banner-rg-first {
  position: relative;
  float: left;
  width: 55%;
}
.banner-rg-first img {
  margin: -50px 0 0 60px;
}
.banner-rg-two {
  float: left;
  width: 45%;
}
.company-profile {
  padding-top: 30px;
  background: #ecedef;
}
.banner-division {
  position: absolute;
  left: 0;
  bottom: 0;
}
.company-profile {
  padding-bottom: 100px;
  color: #333;
}
.company-profile h2 {
  font-size: 30px;
  font-weight: normal;
}
.company-profile-con {
  margin-top: 30px;
  overflow: hidden ;
}
.company-profile-con li {
  float: left;
  width: 49%;
  font-size: 20px;
}
.company-profile-con li:nth-of-type(even) {
  float: right;
}
.company-profile-con li a {
  color: #136d92;
}
.index-structure1 {
  padding: 70px 0;
  background: url("../image/bg1.jpg") no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.index-structure1-lf {
  float: left;
  width: 50%;
  text-align: center;
}
.index-structure1-rg {
  float: right;
  width: 50%;
}
.index-structure1-rg ul {
  max-width: 600px;
}
.index-structure1-rg li {
  position: relative;
  min-height: 110px;
  padding-left: 110px;
  margin: 30px 0;
}
.index-structure1-rg li img {
  position: absolute;
  left: 0;
  top: 0;
  height: 110px;
}
.index-structure1-rg li h3 {
  padding-top: 20px;
  font-size: 26px;
  font-weight: normal;
  color: #fff;
}
.index-structure1-rg li p {
  font-size: 16px;
  color: #f4f4f4;
  opacity: .5;
}
.index-structure2 {
  height: 698px;
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
.index-structure2-rg {
  float: right;
  height: 698px;
  width: 50%;
  background: rgba(255, 255, 255, 0.7);
}
.index-structure2-rg ul {
  overflow: hidden;
}
.index-structure2-rg li {
  float: left;
  width: 50%;
  margin-top: 95px;
  text-align: center;
  color: #333;
}
.index-structure2-rg li span {
  display: block;
  font-size: 50px;
}
.index-structure2-rg li span b {
  font-style: normal;
}
.index-structure2-rg li span sup {
  font-style: normal;
  font-size: 20px;
  color: #aaa;
}
.index-structure2-rg li p {
  font-size: 18px;
}
.index-structure3 {
  padding: 90px 0;
  background: url("../image/bg1.jpg") no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.index-structure3-lf {
  float: left;
  width: 50%;
}
.index-structure3-lf h2 {
  margin-bottom: 40px;
  font-size: 45px;
  color: #fff;
  font-weight: normal;
}
.index-structure3-lf span {
  display: block;
  margin-bottom: 40px;
  font-size: 16px;
  color: #fff;
}
.index-structure3-lf p {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 30px;
  color: #8d8d8d;
}
.index-structure3-rg {
  float: right;
  max-width: 45%;
  text-align: center;
}
.index-structure4 {
  padding: 65px 0;
  background: url("../image/bg2.png") repeat-y center top;
  background-size: cover;
}
.index-title1 {
  font-size: 45px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  font-family: 'PingFang Light';
}
.index-list1 {
  width: 500px;
  margin: 30px auto 70px;
  overflow: hidden;
  text-align: center;
}
.index-list1 li {
  display: inline-block;
  height: 32px;
  padding: 0 15px;
  margin: 0 10px;
  font-size: 16px ;
  line-height: 32px;
  color: #fff;
  cursor: pointer;
}
.index-list1 li:hover {
  background: #68b5d5;
}
.index-list1 .index-divide.on {
  background: #68b5d5;
}
.index-new-item {
  display: none;
  overflow: hidden;
}
.index-new-item:first-child {
  display: block;
}
.index-new-lf {
  float: left;
  width: 48%;
  height: 476px;
  padding: 45px;
  background: #68b5d5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.index-new-lf span {
  font-size: 26px;
  color: #fff;
}
.index-new-lf h3 {
  margin: 23px 0;
  font-weight: normal;
  font-size: 22px;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.index-new-lf p {
  height: 96px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.index-new-lf .index-more1 {
  display: block;
  width: 140px;
  height: 40px;
  margin-top: 100px;
  font-size: 20px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 40px;
  color: #fff;
}
.index-new-lf .index-more1:hover {
  background: rgba(255, 255, 255, 0.1);
}
.index-new-rg {
  float: right;
  width: 49%;
}
.index-list2 li {
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.index-list2 li div {
  overflow: hidden;
}
.index-list2 li div h3 {
  float: left;
  max-width: 80%;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-list2 li div span {
  float: right;
  font-size: 30px;
  color: #fff;
}
.index-list2 li p {
  height: 48px;
  padding-right: 120px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  background: url("../image/new-right.png") no-repeat right center;
}
.index-structure5 {
  background: #ecedef;
}
.index-structure5 .index-structure3-lf {
  float: right;
  text-align: right;
  width: 40%;
}
.index-structure5 .index-structure3-lf .more {
  float: right;
}
.index-structure5 .index-structure3-lf h2 {
  color: #333;
}
.index-structure5 .index-structure3-lf span {
  color: #333;
}
.index-structure5 .index-structure3-lf p {
  color: #666;
}
.index-structure5 .index-structure3-rg {
  float: left;
  max-width: 58%;
  width: 58%;
}
.index-structure6 {
  padding: 50px 0;
}
.index-structure6 .item {
  padding: 10px;
}
.index-structure6 p {
  margin-bottom: 30px;
  font-size: 30px;
  color: #262d35;
}
.index-structure6 img {
  display: block;
  margin: 0 auto;
  border: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 40px;
  height: 40px;
}
.owl-carousel .owl-prev {
  left: -30px;
  color: transparent;
  background: url("../image/left.jpg") no-repeat center;
}
.owl-carousel .owl-next {
  right: -30px;
  color: transparent;
  background: url("../image/right.jpg") no-repeat center;
}
.owl-carousel .owl-dots {
  height: 15px;
  margin-top: 20px;
  text-align: center;
}
.owl-carousel .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background: #e3e3e3;
}
.owl-carousel .owl-dot.active {
  background: #f8b52c;
}
.foot {
  padding-top: 80px;
  background: #efefef;
  overflow: hidden;
}
.foot-lf {
  float: left;
  width: 25%;
}
.foot-lf .foot-logo {
  display: block;
  width: 242px;
  margin-bottom: 20px;
}
.foot-lf p {
  font-size: 14px;
  color: #828282;
  line-height: 30px;
}
.foot-rg {
  float: right;
  width: 70%;
}
.foot-rg li {
  float: left;
  width: 33.3%;
  padding: 0 10px;
  line-height: 50px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.foot-rg li label {
  display: block;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #999;
  overflow: hidden;
}
.foot-rg li span {
  float: left;
  font-size: 16px;
  color: #666;
  width: 50px;
}
.foot-rg li input {
  float: left;
  width: 70%;
  font-size: 16px;
  line-height: 50px;
  background: transparent;
}
.foot-rg li textarea {
  float: left;
  width: 90%;
  padding: 14px 0;
  height: 100px;
  resize: none;
  font-size: 16px;
  color: #666;
  background: transparent;
}
.foot-rg li:last-child {
  width: 100%;
}
.foot-rg .submit {
  width: 100%;
  height: 48px;
  font-size: 16px;
  color: #fff;
  background: #999;
}
.foot-code {
  margin-top: 10px;
  padding: 15px;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  background: #fff;
}
.foot-code p {
  font-size: 14px;
  color: #828282;
  line-height: inherit;
}
.foot-code img {
  float: left;
  width: 38%;
}
.foot-code div {
  float: right;
  width: 58%;
  margin-top: 8px;
}
.foot-bottom {
  height: 40px;
  margin-top: 60px;
  line-height: 40px;
  font-size: 12px;
  background: #fff;
}
.page-banner {
  height: 230px;
  background-position: center  top;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-banner .box {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.page-banner p {
  font-size: 30px;
  color: #fff;
}
.page-banner span {
  display: block;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.page-position {
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #dcdcdc;
}
.page-position p {
  float: right;
  max-width: 100%;
  padding-left: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background: url("../image/position.jpg") no-repeat left center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-position span {
  color: #006d9b;
}
.page-position a {
  color: #333;
}
.page-nav {
  margin: 30px 0;
  text-align: center;
  overflow: hidden;
}
.page-nav li {
  display: inline-block;
  min-width: 210px;
  min-height: 40px;
  padding: 0 5px;
  margin: 0 5px 10px;
  border: 1px solid #898989;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-nav li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333;
  text-align: center;
  padding: 5px 0;
  line-height: 30px;
}
.page-nav li:hover,
.page-nav li.active {
  background: #00aadc;
  border-color: #00aadc;
}
.page-nav li:hover a,
.page-nav li.active a {
  color: #fff;
}
.page-box1 {
  position: relative;
  min-height: 472px;
  border-bottom: 1px solid #dcdcdc;
  overflow: hidden;
}
.page-box1 .structure-2 {
  position: absolute;
  left: 50%;
  width: 960px;
  height: 100%;
}
.structure-1 {
  float: left;
  width: 49%;
}
.structure-2 {
  width: 50%;
  float: right;
  text-align: center;
}
.structure-2 img {
  position: relative;
  max-height: 100%;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.index-title2 {
  position: relative;
  padding-bottom: 20px;
  padding-top: 30px;
}
.index-title2 p {
  font-size: 35px;
  color: #5f5f5f;
  font-family: 'PingFang ExtraLight';
}
.index-title2 p em {
  color: #000;
  font-weight: bold;
}
.index-title2 h2 {
  font-size: 35px;
  color: #5f5f5f;
  font-family: 'PingFang ExtraLight';
}
.index-title2:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 66px;
  height: 1px;
  background: #d6d6d6;
  content: '';
}
.structure-1con {
  margin: 30px 0;
  font-size: 18px;
  color: #5f5f5f;
  text-align: left;
  line-height: 30px;
}
.page-box2 {
  padding: 30px 0 70px;
  overflow: hidden;
}
.page-box3 {
  padding: 50px 0;
  background: url("../image/bg3.png") repeat-y center top;
  overflow: hidden;
  background-size: cover;
}
.index-list4 {
  margin-top: 30px;
}
.index-list4 li {
  float: left;
  width: 33.3%;
  margin-top: 40px;
  font-size: 18px;
  color: #fff;
  line-height: 60px;
}
.index-list4 li div {
  display: block;
  width: 350px;
  height: 80px;
  margin: 0 auto;
  padding: 10px 15px;
  border-radius: 6px;
  cursor: default;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.index-list4 li div p {
  position: relative;
  top: 50%;
  line-height: 24px;
  max-height: 48px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.index-list4 li div:hover {
  background: #fff;
}
.index-list4 li div:hover i {
  color: #333;
}
.index-list4 li div:hover p {
  color: #333;
}
.index-list4 li i {
  float: left;
  width: 60px;
  margin-right: 10px;
  font-size: 50px;
  text-align: center;
  color: #fff;
}
.page-box4 {
  padding: 75px 0;
  background: url("../image/bg3.jpg") no-repeat center top;
  background-size: cover;
}
.index-title3 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-family: 'PingFang Light';
}
.index-list3 {
  margin: 80px 0 20px;
  overflow: hidden;
}
.index-list3 li {
  float: left;
  width: 32%;
  height: 280px;
  padding: 30px 40px;
  margin-left: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.index-list3 li:first-child {
  margin-left: 0;
}
.index-list3 li h3 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 30px;
  font-family: 'PingFang Light';
  color: #00364e;
}
.index-list3 li h3:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background: #d6d6d6;
  content: '';
}
.index-list3 li p {
  font-size: 16px;
  color: #5f5f5f;
}
.page-box5 {
  min-height: inherit;
  padding: 20px 0 ;
  overflow: hidden;
}
.page-box5 .structure-2 {
  position: relative;
  left: 0;
  float: right;
  width: 50%;
  height: auto;
}
.page-box5 .structure-2 img {
  position: relative;
  max-height: 100%;
  top: 0;
  transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.page-box6 .structure-1,
.page-box6 .structure-2 {
  float: none;
  width: 100%;
}
.structure-3 {
  margin: 30px 0 0;
  text-align: center;
}
.page-box7 {
  background: none;
}
.page-box7 .index-title1 {
  color: #333;
}
.page-box8 {
  position: relative;
  overflow: hidden;
  min-height: 588px;
}
.structure-4 {
  float: left;
  width: 49%;
}
.structure-4 .index-title2 {
  font-size: 40px;
}
.structure-4 .more {
  margin: 30px 0;
  border: 10px solid #f9f9f9;
}
.structure-5 {
  position: absolute;
  left: 50%;
  width: 960px;
  height: 100%;
}
.structure-5 .index-title2 {
  position: absolute;
  right: 5%;
  bottom: 5%;
  max-width: 500px;
}
.structure-5 .index-title2:before {
  left: auto;
  right: 0;
}
.structure-5 .index-title2 h2 {
  font-weight: normal;
  text-align: right;
  color: #fff;
  font-family: 'PingFang Light';
}
.structure-5 img {
  width: 100%;
  height: 100%;
}
.page-box9 {
  margin-top: 80px;
}
.page-box9 .structure-4 {
  float: right;
  width: 45%;
  padding-top: 50px;
}
.page-box9 .structure-5 {
  left: auto;
  right: 50%;
}
.index-title4 {
  font-size: 18px;
  color: #333;
  text-align: center;
  font-family: "PingFang Light";
}
.page-box10 {
  padding-top: 70px;
  background: url("../image/bg4.jpg") no-repeat center top;
}
.page-box10 .index-title2 {
  padding-top: 0;
  text-align: center;
}
.page-box10 .index-title2 h2 {
  color: #fff;
}
.page-box10 .index-title2:before {
  left: 50%;
  margin-left: -33px;
}
.page-box11 {
  position: relative;
  padding-bottom: 130px;
  background: #f4f4f4;
  overflow: hidden;
}
.page-box11 .structure-4 {
  float: left;
  width: 49%;
  height: auto;
  position: relative;
}
.page-box11 .structure-5 {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  text-align: center;
  background: #00374e;
}
.page-box11 .structure-5 img {
  position: relative;
  top: 50%;
  max-height: 100%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.page-box12 {
  padding-bottom: 50px;
}
.page-box12 .index-title2 {
  text-align: center;
}
.page-box12 .index-title2:before {
  left: 50%;
  margin-left: -33px;
}
.index-list5 {
  margin-top: 50px;
}
.index-list5 li {
  margin-bottom: 20px;
}
.index-list5 p {
  padding-left: 30px;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}
.index-title5 {
  text-align: center;
  padding-top: 0!important;
}
.index-title5 h2 {
  color: #fff;
}
.index-title5:before {
  left: 50%;
  margin-left: -33px;
  background: #fff;
}
.page-box13 {
  min-height: 588px ;
  height: auto;
  margin-top: 0;
}
.page-box13 .structure-4 {
  float: right;
  width: 50%;
  padding-top: 0;
  margin-top: 0;
}
.page-box13 .structure-5 {
  left: auto;
  right: 50%;
}
.page-box13 .structure-5 img {
  height: 100%;
}
.page-box13 .index-list5 {
  margin-top: 0;
  padding: 30px 0;
}
.page-box13 .index-list5 li {
  margin-bottom: 15px;
}
.page-box13 .index-list5 p {
  padding-left: 30px;
  font-size: 18px;
  color: #333;
  line-height: 30px;
}
.index-list6 li {
  position: relative;
  padding: 30px 0 30px 80px;
  min-height: 60px;
  border-bottom: 1px solid #dcdcdc;
}
.index-list6 li img {
  position: absolute;
  left: 0;
  width: 60px;
}
.index-list6 li span {
  display: block;
  color: #254a70;
  font-size: 18px;
}
.index-list6 li p {
  display: block;
  font-size: 18px;
  color: #5a5a5a;
}
.index-list6 li:last-child {
  border-bottom: none;
}
.page-box14 {
  background: none;
}
.page-box14 .index-title1 {
  color: #333;
}
.index-list7 {
  margin-top: 50px;
  overflow: hidden;
}
.index-list7 li {
  float: left;
  width: 33.3%;
}
.index-list7 li img {
  display: block;
  width: 80px;
  margin: 0 auto;
}
.index-list7 li h3 {
  font-weight: normal;
  font-size: 24px;
  color: #5f5f5f;
  text-align: center;
}
.index-list7-li-con {
  margin-top: 30px;
  padding: 0 5% ;
}
.index-list7-li-con p {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  color: #5f5f5f;
  line-height: 30px;
}
.index-list7-li-con p:before {
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5aa8d3;
  content: '';
}
.index-con4 {
  padding: 0 10%;
  margin-top: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.index-list8 {
  width: 80%;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.index-list8 li {
  float: left;
  width: 25%;
  margin-top: 50px;
}
.index-list8 li div {
  position: relative;
  width: 90%;
  max-width: 378px;
  margin: 0 auto;
  border-radius: 6px;
  overflow: hidden;
}
.index-list8 li div img {
  width: 100%;
}
.index-list8 li p {
  position: absolute;
  left: 10%;
  bottom: 10%;
  width: 80%;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.page-box15 {
  background: #f4f4f4;
}
.page-box15 .index-title2 {
  padding-bottom: 0;
}
.page-box15 .index-title2:before {
  display: none;
}
.line-owl {
  margin-top: 40px;
}
.line-owl .owl-dots {
  margin-top: 50px;
}
.line-con {
  padding: 0 15%;
}
.line-con p {
  font-size: 16px;
  color: #fff;
}
.page-box17 {
  margin-top: 150px;
  overflow: visible;
}
.page-box17 .index-con4 {
  text-align: left;
  padding: 0;
}
.page-box17 .index-img4 {
  display: block;
  margin: -150px auto 30px;
}
.assess-owl {
  margin-top: 40px;
}
.assess-owl .owl-dots {
  margin-top: 50px;
}
.assess-owl .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #bfbfbf;
}
.assess-owl .owl-dot.active {
  background: #bfbfbf;
}
.assess-owl .line-con p {
  color: #333;
}
.page-box18 .index-title1 {
  width: 48%;
  display: inline-block;
  vertical-align: middle;
}
.page-box18 .structure-3 {
  width: 48%;
  display: inline-block;
  vertical-align: middle;
}
.page-box19 {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  margin-bottom: 30px;
}
.page-box19 .structure-1 {
  float: left;
  width: 48%;
}
.page-box19 .structure-2 {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
}
.page-box19 .structure-2 img {
  width: 100%;
}
.page-box19s {
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}
.page-box19s .structure-1 {
  float: right;
  width: 48%;
}
.page-box19s .structure-2 {
  position: absolute;
  width: 50%;
  height: 100%;
  max-height: 430px;
  left: 0;
  top: 0;
}
.page-box19s .structure-2 img {
  width: 100%;
}
.page-box19s .structure-2 .index-title5 {
  position: absolute;
  right: 5%;
  bottom: 5%;
}
.page-box19s .structure-2 .index-title5:before {
  left: auto;
  right: 0;
}
.page-box20 {
  margin-bottom: 80px;
}
.page-box20 .index-title4 {
  margin-top: 20px;
  text-align: left;
}
.index-list9 {
  margin-top: 40px;
  overflow: hidden;
}
.index-list9 li {
  float: left;
  width: 48.5%;
  margin-bottom: 20px;
}
.index-list9 li:nth-of-type(even) {
  float: right;
}
.ai-pic {
  margin-bottom: 10px;
}
.ai-pic img {
  width: 100%;
}
.ai-text {
  height: 60px;
  font-size: 18px;
  color: #5f5f5f;
  line-height: 30px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-list10 {
  margin-bottom: 60px;
  overflow: hidden;
}
.index-list10 li {
  position: relative;
  float: left;
  width: 18.8%;
  margin-left: 1.5%;
  background: #f2f2f2;
}
.index-list10 li:first-child {
  margin-left: 0;
}
.index-list10-pic img {
  width: 100%;
}
.index-list10-text {
  height: 200px;
  padding: 10px;
  background: #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.index-list10-text h2 {
  font-size: 20px;
  font-weight: normal;
}
.index-list10-text p {
  font-size: 16px;
}
.index-list11 {
  overflow: hidden;
  margin: 50px 0;
}
.index-list11 li {
  float: left;
  width: 32%;
  margin-left: 2%;
  margin-bottom: 30px;
  background: #f7f7f7;
  border-radius: 8px;
  overflow: hidden;
  cursor: default;
}
.index-list11 li:nth-of-type(3n+1) {
  margin-left: 0;
}
.index-list11 li img {
  width: 100% ;
}
.index-list11 li:hover .index-list11-text h2 {
  color: #5aa8d3;
}
.index-list11 li:hover .index-list11-text a {
  color: #fff;
  background: #5aa8d3;
  border: 1px solid #5aa8d3;
}
.index-list11-text {
  padding: 15px;
}
.index-list11-text h2 {
  position: relative;
  color: #00364e;
  font-size: 22px;
  font-weight: normal;
  padding-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.index-list11-text h2:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background: #d6d6d6;
  content: '';
}
.index-list11-text a {
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  color: #333;
  line-height: 34px;
  border: 1px solid #c9c9c9;
}
.index-con6 {
  margin: 10px 0;
  height: 120px;
  font-size: 16px;
  line-height: 30px;
  color: #5f5f5f;
  overflow: hidden;
}
.page-box6s {
  padding-bottom: 50px;
  background: #f6f6f6;
}
.page-box6s1 {
  padding: 50px 0;
}
.page-box6s1 .index-title2 h2 {
  color: #333;
}
.page-box6s1 .index-title2:before {
  background: #d6d6d6;
}
.structure-6 {
  padding: 30px 0 80px;
  text-align: center;
}
.index-list12 {
  margin: 50px 0;
  overflow: hidden;
}
.index-list12 li {
  float: left;
  width: 19%;
  margin: 0 .5% 20px;
  border: 1px solid #d6d6d6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.index-list12 li img {
  width: 100%;
}
.page-nav1 li {
  min-width: 140px;
}
.page-box21 .structure-2 {
  width: 43%;
}
.page-box21 .structure-1 {
  width: 56%;
}
.page-box22 .structure-1con {
  color: #fff;
  font-size: 16px;
}
.develop-box {
  margin: 40px 0;
  background: url("../image/line.jpg") repeat-y center top;
}
.develop-box li {
  overflow: hidden;
  background: url("../image/develop-dot.png") no-repeat center 20px;
}
.develop-box li:nth-of-type(even) .develop-1 {
  float: right;
}
.develop-box li:nth-of-type(even) .develop-1 p {
  text-align: left;
}
.develop-box li:nth-of-type(even) .develop-2 {
  float: left;
  text-align: right;
}
.develop-1 {
  float: left;
  width: 50%;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.develop-1 p {
  font-size: 18px;
  color: #64b3d4;
  text-align: right;
}
.develop-2 {
  float: right;
  width: 50%;
  font-size: 16px;
  color: #333;
  padding: 15px 30px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about-box1 {
  padding: 10px 0 60px;
  text-align: center;
}
.about-box2 {
  padding: 20px 0 60px;
  overflow: hidden;
}
.culture1 {
  float: left;
  width: 50%;
  padding: 20px;
  text-align: center;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.culture1 h3 {
  font-size: 24px;
  text-align: left;
  font-weight: normal;
}
.culture1 p {
  font-size: 18px;
  text-align: left;
}
.case-item {
  line-height: 50px;
  background: #f1f1f1;
  overflow: hidden;
}
.case-item li {
  float: left;
  width: 20%;
  border-bottom: 1px solid #f1f1f1;
}
.case-item li a {
  display: block;
  color: #333;
  font-size: 16px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.case-item li.active,
.case-item li:hover {
  border-bottom: 1px solid #5aa8d3;
}
.invite-item li {
  width: 25%;
}
.page-box23 {
  padding: 50px 0 20px;
}
.page-box23 .index-title2 {
  padding-top: 0 ;
}
.page-box23 .index-title2 h2 {
  font-size: 30px;
}
.page-box23 .index-title2 p {
  font-size: 30px;
}
.page-box24 {
  background: #f9f9f9;
}
.welfare-list {
  margin: 30px 0 0;
  overflow: hidden;
}
.welfare-list li {
  float: left;
  width: 18.8%;
  margin-left: 1.5%;
  padding: 30px 0;
  text-align: center;
  background: #f1f1f1;
  border-radius: 10px;
}
.welfare-list li img {
  width: 40%;
  max-width: 86px;
  margin-bottom: 20px;
}
.welfare-list li p {
  font-size: 22px;
  color: #333;
}
.welfare-list li:first-child {
  margin-left: 0;
}
.welfare-list1 {
  overflow: hidden;
}
.welfare-list1 li {
  float: left;
  width: 32%;
  margin: 0 0 20px 2%;
  background: #f7f7f7;
  border-radius: 6px;
  overflow: hidden;
}
.welfare-list1 li:nth-of-type(3n+1) {
  margin-left: 0;
}
.welfare-list1 li p {
  padding: 0 10px;
  font-size: 20px;
  line-height: 60px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.welfare-list1 li img {
  width: 100%;
}
.table1 {
  width: 100%;
  margin-top: 40px;
  font-size: 18px;
  border: 1px solid #fff;
}
.table1 thead {
  background: #fff;
}
.table1 th {
  padding: 12px 10px;
  color: #333;
  text-align: center;
  font-weight: normal;
  border: 1px solid #fff;
}
.table1 td {
  padding: 10px;
  color: #fff;
  border: 1px solid #fff;
}
.roll {
  display: none;
  margin-top: 40px;
  font-size: 16px;
  color: #fff;
}
.roll li {
  padding: 10px 0;
  line-height: 30px;
  border-bottom: 1px solid #fff;
}
.roll li span {
  display: inline-block;
}
.page-box25 .index-title2 {
  text-align: center;
}
.page-box25 .index-title2:before {
  left: 50%;
  margin-left: -30px;
}
.mailbox-list {
  overflow: hidden;
  margin: 50px 0;
}
.mailbox-list li {
  float: left;
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mailbox-list li div {
  padding: 20px 15px;
  font-size: 18px;
  color: #333;
  border: 1px solid #dcdcdc;
}
.page-box26 .index-title1 {
  font-size: 30px;
  color: #333;
}
.contact-list {
  margin: 50px 0;
  overflow: hidden;
}
.contact-list li {
  margin-bottom: 20px;
  overflow: hidden;
}
.contact1 {
  float: left;
  width: 49%;
  border: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact1 span {
  display: block;
  font-size: 30px;
  text-align: center;
  line-height: 84px;
  border-bottom: 1px solid #dcdcdc;
}
.contact1 div {
  padding: 0 10px;
}
.contact1 div p {
  padding: 17px 0;
  font-size: 18px;
  border-bottom: 1px dashed #dcdcdc;
}
.contact1 div p:last-child {
  border-bottom: none;
}
.contact2 {
  float: right;
  width: 49%;
  padding: 10px;
  border: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact2 img {
  width: 100%;
}
.table3 {
  width: 100%;
  margin-top: 30px;
  border: 1px solid #dcdcdc;
}
.table3 td {
  padding: 20px;
  vertical-align: top;
  border: 1px solid #dcdcdc;
}
.table3 td:first-child {
  width: 20%;
  font-size: 18px;
  color: #000;
}
.table3 td:nth-of-type(2) {
  width: 80%;
  font-size: 16px;
  color: #666;
}
.index-title6 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #333;
  font-weight: normal;
}
.index-con7 {
  margin-bottom: 20px;
  padding: 20px;
  font-size: 18px;
  color: #5f5f5f;
  background: #f7f7f7;
}
*/
.page-box26 .index-list2 li {
  padding: 30px 15px;
  border-top: 1px solid #c1c1c1;
}
.page-box26 .index-list2 li div h3 {
  position: relative;
  padding-left: 10px;
}
.page-box26 .index-list2 li div h3:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333;
  content: '';
}
.page-box26 .index-list2 li div h3,
.page-box26 .index-list2 li div span {
  color: #333;
}
.page-box26 .index-list2 li p {
  color: #333;
  background: url("../image/new-rights.png") no-repeat right center;
}
.page-box26 .index-list2 li:hover {
  background: #00aadc;
}
.page-box26 .index-list2 li:hover div h3,
.page-box26 .index-list2 li:hover div span {
  color: #fff;
}
.page-box26 .index-list2 li:hover div h3:before {
  background: #fff;
}
.page-box26 .index-list2 li:hover p {
  color: #fff;
  background: url("../image/new-right.png") no-repeat right center;
}
/*-分页盒子-*/
.paging {
  font-size: 14px;
  padding: 15px 0 89px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.paging1 {
  float: left;
  opacity: .7;
}
.paging1 li {
  line-height: 40px;
  width: 40px;
  color: #666;
  float: left;
  height: 40px;
  margin: 0 3px;
  background: #f7f7f7;
  border-right: 0px;
  text-align: center;
}
.paging1 li.hover {
  background: #42474c;
  color: #fff;
}
.paging1 li:hover {
  color: #fff;
}
.paging1 li.hover a p {
  color: #fff;
}
.paging p {
  text-align: center;
  height: 40px;
}
.paging a p {
  color: #666;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  /* Firefox 4 */
  -webkit-transition: background 0.3s;
  /* Safari ?￥a€??’ Chrome */
  -o-transition: background 0.3s;
}
.paging a:hover p {
  color: #fff;
  background: #42474c;
}
.paging11 {
  float: left;
  height: 40px;
  overflow: hidden;
}
.paging11 img {
  width: 40px;
  height: 40px;
}
.paging11:hover a p {
  color: #666;
}
.paging11:hover a:hover p {
  color: #fff;
  background: #d9313e;
  border-color: #d9313e;
}
.details-box {
  margin: 30px 0 40px;
}
.detail-title {
  padding: 10px 0 20px;
  text-align: center;
  border-bottom: 1px dashed #ddd;
}
.detail-title h1 {
  font-size: 24px;
  font-weight: normal;
  color: #333;
}
.detail-title p {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
}
.detail-title p span {
  display: inline-block;
  margin: 0 5px;
}
.detail-content {
  padding: 30px 0;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.detail-choose {
  overflow: hidden;
  border-top: 1px solid #dcdcdc;
}
.detail-lf {
  float: left;
  max-width: 50%;
}
.detail-lf p {
  height: 30px;
  margin: 10px 0;
}
.detail-lf a {
  position: relative;
  display: block;
  height: 30px;
  padding: 0 20px 0 35px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.detail-lf .detail-prev {
  background: url("../image/detail-left.png") no-repeat left center;
}
.detail-lf .detail-prev:hover {
  background: url("../image/detail-lefts.png") no-repeat left center;
}
.detail-lf .detail-next {
  background: url("../image/detail-right.png") no-repeat left center;
}
.detail-lf .detail-next:hover {
  background: url("../image/detail-rights.png") no-repeat left center;
}
.detail-back {
  position: relative;
  float: right;
  height: 30px;
  margin: 10px 0;
  padding: 0 20px 0 35px;
  line-height: 30px;
  color: #333;
  font-size: 14px;
  background: url("../image/detail-back.png") no-repeat left center;
}
.detail-back:hover {
  background: url("../image/detail-backs.png") no-repeat left center;
}













































/*新加*/

.consent-box {
  clear: both;
  margin: 10px 0;
  overflow: hidden;
}
.consent-box input {
  float: left;
  width: 15px;
  height: 30px;
  margin-left: 20px;
  margin-right: 5px;
  line-height: 30px;
}
.consent-box p {
  float: left;
  font-size: 14px;
  line-height: 30px;
}
.consent-box p a {
  color: #333;
}
.consent-box p a:hover{
  text-decoration: underline;
}
.consent-back {
  display: block;
  width: 120px;
  height: 40px;
  margin: 0 auto;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  font-size: 14px;
  color: #333;
  line-height: 40px;
  text-align: center;
}
.consent-back:hover {
  background: #00aadc;
  color: #fff;
  border: 1px solid #00aadc;
}
.qualification-list {
  margin-bottom: 40px;
  overflow: hidden ;
}
.qualification-list li {
    float: left;
    width: 32%;
    margin-top: 15px;
    margin-left: 2%;
}

.qualification-list li:nth-child(3n+1) {
  margin-left: 0;
}
.qua-text {
  font-size: 16px;
  text-align: center;
  height: 60px;
  padding: 0 5px;
  line-height: 60px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden ;
  background: #d2d2d2;
}

.qua-list1 {
  padding-bottom: 20px;
}
.qua-list1 ul {
  padding-bottom: 20px;
  margin-bottom: 40px;
  overflow: hidden ;
  /*border-bottom: 1px dashed #dcdcdc;*/
}
.qua-list1 li {
  float: left;
  width: 50%;
}
.qua-list1 li h2 {
  margin-bottom: 15px;
  font-size: 34px;
  color: #004789;
}
.qua-list1 li p {
  position: relative;
  line-height: 30px;
  padding: 0 30px 0 15px;
  font-size: 16px;
}
.qua-list1 li p:before {
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: '';
  background: #ffac49;
}

























.consent-box {
  text-align: center;
}
.consent-box label {
  display: inline-block;
}
.foot-rg ul {
  overflow: hidden;
}
.consent-text-box {
  padding: 10px;
}
.consent-text {
  height: 200px;
  /*padding: 10px;*/
  font-size: 16px;
  color: #333;
  border: 1px solid #999;
  overflow: hidden;
  /*background: #fff;*/
  /*overflow-y: auto;*/
}
.consent-text h2 {
  font-size: 20px;
  text-align: center;
}
.consent-text h3 {
  font-size: 16px;
}



















.qua-img {
  position: relative ;
  top: 50%;
  height: 200px;
}
.qua-img img {
  position: relative;
  top: 50%;
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}










.consent-texts{
    overflow-y: auto;
    padding: 10px;
    box-sizing: border-box;
    height: 200px;
}