body {
  overflow-x: hidden !important;
  background: #fff;
  font-family: "苹方";
}
body.pagebody {
  background: #f4f7fe;
}
.bodybg {
  background: #f5f6fa;
}
* {
  outline: none;
}
.w1500 {
  width: 1500px;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.clear {
  clear: both;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table .tbc {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
a:hover,
a:active {
  color: #3572bc;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-justify-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.align-content {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-align-content {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.flex-space-evenly {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-space-evenly:before,
.flex-space-evenly:after {
  content: '';
  display: block;
}
.flex-direction {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.transition04 {
  transition: All 0.4s linear;
  -webkit-transition: All 0.4s linear;
  -moz-transition: All 0.4s linear;
  -o-transition: All 0.4s linear;
}
.clearboth {
  clear: both;
}
#main {
  position: relative;
}
.ncimgcenter {
  overflow: hidden;
  position: relative;
  padding: 0;
  display: block;
}
.ncimgcenter img {
  min-width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 2s ease 0s;
  -moz-transition: all 2s ease 0s;
  -webkit-transition: all 2s ease 0s;
  -o-transition: all 2s ease 0s;
}
.header {
  width: 100%;
  height: 80px;
  line-height: 80px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 11113;
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}
.neww1500 {
  width: 1500px;
  margin: 0 auto;
}
.header .inheader {
  margin: 0 auto;
  height: 80px;
  line-height: 80px;
}
.header .inheader .logo {
  float: left;
  display: block;
  height: 100%;
}
.header .inheader .logo img {
  height: 100%;
}
.header .inheader .pcmenu {
  float: right;
  line-height: 80px;
}
.header .inheader .pcmenu li {
  float: left;
  margin-left: 46px;
  position: relative;
}
.header .inheader .pcmenu li .sub_li_new {
  position: absolute;
  width: 200%;
  top: 100%;
  left: -50%;
  background: #fff;
  font-size: 0px;
  padding: 5px 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.header .inheader .pcmenu li .sub_li_new a {
  display: block;
  text-align: center;
  padding: 8px 0;
  color: #333;
  font-size: 14px;
  line-height: 1;
}
.header .inheader .pcmenu li .sub_li_new a:hover {
  color: #fff;
  background: #3572bc;
}
.header .inheader .pcmenu li:hover .sub_li_new {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.header .inheader .pcmenu li a {
  color: #fff;
  font-size: 18px;
}
.header.yanse .inheader .pcmenu li a {
  color: #343434;
}
.header .inheader .pcmenu li:first-child {
  margin-left: 0px;
}
.menu_body {
  display: block;
  width: 30px;
  height: 24px;
  position: absolute;
  top: 28px;
  right: 25px;
  cursor: pointer;
}
.menu_body .nav_menu_item {
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  -webkit-transition: .36s ease;
  transition: .36s ease;
}
.menu_body .menu_item_top {
  top: 0;
}
.menu_body .menu_item_center {
  display: block;
  top: 10px;
}
.menu_body .menu_item_bottom {
  bottom: 0;
}
.menu_body.show .menu_item_top {
  top: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu_body.show .nav_menu_item {
  height: 2px;
}
.menu_body.show .menu_item_center {
  opacity: 0;
}
.menu_body.show .menu_item_bottom {
  bottom: 11px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menushow .header {
  -webkit-box-shadow: 0px 24px 43px 0px rgba(52, 52, 52, 0.04);
          box-shadow: 0px 24px 43px 0px rgba(52, 52, 52, 0.04);
  background: rgba(0, 0, 0, 0.75);
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}
.menushow .header.yanse {
  background: #fff;
}
.header .inheader .pcmenu li:hover > a,
.header .inheader .pcmenu li.active > a {
  color: #3672bb;
}
.header .logo1 {
  display: none;
}
.header .logo2 {
  display: block;
}
.header.yanse {
  background: #fff;
}
.header.yanse .logo1 {
  display: block;
}
.header.yanse .logo2 {
  display: none;
}
.header .menu_body .nav_menu_item {
  background: #fff;
}
.header.yanse .menu_body .nav_menu_item {
  background: #343434;
}
#main .flex-direction-nav a {
  display: none;
}
.ncmain {
  overflow: hidden;
}
.ncmainnav {
  position: relative;
  border-bottom: 1px solid #eee;
}
.ncmainnav ul {
  line-height: 65px;
}
.ncmainnav ul li {
  display: inline-block;
  text-align: left;
  position: relative;
}
.ncmainnav ul li a {
  display: block;
  font-size: 18px;
}
.ncmainnav ul li a:hover {
  color: #3572bc;
}
.ncmainnav ul .active {
  border-bottom: 2px solid #3572bc;
}
.ncmainnav ul .active a {
  color: #3572bc;
}
.ncmainnav .w1500 {
  position: relative;
  height: 65px;
}
.ncmainnav .nccrumbs {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.ncmainnav .nccrumbs span {
  display: inline-block;
  margin: 0;
}
.ncmainnav .nccrumbs span:last-child {
  display: inline-block;
}
.ncmainnav span {
  display: inline-block;
  margin: 0 25px;
}
.ncmainnav span:last-child {
  display: none;
}
.nccrumbs {
  text-align: right;
  position: absolute;
  z-index: 22;
  right: 0;
}
.nccrumbs a {
  display: inline-block;
  line-height: 22px;
}
.nccrumbs a:nth-of-type(1) {
  background: url(../images/crumbs1_1.png) no-repeat left top 3px;
  background-size: 13px;
  line-height: 22px;
  padding-left: 20px;
}
.nccrumbs a:last-child {
  color: #3572bc;
}
.menudiv {
  position: fixed;
  top: 80px;
  left: 0px;
  width: 100%;
  height: calc(100% - 80px);
  z-index: 11112;
  background: #fff;
  display: none;
}
.menudiv .pc-mu {
  display: block;
  padding-top: 8%;
}
.menudiv .pc-mu .nav-list {
  width: 45%;
  float: left;
}
.menudiv .pc-mu .nav-list .ul {
  width: 50%;
  font-size: 0px;
  position: relative;
  float: left;
}
.menudiv .pc-mu .nav-list .ul:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0%;
  width: 1px;
  height: 100%;
  background: #ccc;
}
.menudiv .pc-mu .ul .li {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #666;
  margin-bottom: 38px;
  position: relative;
  -webkit-transition: padding-left 0.35s ease, text-indent 0.35s ease, color 0.35s;
  transition: padding-left 0.35s ease, text-indent 0.35s ease, color 0.35s;
}
.menudiv .pc-mu .ul .li:last-child {
  margin-bottom: 0px;
}
.menudiv .pc-mu .ul .li:before {
  content: "";
  position: absolute;
  width: 0;
  top: 50%;
  margin-top: -1px;
  left: 0;
  height: 2px;
  background: #3572bc;
  -webkit-transition: width .35s ease;
  transition: width .35s ease;
}
.menudiv .pc-mu .ul .li:hover,
.menudiv .pc-mu .ul .li.cur {
  color: #3572bc;
  padding-left: 30px;
  text-indent: 10px;
  -webkit-transition: padding-left 0.35s ease, text-indent 0.35s ease, color 0.35s;
  transition: padding-left 0.35s ease, text-indent 0.35s ease, color 0.35s;
}
.menudiv .pc-mu .ul .li:hover:before,
.menudiv .pc-mu .ul .li.cur:before {
  width: 30px;
  -webkit-transition: width .35s ease;
  transition: width .35s ease;
}
.menudiv .pc-mu .nav-list .nav-li {
  width: 50%;
  position: relative;
  float: right;
}
.menudiv .pc-mu .nav-list .nav-li .sub-li {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
}
.menudiv .pc-mu .nav-list .nav-li .sub-li.active {
  opacity: 1;
  visibility: visible;
}
.menudiv .pc-mu .nav-list .nav-li a {
  display: block;
  text-indent: 44%;
  font-size: 18px;
  margin-bottom: 5px;
  color: #343434;
  line-height: 1.8;
  cursor: pointer;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  -webkit-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  opacity: 0;
}
.menudiv .pc-mu .nav-list .nav-li a:hover {
  color: #3572bc;
}
.menudiv .pc-mu .nav-list .nav-li a.cur {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.menudiv .pc-mu .imgbox {
  width: 42%;
  float: right;
}
.menudiv .pc-mu .imgbox .img,
.menudiv .pc-mu .imgbox img {
  width: 100%;
}
.menudiv .pc-mu .imgbox .text .h {
  font-size: 18px;
  font-weight: bold;
  color: #343434;
  margin-bottom: 10px;
  margin-top: 35px;
}
.menudiv .pc-mu .imgbox .text .p {
  font-size: 16px;
  color: #666666;
}
.menudiv .moblie-mu {
  display: none;
}
.menu > li {
  float: left;
  position: relative;
  width: 130px;
  text-align: center;
  height: 80px;
  line-height: 80px;
}
.menu li > a {
  color: #fff;
  font-size: 18px;
}
.menu li.active > a,
.menu li:hover > a {
  color: #f54407;
  font-weight: bold;
}
.menu li:marker {
  display: none;
}
.menu > li.active:before,
.menu > li:hover:before {
  content: '';
  width: 18px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 30%;
  margin-left: -9px;
  background: #f54407;
}
.header .menu > li .subnav {
  background: #f8f8f8;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 18px 0;
  line-height: 38px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: all .3s;
  transition: all .3s;
}
#main.pageheader .header {
  background: #fff;
}
#main.pageheader .header .inheader .logo img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
#main.pageheader .menu li > a {
  color: #343434;
}
#main.pageheader .flexslider {
  margin-top: 90px;
}
#main.pageheader .flexslider li {
  position: relative;
}
#main.pageheader .flexslider li .bannertext {
  position: absolute;
  left: 21%;
  bottom: 25%;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
}
#main.pageheader .flexslider li .bannertext:before {
  position: absolute;
  content: " ";
  left: -23%;
  top: 50%;
  margin-top: -15px;
  width: 10px;
  height: 31px;
  background: url(../images/bannertextbg.png) no-repeat;
  background-size: 100% 100%;
}
#main.pageheader .flexslider li .bannertext:after {
  position: absolute;
  content: " ";
  right: -23%;
  top: 50%;
  margin-top: -15px;
  width: 10px;
  height: 31px;
  background: url(../images/bannertextbg.png) no-repeat;
  background-size: 100% 100%;
}
#main.pageheader .flexslider li .mbx {
  width: 1500px;
  position: absolute;
  font-size: 12px;
  color: #666;
  bottom: 15px;
  left: 50%;
  margin-left: -750px;
  z-index: 1111;
  text-align: right;
}
#main.pageheader .flexslider li .mbx a {
  color: #666;
}
#main .flexslider {
  overflow: hidden;
}
#main .flexslider .slides > li img {
  opacity: 1;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: -webkit-transform 5s ease 0s;
  transition: -webkit-transform 5s ease 0s;
  transition: transform 5s ease 0s;
  transition: transform 5s ease 0s, -webkit-transform 5s ease 0s;
  -webkit-transition: transform 5s ease 0s;
  -moz-transition: transform 5s ease 0s;
  -o-transition: transform 5s ease 0s;
  z-index: 1111;
}
#main .flexslider .slides > li .newtext {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}
#main .flexslider .slides > li .newtext .newtextin {
  width: 1500px;
  margin: 0 auto;
}
#main .flexslider .slides > li .newtext .newtextin .newt {
  font-size: 46px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 40px;
}
#main .flexslider .slides > li .newtext .newtextin .newb {
  font-size: 20px;
  color: #fff;
}
#main .flexslider .slides li.flex-active-slide {
  z-index: 1111;
}
#main .flexslider .slides li.flex-active-slide img {
  opacity: 2;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 5s ease 0s;
  transition: -webkit-transform 5s ease 0s;
  transition: transform 5s ease 0s;
  transition: transform 5s ease 0s, -webkit-transform 5s ease 0s;
  -webkit-transition: transform 5s ease 0s;
  -moz-transition: transform 5s ease 0s;
  -o-transition: transform 5s ease 0s;
}
#main .flexslider .slides > li.flex-active-slide .newtext {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
@media all and (min-width: 769px) {
  .header .menu > li:hover .subnav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.menu li .icon_nav_item {
  display: none;
}
.header .menu > li .subnav li {
  line-height: 38px;
  text-align: center;
  width: 100%;
  position: relative;
}
.header .menu > li .subnav li a {
  font-size: 16px;
  color: #343434;
}
.header .menu > li .subnav li:hover:before,
.header .menu > li .subnav li.active:before {
  content: '';
  width: 18px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -9px;
  background: #f54407;
}
#main .flexslider .flex-control-nav {
  display: block;
  bottom: 19%;
  right: 7%;
  width: auto;
}
#main .flexslider .flex-control-paging li {
  margin: 0;
  margin-left: 0;
}
#main .flexslider .flex-control-paging li a {
  text-indent: 0;
  border: 0px;
  font-size: 20px;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  font-weight: bold;
  background: none;
  width: 70px;
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
}
#main .flexslider .flex-control-paging li a.flex-active {
  text-indent: 0;
  border: 0px;
  font-size: 50px;
  color: #3672bb;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  font-weight: bold;
  background: none;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
#main .flexslider .topline {
  width: 100%;
  height: 1px;
  top: 80px;
  left: 0px;
  background: rgba(255, 255, 255, 0.3);
  z-index: 111;
  position: absolute;
}
#main .flexslider .rightline {
  width: 1px;
  height: 100%;
  top: 0;
  right: 80px;
  background: rgba(255, 255, 255, 0.3);
  z-index: 111;
  position: absolute;
}
#main .flexslider .bottomline {
  width: 100%;
  height: 1px;
  bottom: 80px;
  left: 0px;
  background: rgba(255, 255, 255, 0.3);
  z-index: 111;
  position: absolute;
}
#main .flexslider .leftline {
  width: 1px;
  height: 100%;
  top: 0;
  left: 80px;
  background: rgba(255, 255, 255, 0.3);
  z-index: 111;
  position: absolute;
}
#main .flexslider .mouse {
  width: 80px;
  height: 80px;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: 111;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#main .flexslider .mouse img {
  animation: mymove0 1.3s linear infinite;
  -webkit-animation: mymove0 1.3s linear infinite;
  position: relative;
}
@-webkit-keyframes mymove0 {
  0% {
    top: -5px;
  }
  25% {
    top: 0px;
  }
  50% {
    top: 10px;
  }
  75% {
    top: 0px;
  }
  100% {
    top: -5px;
  }
}
@keyframes mymove0 {
  0% {
    top: -5px;
  }
  25% {
    top: 0px;
  }
  50% {
    top: 10px;
  }
  75% {
    top: 0px;
  }
  100% {
    top: -5px;
  }
}
#main .flex-direction-nav a.flex-prev {
  width: 14px;
  height: 20px;
  background: url(../images/bannerleftn.png) no-repeat;
  background-size: 100% 100%;
  opacity: 1;
  left: auto;
  right: 19%;
  bottom: 19.6%;
  margin: 0;
  top: auto;
}
#main .flex-direction-nav a.flex-prev:hover {
  background: url(../images/bannerleft.png) no-repeat;
  background-size: 100% 100%;
  opacity: 1;
}
#main .flex-direction-nav a.flex-next {
  width: 14px;
  height: 20px;
  background: url(../images/bannerrightn.png) no-repeat;
  background-size: 100% 100%;
  opacity: 1;
  left: auto;
  right: 5.2%;
  bottom: 19.6%;
  margin: 0;
  top: auto;
}
#main .flex-direction-nav a.flex-next:hover {
  background: url(../images/bannerright.png) no-repeat;
  background-size: 100% 100%;
  opacity: 1;
}
.indext {
  margin-bottom: 90px;
}
.indext span {
  color: #343434;
  font-weight: bold;
  font-size: 36px;
}
.indext a {
  font-size: 18px;
  color: #173aa2;
  float: right;
}
.indext a img {
  margin-left: 18px;
}
.index01 {
  margin-top: 120px;
  margin-bottom: 120px;
}
.index01div {
  width: 100%;
  overflow: hidden;
}
.index01div .index01list {
  width: 16%;
  float: left;
  overflow: hidden;
  position: relative;
  margin-left: 0.66%;
}
.index01div .index01list:first-child {
  margin-left: 0px;
}
.index01div .index01list > img {
  position: relative;
  height: 100%;
  left: -245px;
  display: block;
}
.index01div .index01list .blackdiv {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(3, 13, 40, 0.2);
  z-index: 2;
}
.index01div .index01list .blackdiv .text {
  position: absolute;
  bottom: -60px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
}
.index01div .index01list .blackdiv .text .t {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  margin-top: 8%;
  margin-bottom: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.index01div .index01list .blackdiv .text .b {
  font-size: 14px;
  color: #fff;
  height: 15px;
  line-height: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.index01div .index01list .blackdiv .text .c {
  position: relative;
  font-size: 16px;
  color: #fafafa;
  line-height: 24px;
  margin-bottom: 50px;
  width: 100%;
  display: block;
}
.index01div .index01list .blackdiv .text .c div {
  position: absolute;
  left: -100%;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.index01div .index01list .blackdiv .text .c a {
  width: auto;
  border: none;
  margin-right: 10px;
}
.index01div .index01list .blackdiv .text a {
  display: inline-block;
  width: 156px;
  height: 44px;
  line-height: 42px;
  border: 1px solid #fff;
  display: none;
  text-align: center;
  font-size: 16px;
  color: #fafafa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index01div .index01list .blackdiv .text .a {
  position: absolute;
  bottom: 30px;
  left: 70px;
}
.index01div .index01list:hover,
.index01div .index01list.active .blackdiv .text .c div {
  width: 100%;
  height: auto;
  left: 0;
  opacity: 1;
}
.index01div .index01list:hover a,
.index01div .index01list.active .blackdiv .text .c div a {
  display: inline-block;
}
.index01div .index01list .blackdiv .text a img {
  margin-left: 24px;
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.index01div .index01list:hover,
.index01div .index01list.active {
  width: 49.6%;
}
.index01div .index01list:hover > img,
.index01div .index01list.active > img {
  left: 0%;
}
.index01div .index01list:hover .blackdiv,
.index01div .index01list.active .blackdiv {
  background: rgba(53, 114, 188, 0.9);
}
.index01div .index01list:hover .blackdiv .text,
.index01div .index01list.active .blackdiv .text {
  padding: 0 70px;
  bottom: 0;
}
.index01div .index01list:hover .blackdiv .text .b,
.index01div .index01list.active .blackdiv .text .b {
  display: none;
}
.index01div .index01list:hover .blackdiv .text .c,
.index01div .index01list.active .blackdiv .text .c,
.index01div .index01list:hover .blackdiv .text .a,
.index01div .index01list.active .blackdiv .text .a {
  display: block;
}
#index02 {
  background: url(../images/index02_bg.jpg) center no-repeat;
  background-size: cover;
  padding: 70px 0  20px;
}
#index02 .index02 .indext {
  margin-bottom: 50px;
}
#index02 .index02 .indext span {
  color: #fff;
}
.index02con {
  overflow: hidden;
}
.index02con .index02list {
  float: left;
  width: 14.285%;
  text-align: center;
  margin: 50px 0;
  cursor: pointer;
}
.index02con .index02list p {
  font-size: 22px;
  color: #fff;
  margin-top: 25px;
}
.index02con .index02list img {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: All 0.2s linear;
  -webkit-transition: All 0.2s linear;
  -moz-transition: All 0.2s linear;
  -o-transition: All 0.2s linear;
}
.index02con .index02list:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: All 0.2s linear;
  -webkit-transition: All 0.2s linear;
  -moz-transition: All 0.2s linear;
  -o-transition: All 0.2s linear;
}
#index03 {
  width: 100%;
  background: #f7f8fc;
  margin: 120px 0;
  padding-top: 130px;
  position: relative;
}
#index03 .img {
  overflow: hidden;
}
#index03 .img img {
  transition: All 0.4s linear;
  -webkit-transition: All 0.4s linear;
  -moz-transition: All 0.4s linear;
  -o-transition: All 0.4s linear;
}
#index03 .img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: All 0.4s linear;
  -webkit-transition: All 0.4s linear;
  -moz-transition: All 0.4s linear;
  -o-transition: All 0.4s linear;
}
#index03 .index03 {
  overflow: hidden;
}
#index03 .index03 .index03l {
  width: 49%;
  float: left;
}
#index03 .index03 .index03l .t {
  font-size: 36px;
  color: #343434;
  font-weight: bold;
}
#index03 .index03 .index03l .line {
  width: 30px;
  height: 4px;
  background: #3572bc;
  margin: 46px 0 56px;
}
#index03 .index03 .index03l .b {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  margin-bottom: 78px;
}
#index03 .index03 .index03l a.a {
  display: block;
  width: 154px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  color: #3572bc;
  border: 1px solid #151515;
  transition: All 0.4s linear;
  -webkit-transition: All 0.4s linear;
  -moz-transition: All 0.4s linear;
  -o-transition: All 0.4s linear;
}
#index03 .index03 .index03l a.a:hover {
  background: #3572bc;
  border: 1px solid #3572bc;
  color: #fff;
  transition: All 0.4s linear;
  -webkit-transition: All 0.4s linear;
  -moz-transition: All 0.4s linear;
  -o-transition: All 0.4s linear;
}
#index03 .index03 .index03l a.a img {
  margin-left: 12px;
}
#index03 .index03 .index03l a.a:hover img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
#index03 .btmimg {
  display: block;
  width: 46.3%;
}
#index03 .rightimg {
  display: block;
  width: 42.3%;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.index04 {
  margin-bottom: 120px;
}
.index04con {
  overflow: hidden;
}
.index04list {
  width: 16.66%;
  float: left;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eee;
  cursor: pointer;
  position: relative;
  padding: 3.6% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index04list span img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.index04list span img:first-child {
  opacity: 1;
  transition: All 0.2s linear;
  -webkit-transition: All 0.2s linear;
  -moz-transition: All 0.2s linear;
  -o-transition: All 0.2s linear;
}
.index04list span img:last-child {
  opacity: 0;
  transition: All 0.2s linear;
  -webkit-transition: All 0.2s linear;
  -moz-transition: All 0.2s linear;
  -o-transition: All 0.2s linear;
}
.index04list.active span img:first-child {
  opacity: 0;
  transition: All 0.2s linear;
  -webkit-transition: All 0.2s linear;
  -moz-transition: All 0.2s linear;
  -o-transition: All 0.2s linear;
}
.index04list.active span img:last-child {
  opacity: 1;
  -webkit-transform: scale(1.1) translateX(-45%) translateY(-45%);
          transform: scale(1.1) translateX(-45%) translateY(-45%);
  transition: All 0.2s linear;
  -webkit-transition: All 0.2s linear;
  -moz-transition: All 0.2s linear;
  -o-transition: All 0.2s linear;
}
.ncindex01 .ncmain {
  overflow: visible;
  position: relative;
  height: 820px;
}
.ncindex01 .swiper-container {
  overflow: visible;
}
.ncindex01 .box {
  position: relative;
  background-color: #f7f7f7;
  padding-top: 50px;
}
.ncindex01 .box .ncimgcenter {
  padding: 39% 0;
}
.ncindex01 .box .ncimgcenter img:nth-child(2) {
  display: none;
}
.ncindex01 .box .bt {
  position: relative;
}
.ncindex01 .box .bt b {
  font-size: 24px;
  padding: 0 20px;
  border-left: 10px solid #3672bb;
}
.ncindex01 .box em {
  display: block;
  text-align: center;
  margin-bottom: 70px;
  display: none;
}
.ncindex01 .box em img {
  display: inline-block;
}
.ncindex01 .box .con {
  font-size: 18px;
  line-height: 30px;
  color: #888;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding: 0 30px;
  margin: 25px 0 56px 0;
}
.ncindex01 .active {
  background-color: #3672bb;
  border: 1px solid #3672bb;
}
.ncindex01 .active .ncimgcenter {
  padding: 21% 0;
  background-color: #f7f7f7;
}
.ncindex01 .active .ncimgcenter img:nth-child(1) {
  display: none;
}
.ncindex01 .active .ncimgcenter img:nth-child(2) {
  min-width: auto;
  height: auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}
.ncindex01 .active em {
  display: block;
}
.ncindex01 .active .con {
  height: 150px;
  -webkit-line-clamp: 5;
  color: #fff;
}
.ncindex01 .active .bt {
  text-align: center;
  color: #fff;
}
.ncindex01 .active .bt b {
  border-left: none;
}
.ncindex01 .swiper-slide:nth-child(2n) {
  margin-top: 50px;
}
.ncindex01 .swiper-slide:nth-child(2n) .box {
  padding-top: 0;
  padding-bottom: 50px;
}
.ncindex01 .swiper-slide:nth-child(2n) .box .bt {
  margin-top: 50px;
}
.ncindex01 .swiper-slide:nth-child(2n) .box .con {
  margin-bottom: 0;
}
.ncindex01 .swiper-slide:nth-child(2n) .box em {
  margin-top: 60px;
  margin-bottom: 50px;
}
.ncindex01 .swiper-slide:nth-child(2n) .active {
  padding-bottom: 80px;
}
.nc_btn {
  overflow: hidden;
  text-align: right;
}
.nc_btn .swiper-button-prev,
.nc_btn .swiper-button-next {
  position: static;
  -webkit-transform: none;
          transform: none;
  margin: 0;
  width: 65px;
  height: 65px;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  color: #ff7327;
  border-radius: 50%;
}
.nc_btn .swiper-button-prev {
  background: url(../images/index01_2.png) no-repeat center center;
}
.nc_btn .swiper-button-prev:hover {
  border: 1px solid #ff7327;
  background: url(../images/index01_2_1.png) no-repeat center center;
  background-color: #ff7327;
}
.nc_btn .swiper-button-next {
  background: url(../images/index01_3.png) no-repeat center center;
}
.nc_btn .swiper-button-next:hover {
  border: 1px solid #ff7327;
  background: url(../images/index01_3_1.png) no-repeat center center;
  background-color: #ff7327;
}
.nc_btn .swiper-button-prev {
  margin-right: 30px;
}
.nc_btn .swiper-button-next:after,
.nc_btn .swiper-button-prev:after {
  display: none;
}
.index05 {
  margin-bottom: 120px;
}
.index05 .index05list {
  display: block;
  float: left;
  width: calc(25% - 18px);
  margin-right: 24px;
  margin-bottom: 50px;
}
.index05 .index05list:nth-child(4n) {
  margin-right: 0px;
}
.index05 .index05list .img {
  position: relative;
  width: 100%;
  padding-bottom: 42%;
  overflow: hidden;
}
.index05 .index05list .img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: All 0.4s linear;
  -webkit-transition: All 0.4s linear;
  -moz-transition: All 0.4s linear;
  -o-transition: All 0.4s linear;
  -o-object-fit: cover;
     object-fit: cover;
}
.index05 .index05list:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: All 0.4s linear;
  -webkit-transition: All 0.4s linear;
  -moz-transition: All 0.4s linear;
  -o-transition: All 0.4s linear;
}
.index05 .index05list .t {
  font-size: 16px;
  line-height: 24px;
  color: #343434;
  font-weight: bold;
  margin: 34px 0 24px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index05 .index05list .b {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-bottom: 18px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -o-box;
}
.index05 .index05list .c {
  overflow: hidden;
  font-size: 14px;
  color: #666;
  font-weight: bold;
}
.index05 .index05list .c span {
  float: left;
  margin-right: 22px;
  transition: All 0.4s linear;
  -webkit-transition: All 0.4s linear;
  -moz-transition: All 0.4s linear;
  -o-transition: All 0.4s linear;
}
.index05 .index05list .c img {
  float: left;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.index05 .index05list:hover .c,
.index05 .index05list.on .c {
  color: #3572bc;
}
.index05 .index05list:hover .c img,
.index05 .index05list.on .c img {
  float: left;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.index05 .index05list:hover .c span,
.index05 .index05list.on .c span {
  margin-right: 30px;
  transition: All 0.4s linear;
  -webkit-transition: All 0.4s linear;
  -moz-transition: All 0.4s linear;
  -o-transition: All 0.4s linear;
}
#footer {
  padding: 40px 0 25px;
  background: #f8f8f9;
}
#footer .footertop {
  border-bottom: 1px solid #d4d5d8;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 0px;
}
#footer .footertop .t a {
  color: #424955;
  font-size: 16px;
  font-weight: bold;
  margin-right: 74px;
  white-space: nowrap;
}
#footer .footertop .t a:last-child {
  margin-right: 0px;
}
#footer .footerbottom {
  overflow: hidden;
}
#footer .footerbottom .l {
  float: left;
  font-size: 14px;
  color: #666666;
  line-height: 26px;
}
#footer .footerbottom .l a {
  color: #666666;
}
#footer .footerbottom .r {
  float: right;
  width: 20%;
}
#footer .footerbottom .r .b {
  line-height: 26px;
  color: #424955;
  font-size: 14px;
  margin-bottom: 15px;
}
#footer .footerbottom .r .c {
  float: left;
  cursor: pointer;
}
#footer .footerbottom .r .c.ccode {
  position: relative;
  padding-bottom: 15px;
  margin-right: 34px;
}
#footer .footerbottom .r .c.ccode img:last-child {
  position: absolute;
  bottom: 0px;
  left: -220%;
  opacity: 0;
  -webkit-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
  padding: 5px;
  background: #f3f2ee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#footer .footerbottom .r .c.ccode:hover img:last-child {
  opacity: 1;
  -webkit-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
}
#main .flexslider.page_flexslider .slides > li {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 5s ease 0s;
  transition: -webkit-transform 5s ease 0s;
  transition: transform 5s ease 0s;
  transition: transform 5s ease 0s, -webkit-transform 5s ease 0s;
  -webkit-transition: transform 5s ease 0s;
  -moz-transition: transform 5s ease 0s;
  -o-transition: transform 5s ease 0s;
  z-index: 1111;
}
#main .flexslider.page_flexslider .bannerelse {
  display: none;
}
#main .flexslider.page_flexslider {
  margin-top: 80px;
}
#main .flexslider .text {
  width: 100%;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  position: absolute;
  font-style: italic;
}
#main .flexslider .text .t {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
#main .flexslider .text .b {
  font-size: 36px;
  color: #fff;
  margin-top: 18px;
}
#mbxcon {
  background: #f7f8fc;
  width: 100%;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
}
#mbxcon .mbxcon {
  overflow: hidden;
}
#mbxcon .mbxcon a {
  font-size: 18px;
  color: #343434;
  margin-right: 56px;
  position: relative;
  display: block;
  float: left;
}
#mbxcon .mbxcon a:last-child {
  margin-right: 0px;
}
#mbxcon .mbxcon a.on {
  color: #3572bc;
  font-size: 20px;
  font-weight: bold;
}
#mbxcon .mbxcon a.on:after {
  content: " ";
  position: absolute;
  bottom: 0px;
  width: 30px;
  margin-left: -15px;
  left: 50%;
  height: 2px;
  background: #3572bc;
}
.tabright {
  overflow: hidden;
  font-size: 0px;
  margin-bottom: 60px;
  line-height: 40px;
  text-align: right;
}
.tabright a {
  font-size: 14px;
  color: #999;
}
.tabright span {
  font-size: 14px;
  color: #999;
  margin: 0 24px;
  -webkit-transform: scale(1, 1.8) translateY(-1px) !important;
          transform: scale(1, 1.8) translateY(-1px) !important;
  display: inline-block;
}
.tabright a:last-child {
  color: #3572bc;
}
.tabright a:first-child {
  font-size: 0px;
  position: relative;
  width: 22px;
  height: 18px;
  display: inline-block;
  top: 6px;
}
.tabright a:first-child:after {
  position: absolute;
  top: 0px;
  left: 0px;
  content: " ";
  width: 100%;
  height: 100%;
  background: url(../images/home.png) no-repeat;
  background-size: 100% 100%;
}
#pages {
  text-align: center;
  margin-bottom: 120px;
}
#pages li {
  display: inline-block;
}
#pages li a {
  font-size: 18px;
  color: #343434;
  display: inline-block;
  border: 0px;
  width: auto;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border-radius: 1000px;
  margin: 0 4px;
  padding: 0 15px;
}
#pages li.active a {
  color: #fff;
  background: #3572bc;
}
#pages li a:hover {
  background: #3572bc;
  color: #fff;
}
.us01 {
  padding: 5% 0 5%;
  background: url(../images/us01bg.png) center center no-repeat;
  background-size: cover;
}
.us01 .us01left {
  float: left;
  width: 51%;
}
.us01 .us01left .t {
  font-size: 36px;
  color: #343434;
  margin-bottom: 30px;
  font-weight: bold;
}
.us01 .us01left .b {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin-bottom: 50px;
}
.us01 .us01left .c {
  overflow: hidden;
}
.us01 .us01left .c .l {
  float: left;
  text-align: center;
}
.us01 .us01left .c .l span {
  font-size: 48px;
  color: #3572bc;
}
.us01 .us01left .c .l sub {
  font-size: 16px;
  color: #3572bc;
  font-weight: bold;
  transform: translate(0px, -29px);
  -ms-transform: translate(0px, -29px);
  -webkit-transform: translate(0px, -29px);
  -o-transform: translate(0px, -29px);
  -moz-transform: translate(0px, -29px);
  display: inline-block;
}
.us01 .us01left .c .l p {
  font-size: 18px;
  color: #3572bc;
  margin-top: 15px;
}
.us01 .us01left .c .l:first-child {
  margin-right: 110px;
}
.us01 .us01right {
  float: right;
  width: 45%;
  overflow: hidden;
  -webkit-box-shadow: 0px 29px 43px 0px rgba(52, 52, 52, 0.21);
          box-shadow: 0px 29px 43px 0px rgba(52, 52, 52, 0.21);
}
.us01 .us01right img {
  display: block;
  width: 100%;
  transition: All 0.4s linear;
  -webkit-transition: All 0.4s linear;
  -moz-transition: All 0.4s linear;
  -o-transition: All 0.4s linear;
}
.us01 .us01right:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: All 0.4s linear;
  -webkit-transition: All 0.4s linear;
  -moz-transition: All 0.4s linear;
  -o-transition: All 0.4s linear;
}
.us02 {
  margin: 120px auto 90px;
}
.us02 .usdiv02list {
  float: left;
  display: block;
  width: calc(25% - 24px);
  margin-right: 32px;
  text-align: center;
  margin-bottom: 32px;
  height: 230px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #bfbfbf;
  position: relative;
}
.us02 .usdiv02list > img {
  max-width: 87%;
  max-height: 87%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.us02 .usdiv02list:nth-child(4n) {
  margin-right: 0px;
}
.us02 .usdiv02list div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center ;
      -ms-flex-pack: center ;
          justify-content: center ;
  background: rgba(53, 114, 188, 0.8);
  opacity: 0;
  text-align: center;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
.us02 .usdiv02list div p {
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  margin-top: 15px;
}
.us02 .usdiv02list.on div {
  opacity: 1;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
.us03 {
  margin: 120px auto 90px;
}
.honordiv .honorli {
  display: block;
  float: left;
  width: calc(25% - 33px);
  margin-right: 44px;
  margin-bottom: 50px;
  padding: 20px;
  background: #f8f8f8;
  transition: All 0.4s;
  -webkit-transition: All 0.4s;
  -moz-transition: All 0.4s;
  -o-transition: All 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 4px solid #fff;
}
.honordiv .honorli:nth-child(4n) {
  margin-right: 0px;
}
.honordiv .honorli .img {
  height: 305px;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.honordiv .honorli .img img {
  max-width: 100%;
  max-height: 305px;
}
.honordiv .honorli .fdj {
  text-align: right;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 12px;
  padding-right: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
}
.honordiv .honorli .fdj img:first-child {
  display: none;
}
.honordiv .honorli .fdj img:last-child {
  display: inline-block;
}
.honordiv .honorli .t {
  font-size: 22px;
  color: #343434;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.honordiv .honorli .b {
  font-size: 16px;
  color: #666;
  height: 18px;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.honordiv .honorli.on {
  background: #fff;
  -webkit-box-shadow: 0px 0px 70px 0px rgba(52, 52, 52, 0.15);
          box-shadow: 0px 0px 70px 0px rgba(52, 52, 52, 0.15);
  border-bottom: 4px solid #3572bc;
  transition: All 0.4s;
  -webkit-transition: All 0.4s;
  -moz-transition: All 0.4s;
  -o-transition: All 0.4s;
  transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  -webkit-transform: translate(0px, -30px);
  -o-transform: translate(0px, -30px);
  -moz-transform: translate(0px, -30px);
}
.honordiv .honorli.on .fdj img:first-child {
  display: inline-block;
}
.honordiv .honorli.on .fdj img:last-child {
  display: none;
}
#us05 {
  padding: 90px 0 120px;
  background: url(../images/pp06bg.png) center center no-repeat;
  background-size: cover;
}
.pp06 {
  margin: 0 auto 0;
  overflow: visible;
  position: relative;
}
.pp06 .swiper-button-prev,
.pp06 .swiper-container-rtl .swiper-button-next {
  left: -44px;
  right: auto;
}
.pp06 .swiper-button-next,
.pp06 .swiper-container-rtl .swiper-button-prev {
  right: -44px;
  left: auto;
}
.pp06 .swiper-button-next,
.pp06 .swiper-button-prev {
  color: #3572bc;
}
.pp06 .swiper-button-next:after,
.pp06 .swiper-button-prev:after {
  font-size: 26px;
}
.pp06 .pp06list.on {
  background: url(../images/pp06bg01.png) no-repeat 14px 30px;
}
.pp06 .pp06list {
  padding: 20px 30px 0px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/pp06bg01.png) no-repeat 14px 30px;
}
.pp06 .pp06list .t {
  font-size: 26px;
  color: #343434;
  font-weight: bold;
}
.pp06 .pp06list .b {
  font-size: 16px;
  color: #343434;
  font-weight: bold;
  margin: 7px 0 14px;
}
.pp06 .pp06list .d {
  font-size: 14px;
  color: #343434;
  line-height: 24px;
}
.us06list {
  width: calc(33.33% - 26px);
  margin-right: 39px;
  margin-bottom: 39px;
  float: left;
  padding: 20px 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f7f8fc;
}
.us06list.on {
  -webkit-box-shadow: 0px 26px 95px 0px rgba(52, 52, 52, 0.16);
          box-shadow: 0px 26px 95px 0px rgba(52, 52, 52, 0.16);
  background: #fff;
}
.us06list:nth-child(3n) {
  margin-right: 0px;
}
.us06list .img img {
  width: 100%;
  display: block;
}
.us06list .text {
  overflow: hidden;
  padding: 0 20px;
  line-height: 62px;
  font-size: 22px;
  color: 343434;
}
.us06list.on .text {
  color: #3572bc;
}
.us06list .text p {
  width: calc(100% - 30px);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -o-box;
  float: left;
}
.us06list .text img {
  width: 20px;
  float: right;
  margin-top: 21px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
}
.us06list.on .text img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
.us04 {
  margin: 120px auto;
  position: relative;
}
.us04 .us04listleft {
  width: 48.93%;
  float: left;
  position: relative;
}
.us04 .us04listleft img {
  width: 100%;
  display: block;
}
.us04 .us04listleft .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.us04 .us04listleft .text .t {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.us04 .us04listleft .text .b {
  font-size: 24px;
  color: #fff;
  margin-top: 18px;
}
.us04 .us04listright {
  width: 50%;
  position: absolute;
}
.us04 .us04listright img {
  width: 100%;
  display: block;
}
.us04 .us04listright .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.us04 .us04listright .text .t {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.us04 .us04listright .text .b {
  font-size: 24px;
  color: #fff;
  margin-top: 18px;
}
.us04 .us04listright.us04listright01 {
  top: 0px;
  right: 0px;
}
.us04 .us04listright.us04listright02 {
  bottom: 0px;
  right: 0px;
}
.servicediv {
  margin: 120px auto;
}
.servicelist {
  width: calc(33.33% - 32px);
  margin-right: 48px;
  margin-bottom: 48px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.servicelist .img {
  position: relative;
  width: 100%;
  padding-bottom: 65%;
  margin-bottom: 30px;
  overflow: hidden;
}
.servicelist .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: All 0.4s linear;
  -webkit-transition: All 0.4s linear;
  -moz-transition: All 0.4s linear;
  -o-transition: All 0.4s linear;
}
.servicelist.on .img {
  -webkit-box-shadow: 0px 24px 26.19px 0.81px rgba(0, 0, 0, 0.17);
          box-shadow: 0px 24px 26.19px 0.81px rgba(0, 0, 0, 0.17);
}
.servicelist.on .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: All 0.4s linear;
  -webkit-transition: All 0.4s linear;
  -moz-transition: All 0.4s linear;
  -o-transition: All 0.4s linear;
}
.servicelist:nth-child(3n) {
  margin-right: 0px;
}
.servicelist .text {
  overflow: hidden;
  padding: 0 32px 0 48px;
}
.servicelist .left {
  float: left;
  width: calc(100% - 50px);
}
.servicelist .left .t {
  font-size: 16px;
  line-height: 24px;
  color: #343434;
  font-weight: bold;
  margin-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -o-box;
  text-align: center;
}
.servicelist .left .b {
  font-size: 14px;
  color: #666666;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -o-box;
}
.servicelist .text img {
  float: right;
  margin-top: 16px;
  opacity: 0;
  transition: All 0.4s linear;
  -webkit-transition: All 0.4s linear;
  -moz-transition: All 0.4s linear;
  -o-transition: All 0.4s linear;
}
.servicelist.on .left .t,
.servicelist.on .left .b {
  color: #3572bc;
}
.servicelist.on .text img {
  opacity: 1;
  transition: All 0.4s linear;
  -webkit-transition: All 0.4s linear;
  -moz-transition: All 0.4s linear;
  -o-transition: All 0.4s linear;
}
.news_show_left_top {
  padding-top: 5%;
  background: #fff;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.news_show_left_top .t {
  font-size: 36px;
  color: #343434;
  line-height: 36px;
  font-weight: bold;
}
.news_show_left_top .b {
  font-size: 16px;
  color: #343434;
  padding: 16px 0 36px;
  border-bottom: 1px dashed #f2f2f2;
  margin-bottom: 36px;
}
.news_show_left_top .d {
  font-size: 18px;
  color: #666;
  line-height: 30px;
  text-align: left;
}
.news_show_left_top .d img {
  max-width: 100%;
}
.prevnext {
  height: 90px;
  line-height: 90px;
  background: #fff;
  margin-bottom: 120px;
  -webkit-box-shadow: 0px 24px 63.05px 1.95px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 24px 63.05px 1.95px rgba(0, 0, 0, 0.05);
}
.prevnext {
  overflow: hidden;
  margin-top: 70px;
}
.prevnext a {
  display: block;
  float: left;
  text-align: center;
  font-size: 18px;
  color: #666666;
}
.prevnext a.prevnextli {
  width: 35.5%;
}
.prevnext a.prevnextmid {
  width: 29%;
}
.prevnext a img {
  margin: 0 12px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
}
.prevnext a:hover {
  color: #3572bc;
}
.prevnext a:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-filter: none;
          filter: none;
}
.newsdiv {
  margin: 5% auto;
}
.newsdiv .newslist {
  overflow: hidden;
  background: #fff;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
}
.newsdiv .newslist.on {
  -webkit-box-shadow: 0px 0px 33.95px 1.05px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 33.95px 1.05px rgba(0, 0, 0, 0.07);
}
.newsdiv .newslist .img {
  float: left;
  width: 30%;
  overflow: hidden;
}
.newsdiv .newslist .img img {
  display: block;
  width: 100%;
}
.newsdiv .newslist:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.newsdiv .newslist .text {
  float: right;
  width: 64%;
  margin-right: 1%;
}
.newsdiv .newslist .text .t {
  font-size: 22px;
  color: #343434;
  font-weight: bold;
  margin-bottom: 10px;
  margin-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -o-box;
}
.newsdiv .newslist .text .b {
  line-height: 30px;
  font-size: 16px;
  color: #666666;
  margin-bottom: 24px;
}
.newsdiv .newslist .text .c a {
  color: #fff;
  font-size: 12px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 5px;
}
.newsdiv .newslist .text .c a:nth-child(1) {
  background: #3572bc;
}
.newsdiv .newslist .text .c a:nth-child(2) {
  background: #ff0101;
}
.newsdiv .newslist .text .c a:nth-child(3) {
  background: #e49115;
}
.newsdiv .newslist .text .d {
  overflow: hidden;
  line-height: 42px;
}
.newsdiv .newslist .text .d span {
  float: left;
  font-size: 16px;
  color: #666666;
}
.newsdiv .newslist .text .d a {
  display: block;
  float: right;
  width: 138px;
  text-align: center;
  height: 42px;
  background: #3572bc;
  font-size: 16px;
  color: #fff;
}
.newsdiv .newslist.on .text .t {
  color: #3572bc;
}
.newsshow {
  margin: 0 auto 120px;
  overflow: hidden;
}
.newsshow .t {
  font-size: 24px;
  color: #343434;
  margin-bottom: 15px;
  text-align: center;
  padding-top: 5%;
}
.newsshow .b {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
  text-align: center;
}
.newsshow .line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #dfe1e8;
  margin: 0 auto 40px;
}
.newsshow .d {
  font-size: 18px;
  color: #666;
  margin-bottom: 60px;
  line-height: 30px;
}
.newsshow .prevnext {
  position: relative;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
  line-height: unset;
  margin-bottom: 0px;
}
.newsshow .prevnext a {
  display: block;
  float: none;
  text-align: left;
  font-size: 18px;
  color: #666;
  margin: 0 0 18px;
  font-weight: bold;
}
.newsshow .prevnext a:hover {
  color: #2672c3;
}
.newsshow .prevnext a:nth-child(2) {
  margin-bottom: 0px;
}
.newsshow .prevnext a.backto {
  font-size: 18px;
  color: #3572bc;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -9px;
}
.newsshow .d img {
  max-width: 100%;
}
.newsshow .b span {
  white-space: nowrap;
  margin: 0 20px;
}
.contact01 {
  margin: 120px auto;
  overflow: hidden;
}
.contact01 .contact01list {
  width: 25%;
  float: left;
  background: #f7f8fc;
  text-align: center;
  position: relative;
  height: 225px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact01 .contact01list:after {
  width: 1px;
  height: 46.6%;
  background: #e5e5e5;
  content: " ";
  position: absolute;
  right: -1px;
  top: 26.7%;
}
.contact01 .contact01list .t {
  margin: 25px 0 15px;
  font-size: 22px;
  color: #343434;
}
.contact01 .contact01list .b {
  font-size: 16px;
  color: #666;
}
.contact01 .contact01list:nth-last-child(2) {
  border-right: 0px solid #fff;
}
.contact01 .contact01list:nth-last-child(2) .b {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  line-height: 24px;
}
.contact01 .contact01list:nth-last-child(2):after {
  display: none;
}
.contact01 .contact01list.on {
  background: #3572bc;
  border-right: 1px solid #3572bc;
}
.contact01 .contact01list.on:after {
  background: #3572bc;
}
.contact01 .contact01list.on .t,
.contact01 .contact01list.on .b {
  color: #fff;
}
.contact01 .contact01list.on img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.contactt {
  font-size: 36px;
  color: #343434;
  margin-bottom: 90px;
}
.contact02 {
  margin-bottom: 120px;
  overflow: hidden;
}
.contact02 img {
  display: block;
  width: 100%;
}
.contact03 {
  margin-bottom: 90px;
}
.contact03 .contact03list {
  width: calc(25% - 30px);
  margin-right: 40px;
  margin-bottom: 40px;
  float: left;
  background: #f7f8fc;
  padding: 36px 30px 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact03 .contact03list .t {
  font-size: 22px;
  color: #343434;
  font-weight: bold;
}
.contact03 .contact03list .line {
  width: 20px;
  height: 4px;
  background: #3572bc;
  margin: 20px 0 32px;
}
.contact03 .contact03list .b {
  font-size: 16px;
  color: #666;
  line-height: 26px;
}
.contact03 .contact03list:nth-child(4n) {
  margin-right: 0px;
}
.contact03 .contact03list.on {
  background: url(../images/contact01_bg03.png) #3572bc no-repeat;
  background-size: 100% 100%;
  -webkit-box-shadow: 11.491px 9.642px 26.19px 0.81px rgba(0, 71, 157, 0.35);
          box-shadow: 11.491px 9.642px 26.19px 0.81px rgba(0, 71, 157, 0.35);
}
.contact03 .contact03list.on .t {
  color: #fff;
}
.contact03 .contact03list.on .line {
  background: #fff;
}
.contact03 .contact03list.on .b {
  color: #fff;
}
.messagediv {
  margin: 120px auto;
}
.messagediv .mtop {
  overflow: hidden;
}
.messagediv .mtop input {
  font-size: 18px;
  color: #343434;
  height: 60px;
  line-height: 1;
  background: none;
  border: 1px solid #d2d2d2;
  padding: 0 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: calc(25% - 12px);
  margin-right: 16px;
  margin-bottom: 15px;
}
.messagediv .mtop input:nth-child(4n) {
  margin-right: 0px;
}
.messagediv textarea {
  font-size: 18px;
  color: #343434;
  height: 60px;
  line-height: 24px;
  background: none;
  border: 1px solid #d2d2d2;
  padding: 12px 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 260px;
}
.messagediv div .sub_button {
  font-size: 20px;
  color: #fff;
  display: block;
  border: 0px;
  margin: 80px auto 0;
  background: #3572bc;
  width: 230px;
  text-align: center;
  height: 56px;
  line-height: 56px;
}
.messagediv01 {
  margin: 120px auto;
}
.messagediv01 .mtop {
  overflow: hidden;
}
.messagediv01 .mtop input {
  font-size: 18px;
  color: #343434;
  height: 60px;
  line-height: 1;
  background: none;
  border: 1px solid #f6f6f6;
  padding: 0 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: calc(20% - 28px);
  margin-right: 35px;
  margin-bottom: 35px;
  background: #f6f6f6;
}
.messagediv01 .mtop input:nth-child(5) {
  margin-right: 0px;
}
.messagediv01 .mtop input:nth-child(6),
.messagediv01 .mtop input:nth-child(7),
.messagediv01 .mtop input:nth-child(8) {
  width: calc(33.33% - 24px);
  margin-right: 36px;
}
.messagediv01 .mtop input:nth-child(8) {
  margin-right: 0px;
}
.messagediv01 textarea {
  font-size: 18px;
  color: #343434;
  height: 60px;
  line-height: 24px;
  background: none;
  border: 1px solid #f6f6f6;
  padding: 12px 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 350px;
  background: #f6f6f6;
}
.messagediv01 div .sub_button {
  font-size: 20px;
  color: #fff;
  display: block;
  border: 0px;
  margin: 80px 0 0;
  background: #3572bc;
  width: 230px;
  text-align: center;
  height: 56px;
  line-height: 56px;
}
#zp01 {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin: 120px auto;
  padding-bottom: 9%;
}
#zp01 > img {
  position: absolute;
  width: 34.65%;
  top: 0px;
  right: 0px;
}
.zp01 .zp01con {
  width: 63.33%;
}
.zp01 .zp01con .t {
  margin: 60px 0 30px;
  font-size: 36px;
  color: #343434;
  font-weight: bold;
}
.zp01 .zp01con .line {
  width: 30px;
  height: 4px;
  background: #3572bc;
  margin-bottom: 70px;
}
.zp01 .zp01con .b .bt {
  font-size: 22px;
  color: #343434;
  font-weight: bold;
}
.zp01 .zp01con .b {
  font-size: 16px;
  color: #666;
  font-weight: bold;
  line-height: 30px;
  text-align: justify;
}
.zp02 {
  margin: 120px auto;
}
.zp02 .zp02list {
  overflow: hidden;
  margin-top: 120px;
}
.zp02 .zp02list:first-child {
  margin-top: 0px;
}
.zp02 .zp02list .img {
  width: 50%;
  float: left;
}
.zp02 .zp02list .img img {
  display: block;
  width: 100%;
  transition: All 0.4s linear;
  -webkit-transition: All 0.4s linear;
  -moz-transition: All 0.4s linear;
  -o-transition: All 0.4s linear;
}
.zp02 .zp02list:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: All 0.4s linear;
  -webkit-transition: All 0.4s linear;
  -moz-transition: All 0.4s linear;
  -o-transition: All 0.4s linear;
}
.zp02 .zp02list .text {
  width: 44.3%;
  float: right;
}
.zp02 .zp02list .text .t {
  margin: 50px 0 20px;
  font-size: 22px;
  color: #343434;
  font-weight: bold;
}
.zp02 .zp02list .text .line {
  width: 30px;
  height: 4px;
  background: #3572bc;
  margin-bottom: 40px;
}
.zp02 .zp02list .text .b {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.zp02 .zp02list:nth-child(2n) .img {
  float: right;
}
.zp02 .zp02list:nth-child(2n) .text {
  float: left;
}
.zp03 .zp03biglist {
  overflow: hidden;
}
.zp03 .zp03biglist div {
  float: left;
  width: 21%;
  margin-right: 5.33%;
  text-align: center;
  background: #f6f6f6;
  line-height: 70px;
  color: #343434;
  font-size: 22px;
  font-weight: bold;
}
.zp03 .zp03biglist div:last-child {
  margin-right: 0px;
}
.zp03 .zp03list {
  overflow: hidden;
  padding: 55px 0 30px;
  border-bottom: 1px solid #e5e5e5;
}
.zp03 .zp03list div {
  width: 21%;
  margin-right: 5.33%;
  float: left;
  height: 50px;
  line-height: 50px;
  color: #343434;
  font-size: 18px;
  text-align: center;
}
.zp03 .zp03list div:last-child {
  margin-right: 0px;
}
.zp03 .zp03list div a {
  display: block;
  width: 48.5%;
  color: #343434;
  border: 1px solid #e5e5e5;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.zp03 .zp03list.on div a {
  background: #3572bc;
  border: 1px solid #3572bc;
  color: #fff;
}
.zpshow {
  overflow: hidden;
}
.zpshow .zpshowlist {
  overflow: hidden;
  margin-bottom: 120px;
}
.zpshow .zpshowlist .zpshowlistdiv {
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
}
.zpshow .zpshowlist .zpshowlistdiv:before {
  content: " ";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #e5e5e5;
}
.zpshow .zpshowlist .zpshowlistdiv .t {
  color: #343434;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.zpshow .zpshowlist .zpshowlistdiv .b {
  color: #666;
  font-size: 16px;
}
.zpshow .zpshowlist .zpshowlistdiv:first-child {
  text-align: left;
}
.zpshow .zpshowlist .zpshowlistdiv:first-child:before {
  display: none;
}
.zpshow .zpshowt {
  color: #343434;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.zpshow .zpshowb {
  color: #666;
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 38px;
}
.zpshow .zpshowb.zpshowbend {
  line-height: 22px;
  margin-bottom: 0;
}
#jump {
  background: url(../images/jumpbg.jpg) no-repeat;
  background-size: cover;
  padding: 120px 0;
  margin-bottom: 120px;
  margin-top: 80px;
}
.jump {
  width: 1050px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  padding: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.jump > img {
  width: 34%;
  float: right;
}
.jump .jumpleft {
  width: 55%;
  float: left;
}
.jump .jumpleft .t {
  font-size: 30px;
  position: relative;
  color: #343434;
  font-weight: bold;
  margin-bottom: 60px;
  padding-left: 15px;
}
.jump .jumpleft .t:before {
  position: absolute;
  width: 4px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  left: 0px;
  background: #3572bc;
  content: " ";
}
.jump .jumpleft .new_input01 {
  width: 100%;
  background: #fff;
  margin-bottom: 20px;
  height: 62px;
  line-height: 62px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.jump .jumpleft .new_input01 img {
  display: block;
  float: left;
  height: 62px;
  width: 62px;
}
.jump .jumpleft .new_input01 input {
  width: calc(100% - 62px);
  padding: 0 15px;
  font-size: 20px;
  color: #666666;
  float: left;
  border: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 62px;
}
.jump .submit {
  width: 100%;
  border: 0px;
  height: 62px;
  line-height: 62px;
  font-size: 20px;
  color: #fff;
  background: #3572bc;
  cursor: pointer;
}
.us01_02 {
  margin-bottom: 120px;
  margin-top: 5%;
}
.us01_02 .us01_02left {
  float: left;
  width: 45%;
}
.us01_02 .us01_02left img {
  display: block;
  width: 100%;
}
.us01_02 .us01_02right {
  float: right;
  width: 49%;
}
.us01_02 .us01_02right .t {
  font-size: 34px;
  color: #343434;
  font-weight: bold;
  margin: 6% 0 34px;
}
.us01_02 .us01_02right .b {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}
#new_right_message {
  width: 84px;
  top: 50%;
  margin-top: -200px;
  position: fixed;
  right: 10px;
  z-index: 111;
}
#new_right_message .n_r_m_div {
  position: relative;
  z-index: 111;
}
#new_right_message .n_r_m_list .n_r_m_list_show {
  position: relative;
  z-index: 1111;
}
#new_right_message .n_r_m_list {
  width: 84px;
  height: 82px;
  background: #3672bb;
  border-top: 1px solid #4a7fc1;
  cursor: pointer;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#new_right_message .n_r_m_list:first-child {
  border-top: 0px;
}
#new_right_message .n_r_m_list:hover {
  background: #e86244;
}
#new_right_message .n_r_m_list .n_r_m_list_show p {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}
#new_right_message .n_r_m_list .li_show {
  width: 160px;
  position: absolute;
  visibility: hidden;
  text-align: center;
  top: 0px;
  background: #fff;
  right: 0;
  -webkit-box-shadow: 0px 0px 38px 0px rgba(52, 52, 52, 0.17);
          box-shadow: 0px 0px 38px 0px rgba(52, 52, 52, 0.17);
  padding: 22px 0;
  z-index: -1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 0;
  transition: All 0.4s linear;
  -webkit-transition: All 0.4s linear;
  -moz-transition: All 0.4s linear;
  -o-transition: All 0.4s linear;
}
#new_right_message .n_r_m_list .li_show .ls_ewm {
  width: 56.25%;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(52, 52, 52, 0.33);
          box-shadow: 0px 0px 13px 0px rgba(52, 52, 52, 0.33);
}
#new_right_message .n_r_m_list .li_show .text01 {
  width: 81.25%;
  margin: 0 auto;
  font-size: 16px;
  color: #666;
  margin-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
#new_right_message .n_r_m_list .li_show .text02 {
  display: block;
  font-size: 14px;
  color: #343434;
  margin-top: 18px;
  text-align: center;
}
#new_right_message .n_r_m_list .li_show .text02 img {
  margin-right: 5px;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
#new_right_message .n_r_m_list .li_show .text03 {
  font-size: 12px;
  color: #3672bc;
  margin-top: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 24px;
}
#new_right_message .n_r_m_list.on .li_show {
  visibility: visible;
  -webkit-transform: translateX(-84px);
          transform: translateX(-84px);
  opacity: 1;
  transition: All 0.4s linear;
  -webkit-transition: All 0.4s linear;
  -moz-transition: All 0.4s linear;
  -o-transition: All 0.4s linear;
}
.index_04_box {
  background: #07a0e7;
  background-image: url(../images/bac1.jpg);
  background-size: cover;
  overflow: hidden;
}
.index_04_box li {
  width: 20%;
  float: left;
  padding-top: 110px;
  padding-bottom: 85px;
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 35px;
}
.index_04_box li .imgss {
  height: 120px;
  position: relative;
}
.index_04_box li .imgss img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 1;
}
.index_04_box li .imgss:after {
  height: 65px;
  width: 65px;
  background: #0d8ced;
  content: "";
  display: block;
  border-radius: 100%;
  position: absolute;
  left: 48%;
  top: 5px;
}
.index_04_box li b {
  font-size: 26px;
  display: block;
}
.index_04_box li span {
  font-size: 18px;
}
.index_04_box li .line {
  width: 100%;
  height: 3px;
  background: #fff;
  margin: 40px auto 30px;
}
.index_04_box li p {
  font-size: 16px;
  min-height: 90px;
  line-height: 24px;
}
.index_04_box li:hover {
  background-image: url(../images/youshibac.png);
  background-size: cover;
}
.index_04_box ul {
  overflow: hidden;
}
.ncabout05 .bigbox:hover .ncimgcenter img {
  transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
}
.ncabout05 .bigbox .ncimgcenter img {
  opacity: 0.5;
}
.ncpadding {
  padding: 5% 0;
}
.ncpadding .bigbox {
  padding: 5px;
  position: relative;
}
.ncpadding .bigbox .box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
}
.ncpadding .bigbox .box img {
  max-width: 80%;
  display: inline-block;
}
.ncpadding .ncimgcenter {
  overflow: hidden;
  position: relative;
  padding: 0;
  display: block;
}
.ncpadding .ncimgcenter img {
  min-width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 2s ease 0s;
  -moz-transition: all 2s ease 0s;
  -webkit-transition: all 2s ease 0s;
  -o-transition: all 2s ease 0s;
}
.ncpadding .bigbox .ncimgcenter {
  padding: 34% 0;
  background-color: #fff;
}
.ncpadding .bigbox .ncimgcenter img {
  opacity: 0.5;
}
.ncabout06 .ncmain {
  border: 1px solid #e5e5e5;
  position: relative;
}
.ncabout06 .ncmain .left {
  width: 37%;
  float: left;
}
.ncabout06 .ncmain .left .ncimgcenter {
  padding: 34% 0;
  background-color: #1b1b1b;
}
.ncabout06 .ncmain .left .ncimgcenter img:nth-child(1) {
  opacity: 0.6;
}
.ncabout06 .ncmain .left .ncimgcenter img:nth-child(2) {
  min-width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
}
.ncabout06 .ncmain .right {
  width: 46%;
  position: absolute;
  right: 140px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ncabout06 .ncmain .right b {
  font-size: 30px;
}
.ncabout06 .ncmain .right em {
  display: block;
  margin: 30px 0;
  width: 30px;
  height: 4px;
  background-color: #3572bc;
}
.ncabout06 .ncmain .right div {
  font-size: 18px;
  line-height: 32px;
}
.content {
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  overflow: hidden;
  padding-bottom: 5%;
}
.content img {
  max-width: 100%;
  height: auto;
}
.ncpaddingbottom {
  padding-bottom: 5%;
}
.ncabout07 .mySwiper .swiper-slide {
  margin-top: 10px !important;
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ncabout07 .mySwiper .swiper-slide .ncimgcenter {
  padding: 35% 0;
}
.ncabout07 .mySwiper .swiper-slide span {
  display: block;
  text-align: center;
  font-size: 16px;
  margin-top: 30px;
}
.ncabout07 .mySwiper {
  height: auto;
  position: relative;
  padding-bottom: 50px;
}
.ncabout07 .mySwiper .swiper-pagination-bullet {
  width: 26px;
  height: 26px;
  background: url(../images/brandshow01_1.png) no-repeat center center;
  margin: 0 20px !important;
}
.nctitle {
  padding-bottom: 5%;
}
.nctitle .title {
  font-size: 40px;
  font-weight: bold;
  float: left;
}
.newsdiv .flex_left {
  width: calc(75% - 20px);
  padding-right: 20px;
}
.newsdiv .flex_right {
  width: 25%;
}
.newsdiv .flex_right .top {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
.newsdiv .flex_right h4 {
  font-size: 16px;
  font-weight: bold;
}
.newsdiv .flex_right .item {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsdiv .flex_right .more {
  position: relative;
  margin-left: auto;
}
.newsdiv .flex_right .more a {
  font-size: 12px;
  color: #ddd;
  vertical-align: text-bottom;
}
.newsdiv .flex_right .flex_right_t1 a {
  position: relative;
  display: block;
  padding-left: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
.newsdiv .flex_right .flex_right_t1 a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #3572bc;
}
.newsdiv .flex_right .flex_right_t2 {
  margin-top: 20px;
}
.newsdiv .flex_right .flex_right_t2 .item a {
  display: block;
  width: 50%;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.newsdiv .flex_right .flex_right_t2 img {
  display: block;
  width: 100%;
  height: 105px;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsdiv .flex_right .flex_right_t2 h5 {
  padding: 10px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsdiv .flex_right .flex_right_t3 {
  margin-top: 20px;
}
.newsdiv .flex_right .flex_right_t3 .item a {
  display: block;
  background-color: #f2f2f2;
  color: #999;
  border: 1px solid #f2f2f2;
  padding: 0 10px;
  line-height: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.newsdiv .flex_right .flex_right_t3 .item a:hover {
  color: #fff;
  background-color: #3572bc;
  border: 1px solid #3572bc;
}
.newsdiv .flex_right .flex_right_t3 .item .active {
  color: #fff;
  background-color: #3572bc;
  border: 1px solid #3572bc;
}
.newsdiv .flex_right .flex_right_t1,
.newsdiv .flex_right .flex_right_t2,
.newsdiv .flex_right .flex_right_t3 {
  padding: 15px 0;
  background: #fff;
}
.nc_website h2 {
  font-size: 16px;
  line-height: 40px;
  padding-left: 20px;
  display: block;
  background-color: #f8f8f8;
}
.nc_website ul {
  overflow: hidden;
  padding: 10px 0;
  min-height: 400px;
  text-align: center;
}
.nc_website ul li {
  float: left;
  line-height: 22px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.nc_website ul li a {
  color: #999;
  display: block;
}
.nc_website .cannav {
  color: #999;
  margin: 10px auto;
  line-height: 22px;
}
.tags span {
  font-size: 14px;
}
.tags a {
  color: #fff;
  font-size: 12px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 5px;
}
.tags a:nth-child(1) {
  background: #3572bc;
}
.tags a:nth-child(2) {
  background: #ff0101;
}
.tags a:nth-child(3) {
  background: #e49115;
}
.tags a:nth-child(4) {
  background: #e47215;
}
.tags a:nth-child(5) {
  background: #059c49;
}
.hot_news,
.hot_serve {
  margin-top: 5%;
}
.hot_news li,
.hot_serve li {
  width: calc((100% - 15px * 2) / 3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
}
.hot_news li .img,
.hot_serve li .img {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 42%;
}
.hot_news li img,
.hot_serve li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hot_news li span,
.hot_serve li span {
  display: block;
  padding: 10px 0;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
}
.hot_news h4,
.hot_serve h4 {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
}
.hot_news ul,
.hot_serve ul {
  position: relative;
}
.hot_tags {
  margin-bottom: 5%;
}
.hot_tags h4 {
  font-size: 20px;
  font-weight: bold;
}
.hot_tags .more {
  position: relative;
  margin-left: auto;
}
.hot_tags .more a {
  font-size: 12px;
  color: #ccc;
  vertical-align: sub;
}
.hot_tags .item {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hot_tags .item a {
  display: block;
  background-color: #f2f2f2;
  color: #999;
  border: 1px solid #f2f2f2;
  padding: 0 10px;
  line-height: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.hot_tags .item a:hover {
  color: #fff;
  background-color: #3572bc;
  border: 1px solid #3572bc;
}
.hot_tags .item .active {
  color: #fff;
  background-color: #3572bc;
  border: 1px solid #3572bc;
}
.hot_tags .top {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
/*# sourceMappingURL=main.css.map */