body,
html {
  padding: 0;
  margin: 0;
  background-color: #fff;
  font-size: 14px;
  font-family: "PingFang SC", "黑体", serif;
  color: #262626;
  width: 100vw;
  overflow-x: hidden;
}
body.modelShow {
  overflow-y: hidden;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a,
a:hover {
  color: inherit;
  text-decoration: inherit;
}
button,
input,
textarea {
  -webkit-appearance: none;
  appearance: none;
}
li,
ul {
  list-style: none;
}
img{
  vertical-align: bottom;
}
@font-face {
  font-family: "impact";
  src: url("../fonts/impact.ttf");
}
.form{
  padding-top: 55px;
}
.wrap, .wp{
  margin-left: 5%;
  margin-right: 5%;
}
.wrap1{
  margin-left: 12%;
  margin-right: 12%;
}
/* 头部  */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  height: 100px;
  border-bottom: 1px solid #fff;
  transition: all 0.5s ease;
  border-color: rgba(255, 255, 255, 0.24);
}
.header:hover {
  background: #fff;
}
.header.active {
  background-color: #fff;
}
.header > .wrap > .l{
  float: left;
  display: flex;
  align-items: center;
  height: 100px;
  flex-shrink: 0;
  color: #fff;
}
.header.active .l{
  color: #333;
}
.header .l .logo_txt{
  margin-left: 20px;
  height: 100%;
  align-items: center;
  display: flex;
}
.header .l .logo_txt p{
  font-size: 12px;
  color: #333 !important;
}
.header .l .logo_txt a{
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.header .l .logo_txt  ._b{
  display: none;
} 
.header .l .logo_txt .atxt{
  margin-left: 10px;
}
.header.active .l .logo_txt ._b{
  display: flex;
} 
.header.active .l .logo_txt  ._w{
  display: none;
} 
.header .logo {
  display: flex;
  align-items: center;
  height: 100px;
  float: left;
}
.header .logo .logo_b {
  display: none;
}
.header:hover .logo .logo_b {
  display: block;
}
.header:hover .logo .logo_w {
  display: none;
}
.header.active .logo .logo_b {
  display: block;
}
.header.active .logo .logo_w {
  display: none;
}
.header .logo img {
  height: 80px;
}
.header .logo a {
  display: flex;
  height: 100px;
  align-items: center;
}
.header .tools {
  display: flex;
  align-items: center;
  float: right;
  transition: 0.5s ease;
  height: 100px;
}
.header .tools .item {
  display: flex;
}
.header .tools span {
  color: #fff;
  display: flex;
  align-items: center;
}
.header:hover .tools span {
  color: #333;
}
.header.active .tools span {
  color: #333;
}
.header .tools span img {
  width: 25px;
  height: 25px;
  display: flex;
}
.header .tools span.arrow {
  margin-left: 5px;
  padding-top: 4px;
}
.header .tools .active {
  display: none;
}
.header:hover .tools .active {
  display: flex;
}
.header:hover .tools .normal {
  display: none;
}
.header.active .tools .active {
  display: flex;
}
.header.acctive .tools .normal {
  display: none;
}
.header .tools .language img {
  width: 20px;
  height: 20px;
}
.header .tools .language {
  margin-left: 30px;
}

.header .tools .search img {
  width: 20px;
  height: 20px;
}
.header .tools .search {
  margin-left: 30px;
}
.header .tools .search span {
  margin-left: 5px;
}
.header .tools .dz img {
  width: 20px;
  height: 20px;
}
.header .tools .dz {
  margin-left: 30px;
}
.header .tools .dz span {
  margin-left: 5px;
}

.header .tools .item:hover {
  cursor: pointer;
}
.header .tools .item {
  position: relative;
}
.header .tools .item.language ul {
  padding: 5px 0;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 105%;
  margin-top: 5px;
  width: 100px;
  text-align: center;
  display: none;
  background: #f4f4f4;
  z-index: 6;
}
.header .tools .item.language ul li a {
  font-size: 14px;
  line-height: 30px;
  color: #666;
}

.header.active .tools .normal {
  display: none;
}
.header.active .innav li {
  color: #333;
}
.header .tools .item.language .sub::after {
  content: "";
  height: 0;
  width: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border-color: transparent transparent #f4f4f4 transparent;
  border-style: solid solid dashed dashed;
  border-width: 6px;
  position: absolute;
  bottom: 100%;
  left: 45px;
}
.header .tools .item.language:hover .sub {
  opacity: 1;
}
.header .innav {
  float: right;
}

.header .innav > ul > li {
  font-size: 15px;
  line-height: 100px;
  padding: 0px 18px;
  float: left;
  color: #fff;
  transition: padding 0.5s ease;
}
.header:hover .innav li {
  color: #333;
}

.header:hover .innav li:hover {
  color: #1b66aa;
}
.searchBox {
  position: fixed;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100px;
  background: #fff;
  z-index: 98;
}
.searchBox .wrap {
  height: 100%;
}
.searchBox .searchL {
  float: left;
  height: 100%;
  width: calc(100% - 101px);
}
.searchBox .close {
  border-left: 1px solid #e1e0e1;
  cursor: pointer;
  float: right;
  width: 100px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.searchBox .close img {
  width: 35px;
  transition: all 0.5s ease;
}
.searchBox .close:hover img {
  transform: rotate(90deg);
}
.searchBox .searchL .input {
  position: relative;
  padding-left: 50px;
  height: 100%;
  display: flex;
  align-items: center;
}
.searchBox .searchL .input .icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background: url(../images/search2.png) no-repeat;
  background-size: 25px;
}
.searchBox .searchL .input form {
  position: relative;
  width: 100%;
}
.searchBox .searchL .input input {
  outline: none;
  border: none;
  font-size: 15px;
  height: 70px;
  line-height: 70px;
  text-align: left;
  width: 80%;
  box-sizing: border-box;
  background: none;
  padding: 0;
}
.searchBox .searchL .input button {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 40px;
  background-color: transparent;
  outline: none;
  border: 1px solid#aaa;
  cursor: pointer;
  color: #aaa;
  font-size: 15px;
  transition: all 0.5s ease;
}
.searchBox .searchL .input button:hover {
  background-color: #1b66aa;
  color: #fff;
  border: 1px solid #1b66aa;
}
.header .innav li .dropDown {
  overflow: hidden;
  position: absolute;
  z-index: 5;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: #fff;
  display: none;
}
.header .innav li .dropDown .wrap {
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.header .innav li .dropDown .l {
  height: 100%;
  min-height: 400px;
  padding-top: 40px;
  padding-left: 4%;
  float: left;
  width: 28%;
  background-image: linear-gradient(to right, #efefef, #eee);
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
}
.header .innav li .dropDown .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.header .innav li .dropDown .bg .l {
  float: left;
  width: 28%;
  background-image: linear-gradient(to right, #efefef, #eee);
}
.header .innav li .dropDown .bg .r {
  position: absolute;
  left: 28%;
  top: 0;
  right: 0;
  bottom: 0;
}
.header .innav li .dropDown1 .bg .r {
  background: url(../images/dropdown1.jpg);
  background-position: center right;
  background-repeat: no-repeat;
}
.header .innav li .dropDown2 .bg .r {
  background: url(../images/dropdown2.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 97%;
}
.header .innav li .dropDown3 .bg .r {
  background: url(../images/dropdown3.jpg);
  background-position: center right;
  background-repeat: no-repeat;
}
.header .innav li .dropDown4 .bg .r {
  background: url(../images/dropdown4.jpg);
  background-position: center right;
  background-repeat: no-repeat;
}
.header .innav li .dropDown5 .bg .r {
  background: url(../images/dropdown5.jpg);
  background-position: center right;
  background-repeat: no-repeat;
}
.header .innav li .dropDown6 .bg .r {
  background: url(../images/dropdown6.jpg);
  background-position: center right;
  background-repeat: no-repeat;
}
.header .innav li .dropDown7 .bg .r {
  background: url(../images/dropdown7.jpg);
  background-position: center right;
  background-repeat: no-repeat;
}
.header .innav li .dropDown8 .bg .r {
  background: url(../images/dropdown8.jpg);
  background-position: center right;
  background-repeat: no-repeat;
}
.header .innav li .dropDown .l .dnav li a {
  display: block;
  line-height: 45px;
  color: #333;
  padding-left: 30px;
}
.header .innav li .dropDown .l .dnav li a:hover {
  background: #fff;
  color: #1b66aa;
}

.header .innav li .dropDown .dnav {
  display: block;
  width: 100%;
  padding-bottom: 30px;
  position: relative;
}
.header .innav li .dropDown .dnav::after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 15%;
  content: "";
  display: block;
  background-color: #ccc;
  height: 1px;
}
.header .innav li .dropDown .l .sig {
  padding-top: 30px;
  padding-left: 30px;
}
.header .innav li .dropDown .l .sig dt {
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.header .innav li .dropDown .l .sig dd {
  line-height: 30px;
  color: #333;
}
.header .innav li .dropDown .l .sig dd a {
  line-height: 30px;
  color: #333;
}

.header .innav li .dropDown .l .sig dd a:hover {
  color: #1b66aa;
}

.header .innav li .dropDown .wrap .r {
  float: left;
  width: 40%;
  padding-left: 5%;
  padding-top: 50px;
}
.header .innav li .dropDown .wrap .r h2 {
  font-size: 25px;
  color: #000;
  line-height: 50px;
  font-weight: normal;
}
.header .innav li .dropDown .wrap .r p {
  font-size: 15px;
  color: #000;
  line-height: 30px;
  margin: 13px 0 45px;
}
.header .innav li .dropDown .wrap .r a {
  border: 1px solid #e1e0e1;
  width: 170px;
  height: 55px;
  line-height: 55px;
  border-radius: 55px;
  padding-left: 40px;
  margin-bottom: 80px;
  display: block;
  color: #333;
  transition: all 0.5s ease;
  position: relative;
}
.header .innav li .dropDown .wrap .r a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/arrow_right_1.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: all 0.5s ease;
}
.header .innav li .dropDown .wrap .r a:hover span {
  background: url(../images/arrow_right_1_on.png);
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}
.header .innav li .dropDown .wrap .r a:hover {
  background-color: #1b66aa;
  color: #fff;
  border: 1px solid #1b66aa;
}
.header .orderCon {
  overflow: hidden;
  position: absolute;
  z-index: 5;
  width: 100%;
  top: 100%;
  left: 0;
  height: 600px;
  display: none;
  background-color: #f9f9f9;
}

.header .orderCon .l {
  float: left;
  width: 50%;
  padding-top: 85px;
}
.header .orderCon .l h2 {
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 20px;
}
.header .orderCon .l p {
  margin-bottom: 28px;
}
.header .orderCon .l input {
  width: 47%;
  padding-right: 7%;
  border: none;
  height: 46px;
  line-height: 46px;
  background-color: #efefef;
  text-indent: 30px;
  margin-left: 4%;
  float: left;
  outline: none;
  margin-bottom: 25px;
}
.header .orderCon .l input:nth-child(2n + 1) {
  margin-left: 0;
}
.header .orderCon .l textarea {
  background-color: #f5f5f5;
  width: 98%;
  border: none;
  outline: none;
  height: 130px;
  padding-top: 20px;
  padding-left: 4%;
}
.header .orderCon .l button {
  width: 200px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background-color: #1b66aa;
  font-size: 15px;
  outline: none;
  border: none;
  margin-top: 20px;
  cursor: pointer;
}
.header .orderCon .r {
  padding-top: 70px;
  float: right;
  width: 28%;
}
.header .orderCon .r .con {
  position: relative;
  background-color: #1b66aa;
  padding: 30px 35px 50px 45px;
}
.header .orderCon .r .con h2 {
  font-size: 25px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 10px;
}
.header .orderCon .r .con p {
  color: #fff;
  margin-bottom: 30px;
}
.header .orderCon .r .con h2 span {
  font-size: 20px;
}
.header .orderCon .r .con p span {
  margin-right: 5px;
}
.header .orderCon .r .con img {
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
  width: 40px;
}

.header_menu {
  position: fixed;
  height: 50px;
  background-color: #fff;
  left: 0;
  right: 0;
  top: 0;
  z-index: 50;
}
.header_menu .menu_box {
  display: flex;
  align-items: center;
}
.header_menu .wrap {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_menu .wrap .logo {
  display: flex;
}
.header_menu .wrap .logo img {
  height: 55px;
}
.header_menu .wrap .menu_box img {
  width: 30px;
}
.rightNav {
  left: 100vw;
  top: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #ffff;
  z-index: 9999;
  transition: all 0.4s ease;
  padding: 0 15px;
  box-sizing: border-box;
}
.rightNav .top {
  display: flex;
  justify-content: flex-end;
  padding: 20px 0px 30px 0;
}
.rightNav .close img {
  width: 35px;
}
.rightNav ul li {
  border-bottom: 1px solid #eee;
}
.rightNav ul li a {
  display: block;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  text-align: center;
  color: #333;
  position: relative;
}
.rightNav ul li a .arrow {
  display: block;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.rightNav ul li a .arrow img {
  width: 20px;
  transition: 0.3s;
}
.rightNav ul li .sub {
  display: none;
}
.rightNav ul li .sub a {
  display: block;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.rightNav ul li.active .arrow img {
  transform: rotate(90deg);
}

/* 首页banner */
.banner-box {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.banner-box .banner-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 0 8.3333333%;
}
.bannerarr{
  display: none;
  width: 40px;
  height: 39px;
  position: absolute;
  left: 4%;
  bottom: 5%;
  z-index: 20;
}
.bannerarr i{
  width: 8px;
  height: 45px;
  background: url(../images/dj.png) center no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  top: -30px;
  animation: tbupdonw1 2000ms infinite ease;
}
.bannerarr span{
  display: block;
  width: 40px;
  height: 39px;
  background: url(../images/yy.png) center no-repeat;
}
@keyframes tbupdonw1 {
  0% {
    top: -30px;
  }

  50% {
    top: -20px;
  }

  100% {
    top: -30px;
  }
}
.banner-box .banner-item .c1 {
  padding-left: 40px;
}
.banner-box .banner-item .c1 .line {
  width: 140px;
  height: 3px;
  background-color: #213f6b;
  margin-top: 110px;
}
.banner {
  position: relative;
}
.banner-box .banner-item .videoBox {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.banner-box .banner-item .videoBox video{
  object-fit: cover;
  height: 100vh;
  width: 100vw;
  display: flex;
  border: none;
  background-color: #000;
}
.banner-box .banner-item .videoBox .mask {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../images/mask.png);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.banner-box .banner-item p {
  color: #fff;
  font-size: 20px;
  font-family: "impact";
}
.banner-box .banner-item .bannerTxt {
  z-index: 2;
  position: relative;
}
.banner-box .banner-item .bannerTxt h2 {
  color: #fff;
  font-family: "impact";
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 44px;
  text-align: right;
}
.banner-box .banner-item .bannerTxt h3 {
  color: #fff;
  font-family: "impact";
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 44px;
  text-align: right;
  position: relative;
}
.banner-box .banner-item .bannerTxt h3::after{
  display: block;
  content: "";
  background-color: #fff;
  height: 3px;
  width: 80px;
  position: absolute;
  left: 0;
  top: 66%;
  transform: translateY(-50%);
}
.banner-box.swiper-slide-active .bannerTxt h2 {
  animation: fadeInUp 1s ease both;
  animation-delay: 1s;
}
.banner-box.swiper-slide-active .bannerTxt h3 {
  animation: fadeInUp 1s ease both;
  animation-delay: 1.5s;
}
.banner-box.swiper-slide-active .bannerTxt p {
  animation: fadeInUp 1s ease both;
  animation-delay: 2s;
}
.home .bannerprev {
  cursor: pointer;
  position: absolute;
  left: 2%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 40px;
  background: url(../images/prev.png);
  background-color: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}
.home .bannernext {
  cursor: pointer;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  background: url(../images/next.png);
  background-color: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}
@keyframes fadeInUp {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.homepagination {
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  bottom: 80px !important;
  z-index: 5;
  text-align: center;
}
.homepagination .swiper-pagination-bullet {
  width: 80px;
  height: 1px;
  margin: 0 !important;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0;
  opacity: 1;
  position: relative;
}
.homepagination .swiper-pagination-bullet::after{
  display: block;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -1px;
}
.homepagination .swiper-pagination-bullet:last-child::before{
  display: block;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: -1px;
}
.homepagination .swiper-pagination-bullet  .num{
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.6);
}
.homepagination .swiper-pagination-bullet-active .num{
  color: #fff;
}
.homepagination .swiper-pagination-bullet .line{
  position: absolute;
  left: 0;
  top: -1px;
  background-color: #fff;
  opacity: 0;
  width: 100%;
  height: 3px;
}
.homepagination .swiper-pagination-bullet-active  .line{
  opacity: 1;
}
.bmenu{
  height: 75px;
  position: relative;
  z-index: 2;
  margin-top: -75px;
}
.bmenu .wrap{
  background-color: #fff;
  height: 75px;
}
.bmenu .wrap ul li{
  height: 75px;
  cursor: pointer;
  float: left;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bmenu .wrap ul li.active{
  background-color: #025690;
  color: #fff;
}
.bmenu .wrap ul li span{
  margin: 0 14px;
  display: flex;
  height: 27px;
  align-items: center;
}
.bmenu .wrap ul li  img{
  height: 27px;
}
.bmenu .wrap ul li img.on{
  display: none;
}
.bmenu .wrap ul li.active img.on{
  display: flex;
}
.bmenu .wrap ul li.active img.no{
  display: none;
}
._sort{
	height: auto;
  overflow: hidden;
  padding: 10px 0;
}
._sort ul{
	height:120px;
}
.index_tab{
	height:100%;
}
.index_tab li a{
	  display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}
.index_tab li {
	height:100%;
	position: relative;
	float: left;
	width: calc(100% / 6);
}
.tab_box {
	overflow: hidden;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 0;
    right: 0;
}
.title1{
	text-align: center;
	padding-bottom: 70px;
}
.title1 h3 {
  margin-bottom: 30px;
  font-size: 28px;
  text-align: center;
}
.title1 a{
	text-align: left;
	width: 80px;
	display: inline-block;
	color: #025690;
	position: relative;
	
}
.title1 a i{
	position: absolute;
	right:0;
	top:50%;
	transform: translateY(-50%);
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	color:#fff;
	background-color: #025690;
  background-image:url(../images/arrm.png);
  background-position: center center !important;
  background-size: 25px;
	line-height: 14px;
	text-align: center;
	font-size: 12px;
}
/* .tab_box img{
  width: 45px;
  height: 45px;
} */
.index_tab li p{
	font-size: 14px;
	margin-top: 2px;
}
.index_tab li .table_no {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s ease;
}
.index_tab li .table_on{
	position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 100%;
    transform: translateY(-50%);
    transition: .3s ease;
    opacity: 0;
}
.index_tab li .table_on p{
	color:#025690;
}
.index_tab li:hover .table_on{
	top:50%;
	opacity: 1;
}
.index_tab li:hover .table_no{
	top:0;
	opacity: 0;
}
.index_tab li.active .table_on{
	top:50%;
	opacity: 1;
}
.index_tab li.active .table_no{
	top:0;
	opacity: 0;
}


.index_tab li:after{
	content:'';
	border-right:1px solid #ddd;
	display: block;
	width: 1px ;
	height:60px;
	position: absolute;
	right:0;
	top:50%;
	margin-top: -30px;
}
.index_tab li:last-child:after{
	display: none;
}
.index_s1 {
  padding: 100px 0;
  background: #f2f3f5;
}
.index_s1 li{
	width:22.75% ;
	cursor: pointer;
	float: left;
	margin-left: 3%;
}
.index_s1 li .list_img{
	overflow: hidden;
}
.index_s1 li .list_img img{
	transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	width: 100%;
  vertical-align: bottom;
}
.index_s1 li:hover .list_img img{
	transform: scale(1.1);
}
.index_s1 ul{
	height: auto;
	overflow: hidden;
}
.index_s1 li .list_txt{
	background: #fff;
	padding: 20px 28px;
	position: relative;
}
.index_s1 li .txt_l{
	width: calc(100% - 60px);
  line-height: 25px;
}
.index_s1 li i{
	position: absolute;
	right:28px;
	top:50%;
	margin-top: -25px;
	display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 50%;
  box-sizing: border-box;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.1);
  font-size: 24px;
  color: #666;
  line-height: 48px;
  text-align: center;
  vertical-align: top;
  background-size: 28px !important;
  background-repeat:no-repeat !important;
  background-position: center center !important;
}
.index_s1 li:nth-child(1) i{
  background-size: 24px !important;
}
.index_s1 li:nth-child(2) i{
  background-size: 25px !important;
}
.index_s1 li:nth-child(3) i{
  background-size: 26px !important;
}
.index_s1 li .txt_l h3{
	   display: block;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index_s1 li .txt_l p{
	  display: block;
    font-size: 12px;
    color: #858585;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index_s1 li i.i1{
	background: url(../images/_icon1.png);
}
.index_s1 li i.i2{
	background: url(../images/_icon2.png);
}
.index_s1 li i.i3{
	background: url(../images/_icon3.png);
}
.index_s1 li i.i4{
	background: url(../images/_icon4.png);
}
.index_s1 li:hover .list_txt{
	background: #025690;
}
.index_s1 li:hover .txt_l h3{
	color: #fff;
}
.index_s1 li:hover .txt_l p{
	color: #fff;
}
.index_s1 li:hover  i{
	background-color:#fff ;
}
.index_s1 li:first-child{
	margin-left: 0;
}
.index_s2{
	padding: 100px 0 70px 0;
}
.al_l{
	width: 60px;
	float:left;
}
.al_l li{
	overflow: hidden;
	position: relative;
	cursor: pointer;
	height:166px;
}

.al_l li:nth-child(1){
	background: #1a1818;
  border-bottom: 1px solid #504f4e
}
.al_l li:nth-child(2){
	background: #3e3a39;
  border-bottom: 1px solid #868584;
}
.al_l li:nth-child(3){
	    background: #727171;
}
.al_r{
	height: auto;
	overflow: hidden;
	margin-left: 100px;
}
.al_r .ul_r{display: none;}

.al_r li{
	margin-bottom: 30px;
	overflow: hidden;
	float:left;
	margin-left: 3%;
	width: 48.5%;
}
.al_r li a{
	display: block;
	position: relative;
}
.al_r li:hover img{
	transform: scale(1.1);
}
.al_r li img{
	width: 100%;
	transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
}
.al_r li a span{
	  font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 20px;
    right: 30px;
}
.al_l li span{
	 display: block;
    width:24px;
    left:50%;
    margin-left: -12px;
    line-height: 30px;
    font-size: 14px;
    color:#fff;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    text-align: center;
}
.al_l li b{
	position: absolute;
	right:15px;
	top:-70px;
	margin-top:-20px ;
	width: 1px;
	height:40px;
	background:#fff;
	-webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: .5s;
}
.al_l li:last-child b{
	width: 1px;
	height:70px;
	margin-top: -35px;
}
.al_l li.active b{
	top:50%;
}

.al_l li:hover b{
	top:51%;
}
.al_r li:nth-child(2N+1) {
  margin-left: 0;
}
._process{
	margin: 0 0 0 0;
	width: 100%;
	height:250px;
	background: url(../images/index1.jpg);
	background-size:cover ;
	background-repeat:no-repeat ;
}

/*._process div {
	height: 219px;
	background: url(../../images/pcRevision/index/png_01.png);
}*/
._process div dl {
	display: inline-block;
	margin: 50px 60px 0 60px;
}
._process div dl dt {

	color: #fff;
	text-align: center;
	position: relative;
	font-weight: normal;
}

._process div dl dd {
	color: #dcdcdc;
	font-size: 14px;
	margin-top:8px;
	text-align: center;
}
._process div dl dd span {
	font-size: 14px;
	color: #fff;
	margin-bottom: 5px;
	display: block;
}
._process div dl dd p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 5px;
}
._process div dl dd p.p1{
  color: #dcdcdc;
	font-size: 14px;
	margin-top:8px;
	text-align: center;
}
._process .wp{
	text-align: center;
   height:auto;
   overflow: hidden;
}
._process .dt_t i{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	left:0;
	top:0;
	background-repeat:no-repeat !important;
	background-position: center center !important; 
}
._process .dt_t i.picon1{
	 background: url(../images/picon1.png);
}
._process .dt_t i.picon2{
	 background: url(../images/picon2.png);
}
._process .dt_t i.picon3{
	 background: url(../images/picon3.png);
}
._process .dt_t i.picon4{
	 background: url(../images/picon4.png);
}
._process .dt_t i.picon5{
	 background: url(../images/picon5.png);
}
._process .dt_t{
	position: relative;
	z-index: 1;
	width: 60px;
	height:69px;
	display: inline-block;
	background: url(../images/lbx.png);
	transition: .3s ease;
}
 .dt_t:hover{
	 background: url(../images/lbx1.png);
}
.homeSec2 .title {
  padding-top: 45px;
  text-align: center;
}
.homeSec2 .title h2 {
  font-weight: normal;
  font-size: 30px;
}
.homeSec2 .title p {
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
  max-width: 800px;
  font-size: 16px;
  line-height: 28px;
}
.homeSec2 li {
  float: left;
  width: 25%;
  padding: 40px 35px 60px 35px;
  text-align: center;
}
.homeSec2 li .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.homeSec2 li .icon.icon1 {
  background: url(../images/icon1.jpg);
  background-size: 55px !important;
}
.homeSec2 li .icon.icon2 {
  background: url(../images/icon2.png);
  background-size: 52px !important;
}
.homeSec2 li .icon.icon3 {
  background: url(../images/icon3.jpg);
  background-size: 60px !important;
}
.homeSec2 li .icon.icon4 {
  background: url(../images/icon4.jpg);
  background-size: 50px !important;
}
.homeSec2 li .number {
  font-size: 40px;
  color: #1b66aa;
  font-family: "impact";
}
.homeSec2 li .number span {
  font-family: "impact";
}
.homeSec2 li .number span sup{
  font-size: 20px;
  font-weight: bold;
}
.homeSec2 li .number span sup em{
  font-style: normal;
  font-size: 12px;
  vertical-align: 6px;
}
.homeSec2 ul {
  height: auto;
  overflow: hidden;
}
.homeSec3 {
  background: url(../images/hbg1.jpg);
  background-attachment: fixed;
  padding: 80px 0 60px 0;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover;
}
.homeSec3 .wrap {
  height: auto;
  overflow: hidden;
}
.homeSec3 .wrap .r {
  float: right;
  width: 730px;
}
.homeSec3 .title {
  text-align: right;
}
.homeSec3 .title h2 {
  font-weight: normal;
  font-size: 30px;
}
.homeSec3 .title p {
  margin-top: 10px;
  margin-bottom: 30px;
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
}
.homeSec3 .content .l {
  position: relative;
  width: 430px;
  height: 330px;
  overflow: hidden;
  float: left;
}
.homeSec3 .content .l .img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease;
  background: url(../images/ab1.jpg);
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.homeSec3 .content .l:hover .img {
  transform: scale(1.1);
}
.homeSec3 .content .l .con {
  position: relative;
  z-index: 2;
  padding: 35px;
  height: 100%;
}
.homeSec3 .content .l .con h2 {
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 15px;
}
.homeSec3 .content .l .con p {
  font-size: 14px;
  line-height: 26px;
}
.homeSec3 .content .l .con a {
  position: absolute;
  bottom: 30px;
  right: 30px;
  transition: all 0.5s ease;
}
.homeSec3 .content .l:hover .con a {
  right: 35px;
}
.homeSec3 .content .r {
  float: right;
  width: 250px;
}
.homeSec3 .content .r .item {
  display: block;
  cursor: pointer;
  overflow: hidden;
  width: 250px;
  height: 150px;
  position: relative;
  margin-bottom: 30px;
}
.homeSec3 .content .r .item .img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.homeSec3 .content .r .item.item1 .img {
  background: url(../images/ab2.jpg);
}
.homeSec3 .content .r .item.item2 .img {
  background: url(../images/ab3.jpg);
}
.homeSec3 .content .r .item:hover .img {
  transform: scale(1.1);
}
.homeSec3 .content .r .item .con {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-direction: column;
}
.homeSec3 .content .r .item .con h2 {
  font-size: 16px;
  font-weight: normal;
}
.homeSec3 .content .r .item .con p {
  font-size: 20px;
  font-weight: bold;
}
.homeSec4 {
  padding-top: 30px;
  padding-bottom: 100px;
}
.homeSec4 .title {
  height: auto;
  overflow: hidden;
  padding-bottom: 60px;
}
.homeSec4 .title .l {
  float: left;
}

.homeSec4 .title .r {
  padding-top: 100px;
  float: right;
}
.homeSec4 .title .r a {
  cursor: pointer;
  display: inline-block;
  width: 144px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background-color: #e8e8e8;
  font-size: 14px;
  margin-left: 15px;
}
.homeSec4 .title .r a.active,
.homeSec4 .title .r a:hover {
  color: #fff;
  background-color: #1b66aa;
}
.newSwiper {
  position: relative;
  padding-bottom: 10px;
}
.newSwiper .newImg {
  overflow: hidden;
  height: 300px;
  position: relative;
}
.newSwiper .newImg > div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition: all 0.5s ease;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.newSwiper .newImg:hover > div {
  transform: scale(1.1);
}
.newSwiper .txt {
  padding: 35px 20px;
}
.newSwiper .txt h1 {
  font-weight: normal;
  font-size: 14px;
}
.newSwiper .txt h2 {
  font-weight: normal;
  font-size: 20px;
  margin: 12px 0 25px 0;
  color: #000;
  min-height: 53px;
  transition: all 0.5s ease;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newSwiper .txt p {
  min-height: 50px;
  font-size: 13px;
  line-height: 25px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newSwiper a:hover .txt h2 {
  color: #1b66aa;
}
.newSwiper .tool {
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 0;
  height: 30px;
}
.newSwiper .tool .newsprev {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url(../images/n_arr_l_on.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.newSwiper .tool .newsnext {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../images/n_arr_r_on.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.newSwiper .tool .newsnext.swiper-button-disabled {
  background: url(../images/n_arr_r.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.newSwiper .tool .newsprev.swiper-button-disabled {
  background: url(../images/n_arr_l.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.newSwiperPagination {
  background: rgba(0, 0, 0, 0.25);
  height: 2px;
  width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.newSwiperPagination .my-pagination-progressbar-fill {
  background-color: #1b66aa;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.homeSec4 .newSwiper2 {
  opacity: 0;
}
.homeSec4 .swiperContain {
  position: relative;
}
.homeSec4 .swiperContain .newSwiper1 {
  position: relative;
  z-index: 2;
}
.homeSec4 .swiperContain .newSwiper2 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.footer {
  padding-top: 40px;
  background-color: #161716;
}
.footer .copy {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  height: auto;
  overflow: hidden;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .copy span {
  color: #d0cece;
  font-size: 13px;
}
.footer .copy .ga{
  margin-left: 15px;
  vertical-align: -3px;
}
.footer .copy .l {
  float: left;
}
.footer .copy .r {
  float: right;
  text-align: right;
}
.footer .footCon {
  padding-top: 30px;
  height: auto;
  overflow: hidden;
  padding-bottom: 30px;
}
.footer .footCon .l {
  float: left;
  width: calc(100% - 300px);
}
.footer .footCon .r {
  float: right;
}
.footer .footCon .l dt {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}
.footer .footCon .l dd {
  margin-bottom: 14px;
}
.footer .footCon .l dd a {
  color: #959595;
}
.footer .footCon .l dl {
  float: left;
  width: calc(100% / 7);
}
.footer .footCon .r .flogo {
  text-align: center;
}
.footer .footCon .r .flogo img {
  width: 190px;
}
.footer .footCon .r h2 {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  margin: 6px 0;
  text-align: center;
  font-weight: bolder;
}
.footer .footCon .r .ewm .item {
  float: right;
  margin-left: 20px;
}
.footer .footCon .r .ewm .item:last-child{
  margin-left: 0;
}
.footer .footCon .r .ewm .item .img {
  width: 90px;
  height: 90px;
  background-color: #fff;
  margin-top: 20px;
}
.footer .footCon .r .ewm .item .img img{
  width: 100%;
}
.footer .footCon .r .ewm .item .t {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0;
  font-size: 12px;
  text-align: center;
}
.rightBar {
  float: right;
  margin-left: 40px;
}
.rightBar .item {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #fff;
  /* box-shadow: 5px 12px 13px  rgba(0, 0, 0, .1); */
}
.rightBar .item img {
  width: 20px;
}
.rightBar .item img.active {
  display: none;
}
.rightBar .item:hover img.normal {
  display: none;
}
.rightBar .item:hover img.active {
  display: block;
}
.rightBar .item:hover {
  background-color: #1b66aa;
}
.rightBar .down {
  cursor: pointer;
  padding-top: 8px;
  text-align: center;
  display: block;
  border-top-right-radius: 35px;
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
  border-bottom-left-radius: 35px;
  width: 35px;
  height: 110px;
  background-color: #1b66aa;
  margin-bottom: 15px;
}
.rightBar .down img {
  width: 20px;
  margin-bottom: 4px;
}
.rightBar .down span {
  display: inline-block;
  width: 20px;
  line-height: 15px;
  color: #fff;
  font-size: 12px;
}
.homeSec1 .title {
  padding-top: 45px;
  text-align: center;
}
.homeSec1 .title h2 {
  font-weight: normal;
  font-size: 30px;
}
.proUl li {
  height: 480px;
  float: left;
  position: relative;
  margin-left: 0.6%;
  transition: all 0.5s ease;
  overflow: hidden;
  width: 10.16%;
  border-radius: 8px;
}
.proUl li:first-child {
  margin-left: 0;
}
.proUl li.on {
  width: 44.2%;
}
.proUl li a {
  display: block;
  height: 100%;
  position: relative;
}
.proUl {
  padding: 50px 0 50px 0;
  height: auto;
  overflow: hidden;
}
.proUl li .normal {
  height: 100%;
  position: relative;
  z-index: 3;
  transition: all 0.5s ease;
}
.proUl li .normal .txt {
  text-align: center;
  position: absolute;
  padding: 0 2%;
  left: 50%;
  right: 0;
  bottom: 8%;
  z-index: 3;
  transform: translateX(-50%);
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  white-space: nowrap;
}
.proUl li .normal .txt h2 {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
}
.proUl li .normal .txt p {
  color: #fff;
  font-size: 15px;
}
.proUl li .normal .bg {
  position: relative;
  z-index: 1;
  background-position: left top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 100%;
}
.proUl li .normal .cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.25);
}
.proUl li .active {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.proUl li .active .bg {
  position: relative;
  z-index: 1;
  background-position: left top;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 100%;
}
.proUl li .active .cover {
  position: absolute;
  display: none;
  z-index: 2;
  left: 0;
  top: 0;
  height: 100%;
  width: 80%;
  background-image: linear-gradient(
    to right,
    rgba(27, 102, 170, 0.8),
    rgba(27, 102, 170, 0)
  );
}
.proUl li.on .active {
  display: block;
}
.proUl li.on .normal {
  display: none;
}
.proUl li.on .active .txt {
  position: absolute;
  bottom: 9%;
  left: 5%;
  right: 5%;
  z-index: 3;
  animation: fadeInUp 0.5s ease both;
  animation-delay: 0.3s;
}
.proUl li.on .active .txt h3 img{
  width: 50px;
  margin-bottom: 10px;
}
.proUl li.on .active .txt h2 {
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 10px;
  color: #fff;
}
.proUl li.on .active .txt .desc {
  color: #fff;
  font-size: 15px;
  margin-bottom: 8px;
  margin-top: 8px;
  margin-right: 10%;
}
.proUl li.on .active .txt .txtList {
  color: #fff;
  font-size: 14px;
}
.proUl li.on .active .txt .txtList a {
  display: inline-block;
  line-height: 23px;
}
.proUl li .active .txtList {
  margin-right: 2%;
}
.banner-box .banner-item .videoCircle {
  position: absolute;
  right: 10%;
  bottom: 9%;
  width: 160px;
  height: 160px;
  z-index: 2;
}
.banner-box .banner-item .videoCircle .cir {
  position: relative;
  z-index: 1;
  width: 100%;
  animation: rotate 8s linear infinite;
}
.banner-box .banner-item .videoCircle .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.inBanner {
  height: 520px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: relative;
}
.inBanner.banner1 {
  background: url(../images/ibanner1.jpg);
}
.inBanner.banner2 {
  background: url(../images/ibanner2.jpg);
}
.inBanner.banner3 {
  background: url(../images/ibanner3.jpg);
}
.inBanner.banner4 {
  background: url(../images/ibanner4.jpg);
}
.inBanner.banner5 {
  background: url(../images/ibanner5.jpg);
}
.inBanner.banner6 {
  background: url(../images/ibanner6.jpg);
}
.inBanner.banner7 {
  background: url(../images/ibanner7.jpg);
}
.inBanner .wrap {
  position: relative;
  height: 100%;
}
.banCon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.banCon h2 {
  letter-spacing: 4px;
  color: #fff;
  font-weight: normal;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
.banCon h3 {
  color: #fff;
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 2px;
}
.banCon h3 span {
  margin-right: 11px;
}
.bannerArr {
  display: none;
  margin-top: 35px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #1b66aa;
  background-image: url(../images/down1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px;
  animation: beating 2s linear infinite;
}
@keyframes beating {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.inNav {
  height: 88px;
  background: url(../images/in_nav.png) no-repeat right center;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -33px;
  z-index: 2;
}
.inNav1 {
  height: 88px;
  background: url(../images/in_nav1.png) no-repeat right center;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -33px;
  z-index: 2;
}
.inNav .l {
  float: left;
  width: 65%;
  margin-top: 13px;
}
.inNav .l a {
  color: #fff;
  padding: 15px 10px;
  font-size: 16px;
  line-height: 75px;
  position: relative;
}
.inNav .l a:hover {
  color: #facd00;
}

.inNav .l a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #facd00;
  transform: scaleX(0);
  transition: 0.3s ease;
}

.inNav .l a:hover::after {
  transform: scaleX(1);
}

.inNav .l a.active::after {
  transform: scaleX(1);
}
.inNav .r {
  float: right;
  font-size: 15px;
  color: #fff;
  line-height: 55px;
}
.inNav .r em {
  display: inline-block;
  margin: 0 5px;
}
.abSec1 {
  padding: 100px 0;
  background: url(../images/bg_line.jpg);
}
.ntitle h2 {
  font-size: 35px;
  font-weight: normal;
  position: relative;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.ntitle1 h2 {
  margin-bottom: 8px;
}
.ntitle h2 .since {
  color: #ededed;
  font-weight: bold;
  font-size: 68px;
  margin-left: 25px;
  vertical-align: -7px;
}
.ntitle h3 {
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 1px;
  color: #666;
}
.ntitle h2::after {
  display: block;
  content: "";
  width: 110px;
  height: 10px;
  background-color: #1b66aa;
  position: absolute;
  left: 0;
  bottom: 2px;
  z-index: 1;
}
.ntitle1 h2::after {
  bottom: 14px;
}
.ntitle span {
  position: relative;
  z-index: 2;
}
.abSec1 .intro .p {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
  height: auto;
  overflow: hidden;
}
.abSec1 .intro .p .l {
  float: left;
  width: calc(100% - 500px);
}
.abSec1 .intro p {
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 12px;
}
.abSec1 .intro .r {
  float: right;
  width: 450px;
}
.abSec1 .intro .r .item {
  float: left;
  width: 50%;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 20px;
}
.abSec1 .intro .r .item h3 {
  font-family: "impact";
  font-size: 45px;
  color: #1b66aa;
}
.abSec1 .intro .r .item h3 span {
  font-family: "impact";
  font-size: 45px;
  color: #1b66aa;
}
.introCont {
  padding-top: 55px;
  height: auto;
  overflow: hidden;
}
.introCont .l {
  padding-top: 24px;
  float: left;
  width: 42%;
  height: 350px;
  background: url(../images/itembg.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.introCont .r {
  float: right;
  width: 58%;
  overflow: hidden;
  height: 350px;
}
.introCont .r > div {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  transition: 1s ease;
}
.introCont .r:hover > div {
  transform: scale(1.1);
}
.introCont .l .item {
  width: 50%;
  height: 145px;
  padding: 0 5%;
  text-align: center;
  color: #fff;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.introCont .l .item p {
  margin-top: 4px;
  font-size: 18px;
}
.abSec2 {
  background: url(../images/culbg.png);
  background-attachment: fixed;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  height: 600px;
}
.abSec2 ul {
  height: 100%;
}
.abSec2 li {
  position: relative;
  padding: 0 2.6%;
  cursor: pointer;
  float: left;
  width: 20%;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
.abSec2 li > div {
  position: relative;
  z-index: 2;
  padding-top: 240px;
}
.abSec2 li > div h2 {
  letter-spacing: 5px;
  font-size: 26px;
  color: #fff;
  transform: translateY(10px);
  transition: all 0.5s ease;
}
.abSec2 li > div p {
  font-size: 16px;
  color: #fff;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.5s ease;
}
.abSec2 li:hover > div p {
  opacity: 1;
  transform: translateY(10px);
}
.abSec2 li::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
  transition: all 0.5s ease;
  background-color: #1b66aa;
}
.abSec2 li:hover:after {
  height: 100%;
}
.abSec2 li:hover > div h2 {
  transform: translateY(0);
}
.abSec3 {
  padding: 80px 0;
  background: url(../images/history.png);
}
.hisSwiper {
  margin-top: 100px;
}
.hisSwiper .item {
  border-left: 1px solid #dedede;
  padding: 20px 35px;
  height: 180px;
}
.hisBox {
  position: relative;
}

.hisSwiper .item h2 {
  font-size: 40px;
  color: #1b66aa;
  font-weight: normal;
  font-family: "impact";
  margin-bottom: 20px;
}
.hisSwiper .item p {
  line-height: 25px;
  font-size: 15px;
}
.hisSwiper .item::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #1b66aa;
  position: absolute;
  bottom: -50px;
  left: 0;
}
.hisSwiper .item::after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #1b66aa;
  position: absolute;
  bottom: -47px;
  left: 3px;
}

.hisBox .hisprev {
  position: absolute;
  left: -55px;
  top: 35%;
  width: 45px;
  height: 45px;
  background-color: #f5f5f5;
  background-image: url(../images/arr3.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  outline: none;
  z-index: 10;
}
.hisBox .hisprev:hover {
  background-color: #1b66aa;
  background-image: url(../images/arrow3_on.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
}
.hisBox .hisnext:hover {
  background-color: #1b66aa;
  background-image: url(../images/arrow3_on_r.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
}
.hisBox .hisnext {
  position: absolute;
  right: -55px;
  top: 35%;
  width: 45px;
  height: 45px;
  background-color: #f5f5f5;
  background-image: url(../images/arr3_r.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  outline: none;
  z-index: 10;
}
.abSec4 {
  padding: 80px 0 60px 0;
  background: url(../images/honorbg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.honorUl {
  margin-top: 100px;
  height: auto;
  overflow: hidden;
}
.honorUl li {
  cursor: pointer;
  height: 260px;
  float: left;
  margin-left: 4%;
  width: calc(88% / 4);
  margin-bottom: 45px;
  background-image: radial-gradient(#fff, #555);
  overflow: hidden;
  position: relative;
}
.honorUl li:nth-child(4n + 1) {
  margin-left: 0;
}
.honorUl li .img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.honorUl li .img img {
  max-width: 85%;
  height: 85%;
}
.honorUl li .cover {
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(27, 102, 170, 0.8);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  transition: all 0.5s ease;
  opacity: 0;
  transform: scale(0);
}
.honorUl li .cover h2 {
  font-size: 18px;
  color: #fff;
}
.honorUl li .cover .search {
  width: 35px;
  height: 35px;
  background: url(../images/honsearch.png);
  background-size: 35px;
}
.honorUl li .cover .line {
  width: 45px;
  height: 2px;
  background-color: #fff;
  margin: 15px 0;
}
.honorUl li:hover .cover {
  opacity: 1;
  transform: scale(1);
}
.honPop {
  position: fixed;
  z-index: 50;
  background: rgba(0, 0, 0, 0.95);
  left: 0;
  top: -100vh;
  right: 0;
  height: 100vh;
  transition: all 0.5s ease;
}
.honPop.show {
  top: 0;
}
.honPop .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #1b66aa;
  background-image: url(../images/close1.png);
  background-repeat: no-repeat;
  background-size: 37px;
  background-position: center center;
}
.honPop .container {
  position: absolute;
  z-index: 55;
  top: 50%;
  width: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.honPop .container .img {
  display: flex;
  justify-content: center;
}
.honPop  .txt{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  line-height: 70px;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  text-align: center;
}
.honPop .container img {
  max-height: 80vh;
}
.honPop .container .prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background: url(../images/prev.png);
  background-size: 24px !important;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.honPop .container .next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background: url(../images/next.png);
  background-size: 24px !important;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.abSec5 {
  padding: 80px 0;
  background: url(../images/abbg2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.abSec5 .ntitle span {
  color: #fff;
}
.abSec5 .ntitle h2::after {
  background-color: rgba(255, 255, 255, 0.7);
}
.abSec5 .ntitle h3 {
  color: #fff;
}
.abSec5 .wrap {
  height: auto;
  overflow: hidden;
}
.abSec5 .wrap .l {
  width: 405px;
  padding-top: 50px;
  float: left;
}
.abSec5 .wrap .r {
  margin-left: 500px;
}
.abSec5 .item {
  overflow: hidden;
  cursor: pointer;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: radial-gradient(#fff, #999);
}
.abSec5 .item img {
  max-height: 90%;
  max-width: 90%;
  transition: all 0.5s ease;
}
.facSwiper {
  overflow: hidden;
}
.abSec5 .item:hover img {
  transform: scale(1.1);
}
.abSec5 .facBtn {
  padding-top: 90px;
  height: auto;
  overflow: hidden;
}
.facprev {
  float: left;
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  outline: none;
  cursor: pointer;
  background-image: url(../images/arrow3_on.png);
  background-size: 30px;
  background-position: center center;
  background-repeat: no-repeat;
}
.facnext {
  float: left;
  margin-left: 25px;
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  outline: none;
  cursor: pointer;
  background-image: url(../images/arrow3_on_r.png);
  background-size: 30px;
  background-position: center center;
  background-repeat: no-repeat;
}
.newsList {
  padding: 120px 0;
  background: #f1f1f1;
}
.newsList li a {
  display: block;
  height: 275px;
  border-bottom: 1px solid #cdc8c8;
  transition: all 0.5s ease;
}
.newsList li a .l {
  position: relative;
  float: left;
  width: 100px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.5s ease;
}
.newsList li a .l h2 {
  font-size: 66px;
  line-height: 66px;
  font-weight: bold;
  margin-bottom: 3px;
}
.newsList li a .l h3 {
  font-weight: normal;
  font-size: 22px;
  line-height: 22px;
}
.newsList li a .r {
  position: relative;
  margin-left: 100px;
  padding: 30px 35px 30px 70px;
}
.newsList li a .l::before {
  content: "";
  background: #bcbcbc;
  position: absolute;
  width: 46px;
  height: 1px;
  top: 50%;
  right: -56px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.newsList li a .l::after {
  content: "";
  position: absolute;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #1b66aa;
  right: -15px;
  top: 50%;
  margin-top: -15px;
  z-index: 3;
  transition: all 0.5s ease;
  opacity: 0;
}

.newsList li a:hover .l::after {
  opacity: 1;
}

.newsList li a:hover .l::before {
  background: #1b66aa;
}
.newsList li a:hover .l {
  background: #1b66aa;
}
.newsList li a:hover .l h2 {
  color: #fff;
}
.newsList li a:hover .l h3 {
  color: #fff;
}
.newsList li a .r .img {
  float: right;
  width: 23%;
  height: 190px;
  overflow: hidden;
}
.newsList li a .r .img > div {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  transition: all 0.5s ease;
}
.newsList li a .r .intro {
  float: left;
  width: 73%;
}
.newsList li a .r h2 {
  font-weight: normal;
  font-size: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.newsList li a .r .iconBox {
  margin: 20px 0;
  color: #c9c9c9;
  display: flex;
  align-items: center;
}
.newsList li a .r .iconBox span {
  display: flex;
  align-items: center;
  margin-right: 12px;
}
.newsList li a .r .iconBox i {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.newsList li a .r .iconBox i.eye {
  background: url(../images/eye.png);
  background-size: 100%;
  background-position: center 2px;
}
.newsList li a .r .iconBox i.date {
  background: url(../images/date.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center 4px;
}
.newsList li a .r .iconBox .dateBox {
  display: none;
}
.newsList li a .r .desc {
  font-size: 15px;
  line-height: 28px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsList li a:hover .r h2 {
  color: #1b66aa;
}
.newsList li a:hover {
  background: #fff;
}
.newsList li a:hover .r .img > div {
  transform: scale(1.1);
}
.newsInner {
  padding: 100px 0;
}
.newsInner .wrap {
  height: auto;
  overflow: hidden;
}
.newsInner .wrap .r {
  float: right;
  width: 300px;
  background-color: #fff;
}
.newsInner .wrap .l {
  float: left;
  width: calc(100% - 380px);
}
.newsInner .recomdHead {
  background-color: #1b66aa;
  height: 55px;
  color: #fff;
  font-size: 20px;
  padding-left: 40px;
  line-height: 55px;
}
.newsInner .wrap .r ul {
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  border: 1px solid #ededed;
}
.newsInner .wrap .r ul li {
  padding: 5px 18px;
}
.newsInner .wrap .r ul li p {
  font-size: 14px;
}
.newsInner .wrap .r ul li h2 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  font-size: 16px;
  font-weight: normal;
}
.newsInner .wrap .r ul li:hover h2 {
  color: #1b66aa;
}
.newsInner .wrap .l .top h2 {
  font-weight: normal;
  font-size: 22px;
}
.newsInner .wrap .l .top span {
  display: flex;
  align-items: center;
}
.newsInner .wrap .l .spanBox {
  padding: 20px 0 60px 0;
  color: #999;
  border-bottom: 1px solid #eee;
}
.newsInner .wrap .l .spanBox span {
  margin-right: 20px;
}
.newsInner .wrap .l .spanBox i.date {
  background: url(../images/date.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center 4px;
}
.newsInner .wrap .l .spanBox i {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.newsInner .wrap .l .spanBox i.eye {
  background: url(../images/eye.png);
  background-size: 100%;
  background-position: center 4px;
}
.newsInner .wrap .l .contain {
  padding: 80px 0;
  font-size: 15px;
  line-height: 28px;
  border-bottom: 1px solid #eee;
}
.newsInner .wrap .l .pageBtns {
  padding: 30px 0;
  position: relative;
  height: auto;
  overflow: hidden;
}
.newsInner .wrap .l .pageBtns .prev .span {
  display: flex;
  align-items: center;
}
.newsInner .wrap .l .pageBtns .next .span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.newsInner .wrap .l .pageBtns .prev {
  float: left;
  width: 30%;
}
.newsInner .wrap .l .pageBtns .next {
  float: right;
  width: 30%;
}
.newsInner .wrap .l .pageBtns .prev .span i {
  margin-top: 2px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/arr3.png);
  background-size: 20px;
  background-position: center center;
}
.newsInner .wrap .l .pageBtns .title {
  padding-top: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  transition: 0.5s ease;
}
.newsInner .wrap .l .pageBtns .prev:hover .title {
  color: #1b66aa;
}
.newsInner .wrap .l .pageBtns .next:hover .title {
  color: #1b66aa;
}
.newsInner .wrap .l .pageBtns .next .span i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/arr3_r.png);
  background-size: 20px;
  background-position: center center;
}
.newsInner .wrap .l .pageBtns .next .title {
  text-align: right;
}
.newsInner .wrap .l .pageBtns .back {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -70px;
  margin-top: -17px;
  display: block;
  width: 140px;
  height: 35px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  background-color: #1b66aa;
}
.newsInner .wrap .r.fixed {
  position: fixed;
}
.contactS1 {
  padding: 100px 0;
  background: url(../images/bg_line.jpg);
}
.contactS1 .wrap {
  height: auto;
  overflow: hidden;
}
.contactS1 .l {
  float: left;
  width: 46%;
}
.contactS1 .l .top {
  height: auto;
  overflow: hidden;
  padding: 20px 0 50px 0;
  border-bottom: 1px solid #ddd;
}
.contactS1 .l .top .ntitle {
  float: left;
}
.contactS1 .l .top .viewMap {
  border: 1px solid #1b66aa;
  width: 170px;
  height: 48px;
  line-height: 48px;
  border-radius: 48px;
  padding-left: 40px;
  display: block;
  color: #1b66aa;
  transition: all 0.5s ease;
  position: relative;
  float: right;
  cursor: pointer;
  font-size: 15px;
  margin-top: 45px;
}
.contactS1 .l .top .viewMap span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/carr1.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: all 0.5s ease;
}
.contactS1 .l .top .viewMap:hover span {
  background: url(../images/carr2.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  right: 20px;
}
.contactS1 .l .top .viewMap:hover {
  background: #1b66aa;
  color: #fff;
}
.contactS1 .l .list {
  height: auto;
  overflow: hidden;
}
.contactS1 .l .list .item {
  float: left;
  width: 50%;
  padding: 30px 15px;
}
.contactS1 .l .list .item h2 {
  position: relative;
  font-size: 22px;
  font-style: italic;
  padding-left: 42px;
  font-weight: normal;
  margin-bottom: 15px;
}
.contactS1 .l .list .item h2::before {
  display: block;
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  left: 0;
  top: -4px;
}
.contactS1 .l .list .item1 h2::before {
  background: url(../images/cont_icon1.png);
  background-size: 30px;
  background-position: center center;
  background-repeat: no-repeat;
}
.contactS1 .l .list .item2 h2::before {
  background: url(../images/cont_icon2.png);
  background-size: 30px;
  background-position: center center;
  background-repeat: no-repeat;
}
.contactS1 .l .list .item3 h2::before {
  background: url(../images/cont_icon3.png);
  background-size: 26px;
  background-position: center center;
  background-repeat: no-repeat;
}
.contactS1 .l .list .item4 h2::before {
  background: url(../images/cont_icon4.png);
  background-size: 26px;
  background-position: center center;
  background-repeat: no-repeat;
}
.contactS1 .l .list .item p {
  font-size: 16px;
  line-height: 27px;
}
/* 地图 */
.mapPop {
  position: fixed;
  z-index: 50;
  background: rgba(0, 0, 0, 0.75);
  left: 0;
  top: -100vh;
  right: 0;
  height: 100vh;
  transition: all 0.5s ease;
}
.mapBox {
  position: absolute;
  width: 85%;
  height: 88%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #ccc;
}
.mapPop.show {
  top: 0;
}
.mapPop .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #1b66aa;
  background-image: url(../images/close1.png);
  background-repeat: no-repeat;
  background-size: 37px;
  background-position: center center;
}
.contactS1 .r {
  padding-top: 80px;
  float: right;
  width: 48%;
}
.contactS1 .r .input {
  float: left;
  width: 48%;
  border: 1px solid #ccc;
  height: 40px;
  border-radius: 5px;
  margin-left: 4%;
  margin-bottom: 28px;
}
.contactS1 .r .input input {
  width: calc(100% - 30px);
  height: 38px;
  outline: none;
  border: none;
  margin-left: 15px;
  background: transparent;
}
.contactS1 .r .input:nth-child(2n + 1) {
  margin-left: 0;
}
.clear {
  clear: both;
}
.contactS1 .r .textarea {
  padding: 15px;
  width: 100%;
  border: 1px solid #ccc;
  height: 140px;
  border-radius: 5px;
  margin-bottom: 28px;
}
.contactS1 .r textarea {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  background: transparent;
}
.contactS1 .btnBox {
  text-align: center;
}
.contactS1 .btnBox button {
  display: inline-block;
  width: 130px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  margin: 0 15px;
  cursor: pointer;
  border: none;
  outline: none;
}
.contactS1 .btnBox button.submit {
  background-color: #1b66aa;
  color: #fff;
}
.talentS1 {
  padding: 150px 0 80px 0;
}

.talentS1 li {
  height: auto;
  overflow: hidden;
}
.talentS1 .container {
  margin-top: 60px;
}
.talentS1 li.li1 .item {
  padding: 40px 40px;
  float: left;
  width: 50%;
  height: 240px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.talentS1 li.li1 .item span {
  color: #fff;
  font-size: 24px;
  font-style: italic;
}
.talentS1 li.li2 .item {
  padding: 40px 40px;
  float: left;
  width: 33.33%;
  height: 240px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.talentS1 li.li2 .item span {
  color: #fff;
  font-size: 24px;
  font-style: italic;
}
.talentBox {
  margin-top: 70px;
  height: auto;
  overflow: hidden;
}
.talentBox .l {
  float: left;
  width: 50%;
}
.talentBox .l .item1 {
  background-color: #eee;
  padding: 64px 30px;
  height: 320px;
}
.talentS2 {
  padding-bottom: 80px;
}
.talentBox .l h2 {
  padding-left: 25px;
  font-weight: normal;
  font-size: 26px;
  position: relative;
  padding-bottom: 20px;
}
.talentBox .l h2::before {
  display: block;
  content: "";
  background-color: #1b66aa;
  width: 3px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 0;
}
.talentBox .l p {
  font-size: 15px;
  line-height: 25px;
}
.talentBox .l .item3 {
  float: left;
  width: 50%;
  height: 260px;
  overflow: hidden;
}
.talentBox .l .item3 > div {
  transition: 0.5s ease;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.talentBox .l .item3:hover > div {
  transform: scale(1.1);
}
.talentBox .l .item4 {
  padding: 40px 30px;
  float: left;
  width: 50%;
  height: 260px;
  overflow: hidden;
  background: #1b66aa;
}
.talentBox .l .item4 h2 {
  color: #fff;
}
.talentBox .l .item4 h2::before {
  background: #fff;
}
.talentBox .l .item4 p {
  color: #fff;
}
.talentBox .r {
  position: relative;
  float: right;
  width: 50%;
  height: 580px;
  overflow: hidden;
}
.talentBox .r .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center left !important;
  transition: 0.5s ease;
}
.talentBox .r .txt {
  position: relative;
  z-index: 2;
  padding: 64px 30px;
}
.talentBox .r:hover .bg {
  transform: scale(1.1);
}
.talentBox .r h2 {
  color: #fff;
  padding-left: 25px;
  font-weight: normal;
  font-size: 26px;
  position: relative;
  padding-bottom: 20px;
}
.talentBox .r h2::before {
  display: block;
  content: "";
  background-color: #1b66aa;
  width: 3px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 0;
}
.talentBox .r p {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
}
.joinUs {
  padding: 70px 0;
  background: url(../images/joinus.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.joinUs h2 {
  font-weight: normal;
  font-size: 26px;
  margin-bottom: 40px;
}
.joinUs p {
  font-size: 15px;
  line-height: 25px;
  display: block;
  max-width: 40%;
  margin-bottom: 55px;
}
.joinUs a {
  background: #e8e8e8;
  width: 157px;
  height: 50px;
  line-height: 50px;
  padding-left: 40px;
  display: block;
  color: #333;
  transition: all 0.5s ease;
  position: relative;
  margin-right: 15px;
  display: inline-block;
}
.joinUs a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/arrow_right_1.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: all 0.5s ease;
}
.joinUs a:hover {
  background-color: #1b66aa;
  color: #fff;
}
.joinUs a:hover span {
  background: url(../images/arrow_right_1_on.png);
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}
.jobSec {
  padding: 120px 0 100px 0;
}
.jobSec .jobTit {
  font-size: 35px;
  letter-spacing: 1px;
  margin-bottom: 50px;
  text-align: center;
}

.jobSec .tc {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.jobSec .tc .item {
  display: flex;
  align-items: center;
  font-size: 15px;
  margin: 0 30px;
}
.jobSec .tc .item i {
  margin-right: 8px;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.jobSec .tc .item i.icon1 {
  background-size: 20px !important;
  background: url(../images/tcicon1.png);
}
.jobSec .tc .item i.icon2 {
  background-size: 25px !important;
  background: url(../images/tcicon2.png);
}
.jobSec .tc .item i.icon3 {
  background-size: 25px !important;
  background: url(../images/tcicon3.png);
}
.jobBox .jobT {
  padding: 0 0 0 50px;
  border-radius: 8px;
  height: 80px;
  background: #1b66aa;
}
.jobBox .jobT .item {
  float: left;
  line-height: 80px;
  color: #fff;
  text-align: left;
  font-size: 22px;
}

.jobBox .jobT .item.item1 {
  width: 45%;
}
.jobBox .jobT .item.item2 {
  width: 20%;
}
.jobBox .jobT .item.item3 {
  width: 20%;
}
.jobBox .jobT .item.item4 {
  text-align: right;
  width: 145px;
  float: right;
  padding-right: 50px;
  box-sizing: border-box;
}
.jobList li {
  border-bottom: 1px solid #ededed;
}
.jobList li .normal {
  padding: 0 0 0 50px;
  border-radius: 8px;
  height: 80px;
  cursor: pointer;
}
.jobList li .normal.active {
  background: #1b66aa;
  color: #fff;
}
.jobList li .normal .item {
  float: left;
  line-height: 80px;
  text-align: left;
  font-size: 20px;
  transition: 0.5s ease;
}
.jobList li .normal .item.item1 {
  width: 45%;
}
.jobList li .normal .item.item2 {
  width: 20%;
}
.jobList li .normal .item.item3 {
  width: 20%;
}
.jobList li .normal .item.item4 {
  position: relative;
  text-align: right;
  width: 145px;
  float: right;
  padding-right: 50px;
  box-sizing: border-box;
}
.jobList li.active .normal {
  background: #f5f5f5;
}
.jobList li.active .normal .item {
  color: #333;
}
.jobList li .normal .span2 {
  display: none;
}
.jobList li.active .normal .span1 {
  display: none;
}
.jobList li.active .normal .span2 {
  display: block;
}
/* .jobList li.active .normal .item2 {
  display: none;
}
.jobList li.active .normal .item3 {
  display: none;
} */
.jobList li .normal .arr {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/jobarr.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.jobList li.active .normal .arr {
  top: 33%;
  background: url(../images/jobarr1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(90deg);
}
.jobList li .jobCon {
  display: none;
  padding: 40px 45px;
  height: auto;
  overflow: hidden;
}
.jobList li .jobCon .l {
  float: left;
  width: 35%;
  border-right: 1px solid #eee;
}
.jobList li .jobCon .l .dl {
  margin-bottom: 30px;
  font-size: 15px;
}
.jobList li .jobCon .r {
  margin-left: 42%;
}
.jobList li .jobCon .r h2 {
  margin-bottom: 30px;
}
.jobList li .jobCon .r p {
  font-size: 16px;
  margin-bottom: 15px;
}
.jobList li .jobCon .r a {
  margin-top: 50px;
  display: block;
  width: 120px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #1b66aa;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
}
/* 客户服务 */
.serS1 {
  padding: 100px 0 40px 0;
  background: url(../images/bg_line.jpg);
}
.serS1 ul {
  margin-top: 60px;
  height: auto;
  overflow: hidden;
}
.serS1 ul li {
  text-align: center;
  padding: 30px 5%;
  position: relative;
  float: left;
  width: 33.33%;
}
.serS1 ul li::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 1px;
  height: 100px;
  background-color: #ededed;
}
.serS1 ul li .top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.serS1 ul li .img {
  display: inline-block;
}
.serS1 ul li .txt {
  display: inline-block;
  margin-left: 10px;
  font-size: 58px;
  color: #1b66aa;
}
.serS1 ul li .p {
  margin-top: 8px;
  font-size: 16px;
}
.serS2 {
  background: url(../images/serbg2.jpg);
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.serS2 ul {
  height: auto;
  overflow: hidden;
}

.serS2 li:first-child {
  margin-left: 0;
}
.serS2 li > div {
  height: 220px;
  position: relative;
  overflow: hidden;
}
.serS2 li .bg {
  position: relative;
  z-index: 1;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  transition: 0.5s ease;
}
.serS2 li > div:hover .bg {
  transform: scale(1.1);
}
.serS2 li .icon {
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 20px;
}
.serS2 li .icon img {
  width: 40px;
}
.serS2 li .txt {
  position: absolute;
  bottom: 25px;
  left: 20px;
  z-index: 2;
  font-size: 18px;
  color: #fff;
}

.serS3 .wrap {
  height: auto;
  overflow: hidden;
}
.serS3 .wrap .l {
  float: left;
  width: 42%;
}
.serS3 .wrap .l img {
  width: 100%;
}
.serS3 .wrap .r {
  padding-top: 120px;
  padding-bottom: 200px;
  width: 48%;
}
.serS3 ul {
  height: auto;
  overflow: hidden;
}
.serS3 .wrap .r h2 {
  font-size: 35px;
  letter-spacing: 1px;
  font-weight: normal;
  margin-bottom: 35px;
}
.serS3 .wrap .r a{
  background: #e8e8e8;
  width: 157px;
  height: 50px;
  line-height: 50px;
  padding-left: 40px;
  display: block;
  color: #333;
  transition: all 0.5s ease;
  position: relative;
  margin-right: 15px;
  display: inline-block;
  margin-top: 50px;
}
.serS3 .wrap .r a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/arrow_right_1.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: all 0.5s ease;
}
.serS3 .wrap .r  a:hover {
  background-color: #1b66aa;
  color: #fff;
}
.serS3 .wrap .r a:hover span {
  background: url(../images/arrow_right_1_on.png);
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}
.serS3 .wrap .r p {
  font-size: 16px;
  line-height: 30px;
}
.serS3 .wrap .r h3 {
  margin-top: 40px;
  color: #1b66aa;
}
.serS3 .wrap .r h3 span {
  margin-right: 8px;
}
.serS4 {
  padding: 20px 0 80px 0;
  background: url(../images/bg_line.jpg);
}
.serS4 ul {
  height: auto;
  overflow: hidden;
}
.serS4 ul li {
  cursor: pointer;
  float: left;
  margin-left: 8%;
  width: calc(84% / 3);
  position: relative;
}
.serS4 ul li:first-child {
  margin-left: 0;
}
.serS4 ul li .bg {
  position: relative;
  height: 500px;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.serS4 ul li .txt {
  position: absolute;
  left: 30px;
  bottom: 45px;
  transition: 0.5s ease;
}
.serS4 ul li .txt h2 {
  color: #fff;
  font-weight: normal;
  margin-bottom: 8px;
}
.serS4 ul li .txt .line {
  width: 32px;
  height: 2px;
  background: #1b66aa;
}
.serS4 ul li .active {
  transition: all 0.5s ease;
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  background: #fff;
  z-index: 2;
  padding: 40px 25px;
  transform: scale(0);
}
.serS4 ul li:hover .active {
  transform: scale(1);
}
.serS4 ul li:hover .txt {
  display: none;
}
.serS4 ul li .active h2 {
  color: #333;
  font-weight: normal;
  margin-bottom: 8px;
}
.serS4 ul li .active .line {
  width: 32px;
  height: 2px;
  background: #1b66aa;
  margin-bottom: 40px;
}
.serS4 ul li .active p {
  font-size: 15px;
  line-height: 28px;
}
.serSection5 {
  padding: 100px 0 20px 0;
}
.serSection5 .wrap {
  height: auto;
  overflow: hidden;
}
.serS3 {
  background: url(../images/s1.jpg);
}
.serSection5 .wrap .l {
  float: left;
  width: 36%;
}
.serSection5 .wrap .l img {
  width: 100%;
}
.serSection5 .wrap .r {
  padding-top: 80px;
  width: 52%;
  float: right;
}
.serSection5 .wrap .r h3 {
  position: relative;
  font-size: 17px;
  font-weight: normal;
  display: inline-block;
}
.serSection5 .wrap .r h3::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #000;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
}
.serSection5 .wrap .r h2 {
  font-size: 35px;
  letter-spacing: 1px;
  font-weight: normal;
  margin-bottom: 30px;
  margin-top: 10px;
}
.serSection5 .wrap .r h4 {
  font-weight: normal;
  font-size: 20px;
  color: #1b66aa;
  margin-bottom: 40px;
}
.serSection5 .wrap .r ul {
  height: auto;
  overflow: hidden;
}
.serSection5 .wrap .r ul li {
  float: left;
  width: 33.33%;
  padding-right: 2%;
  min-height: 93px;
}
.serSection5 .wrap .r ul li .t {
  font-size: 16px;
  font-weight: bold;
  color: #1b66aa;
  margin-bottom: 5px;
}
.serSection5 .wrap .r ul li p {
  font-size: 14px;
  line-height: 22px;
}
.yfS2 {
  background: url(../images/qubg2.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  padding: 100px 0 100px 0;
  background-attachment: fixed;
}
.yfS2 .wrap {
  padding: 80px 60px;
  background-color: rgba(255, 255, 255, 0.88);
}
.quiet .p {
  font-size: 16px;
  line-height: 25px;
}
.yfS2 .quiet {
  height: auto;
  overflow: hidden;
}
.yfS2 .quiet .l {
  float: left;
  width: 46%;
}
.yfS2 .quiet {
  padding-top: 50px;
}
.quiet .small {
  margin-top: 43px;
  height: auto;
  overflow: hidden;
}
.quiet .small .item {
  position: relative;
  float: left;
  margin-left: 3%;
  width: calc(94% / 3);
  height: 160px;
  overflow: hidden;
}
.quiet .small .item:first-child {
  margin-left: 0;
}
.quiet .small .item > div.bg {
  position: relative;
  z-index: 1;
  filter: grayscale(100%);
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  transition: 0.5s ease;
}
.quiet .small .item:hover > div.bg {
  transform: scale(1.1);
  filter: grayscale(0%);
}
.quiet .small .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  color: #fff;
  padding: 20px 15px 10px 12px;
  background: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.7));
}
.yfS2 .quiet .r {
  overflow: hidden;
  float: right;
  width: 50%;
  height: 352px;
  position: relative;
}
.yfS2 .quiet .r .bg {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: bottom center !important;
  transition: 0.5s ease;
}
.yfS2 .quiet .r:hover .bg {
  transform: scale(1.1);
}
.yfS2 .quiet .r .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  padding: 20px 30px 25px 40px;
  font-size: 16px; 
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.7));
}
.quiet2 {
  height: auto;
  overflow: hidden;
  margin-top: 50px;
}
.quiet2 .r {
  float: right;
  width: 50%;
}
.quiet2 .l {
  float: left;
  width: 46%;
}
.quiet2 .r .p{
  font-size: 16px;
  line-height: 25px;
}
.quiet2 .r .itemBox{
  height: auto;
  overflow: hidden;
  margin-top: 40px;
}
.quiet2 .r .itemBox .item{
  float: left;
  width: 65%;
  height: 330px;
  position: relative;
  margin-left: 3%;
  width: calc(94% / 3);
  overflow: hidden;
}
.quiet2 .r .itemBox .item:first-child{
  margin-left: 0;
}
.quiet2 .r .itemBox .item .bg{
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: bottom center !important;
  transition: 0.5s ease;
  filter: grayscale(100%);
}
.quiet2 .r .itemBox .item .txt{
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 30px 15px 20px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.7));
}
.quiet2 .r .itemBox .item:hover .bg{
  transform: scale(1.1);
  filter: grayscale(0%);
}
.quiet2 .l .itemBox{
  height: auto;
  overflow: hidden;
}
.quiet2 .l .itemBox .item1{
  float: left;
  width: 100%;
}
.quiet2 .l .itemBox .item {
  overflow: hidden;
  position: relative;
}
.quiet2 .l .itemBox .item .bg{
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: bottom center !important;
  transition: 0.5s ease;
  filter: grayscale(100%);
}
.quiet2 .l .itemBox .item .txt{
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 30px 15px 20px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.7));
}
.quiet2 .l .itemBox .item.item1_1{
  width: 100%;
  height: 360px;
}
.quiet2 .l .itemBox .item:hover .bg{
  transform: scale(1.1);
  filter: grayscale(0%);
}
.quiet2 .l .itemBox .item2 .item{
  height: 100%;
}
.quiet2 .l .itemBox .item2{
  float: right;
  width: 34%;
  height: 270px;
}
.quiet2 .l .itemBox .item3{
  float: left;
  width: 65%;
  height: 310px;
  position: relative;
  margin-left: 3%;
  width: calc(94% / 3);
  overflow: hidden;
}
.quiet2 .l .itemBox .item3:first-child{
  margin-left: 0;
}
.quiet2 .l .itemBox.itemBox1{
  margin-top: 30px;
}
.quiet2 .r .itemBox1 .item{
  width: 48.5%;
  height: 210px;
}
.quiet2 .r .itemBox1{
  margin-top: 20px;
}

.yfS3 .wrap {
  background-color: rgba(255, 255, 255, 0.88);
  padding-left: 60px;
  padding-right: 60px;
}
.yfS3 ul {
  padding: 80px 0 0 0;
  height: auto;
  overflow: hidden;
}
.yfS3 ul li {
  position: relative;
  float: left;
  width: calc(100% / 6);
  text-align: center;
}
.yfS3 ul li h2 {
  font-family: "impact";
  font-size: 55px;
  color: #1b66aa;
}
.yfS3 ul li h2 span {
  font-family: "impact";
}
.yfS3 ul li h2 span.plus{
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  font-size: 16px;
}
.yfS3 ul li h2 .sup {
  font-size: 20px;
  font-weight: normal;
}
.yfS3 ul li p {
  font-size: 16px;
  margin-top: 5px;
}
.yfS3 ul li::after {
  display: block;
  content: "";
  width: 1px;
  height: 60px;
  background-color: #ddd;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.yfS3 ul li:last-child:after {
  display: none;
}
.yfList {
  margin-top: 55px;
  background: #f5f5f5;
  padding: 45px 35px 35px 40px;
}
.yfList .item {
  position: relative;
  font-size: 17px;
  line-height: 33px;
  padding-left: 20px;
}
.yfList .item::before{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #333;
  border-bottom: 5px solid transparent;
}
.proContainer ul{
  height: auto;
  overflow: hidden;
}
.proContainer ul li{
  float: left;
  margin-left: 5%;
  width: 30%;
  margin-bottom: 50px;
}
.proContainer ul.proList{
  padding-top: 100px;
  height: auto;
  overflow: hidden;
  margin-left: 430px;
}
.proContainer ul li .img{
  background-color: #f5f5f5;
  height: 300px;
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.proContainer ul li .img img{
  max-width: 85%;
  height: 85%;
  transition: all .5s ease;
}
.proContainer ul li a{
  display: block;
}
.proContainer ul li a:hover .img img{
  transform: scale(1.1);
}

.proContainer ul li .txt{
  font-weight: bold;
  font-size: 18px;
  padding: 30px 0;
  height: 100px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.proContainer ul li .txt::after{
  display: block;
  content: "";
  height: 1px;
  background: #1b66aa;
  width: 0;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: all .5s ease;
}
.proContainer ul li a:hover .txt::after{
  width: 100%;
}

.proBody .wrap{
  height: auto;
  overflow: hidden;
}

.leftNav{
  /* box-shadow: 10px 0px 70px 0px rgba(0, 0, 0, 0.08); */
  min-height: 500px;
  float: left;
  width: 350px;
  background: #f7f7f7;
}
 .navt{
  display: flex;
  align-items: center;
  width: 350px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #1b66aa;
  height: 70px;
  padding-left: 40px;
}
 .navt img{
  width: 40px;
}
 .navt span{
  color: #fff;
  font-size: 22px;
  margin-left: 20px;
 }
 .leftNav a{
  font-size: 16px;
  padding-left: 40px;
  display: block;
  height: 60px;
  line-height: 60px;
  position: relative;
  transition: .5s ease;
 }
 .leftNav a:after{
  display: block;
  content: "";
  height: 1px;
  border-bottom: 1px solid #ededed;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
 }
  .leftNav a:hover{
    padding-left: 50px;
    color: #1b66aa;
  }
  .leftNav a::before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: #1b66aa;
    transition: .5s ease;
  }
  .leftNav a:hover::before{
    width: 20px;
  }
  .leftNav a.active::before{
    width: 20px;
  }
   .leftNav a.active{
    padding-left: 50px;
    color: #1b66aa;
   }
   .proContainer ul li:first-child{
    margin-left: 0;
   }
   .proBox{
    margin-left: 400px;
    padding: 80px 0;
   }
   .proCon1{
    height: auto;
    overflow: hidden;
   }
  .proCon1 .l{
    float: left;
    width: 535px;
  }
  .proCon1 .r{
    float: right;
    width: calc(100% - 585px);
  }
  .proCon1 .imgCon{
    float: right;
    background-color: #f5f5f5;
    height: 400px;
    position: relative;
    z-index: 1;
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .proCon1 .thumb{
    width: 110px;
    height: 110px;
    float: right;
    margin-right: 25px;
  }
  .proCon1 .imgCon img{
    max-width: 85%;
    height: 85%;
  }
  .proCon1 .thumb .item{
    width: 100%;
    height: 110px;
    border: 1px solid #ddd;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .proCon1 .thumb .item.active{
    border: 1px solid #1b66aa;
  }
  .proCon1 .thumb .item img{
    max-width: 85%;
    height: 85%;
  }
  .proCon1 .r .prot{
    font-size: 25px;
    line-height: 32px;
    padding-bottom: 5px;
    padding: 20px 0 23px 0;
    border-bottom: 1px solid #ddd;
  }
  .proCon1 .r .desc{
    padding: 32px 0 45px 0;
    font-size: 15px;
    line-height: 25px;
  }
  .proCon1 .r a{
    font-size: 15px;
    background: #1b66aa;
    width: 157px;
    height: 50px;
    line-height: 50px;
    padding-left: 40px;
    display: block;
    color: #fff;
    transition: all 0.5s ease;
    position: relative;
    margin-right: 15px;
    display: inline-block;
  }
  .proCon1 .r a span{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/arrow_right_1_on.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
  }
  .proCon2{
    margin-top: 90px;
  }
  .proCon2 .title{
    margin-top: 25px;
      position: relative;
      border-bottom: 1px solid #ddd;
   }
   .proCon2 .title span{
    display: inline-block;
    padding: 13px 0;
    text-align: center;
    background-color: #1b66aa;
    color: #ffff;
    font-size: 18px;
    width: 186px;
   }
   .proCon2 .proBoody{
    padding: 80px 0 50px 0;
   }
   .proCon2 .proBoody .proCon{
      padding: 35px 30px;
      background-color: #f5f5f5;
      font-size: 15px;
      line-height: 30px;
   }
   .recomBox{
    position: relative;
    margin-top: 80px;
    padding: 0 40px;
   }
   .recomSwiper{
    overflow: hidden;
   }
   .recomSwiper .swiper-slide a{
    display: block;
   }
   .recomSwiper .swiper-slide a .imgCon{
   background-color: #f5f5f5;
    height: 300px;
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
   }
   .recomSwiper .swiper-slide a .imgCon img{
    max-width: 85%;
    height: 85%;
    position: relative;
    z-index: 1;
    transition: all .5s ease;
   }
   .recomSwiper .swiper-slide a .imgCon .cover{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 100%;
    z-index: 2;
    background: rgba(234, 84, 19, 0.6);
    transition: .5s ease;
   }
   .recomSwiper .swiper-slide a .imgCon .cover img{
     width: 40px;
     height: 40px;
     transition: .5s ease;
   }
   .recomSwiper .swiper-slide a:hover .cover{
    top: 0;
   }
   .recomSwiper .swiper-slide a:hover .imgCon > img{
    transform: scale(1.1);
   }
   .recomSwiper .swiper-slide .txt{
      background: #1b66aa;
      color: #fff;
      padding: 22px 15px;
      font-size: 16px;
      white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
   }
   .recomprev{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: url(../images/n_arr_l_on.png);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    border: none;
    outline: none;
   }
    .recomnext{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: url(../images/n_arr_r_on.png);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    border: none;
    outline: none;
   }
   .htitle{
    padding: 50px 0 40px 0;
   }
   .htitle h2{
    font-weight: bold;
    text-transform: uppercase;
    color: #1b66aa;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
   }
   .htitle h2::after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -45px;
    transform: translateY(-50%);
    height: 1px;
    background-color: #1b66aa;
    width: 36px;
   }
   .htitle h3{
    font-size: 30px;
   }
   .titimg{
    width: 680px;
   }
   .ins3{
    padding-top: 20px;
    background: url(../images/Inbg1.jpg);
    height: 280px;
  }
  .ins3 li{
    position: relative;
    padding: 60px 0;
    float: left;
    width: 25%;
    text-align: center;
  }
  .ins3 li h2{
    margin-bottom: 0;
    color: #fff;
    font-family: 'impact';
    font-size: 50px;
  }
  .ins3 li h2 span{
    font-family: 'impact';
  }
  .ins3 li  p{
    font-size: 14px;
    color: #fff;
  }
  .ins3 li:last-child::after{
    display: none;
  }
  .ins3 li::after{
    display: block;
    content: "";
    width: 1px;
    height: 180px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) scaleX(.7);
    background-color: #fff;
  } 
  .ins3  ul{
    height: auto;
    overflow: hidden;
  }
  a.view{
    width: 140px;
    height: 38px;
    background-color: #1b66aa;
    color: #fff;
    text-align: center;
    display: flex;
    margin: 0 auto;
    font-size: 13px;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    transition: .45s;
  }
  a.view span{
    transition: all .5s;
  }
  a.view img{
    width: 25px;
    vertical-align: -13px;
  }
  a.view:hover span{
    margin-left: 10px;
  }
  /* 首页实力 */
.strengBox{
  margin-top: 10px;
  padding-bottom: 50px;
  overflow: hidden;
}
.strengBox .l{
  padding-top: 45px;
  margin-left: 5%;
  width: calc(40% - 50px);
  padding-right:50px;
  box-sizing: border-box;
  float: left;
}
.strengBox .r{
  padding-top: 40px;
  width: 55%;
  float: right;
  overflow: hidden;
}
.strengBox .l .t{
  font-size: 26px;
  margin: 0;
  color: #555;
  font-weight: normal;
  margin-bottom: 20px;
}
.strengBox .l .p{
  font-size: 14px;
  line-height: 24px;
}
.sMenu{
  padding-top: 70px;
  position: relative;
}
.sMenu .sPage{
  position: absolute;
  right: 0;
  bottom: -28px;
  color: #666;
  font-size: 14px;
}
.sMenu .sPage .num1{
  color: #025690;
  font-size: 35px;
}
.sMenu li{
  line-height: 50px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #222;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  height: 50px;
}
.sMenu li span{
  font-size: 22px;
  color: #222;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.sMenu li.on {
  color: #025690;
}
.sMenu li.on span{
  color: #025690;
}
.sMenu li::after{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0;
  background: #025690;
  content: '';
  left: 0;
  transition: all .2s ease;
  z-index: 4;
}
.itemList{
  position: relative;
}
.itemList::after{
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 3px;
  height: 100%;
  background: #ecebec;
  z-index: 1;
}
.sMenu li.on::after {
  height: 100%;
}
.sMenu li:hover::after{
  height: 100%;
}
.sMenu li:hover {
  color: #025690;
}
.sMenu li:hover span{
  color: #025690;
}
.strengbSwiper .swiper-slide{
  height: 540px;
  position: relative;
  cursor: pointer;
  width: 80%;
}
.strengbSwiper .swiper-slide .image{
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: center center !important;
}
.strengbSwiper .swiper-slide .image::after{
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.24);
}
.strengbSwiper .swiper-slide .txt{
  position: absolute;
  z-index: 3;
  left: 35px;
  bottom: 45px;
}
.strengbSwiper .swiper-slide .txt h2{
  margin-bottom: 10px;
  color: #fff;
  font-weight: normal;
}
.strengbSwiper .swiper-slide .txt p{
  color: #fff;
  font-size: 14px;
}
.ins6{
  padding: 40px 0 40px 0;
  background-color: #f2f3f5;
}
.ins6 .htitle{
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ins6 .htitle .title1{
  padding-bottom: 0;
}
/* 关于我们 */
.innerBanner {
  position: relative;
  height: 520px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.innerBanner.banner6{
  background-position: top center !important;
}
.innerBanner::after {
  display: block;
  content: "";
  border-bottom: 1px solid #e5e5e5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.innerBanner.banner1 {
  background: url(../images/inBanner1.jpg);
}

.innerBanner.banner2 {
  background: url(../images/inBanner2.jpg);
}

.innerBanner.banner3 {
  background: url(../images/inBanner3.jpg);
}
.inBanner4{
  background: url(../images/inBanner4.jpg);
}
.innerBanner.banner4 {
  background: url(../images/inBanner4.jpg);
}

.innerBanner.banner5 {
  background: url(../images/inBanner5.jpg);
}

.innerBanner.banner6 {
  background: url(../images/inBanner6.jpg);
}
.innerBanner.banner7 {
  background: url(../images/inBanner7.jpg);
}
.innerBanner .wrap {
  position: relative;
  height: 100%;
}
.innerBanner .bannerTxt {
  position: absolute;
  left: 0;
  top: 40%;
}

.innerBanner .bannerTxt h2 {
  color: #fff;
  font-size: 32px;
}

.innerBanner .bannerTxt h2 span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 22px;
  margin: 0 0 0 10px
}

.innerBanner .bannerTxt h3 {
  display: block;
  width: 40px;
  height: 4px;
  overflow: hidden;
  margin: 20px 0;
  padding: 0;
  background-color: #fff;
}

.innerBanner .bannerTxt p {
  color: #fff;
  font-size: 15px;
}

.innerBanner .innNav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  height: 60px
}

.innerBanner .innNav a {
  font-size: 16px;
  display: inline-block;
  float: left;
  padding: 0 35px;
  height: 60px;
  position: relative;
  line-height: 60px;
}

.innerBanner .innNav a::after {
  content: "";
  width: 1px;
  height: 16px;
  display: block;
  background: #e5e5e5;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  transition: 0s;
  z-index: 0;
}

.innerBanner .innNav a::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: .5s;
  z-index: 1;
  background-color: #1b66aa;
}

.innerBanner .innNav a div {
  position: relative;
  z-index: 2;
}

.innerBanner .innNav a:hover::before {
  width: 100%;
}

.innerBanner .innNav a:hover {
  color: #fff;
  font-weight: bold;
}

.innerBanner .innNav a.on::before {
  width: 100%;
}

.innerBanner .innNav a.on {
  color: #fff;
  font-weight: bold;
}
.absec1{
  padding: 80px 0 0 0;
 }
 .absec1{
  background: url(../images/abBg1.jpg);
 }
 .absec1 .content{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
 }
 .absec1 .content .l{
  width: 46%;
  padding-bottom: 30px;
 }
 .absec1 .content .r{
  width: 46%;
  margin-bottom: 20px;
 }
 .absec1 .content .r img{
  width: 100%;
 }
 .absec1 .content .l .t{
  padding-bottom: 45px;
 }
 .absec1 .content .l .t h2{
  margin-bottom: 12px;
  color: #004ea1;
  font-size: 30px;
 }
 .absec1 .content .l .t .line{
  width:80px;
  height: 3px;
  background: #f5be2c;
 }
 .absec1 .content .l .p p{
  line-height: 23px;
  margin-bottom: 10px;
  text-indent: 20px;
 }
 .absec1_2{
  position: relative;
  padding-top: 30px;
  height: 190px;
 }
 .absec1_2 .wrap{
  position: relative;
  z-index: 4;
  height: 100%;
  padding-top: 40px;
 }
 .absec1_2::after{
  height: 350px;
  background-size: cover;
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  background: url(../images/ab1.png) no-repeat bottom center;
  background-size: 100% auto;
}
.absec1_2 li{
  position: relative;
  float: left;
  width: 25%;
  text-align: center;
  color: #fff;
}
.absec1_2 li h2{
  font-family: "impact";
  font-size: 45px;
  margin-bottom: 10px;
}
.absec1_2 li::after{
  display: block;
  content: "";
  width: 1px;
  height: 70px;
  background-color: rgba(255,255,255,.3);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -35px;
  transform: scaleX(.7);
}
.absec1_2 li:last-child::after{
  display: none;
}
.absec2{
  height: 660px;
  background: url(../images/abBg2.jpg);
}
.absec2 .txt{
  padding-top: 160px;
  float: right;
  width: 45%;
}
.absec2 .txt h2{
  color: #fff;
  font-size: 30px;
  margin-bottom: 12px;
}
.absec2 .txt .line{
  width: 80px;
  height: 3px;
  background: #f5be2c;
}
.absec2 .txt .item{
  margin-top: 45px;
}
.absec2 .txt .item h3{
  color: #fff;
  font-weight: normal;
  font-size: 20px;
  padding-bottom: 15px;
}
.absec2 .txt .item p{
  font-size: 14px;
  color: #fff;
}
.abSec2 {
  background: url(../images/culbg.png);
  background-attachment: fixed;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  height: 600px;
}
.abSec2 ul {
  height: 100%;
}
.abSec2 li {
  position: relative;
  padding: 0 2.6%;
  cursor: pointer;
  float: left;
  width: 20%;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
.abSec2 li > div {
  position: relative;
  z-index: 2;
  padding-top: 240px;
}
.abSec2 li > div h2 {
  letter-spacing: 5px;
  font-size: 26px;
  color: #fff;
  transform: translateY(10px);
  transition: all 0.5s ease;
}
.abSec2 li > div p {
  font-size: 16px;
  color: #fff;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.5s ease;
}
.abSec2 li:hover > div p {
  opacity: 1;
  transform: translateY(10px);
}
.abSec2 li::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
  transition: all 0.5s ease;
  background-color: #1b66aa;
}
.abSec2 li:hover:after {
  height: 100%;
}
.abSec2 li:hover > div h2 {
  transform: translateY(0);
}
.abSec3 {
  padding: 80px 0 150px 0;
  background: url(../images/history.png);
}
.hisSwiper {
  margin-top: 100px;
}
.hisSwiper .item {
  border-left: 1px solid #dedede;
  padding: 20px 35px;
  height: 180px;
}
.hisBox {
  position: relative;
}

.hisSwiper .item h2 {
  font-size: 40px;
  color: #1b66aa;
  font-weight: normal;
  font-family: "impact";
  margin-bottom: 20px;
}
.hisSwiper .item p {
  line-height: 25px;
  font-size: 15px;
}
.hisSwiper .item::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #1b66aa;
  position: absolute;
  bottom: -50px;
  left: 0;
}
.hisSwiper .item::after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #1b66aa;
  position: absolute;
  bottom: -47px;
  left: 3px;
}

.hisBox .hisprev {
  position: absolute;
  left: -55px;
  top: 35%;
  width: 45px;
  height: 45px;
  background-color: #f5f5f5;
  background-image: url(../images/arr3.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  outline: none;
}
.hisBox .hisprev:hover {
  background-color: #1b66aa;
  background-image: url(../images/arrow3_on.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
}
.hisBox .hisnext:hover {
  background-color: #1b66aa;
  background-image: url(../images/arrow3_on_r.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
}
.hisBox .hisnext {
  position: absolute;
  right: -55px;
  top: 35%;
  width: 45px;
  height: 45px;
  background-color: #f5f5f5;
  background-image: url(../images/arr3_r.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  outline: none;
}
.abSec4 {
  padding: 80px 0;
  background: url(../images/honorbg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.honorUl {
  margin-top: 100px;
  height: auto;
  overflow: hidden;
}
.honorUl li {
  cursor: pointer;
  height: 260px;
  float: left;
  margin-left: 4%;
  width: calc(88% / 4);
  margin-bottom: 45px;
  background-image: radial-gradient(#fff, #555);
  overflow: hidden;
  position: relative;
}
.honorUl li:nth-child(4n + 1) {
  margin-left: 0;
}
.honorUl li .img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.honorUl li .img img {
  max-width: 85%;
  height: 85%;
}
.honorUl li .cover {
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(27, 102, 170, 0.8);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  transition: all 0.5s ease;
  opacity: 0;
  transform: scale(0);
}
.honorUl li .cover h2 {
  font-size: 18px;
  color: #fff;
}
.honorUl li .cover .search {
  width: 35px;
  height: 35px;
  background: url(../images/honsearch.png);
  background-size: 35px;
}
.honorUl li .cover .line {
  width: 45px;
  height: 2px;
  background-color: #fff;
  margin: 15px 0;
}
.honorUl li:hover .cover {
  opacity: 1;
  transform: scale(1);
}
.honPop {
  position: fixed;
  z-index: 50;
  background: rgba(0, 0, 0, 0.95);
  left: 0;
  top: -100vh;
  right: 0;
  height: 100vh;
  transition: all 0.5s ease;
}
.honPop.show {
  top: 0;
}
.honPop .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #1b66aa;
  background-image: url(../images/close1.png);
  background-repeat: no-repeat;
  background-size: 37px;
  background-position: center center;
}
.honPop .container {
  position: absolute;
  z-index: 55;
  top: 50%;
  width: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.honPop .container .img {
  display: flex;
  justify-content: center;
}
.honPop .container img {
  max-height: 80vh;
}
.honPop .container .prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background: url(../images/prev.png);
  background-size: 24px !important;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.honPop .container .next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background: url(../images/next.png);
  background-size: 24px !important;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.abSec6{
  padding: 80px 0;
}
/* 新闻 */
.newsList {
  padding: 120px 0;
  background: #f1f1f1;
}
.newsList li a {
  display: block;
  height: 275px;
  border-bottom: 1px solid #cdc8c8;
  transition: all 0.5s ease;
}
.newsList li a .l {
  position: relative;
  float: left;
  width: 100px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.5s ease;
}
.newsList li a .l h2 {
  font-size: 66px;
  line-height: 66px;
  font-weight: bold;
  margin-bottom: 3px;
}
.newsList li a .l h3 {
  font-weight: normal;
  font-size: 22px;
  line-height: 22px;
}
.newsList li a .r {
  position: relative;
  margin-left: 100px;
  padding: 30px 35px 30px 70px;
}
.newsList li a .l::before {
  content: "";
  background: #bcbcbc;
  position: absolute;
  width: 46px;
  height: 1px;
  top: 50%;
  right: -56px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.newsList li a .l::after {
  content: "";
  position: absolute;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #1b66aa;
  right: -15px;
  top: 50%;
  margin-top: -15px;
  z-index: 3;
  transition: all 0.5s ease;
  opacity: 0;
}

.newsList li a:hover .l::after {
  opacity: 1;
}

.newsList li a:hover .l::before {
  background: #1b66aa;
}
.newsList li a:hover .l {
  background: #1b66aa;
}
.newsList li a:hover .l h2 {
  color: #fff;
}
.newsList li a:hover .l h3 {
  color: #fff;
}
.newsList li a .r .img {
  float: right;
  width: 23%;
  height: 190px;
  overflow: hidden;
}
.newsList li a .r .img > div {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  transition: all 0.5s ease;
}
.newsList li a .r .intro {
  float: left;
  width: 73%;
}
.newsList li a .r h2 {
  font-weight: normal;
  font-size: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.newsList li a .r .iconBox {
  margin: 20px 0;
  color: #c9c9c9;
  display: flex;
  align-items: center;
}
.newsList li a .r .iconBox span {
  display: flex;
  align-items: center;
  margin-right: 12px;
}
.newsList li a .r .iconBox i {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.newsList li a .r .iconBox i.eye {
  background: url(../images/eye.png);
  background-size: 100%;
  background-position: center 2px;
}
.newsList li a .r .iconBox i.date {
  background: url(../images/date.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center 4px;
}
.newsList li a .r .iconBox .dateBox {
  display: none;
}
.newsList li a .r .desc {
  font-size: 15px;
  line-height: 28px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsList li a:hover .r h2 {
  color: #1b66aa;
}
.newsList li a:hover {
  background: #fff;
}
.newsList li a:hover .r .img > div {
  transform: scale(1.1);
}
.newsInner {
  padding: 100px 0;
}
.newsInner .wrap {
  height: auto;
  overflow: hidden;
}
.newsInner .wrap .r {
  float: right;
  width: 300px;
  background-color: #fff;
}
.newsInner .wrap .l {
  float: left;
  width: calc(100% - 380px);
}
.newsInner .recomdHead {
  background-color: #1b66aa;
  height: 55px;
  color: #fff;
  font-size: 20px;
  padding-left: 40px;
  line-height: 55px;
}
.newsInner .wrap .r ul {
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  border: 1px solid #ededed;
}
.newsInner .wrap .r ul li {
  padding: 5px 18px;
}
.newsInner .wrap .r ul li p {
  font-size: 14px;
}
.newsInner .wrap .r ul li h2 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  font-size: 16px;
  font-weight: normal;
}
.newsInner .wrap .r ul li:hover h2 {
  color: #1b66aa;
}
.newsInner .wrap .l .top h2 {
  font-weight: normal;
  font-size: 22px;
}
.newsInner .wrap .l .top span {
  display: flex;
  align-items: center;
}
.newsInner .wrap .l .spanBox {
  padding: 20px 0 60px 0;
  color: #999;
  border-bottom: 1px solid #eee;
}
.newsInner .wrap .l .spanBox span {
  margin-right: 20px;
}
.newsInner .wrap .l .spanBox i.date {
  background: url(../images/date.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center 4px;
}
.newsInner .wrap .l .spanBox i {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.newsInner .wrap .l .spanBox i.eye {
  background: url(../images/eye.png);
  background-size: 100%;
  background-position: center 4px;
}
.newsInner .wrap .l .contain {
  padding: 80px 0;
  font-size: 15px;
  line-height: 28px;
  border-bottom: 1px solid #eee;
}
.newsInner .wrap .l .pageBtns {
  padding: 30px 0;
  position: relative;
  height: auto;
  overflow: hidden;
}
.newsInner .wrap .l .pageBtns .prev .span {
  display: flex;
  align-items: center;
}
.newsInner .wrap .l .pageBtns .next .span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.newsInner .wrap .l .pageBtns .prev {
  float: left;
  width: 30%;
}
.newsInner .wrap .l .pageBtns .next {
  float: right;
  width: 30%;
}
.newsInner .wrap .l .pageBtns .prev .span i {
  margin-top: 2px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/arr3.png);
  background-size: 20px;
  background-position: center center;
}
.newsInner .wrap .l .pageBtns .title {
  padding-top: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  transition: 0.5s ease;
}
.newsInner .wrap .l .pageBtns .prev:hover .title {
  color: #1b66aa;
}
.newsInner .wrap .l .pageBtns .next:hover .title {
  color: #1b66aa;
}
.newsInner .wrap .l .pageBtns .next .span i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/arr3_r.png);
  background-size: 20px;
  background-position: center center;
}
.newsInner .wrap .l .pageBtns .next .title {
  text-align: right;
}
.newsInner .wrap .l .pageBtns .back {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -70px;
  margin-top: -17px;
  display: block;
  width: 140px;
  height: 35px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  background-color: #1b66aa;
}
.newsInner .wrap .r.fixed {
  position: fixed;
}
/* l联系我们 */
.inBanner7 {
  background: url(../images/inbanner7.jpg);
  background-position: bottom center !important;
}
.inBanner .wrap {
  position: relative;
  height: 100%;
}

.bannerBg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.bannerBg h2 {
  color: #fff;
  font-size: 46px;
}

.bannerBg h3 {
  color: #fff;
  font-size: 46px;
}

.bannerBg h3 .en {
  color: #fff;
  font-size: 46px;
}

.bannerBg h3 em {
  margin: 0 20px;
}

.bannerBg h3 .cn {
  font-size: 42px;
}
.inBanner7 .p {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 25px;
  line-height: 28px;
}
.contactSec {
  background-color: #f9f9f9;
}

.contactSec .item span {
  display: flex;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background-color: #1b66aa;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.contactSec .item span img {
  width: 30px;
}

.contactSec .wrap {
  height: 560px;
}

.mapL .item {
  display: flex;
  padding-top: 70px;
}

.mapL .item .l {
  margin-right: 15px;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background-color: #1b66aa;
}

.mapL .item .l img {
  width: 30px;
}

.mapL .item h2 {
  display: flex;
  align-items: center;
  font-size: 20px;
  margin-bottom: 8px;
}

.mapL .item p {
  font-size: 15px;
}

.mapL .item .r img {
  width: 100px;
}

.online {
  background-color: #fff;
  border-radius: 15px;
  padding: 45px 50px;
  height: auto;
  overflow: hidden;
}

.online .title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}

.message {
  padding: 0 0 80px 0;
  background-color: #f9f9f9;
}

.message .input {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.2604vw;
  height: 42px;
  padding: 10px;
  margin-bottom: 20px;
  margin-left: 2%;
  width: 32%;
  box-sizing: border-box;
  float: left;
}

.message .input1 {
  margin-left: 0;
}

.message .input input {
  border: none;
  height: 100%;
  width: 100%;
}

.inputBox {
  height: auto;
  overflow: hidden;
}

.textarea {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.2604vw;
  height: 190px;
  padding: 10px;
  margin-bottom: 20px;
  width: 100%;
}

.textarea textarea {
  height: 100%;
  border: none;
  width: 100%;
}

button.submit {
  background: #1b66aa;
  color: #FFF;
  border-radius: 0.2604vw;
  height: 42px;
  width: 155px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  display: block;
  outline: none;
  border: none;
  
}

.map {
  float: right;
  width: 55%;
  height: 640px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  z-index: 2;
  margin-top: -600px;
  background-color: #ccc;
}
/* 人才招聘 */
.rcSec1{
  background-color: #f5f5f5;
  padding: 90px 0 220px 0;
  background-image: url(../images/rencai03.jpg);
  background-repeat: no-repeat!important;
  background-position: bottom center !important;
}
.ntitle2{
  text-align: center;
  color: #1b66aa;
}
.ntitle2 h2{
  font-size: 35px;
  font-weight: normal;
}
.rcSec1 .t{
  font-size: 44px;
  margin: 22px 0 50px 0;
  text-align: center;
}
.rcSec1 .txt{
  font-size: 15px;
  line-height: 28px;
  color: #333;
  width: 850px;
  margin: 0 auto;
  text-align: center;
}
.rcSec2{
  padding: 80px 0 80px 0;
}
.rcSec2 .tit{
  text-align: center;
  font-size: 30px;
  margin: 22px 0 70px 0;
}
.rcSec2 .conBox{
  height: auto;
  overflow: hidden;
}
.rcSec2 .conBox .l{
  float: left;
  width:60%;
}

.rcSec2 .conBox .l .item{
  position: relative;
  overflow: hidden;
  width: 49%;
  height: 450px;
  float: left;
  margin-left: 2%;
  float: left;
}
.rcSec2 .conBox .l .item:first-child{
  margin-left: 0;
}
.rcSec2 .conBox .l .item .bg{
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  transition: .5s;
  filter: brightness(.9);
}
.rcSec2 .conBox .l .item .txt{
  position: absolute;
  left: 0;
  top: 0;
  width: 85%;
  height: 100%;
  z-index: 2;
  box-sizing: border-box;
  padding: 60px 40px;
}
.rcSec2 .conBox .l .item:hover .bg{
  transform: scale(1.1);
}
.rcSec2 .conBox .l .item .txt .line{
  width: 43px;
  height: 3px;
  background-color: #fff;
}
.rcSec2 .conBox .l .item .txt h2{
  font-weight: normal;
  color: #fff;
  font-size: 24px;
  margin: 13px 0 18px 0;
}
.rcSec2 .conBox .l .item .txt p{
  color: #fff;
  line-height: 25px;
}
.rcSec2 .conBox .r{
  float: right;
  width:38.6%;
}

.rcSec2 .conBox .r .item{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 215px;
  float: left;
  margin-top: 20px;
  float: left;
}
.rcSec2 .conBox .r .item:first-child{
  margin-top: 0;
}
.rcSec2 .conBox .r .item .bg{
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  transition: .5s;
  filter: brightness(.9);
}
.rcSec2 .conBox .r .item .txt{
  position: absolute;
  left: 0;
  top: 0;
  width: 85%;
  height: 100%;
  z-index: 2;
  box-sizing: border-box;
  padding: 40px 35px;
}
.rcSec2 .conBox .r .item:hover .bg{
  transform: scale(1.1);
}
.rcSec2 .conBox .r .item .txt .line{
  width: 43px;
  height: 3px;
  background-color: #fff;
}
.rcSec2 .conBox .r .item .txt h2{
  font-weight: normal;
  color: #fff;
  font-size: 24px;
  margin: 13px 0 18px 0;
}
.rcSec2 .conBox .r .item .txt p{
  color: #fff;
  line-height: 25px;
}
.rcSec3{
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: center center !important;
  height: 500px;
  background: url(../images/rcbg.jpg);
}
.rcSec3 .wrap{
  height: auto;
  overflow: hidden;
}
.rcSec3 .wrap .l{
  float: left;
  width: 35%;
  padding-top: 130px;
}
.rcSec3 .wrap .l .line{
  width: 43px;
  height: 3px;
  background-color: #fff;
}
.rcSec3 .wrap .l  h2{
  font-weight: normal;
  color: #fff;
  font-size: 30px;
  margin: 13px 0 28px 0;
}
.rcSec3 .wrap .l  p{
  color: #fff;
  line-height: 25px;
}
.rcSec3 .wrap .l a.view{
  margin: 50px 0;
}
.rcSec3 .wrap .r{
  height: 500px;
  width: 53%;
  float: right;
  display: flex;
  align-items: center;
}
.rcSec3 .wrap .r img{
  width: 100%;
}
.talS2 {
  padding: 90px 0;
  background-color: #fff;
}
.talS2 .title h3{
  font-size: 35px;
  font-weight: normal;
  color: #025690;
  text-align: center;
}
.talS2 .title{
  margin-bottom: 70px;
}
.jobList li .jobCon .l h2{
  margin-bottom: 32px;
}
.jobList li .jobCon .l p{
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 15px;
}
/* 服务中心 */
.serSection1{
  padding: 0 0 0 0;
}
.serSection1 .title {
  text-align: center;
}
.serSection1 .title h2{
  font-weight: normal;
  font-size: 35px;
  color: #1b66aa;
  margin-bottom: 36px;
}
.serSection1 .title p{
  font-size: 15px;
  line-height: 28px;
  color: #333;
  width: 900px;
  margin: 0 auto;
  text-align: center;
}
.serSection1 .title .line{
  margin-top: 40px;
  width: 1px;
  height: 50px;
  background-color: #025690;
  display: inline-block;
}
.serSection1 .box{
  margin-top: 60px;
  height: 500px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background: url(../images/serbg1.jpg);
}
.serSection1 .box li{
  padding: 130px 3%;
  cursor: pointer;
  height: 500px;
  float: left;
  width: 25%;
  text-align: center;
}
.serSection1 .box li:hover{
  background-color: #1b66aa;
}
.serSection1 .box li h2{
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}
.serSection1 .box li p{
  color: #fff;
  line-height: 25px;
}
.serSection1 .box li .cir{
  width: 110px;
  height: 110px;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.serSection1 .box li .cir .nor{
  width: 110px;
  height: 110px;
  border-radius: 100%;
  border: 1px solid #fff;
  transition: .35s;
  position: relative;
}
.serSection1 .box li:hover .cir .nor{
  transform: translateY(-112px);
}
.serSection1 .box li .cir .act{
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background-color: #fff;
  transition: .35s;
  position: relative;
}
.serSection1 .box li:hover .cir .act{
  transform: translateY(-110px);
}
.serSection1 .box li img{
  width: 55px;
  position: absolute;
  left:50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.serSection1 .box li:nth-child(2) img{
  width: 65px;
}
.serSection1 .box li:nth-child(4) img{
  width: 48px;
}
.serSection2{
  padding: 100px 0 70px 0;
  background-color: #f5f5f5;
}
.serSection2 .title {
  text-align: center;
}
.serSection2 .title h2{
  font-weight: normal;
  font-size: 35px;
  color: #1b66aa;
  margin-bottom: 36px;
}
.serSection2 .title p{
  font-size: 15px;
  line-height: 28px;
  color: #333;
  width: 900px;
  margin: 0 auto;
  text-align: center;
}
.serSection2 ul{
  padding-top: 70px;
  height: auto;
  overflow: hidden;
}
.serSection2 li{
  float: left;
  margin-bottom: 30px;
  margin-left: 30px;
  width: calc((100% - 60px)/3);
  background-color: #fff;
  height: 150px;
  padding: 30px 30px 30px 26px;
}
.serSection2 li:nth-child(3N+1){
  margin-left: 0;
}
.serSection2 li .l{
  float: left;
  width: 70px;
}
.serSection2 li .l img{
  width: 42px;
}
.serSection2 li:nth-child(4) .l img{
  width: 45px;
}
.serSection2 li:nth-child(5) .l img{
  width: 39px;
}
.serSection2 li .r{
  margin-left: 90px;
}
.serSection2 li .r h2{
  font-size: 20px;
  margin-bottom: 15px;
}
.serSection2 li .r p{
  color: #999;
  line-height: 23px;
}
.serSection2 li:hover .r h2{
  color: #025690;
}
.serSection3{
  padding: 100px 0 60px 0;
}
.serSection3 .title {
  text-align: center;
}
.serSection3 .title h2{
  font-weight: normal;
  font-size: 35px;
  color: #1b66aa;
  margin-bottom: 36px;
}
.serSection3 .title p{
  font-size: 15px;
  line-height: 28px;
  color: #333;
  width: 900px;
  margin: 0 auto;
  text-align: center;
}
.serSection3 .title h4{
  margin: 15px 0 0 0;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.serSection3 .title h4 span{
  font-family: 'impact';
  font-size: 46px;
  color: #c22d31;
  margin-left: 8px;
  letter-spacing: 2px;
}
.serS2 {
  position: relative;
  background-color: #f5f5f5;
  background-image: url(../images/serBg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.serS2 .wrap {
  height: 100%;
  position: relative;
}

.serS2 ul {
  height: auto;
  overflow: hidden;
  background-color: rgba(255, 255, 255, .7);
  height: 210px;
}

.serS2 ul li {
  padding: 60px 0 50px 0;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: calc(100% / 6);
  height: 100%;
  overflow: hidden;
}

.serS2 ul li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  background-color: #025690;
  transition: all .5s;
}

.serS2 ul li:hover::after {
  height: 100%;
}

.serS2 ul li>div {
  position: relative;
  z-index: 2;
}

.serS2 ul li h2 {
  position: relative;
  font-size: 22px;
  color: #025690;
  text-align: center;
  margin-bottom: 10px;
}

.serS2 ul li p {
  font-size: 13px;
  text-align: center;
}

.serS2 ul li:hover h2 {
  color: #fff;
}

.serS2 ul li:hover P {
  color: #fff;
}
.serS2 ul li h3{
  text-align: center;
  font-size: 20px;
}
.serS2 ul li h2::after {
  margin-top: 6px;
  display: block;
  content: "";
  width: 16px;
  height: 2px;
  background-color: #ccc;
  margin-left: auto;
  margin-right: auto;
}

.serS2 ul li h2:hover::after {
  background-color: #fff;
}
.serS2 ul li:hover h3{
  color: #fff;
}
.tecSec1{
  padding: 100px 0;
}
.tecSec1 .eqBox{
  padding-top: 50px;
  height: auto;
  overflow: hidden;
}
.tecSec1 .eqBox .l{
  float: left;
  width: 46%;
}
.tecSec1 .eqBox .l .p{
  font-size: 15px;
  line-height: 25px;
}
.tecSec1 .eqBox .item{
  overflow: hidden;
}
.tecSec1 .eqBox .item > div{
  width: 100%;
  height: 100%;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: center center !important;
  transition: .5s;
}
.tecSec1 .eqBox .item:hover > div{
  transform: scale(1.1);
}
.tecSec1 .eqBox  .l .item1{
 width: 100%;
 height: 361px;
}
.tecSec1 .eqBox .l .con{
  height: 200px;
  margin-top: 20px;
}
.tecSec1 .eqBox .l .con .item{
  float: left;
  height: 100%;
  margin-left: 2%;
  width: 49%;
}
.tecSec1 .eqBox .l .con .item:first-child{
  margin-left: 0;
}
.tecSec1 .eqBox .r{
  float: right;
  width: 52%;
}
.tecSec1 .eqBox .r .con1{
  height: 170px;
  overflow: hidden;
}
.tecSec1 .eqBox .r .con1 .item{
  float: left;
  height: 100%;
  margin-left: 2%;
  width: 32%;
}
.tecSec1 .eqBox .r .con1 .item:first-child{
  margin-left: 0;
}
.tecSec1 .eqBox .r .con2{
  overflow: hidden;
  height: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.tecSec1 .eqBox .r .con2 .item{
  float: left;
  height: 100%;
  margin-left: 2%;
  width: 49%;
}
.tecSec1 .eqBox .r .con2 .item:first-child{
  margin-left: 0;
}
.tecSec2{
  padding: 0 0 100px 0 ;
}
.tecSec2 .ad{
  height: auto;
  overflow: hidden;
}
.tecSec2 .ad .l{
  float: left;
  width:49%;
}
.tecSec2 h4{
  padding: 30px 0 25px 0;
  font-size:25px;
  font-weight: bold;
}
.tecSec2 .p{
  font-size: 20px;
  font-weight: bold;
  color: #025690;
  line-height: 35px;
}
.tecSec2 .img{
  margin-top: 35px;
  overflow: hidden;
  height: 250px;
}
.tecSec2 .img > div{
  width: 100%;
  height: 100%;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: center center !important;
  transition: .5s;
}
.tecSec2 .img:hover > div{
  transform: scale(1.1);
}
.tecSec2 .r{
  float: right;
  width: 49%;
  height: 470px;
}
.tecSec2 .r .img{
  height: 470px;
}
.nt2{
  padding: 30px 0 25px 0;
  font-size: 25px;
  font-weight: bold;
}
.techSec1{
  padding: 100px 0 80px 0;
}
.ntitle{
  color: #025690;
  font-size: 35px;
  margin-bottom: 30px;
}
.techSec1 .desc{
  font-size: 15px;
  line-height: 24px;
}
.tecSwiper1 .img{
  cursor: pointer;
  height: 280px;
  overflow: hidden;
}
.tecSwiper1 .img div{
  width: 100%;
  height: 100%;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: center center !important;
  transition: .5s;
}
.tecSwiper1 .img:hover div{
  transform: scale(1.1);
}
.tecSwiper1{
  margin-left: 6%;
  overflow: hidden;
  position: relative;
  padding-top: 30px;
}
.tecSwiper1 .arr{
  padding-top: 30px;
  display: flex;
  justify-content: center;
}
.tecSwiper1 .arr img{
  width: 40px;
  margin: 0 10px;
  cursor: pointer;
}
.techSec2{
  background: url(../images/tecbg1.jpg) no-repeat center;
  background-size: cover;
  padding: 75px 0 65px;
  position: relative;
}
.techSec2 .l{
  padding-top: 90px;
  float: left;
  width: 32%;
  position: relative;
}
.techSec2 .l h2{
  color: #fff;
  font-size: 35px;
  margin-bottom: 30px;
  font-weight: normal;
}
.techSec2 .wrap{
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.techSec2  p{
  color: #fff;
  line-height: 25px;
  margin-bottom: 18px;
}
.techSec2 .r{
  float: right;
  width: 65%;
}
.techSec2 .r .item{
  width: 32%;
  margin-left: 2%;
  float: left;
  margin-bottom: 20px;
}
.techSec2 .r .item:nth-child(3N+1){
  margin-left: 0;
}
.techSec2 .r .item div{
  height: 158px;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: center center !important;
  filter: grayscale(100%);
  transition: .5s;
}
.techSec2 .r .item:hover div{
  filter: grayscale(0);
  transform: scale(1.1);
}
.techSec2::after{
  content: '';
  width: 749px;
  height: 130px;
  background: url(../images/txt.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 115px;
  pointer-events: none;
}
.techSec3{
  padding: 100px 0;
}
.techSec3 .l h2{
  color: #025690;
  font-size: 35px;
  margin-bottom: 30px;
  font-weight: normal;
}
.techSec3 .wrap{
  height: auto;
  overflow: hidden;
}
.techSec3  p{
  line-height: 25px;
  margin-bottom: 18px;
}
.techSec3 .wrap .l{
  width: 48%;
  float: left;
}
.techSec3 .wrap .r{
  float: right;
  width: 48%;
  overflow: hidden;
}
.techSec3 .wrap .l .clear{
  padding-top: 28px;
  height: auto;
  overflow: hidden;
}
.techSec3 .wrap .l .clear .item{
  width: 32%;
  margin-left: 2%;
  float: left;
  overflow: hidden;
}
.techSec3 .wrap .l .clear .item div{
  height: 130px;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: center center !important;
  transition: .5s;
}
.techSec3 .wrap .l .clear .item:first-child{
  margin-left: 0;
}
.techSec3 .wrap .l .clear .item:hover div{
  transform: scale(1.1);
}
.techSec3 .wrap .r div{
  height: 370px;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: center center !important;
  transition: .5s;
}
.techSec3 .wrap .r:hover div{
  transform: scale(1.1);
}
.techSec4{
  height: auto;
  position: relative;
  padding-bottom: 60px;
  box-sizing: border-box;
}
.techSec4 .cover{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(to right, rgba(0,0,0,.8),rgba(0,0,0,.2));
}
.techSec4 video{
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 100%;
}
.techSec4 .wrap{
  padding-top: 100px;
  position: relative;
  z-index: 2;
}
.techSec4 .text{
  width: 650px;
}
.techSec4 .text h2{
  color: #fff;
  font-size: 35px;
  margin-bottom: 30px;
  font-weight: normal;
}
.techSec4 .text p{
  color: #fff;
  line-height: 25px;
  margin-bottom: 18px;
}
.sBox {
  width: 800px;
  padding: 40px 0;
  height: auto;
  overflow: auto;
}
.sBox .item{
  color: #fff;
  float: left;
  width: auto;
  padding-right: 50px;
}
.sBox .item h2 .num{
  color: #fff;
  font-family: "impact";
  font-size: 50px;
}
.sBox .item h2 .sup{
  font-size: 17px;
  padding-left: 10px;
  font-weight: normal;
}
.sBox .item p{
  margin-top: 8px;
}
.techSec5{
  padding: 100px 0;
  background: url(../images/tecbg2.jpg);
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: center center !important;
}
.techSec5 .contain{
  height: auto;
  overflow: hidden;
  margin-left: 6%;
}
.techSec5 .contain .l h2{
  color: #025690;
  font-size: 35px;
  margin-bottom: 20px;
  font-weight: normal;
}
.techSec5 .contain .l  p{
  line-height: 25px;
  margin-bottom: 18px;
}
.techSec5 .contain .l .arr{
  padding-top: 25px;
  display: flex;
  justify-content: flex-start;
}
.techSec5 .contain .l{
  float: left;
  width: 21%;
}
.techSec5 .contain .l .arr .arrl{
  margin-right: 25px;
  cursor: pointer;
  outline: none;
  border: none;
}
.techSec5 .contain .l .arr .arrr{
  cursor: pointer;
  outline: none;
  border: none;
}
.techSec5 .contain .r{
  float: right;
  width: 75%;
}
.techSec5 .contain .r .img{
  height: 210px;
  overflow: hidden;
  cursor: pointer;
}
.techSec5 .contain .r .img:hover div{
  transform: scale(1.1);
}
.techSec5 .contain .r .img div{
  height: 100%;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: center center !important;
  transition: .5s;
}
.tecSwiper2{
  overflow: hidden;
}
.techSec6{
  padding: 100px 0;
  background: url(../images/tecbg3.jpg);
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: center center !important;
}
.tecSwiper3{
  overflow: hidden;
}
.techSec6 .l{
  float: right;
  width: 21%;
  text-align: right;
}
.techSec6 .contain{
  margin-right: 6%;
  height:auto;
  overflow: hidden;
}
.techSec6 .contain .l h2 {
  color: #025690;
  font-size: 35px;
  margin-bottom: 20px;
  font-weight: normal;
}
.techSec6 .contain .l p {
  line-height: 25px;
  margin-bottom: 18px;
}
.techSec6 .contain .l .arr {
  padding-top: 25px;
  display: flex;
  justify-content: flex-end;
}
.techSec6 .contain .l .arr .arrl1 {
  margin-right: 25px;
  cursor: pointer;
  outline: none;
  border: none;
  cursor: pointer;
}
.techSec6 .contain .l .arr .arrr1{
  cursor: pointer;
  outline: none;
  border: none;
}
.techSec6 .contain .r{
  float:left;
  width: 75%;
}
.techSec6 .contain .r .img{
  height: 210px;
  overflow: hidden;
  cursor: pointer;
}
.techSec6 .contain .r .img:hover div{
  transform: scale(1.1);
}
.techSec6 .contain .r .img div{
  height: 100%;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: center center !important;
  transition: .5s;
}
.zbSec1{
  position: relative;
  padding: 100px 0;
}
.zbSec1 .wrap{
  position: relative;
  z-index: 2;
  height:auto;
  overflow: auto;
  margin-top: -230px;
  background-color: #fff;
  border-radius: 20px;
  padding-top: 80px;
}
.zbSec1 .wrap .l{
  float: left;
  width: 47%;
  text-align: center;
}
.zbSec1 .wrap .l img{
  width: 83%;
}
.zbSec1 .wrap .r{
  float: right;
  width: 49%;
}
.zbSec1 .wrap .r .t{
  font-size: 25px;
  color: #025690;
  margin-bottom: 50px;
}
.zbSec1 .wrap .r ul{
  background-color: #f5f5f5;
  padding: 25px 0;
}
.zbSec1 .wrap .r li{
  position: relative;
  padding-left: 70px;
  height: 55px;
  line-height: 55px;
  background-color: #f5f5f5;
  position: relative;
  font-size: 16px;
}
.zbSec1 .wrap .r li span{
  color: #025690;
  font-weight: bold;
  margin-left: 3px;
}
.zbSec1 .wrap .r li::before{
  position: absolute;
  left: 45px;
  top: 23px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #333;
  border-bottom: 5px solid transparent;
}
.zbSec1 .tit{
  text-align: center;
  margin-bottom: 80px;
}
.zbSec1 .tit h2{
  font-size: 35px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: normal;
}
.zbSec2{
  padding: 100px 0;
}
.zbSec2 .tit{
  text-align: center;
}
.zbSec2 .tit h2{
  color: #025690;
  font-size: 35px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: normal;
}
.zbSec2 .dian{
  width: 40.4%;
  margin: 0 auto;
  position: relative;
}
.zbSec2 .dian > img{
  width: 100%;
  position: relative;
  z-index: 2;
}
.zbSec2 .dian .yuan{
  position: absolute;
  width: 97.4%;
  height: 97.4%;
  border-radius: 50%;
  border: 1px dashed #cacaca;
  left: 1.3%;
  top: 1.3%;
  z-index: 1;
  animation: rotation 50s linear infinite;
  -webkit-animation: rotation 50s linear infinite;
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg) translateZ(0)
  }

  100% {
    -webkit-transform: rotate(360deg) translateZ(0)
  }
}
.zbSec2 .cBox{
  margin-top: 60px;
  background: url(../images/zbbg1.png);
}
.zbSec2 .tu{
  position: absolute;
  width: 74.6%;
  height: 74.6%;
  left: 12.7%;
  top: 12.7%;
  border-radius: 50%;
}
.zbSec2 .tu img{
  width: 100%;
  animation: scale 3s linear infinite;
  -webkit-animation: scale 3s linear infinite;
}
.zbSec2 .tu h2{
  color: #fff;
  font-weight: normal;
  font-size: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.zbSec2 li{
  position: absolute;
  top: 12%;
  display: flex;
  align-items: center;
}
.zbSec2 li .cir{
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  font-family: 'impact';
  background-color: #025690;
}
.zbSec2 li .rt h2{
  margin-bottom: 6px;
}
.zbSec2 li:first-child{
  left:-34%;
  flex-direction: row-reverse;
}
.zbSec2 li:first-child .rt{
  text-align: right;
  padding-right: 15px;
}
.zbSec2 li:nth-child(2){
  right:-34%;
}
.zbSec2 li:nth-child(2) .rt{
  text-align: left;
  padding-left: 15px;
}
.zbSec2 li:nth-child(3){
  left:-38%;
  top: 46%;
  flex-direction: row-reverse;
}
.zbSec2 li:nth-child(3) .rt{
  text-align: right;
  padding-right: 15px;
}
.zbSec2 li:nth-child(4){
  right:-28%;
  top: 46%;
}
.zbSec2 li:nth-child(4) .rt{
  text-align: left;
  padding-left: 15px;
}
.zbSec2 li:nth-child(5){
  left:-20%;
  top: 78%;
  flex-direction: row-reverse;
}
.zbSec2 li:nth-child(5) .rt{
  text-align: right;
  padding-right: 15px;
}
.zbSec2 li:nth-child(6){
  right:-34%;
  top: 78%;
}
.zbSec2 li:nth-child(6) .rt{
  text-align: left;
  padding-left: 15px;
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0.95) translateZ(0)
  }

  50% {
    -webkit-transform: scale(1.02) translateZ(0)
  }

  100% {
    -webkit-transform: scale(0.95) translateZ(0)
  }
}
.zbSec3{
  padding: 100px 0 100px 0;
  background-color: #f2f2f2;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: center center !important;
}
.zbSec3 .tit{
  text-align: center;
}
.zbSec3 .tit h2{
  font-size: 35px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: normal;
}
.zbSec3 .tit p{
  
}
.zbSec3 ul{
  padding-top: 100px;
  height: auto;
  overflow: hidden;
}
.zbSec3 ul li{
  float: left;
  margin-left: 5%;
  width: calc(85% / 4);
  background-color: #fff;
  padding: 50px 30px;
  height: 320px;
  position: relative;
}
.zbSec3 ul li  h2{
  font-weight: normal;
  color: #fff;
}
.zbSec3 ul li .circle{
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background-color: #025690;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  margin-left: -45px;
  top: -45px;
  transition: .45S;
}
.zbSec3 ul li:hover .circle{
  transform: rotateY(180deg);
  background-color: #FFF;
}
.zbSec3 ul li:hover .circle h2{
  transform: rotateY(-180deg);
  color: #025690;
}
.zbSec3 ul li:hover{
  cursor: pointer;
  background-color: #025690;
}
.zbSec3 ul li:hover p {
  color: #fff;
}
.zbSec3 ul li .txt{
  padding-top: 35px;
  padding-left: 15%;
}
.zbSec3 ul li .txt p{
  font-size: 17px;
  line-height: 39px;
}
.zbSec3 ul li:first-child{
  margin-left: 0;
}
.zbSec4{
  background: url(../images/zbbg2.jpg);
  height: 300px;
  position: relative;
  z-index: 1;
}
/* 产品中心 */
.proSec{
  padding: 100px 0;
  background-color: #f5f5f5;
}
.proSec ul{
  height: auto;
  overflow: auto;
}
.proSec li{
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  float: left;
  margin-left: 5%;
  width: calc(90% / 3);
  margin-bottom: 30px;
  background-color: #fff;
  transition: .6s;
}
.proSec li:nth-child(4N+1){
  margin-left: 0;
}
.proSec ul li .imgBox {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.proSec ul li .imgBox .img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 250px;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: center center !important;
  transition: all .5s;
}
.proSec ul li .imgBox .cover{
  position: absolute;
  z-index: 3;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  transition: all .45s;
  background-color: rgba(22, 102, 173, 0.3);
}
.proSec ul li .imgBox .cover img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 45px;
  height: 45px;
}
.proSec ul li:hover .imgBox .img{
  transform: scale(1.1);
}
.proSec ul li .txt {
  margin-top: 0;
  height: 100px;
  background-color: #fff;
  box-shadow: none;
  width: 100%;
  position: relative;
  z-index: 2;
}
.proSec ul li .txt >div {
  position: relative;
  z-index: 2;
  padding-top: 30px;
  text-align: center;
  transition: .45s;
}
.proSec ul li .txt h2{
  font-weight: normal;
  font-size: 16px;
}
.proSec ul li .txt::after {
  transform: scale(1);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #025690;
  z-index: 1;
  transition: all .3s ease;
  height: 0;
  opacity: 0;
  display: block;
  content: "";
}
.proSec ul li:hover .txt >div {
  transform: translateY(-20px);
}
.proSec ul li:hover .txt::after {
  transform: scale(1);
  opacity: 1;
  height: 133%;
}
.proSec ul li .txt >div h3 {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #025690;
  margin-top: 10px;
  transition: all .3s ease;
}
.proSec ul li:hover .txt >div h3{
  background-color: #fff;
  width: 60px;
}
.proSec ul li:hover .txt h2{
  color: #fff;
}
.proSec ul li:hover .imgBox .cover{
  top: 0;
}
.serSection5{
  padding: 80px 0 0 0;
}
.serSection5 .wrap{
  height: auto;
  overflow: auto;
}
.serSection5 .wrap .l{
  float: left;
  width: 45%;
}
.serSection5 .wrap .l img{
  width: 100%;
}
.serSection5 .wrap .r {
  padding-top: 80px;
  width: 52%;
  float: right;
}
.serSection5 .wrap .r h3 {
  position: relative;
  font-size: 17px;
  font-weight: normal;
  display: inline-block;
}
.serSection5 .wrap .r h3::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #000;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
}
.serSection5 .wrap .r h2 {
  font-size: 35px;
  letter-spacing: 1px;
  font-weight: normal;
  margin-bottom: 30px;
  margin-top: 10px;
}
.serSection5 .wrap .r h4 {
  font-weight: normal;
  font-size: 20px;
  color: #1b66aa;
  margin-bottom: 40px;
}
.serSection5 .wrap .r ul {
  height: auto;
  overflow: hidden;
}
.serSection5 .wrap .r ul li {
  float: left;
  width: 33.33%;
  padding-right: 2%;
  min-height: 93px;
}
.serSection5 .wrap .r ul li .t {
  font-size: 16px;
  font-weight: bold;
  color: #1b66aa;
  margin-bottom: 5px;
}
.serSection5 .wrap .r ul li p {
  font-size: 14px;
  line-height: 22px;
}
.inBanner{
  height: 600px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.inBanner .wrap{
  position:relative;
  height: 100%;
  text-align: center;
}
.inBanner .wrap .btxt{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.inBanner .wrap h2{
  color: #fff;
  font-weight: normal;
  font-size: 46px;
}
.inBanner .wrap .btxt h3{
  display: inline-block;
  width: 90px;
  height: 2px;
  background-color: #fff;
}
.inBanner1{
  background: url(../images/inbanner1.jpg);
}
.inBanner2{
  background: url(../images/inBanner2.jpg);
}
.inBanner3{
  background: url(../images/inBanner3.jpg);
}
.inBanner4{
  background: url(../images/inBanner4.jpg);
}
.inBanner5{
  background: url(../images/inBanner5.jpg);
}
.inBanner6{
  background: url(../images/inBanner6.jpg);
}
.inBanner6{
  background: url(../images/inBanner6.jpg);
}
.inBanner7{
  background: url(../images/inBanner7.jpg);
}
.sNav{
  border-bottom: 1px solid #ddd;
}
.sNav .wrap{
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sNav .wrap .l{
  display: flex;
}
.sNav .wrap .l a{
  height: 72px;
  line-height: 72px;
  padding: 0 20px;
  position: relative;
}
.sNav1 .wrap .l a{
  padding: 0 20px;
}
.sNav1 .wrap .l a:first-child{
  margin-left: 0;
}
.sNav .wrap .l a.active{
  background-color: #025690;
  color:#fff;
}
/* .sNav .wrap .l a::after{
  display: none;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #025690;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sNav .wrap .l a.active::after{
  display: block;
} */
.sNav .wrap .r{
  display: flex;
  height: 72px;
  align-items: center;
}
.sNav .wrap .r a{
  font-size: 14px;
  margin: 0 5px;
}
.sNav .wrap .r  img{
  width: 20px;
  margin-right: 15px;
}
.dqSec1{
  padding: 80px 0;
}
.dqSec1 .wrap{
  height: auto;
  overflow: hidden;
}
.dqSec1 .wrap .l{
  float: left;
  width: 30%;
}
.dqSec1 .wrap .r{
  padding: 50px 0;
  float: left;
  width: 70%; 
  padding-left: 8%;
  border-left: 1px solid #ccc;
}
.dqSec1 .wrap .r h2{
  font-size: 20px;
  margin-bottom: 9px;
}
.dqSec1 .wrap .r p{
  font-size: 14px;
  line-height: 30px;
  padding-top: 20px;
}
.dqSec2{
  height: 290px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background: url(../images/dqbg1.jpg);
}
.dqSec2 .wrap{
  height: 100%;
}
.dqSec2 h2{
  padding-top: 130px;
  color: #fff;
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 25px;
}
.dqSec2 .input form{
  width: 100%;
  display: flex;
  align-items: center;
}
.dqSec2 .input{
  width: 560px;
  background-color: #fff;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dqSec2 .input input{
  padding-left: 15px;
  outline: none;
  border: none;
  height: 50px;
  line-height: 50px;
  width: calc(100% - 100px);
}
.dqSec2 .input button{
  cursor: pointer;
  width: 80px;
  height: 50px;
  background-color: transparent;
  border: none;
  outline: none;
  background-image: url(../images/search2.png);
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 30px;
}
.dqSec3 {
  padding:  80px 0 60px 0;
}
.dqSec3 li{
  margin-bottom: 60px;
}
.dqSec3 li a{
  display: flex;
  height: auto;
  overflow: hidden;
  box-shadow: 2px 2px 20px 3px #e1e1e1;
}
.dqSec3 li a .image{
  overflow: hidden;
  width: 30%;
  flex-shrink: 0;
}
.dqSec3 li a .image .rect{
  padding-bottom: 67%;
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
}
.dqSec3 li a .image img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: .45s;
}
.dqSec3 li a .image:hover img{
  transform: scale(1.1);
}
.dqSec3 li a .txt{
  padding-top: 4%;
  margin-left: 5%;
  padding-right: 40px;
}
.dqSec3 li a  h2{
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 3%;
}
.dqSec3 li a  p{
  font-size: 16px;
  line-height: 27px;
  color: #999;
}
.dqSec3 li a .date{
  padding-top: 12px;
  color: #999;
}
.dqSec3 li a:hover .date{
  color: #fff;
}
.dqSec3 li a:hover{
  background-color: #025690;
}
.dqSec3 li a:hover h2{
  color: #fff;
}
.dqSec3 li a:hover p{
  color: #fff;
}
.incaseSwiper img{
  width: 100%;
  transition: all .8s ease 0s;
  -webkit-transition: all .8s ease 0s;
  -moz-transition: all .8s ease 0s;
  -ms-transition: all .8s ease 0s;
}
.incaseSwiper a{
  display: block;
  position: relative;
}
.incaseSwiper a span {
  font-size: 14px;
  color: #fff;
  position: absolute;
  bottom: 20px;
  right: 30px;
}
.incaseBox{
  position: relative;
}
.incaseSwiper2,.incaseSwiper3{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
}
.incaseSwiper1{
  position: relative;
  z-index: 2;
}
.incase{
  padding-top: 15px;
  text-align: center;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}
.incase .arrl{
  border-radius: 100%;
  width: 36px;
  height: 36px;
  background-color: #025690;
  background-image: url(../images/n_arr_l.png);
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  margin: 0 8px;
}
.incase .arrr{
  border-radius: 100%;
  width: 36px;
  height: 36px;
  background-color: #025690;
  background-image: url(../images/n_arr_r.png);
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  margin: 0 8px;
}
.snavProcess {
  position: relative;
  background: rgba(0, 0, 0, 0.25);
  height: 2px;
  width: 80%;
  margin-top: 40px;
  margin: 0 auto;
}
.snavProcess  .my-pagination-progressbar-fill {
  background-color: #1b66aa;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.snavProcessBox{
  padding-top: 0px;
  padding-bottom: 8px;
  background-color: #fff;
}
.snavSwiper img{
  height: 40px;
}
.snavSwiper a{
  padding: 15px 0;
  display: block;
  text-align: center;
  position: relative;
}
.snavPag{
  text-align: center;
}
.snavPag .swiper-pagination-bullet-active{
  background-color: #025690;
}
.snavPag .swiper-pagination-bullet{
  margin: 0 2px;
}
.snavSwiper a::after{
  content: '';
  border-right: 1px solid #ddd;
  display: block;
  width: 1px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
}
.inside_nav{
  background-color: #025690;
  position: relative;
}

.inside_nav .wrap .h5{
  height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255, 0.2);
}
.inside_nav .wrap .l{
  color: #fff;
}
.inside_nav .wrap .r{
  width: 20px;
  height: 20px;
  border-radius:100%;
  background-color: rgba(255,255,255, 0.2);
  position: relative;
} 
.inside_nav .wrap .r::after{
  display: block;
  content:"";
  width: 9px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.inside_nav .wrap .r::before{
  display: block;
  content:"";
  width: 2px;
  height: 9px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.inside_nav.active .wrap .r::before{
  display: none;
}
.inside_nav .subN{
  padding-bottom: 10px;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #025690;
  z-index: 4;
}
.inside_nav .subN a{
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 35px;
  border-bottom: 1px solid rgba(255,255,255, 0.2);
}
.dszSec{
  padding: 80px 0;
  background: url(../images/about_us01.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: 80px;
}
.dszSec .wrap{
  height: auto;
  overflow: hidden;
}
.dszSec .l{
  float: left;
  width: 46%;
}

.imgBox{
  height: auto;
  overflow: hidden;
}
.imgBox img{
  width: 100%;
  transition: .45s;
}
.imgBox:hover img{
  transform: scale(1.1);
}
.dszSec .r{
  padding-top: 40px;
  float: right;
  width: 48%;
}
.dszSec .con{
  padding-top: 45px;
}
.dszSec p{
  font-size: 14px;
  line-height: 30px;
}
.dszSec .r .img{
  padding-top: 45px;
  display: flex;
  justify-content: flex-end;
}
.dszSec .r .img img{
  width: 80%;
}
.partSec{
  padding: 40px 0 80px 0;
}
.partSec ul{
  padding-top: 30px;
  height: auto;
  overflow: hidden;
}
.partSec ul li{
  cursor: pointer;
  float: left;
  margin-left: 2%;
  width: 15%;
  margin-bottom: 55px;
}
.partSec ul li:nth-child(6N+1){
  margin-left: 0;
}
.partSec ul li div{
  overflow: hidden;
  border: 1px solid #ddd;
}
.partSec ul li img{
  width: 100%;
  transition: all .45s;
  vertical-align: bottom;
}
.partSec ul li:hover img{
  transform: scale(1.1);
}
.partSec ul li h2{
  text-align: center;
  padding: 15px 0 0 0 ;
  font-weight: normal;
  font-size: 14px;
  color: #999;
}
.pageN{
  display: flex;
  justify-content: center;
}
.pageN .arr{
  width: 40px;
  height: 40px;
  color: #999;
  border: 1px solid #ddd;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.pageN .arr a{
  flex-shrink: 0;
  border: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.pageN .arr a:hover,.pageN .arr:hover{
  border: 1px solid #ddd;
  color: #fff;
  background-color: #025690;
}
.pageN  a{
  width: 40px;
  height: 40px;
  color: #999;
  border: 1px solid #ddd;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}
.pageN  a:hover{
  color: #fff;
  background-color: #025690;
  border-color: #025690;
}
.pageN  a.cur{
  color: #fff;
  background-color: #025690;
  border-color: #025690;
}
.brandSec1{
  padding: 80px 0;
}
.title2 h2{
  font-size: 30px;
  padding-bottom: 5px;
}
.title2 h3{
  font-size: 14px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #aeaeab;
  font-weight: 400;
}
.brandSec1 p{
  padding-top: 33px;
  font-size: 14px;
  line-height: 30px;
}
.brandSec2 img{
  width: 100%;
}
.brandSec3{
  padding: 80px 0;
}
.brandSec3 p{
  padding-top: 33px;
  font-size: 14px;
  line-height: 30px;
}
.brandSec3 img{
  width: auto;
  max-width: 100%;
  display: block;
  margin: 58px auto 0 auto;
}
.brandSec4{
  padding: 80px 0;
  background-color: #fbfbfb;
}
.brandSec4 .title2{
  text-align: center;
}
.brandSec4 .p1{
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  padding-top: 25px;
  padding-bottom: 50px;
}
.productSwiper{
  overflow: hidden;
}
.productSwiper .txt{
  padding: 40px 40px 40px 40px;
  background-color: #fff;
}
.productSwiper .txt h2{
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 28px;
}
.productSwiper .txt .sc{
  height: 130px;
  overflow-y: auto;
  line-height: 25px;
  font-size: 14px;
  padding-right: 10px;
  color: #777;
}
.productSwiper .txt .sc::-webkit-scrollbar {    width: 4px;height:5px;}/* 滚动槽 */
.productSwiper .txt .sc::-webkit-scrollbar-track {   background:#e3e3e3;   border-radius: 4px;}/* 滚动条滑块 */
.productSwiper .txt .sc::-webkit-scrollbar-thumb {    border-radius: 4px;background: #ee5515;}
.productSwiper .txt .sc::-webkit-scrollbar-thumb:window-inactive {    background: #ee5515;}

.productSwiper img{
  vertical-align: bottom;
}
.productPag{
  padding: 40px 0 0 0;
  text-align: center;
}

.productPag  .swiper-pagination-bullet{
  width: 5px;
  height: 5px;
  border-radius: 0;
  margin: 0 5px;
  border: none;
  outline: none;
}
.productPag .swiper-pagination-bullet-active{
  width: 32px;
  height: 5px;
  background-color: #e75425;
  border-radius: 0;
}
.swiper-pagination-bullet{
  border: none;
  outline: none;
}
.culSec1{
  padding: 50px 0;
}
.culSec1 ul{
  height: 450px;
  overflow: hidden;
  background: url(../images/cul1.jpg);
  background-position: center center!important;
  background-size: cover !important;
  background-repeat: no-repeat!important;
}
.culSec1 ul li{
  cursor: pointer;
  padding: 210px 1% 0 1%;
  height: 100%;
  float: left;
  width: 20%;
  text-align: center;
  position: relative;
  transition: .45s;
  border-right: 1px solid rgba(255,255,255,.3);
}
.culSec1 ul li .txt h2{
  font-weight: normal;
  font-size: 19px;
  padding-bottom: 15px;
  color: #fff;
  transition: all .45s;
}
.culSec1 ul li .txt p{
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.culSec1 ul li:hover h2{
  font-size: 25px;
  margin-bottom: 10px;
}
.culSec1 ul li:hover p{
  opacity:1;
  visibility:visible;
}
.culSec1 ul li:hover{
  padding-top: 160px;
}
/* @keyframes fadeInUp1 {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
} */
.culSec2{
  padding-bottom: 80px;
}
.culSec2 .item{
  display: flex;
  background-color: #fff;
}
.culSec2 .item:nth-child(even){
  flex-direction: row-reverse;
}
.culSec2 .item .imgBox{
  width: 50%;
  overflow: hidden;
}
.culSec2 .item .txtBox{
  padding: 10px 50px 0 50px;
  width: 50%;
}
.culSec2 .item .txtBox .htitle{
  padding: 0 0 40px 0;
}
.culSec2 .item .txtBox p{
  font-size: 14px;
  line-height: 30px;
}
.culSec2 .item:nth-child(even) .txtBox{
  padding-left: 0;
  padding-top: 50px;
}
.culArr{
  padding-top:35px;
  display: flex;
}
.culArr_l{
  outline: none;
  border: none;
  display: flex;
  margin-right: 25px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #025690;
  background-image: url(../images/arrowl.png);
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 6px;
  cursor: pointer;
}
.culArr_r{
  outline: none;
  border: none;
  margin-right: 25px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #025690;
  background-image: url(../images/arrowr.png);
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 6px;
  cursor: pointer;
  display: flex;
}
.culSec2 .item .txtBox .p{
  position: relative;
  padding-left: 75px;
}
.culSec2 .item .txtBox .p span{
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}
.culSwiper{
  overflow: hidden;
}
.culSec3 .desc{
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  padding-bottom: 60px;
}
.culSec3 .htitle{
  text-align: center;
  padding-bottom: 35px;
}
.whlist .cover{
	display: none;
	position: absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	z-index: 2;
  background-color: rgba(56,102,144,.9);
}
.whlist {
  height: auto;
  overflow: hidden;
}
.whlist  li figure:before{
	z-index: 3;
}
.whlist  li figure:after{
	z-index: 3;
}
.whlist li:hover .cover{
	display: block;
}
.whlist  li{
	float: left;
	width: 50%;
}
.whlist  li img{
	width:100%;
}
.whlist  li .whtxt{
	text-align: center;
	width: 100%;
	position: absolute;
	top:50%;
	z-index: 6;
	transform: translateY(-50%);
}
.whlist  li .whtxt h4{
	color:#007b76;
	font-size: 16px;
	font-weight: bolder;
}
.whlist  li .whtxt h5{
	color:#444;
	font-size: 17px;
	font-weight: normal;
}
.whlist  li .whtxt h4.h42{
	margin-bottom: 18px;
}
.whlist  li .whtxt hr{
	margin: 13px 0 8px 0;
	 display: inline-block;
	 width: 30px;
	 height:1px;
	 background: #444;
	 border: none;
}
.whlist  li:nth-child(3) .whtxt hr{
	background: #fff;
}
.whlist  li:nth-child(3) .whtxt h5{
	color: #fff;
}
.whlist  li:hover .whtxt{
	display: none;
}
.whlist  li figcaption div{
  text-align: center;
	position: absolute;
	z-index: 4;
	width: 100%;
	left:0;
	top:50%;
	transform: translateY(-50%);
}
.whlist  li figcaption hr{
	 margin: 20px 0 15px 0;
	 display: inline-block;
	 width: 20px;
	 height:2px;
	 background: #fff;
	 border: none;
}
.whlist  li figcaption  h3{
	  color: #fff;
    font-size: 17px;
    font-weight: normal;
}
.whlist  li figcaption  h5{
	  color: #fff;
    font-size: 16px;
    font-weight: bolder;
    margin-bottom: 40px;
}
.whlist  li figcaption p{
	font-size: 14px;
}
.whlist  li img{
	vertical-align: bottom;
}
.whlist  li figure,.whlist  li figcaption{
	display: block;
}
.culPage .swiper-pagination-bullet{
  margin: 0 2px !important;
}
.culPage{
  padding-top: 10px;
  text-align: center;
}
.culPage .swiper-pagination-bullet-active{
  background-color: #025690;
}
.culSwiper1 h2{
  padding-top: 25px;
  color: #fff;
  padding-bottom: 10px;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
}
.culSwiper1 p{
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 25px;
}
.culSwiper1{
  height: 300px;
  overflow: hidden;
  background: url(../images/cul1.jpg);
  background-position: center center!important;
  background-size: cover !important;
  background-repeat: no-repeat!important;
}
.culSwiper1 .item{
  height: 305px;
  padding: 0 15px 30px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ywwdSec1{
  padding: 50px 0 30px 0;
}
.ywwdSec1 .htitle p{
  padding-top: 50px;
  font-size: 14px;
  line-height: 30px;
}
.ywwdSec1 ul{
  height: auto;
  overflow: hidden;
}
.ywwdSec1 ul li{
  height: auto;
  overflow: hidden;
  border: 1px solid #ddd;
  margin-bottom: 50px;
}
.ywwdSec1 ul li .imgBox{
  width: 52%;
  float: left;
}
.ywwdSec1 ul li .txtBox{
  width: 48%;
  float: left;
  padding: 43px 38px 40px 38px;
}
.ywwdSec1 ul li .txtBox h2{
  color:#0060a3;
  font-size: 20px;
}
.ywwdSec1 ul li .txtBox .p{
  margin: 25px 0 40px 0;
}
.ywwdSec1 ul li .txtBox p{
  line-height: 30px;
  font-size: 14px;
}
.ywwdSec1 ul li .txtBox .img1{
  width: 540px;
  max-width: 100%;
}
.ywwdSec1 ul li .txtBox  .box1{
  background-color:#0060a3;
  color: #fff;
  text-align: center;
  padding:10px 25px;
  margin-bottom: 25px;
}
.ywwdSec1 ul li .txtBox  .box1 span{
  font-size: 14px;
}
.ywwdSec1 ul li .txtBox  .box1 .span1{
  font-size: 20px;
  margin-right: 5px;
}
.ywwdSec1 ul li .txtBox .img2{
  width: 100%;
}
.process{
  align-items: center;
}
.process .k{
  display: inline-block;
  flex-shrink: 0;
  padding:8px 13px;
  background-color: #be8d44;
  color: #fff;
  font-size: 13px;
}
.process .arr{
  display: inline-block;
  margin: 0 1px;
  width: 20px;
}
.process .arr img{
  width: 100%;
}
.process .txt1{
  margin-left: 15px;
  font-size: 14px;
}
.ywwdSec1 ul li .txtBox  .process h2{
  color: #333;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  padding-top: 6px;
}
.honorSec1{
  padding: 50px 0;
}
.honorSec1 .t{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 50px;
}
.honorSec1 .t .menu a{
  padding: 5px 23px;
  display: inline-block;
  background-color: #e8e8e8;
  margin-left: 8px;
}
.honorSec1 .htitle{
  padding-bottom: 0;
}
.honorSec1 .t .menu a.active{
  background-color: #0060a3;
  color: #fff;
}
.honorBox .image{
  height: 190px;
  background-color: #ededed;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.honorBox .image > img{
  position: relative;
  z-index: 1;
  transition: all .45s;
  max-height: 100%;
}
.honorBox .image .cover{
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  top: -100%;
  z-index: 2;
  transition: all .45s;
  background-color: rgba(22, 102, 173, 0.5);
}
.honorBox .image .cover img{
  width: 35px;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  z-index: 3;
}
.honorBox .image:hover > img{
  transform: scale(1.1);
}
.honorBox .txt{
  padding: 0 15px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #aaaaaa;
  color: #fff;
}
.honorBox .swiper-slide{
  cursor: pointer;
  height: calc((100% - 30px) / 2) !important;
}
.honorBox .swiper-slide:hover .txt{
  background-color: #0060a3;
  color: #fff;
}
.honorBox .swiper-slide:hover .cover{
  top: 0;
}
.honorSwiper{
  overflow: hidden;
  height: 490px;
}
.honorSwiper .swiper-wrapper{
  flex-wrap: wrap;
  flex-direction: column;
}
.honorScrollbar{
    height: 4px !important;
    width: 600px !important;
    background-color: #ddd;
    margin: 60px   auto  0 auto;
}
.swiper-scrollbar-drag{
  background-color: #0060a3;
}
.honorSec2{
  padding: 50px 0 80px 0;
}
.honorSec2 li {
  margin-bottom: 15px;
}
.honorSec2 li .t{
  cursor: pointer;
  padding: 0 25px;
  height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f4f5f6;
}
.honorSec2 li .t .r{
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: rgba(255,255,255,1);
  position: relative;
}
.honorSec2 li .t .r::before{
  display: block;
  content: "";
  width: 2px;
  height: 9px;
  background-color: #777;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.honorSec2 li .t .r::after{
  display: block;
  content: "";
  width: 9px;
  height: 2px;
  background-color: #777;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.honorSec2 li .content{
  height: auto;
  overflow: hidden;
  padding: 45px 35px;
  display: none;
}
.honorSec2 li .content p{
  display: block;
  float: left;
  width: 33.33%;
  padding: 0 2%;
  line-height: 30px;
  margin-bottom: 15px;
}
.honorSec2 li.active .r::before{
  display: none;
}
.hisSec{
  padding: 60px 0 25px 0;
  background: url(../images/hisBg.jpg) no-repeat center;
  background-size: cover;
}

.hisContent .item{
  display: none;
  height: auto;
  overflow: hidden;
}
.hisContent .item.active{
  display: block;
}
.hisContent .item .l{
  padding-top: 180px;
  float: left;
  width: 48%;
}
.hisContent .item .r{
  padding-top: 65px;
  float: right;
  width: 48%;
}
.hisContent .item .l .t{
  color: #0060a3;
  font-size: 50px;
  font-weight: bold;
  padding-bottom: 35px;
}
.hisContent .item .l .t span{
  font-size: 20px;
  margin-left: 10px;
  vertical-align: 3px;
}
.hisContent .item .l  p{
  font-size: 14px;
  line-height: 30px;
  opacity: 0;
  transform: translateX(80px);
  transition: 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.hisContent{
  position: relative;
}
.hisContent .htitle{
  position: absolute;
  left: 0;
  top: 0;
}
.hisContent .item.active .l .t{
  animation: fadeInLeft .5s ease both;
  animation-delay: .2s;
}
.hisContent .item.active .l p{
  animation: fadeInLeft .5s ease both;
  animation-delay: .3s;
}
.hisContent .item.active .r{
  animation: fadeIn .5s ease both;
  animation-delay: .3s;
}
@keyframes fadeInLeft {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    transform: scale(.3);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.hisSwiper{
  position: relative;
}
.hisBox::after{
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  height: 1px;
  background-color: #dcdcdc;
}
.hisBox{
  position: relative;
  padding: 0 0 150px 0;
  background-color: #fff;
}
.sbox{
  background-color: #fff;
}
.his_l{
  position: absolute;
  left: 0;
  top: 32px;
  background: url(../images/his_arr_l.jpg);
  background-size: 40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 2;
  border: none;
  outline: none;
}
.his_r{
  position: absolute;
  right: 0;
  top: 32px;
  background: url(../images/his_arr_r.jpg);
  background-size: 40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 2;
  border: none;
  outline: none;
}
.hisSwiper{
  margin: 50px 50px 0 50px;
  overflow: hidden;
}
.hisSwiper h2{
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
.hisSwiper .swiper-slide{
  position: relative;
  padding-bottom: 40px;
  cursor: pointer;
}
.hisSwiper .swiper-slide::after{
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #dcdcdc;
  left: 50%;
  top: 45px;
  transform: translateX(-50%);
  position: absolute;
  z-index: 3;
}
.hisSwiper .swiper-slide::before{
  display: none;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #0060a3;
  left: 50%;
  top: 41px;
  transform: translateX(-50%);
  position: absolute;
  z-index: 3;
}
.hisSwiper .swiper-slide:hover::before{
  display: block;
}
.hisSwiper .swiper-slide:hover h2{
  color: #0060a3;
}
.hisSwiper .swiper-slide-active h2{
  color: #0060a3;
}
.hisSwiper .swiper-slide-active::before{
  display: block;
}
.pageNation{
  margin-top: 50px;
  height: 50px;
  display:flex;
  justify-content: center;
  overflow: hidden;
}
.pageNation a{
  display: flex;
  width: 58px;
  height: 50px;
  justify-content: center;
  align-items: center;
  background-color: #f1f1f1;
  color: #777;
  font-size: 16px;
}
.pageNation a:hover{
  background-color: #0060a3;
  color: #fff;
}
.pageNation a.active{
  background-color: #0060a3;
  color: #fff;
}
.newSec{
  padding: 80px 0;
}
.newSec li{
  padding: 5% 6%;
  margin-bottom: 50px;
  background-color: #f2f2f2;
}
.newSec li a{
  display: flex;
  justify-content: space-between;
}
.newSec li  .l h2{
  font-size: 28px;
  margin-bottom: 3%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newSec li  .l  p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 30px;
}
.newSec li  .l{
  width: 70%;
}
.newSec li .r{
  padding-top: 10px;
  width: 200px;
  text-align: center;
}
.newSec li .r h3{
  font-family: 'impact';
  font-weight: normal;
  font-size: 45px;
  padding-bottom: 5px;
}
.newSec li .r h4{
  font-weight: 100;
  font-size: 20px;
}
.newSec li:hover{
  background-color: #0060a3;
}
.newSec li:hover h2{
  color: #fff;
}
.newSec li:hover p{
  color: #fff;
}
.newSec li:hover h4{
  color: #fff;
}
.newSec li:hover h3{
  color: #fff;
}
.newSec li .date{
  margin-top: 10px;
}
.newSec li:hover .date{
  color: #fff;
}
.videoSec{
  padding: 50px 0;
}
.tm{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.tm .htitle{
  padding-bottom: 0;
}
.tm .menu{
  display: flex;
}
.tm .menu a{
  padding: 6px 18px;
  border-radius: 8px;
  border: 1px solid #d3d3d3;
  margin-left: 8px;
  font-size: 14px;
}
.tm .menu a:hover{
  background-color: #0060a3;
  color: #fff;
}
.tm .menu a.active{
  background-color: #0060a3;
  color: #fff;
  border-color: #0060a3;
}
.videoSec ul{
  padding-top: 80px;
  height: auto;
  overflow: auto;
}
.videoSec li {
  cursor: pointer;
  border-radius: 8px;
  position: relative;
  float: left;
  margin-right: 1.9%;
  width: 18.48%;
  margin-bottom: 2.2%;
  overflow: hidden;
}
.videoSec li .img{
  border-radius: 6px;
  height: 170px;
  position: relative;
  background-size: cover!important;;
  background-repeat: no-repeat !important;
  background-position: center center!important;
  z-index: 1;
}
.videoSec li:first-child{
  width: 38.7%;
}
.videoSec li:first-child .rect{
  padding-bottom: 71.69%;
}
.videoSec li:nth-child(4){
  margin-right: 0;
}
.videoSec li:nth-child(5N+7){
  margin-right: 0;
}
.videoSec li .rect{
  padding-bottom: 69.3%;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.videoSec li .rect img{
  top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  max-width: none;
  height: 100%;
}
.videoSec li .cover{
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  z-index: 2;
  transition: all .45s;
  background-color: rgba(22, 102, 173, 0.5);
}
.videoSec li .cover img{
  width: 35px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 3;
}
.videoSec li:hover .cover{
  display: block;
}
.honPop video {
  height: 80vh;
  width: 80vw;
  display: block;
  margin: 0 auto;
}
.newsPage {
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsPage a{
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 3px;
}
.newsPage  span{
  display: flex;
}
.newsPage a:hover{
  background-color: #0060a3;
  border-color: #0060a3;
  color: #fff;
}
.newsPage a.active{
  background-color: #0060a3;
  border-color: #0060a3;
  color: #fff;
}
.newsPage .arrl{
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 3px;
  background: url(../images/news_page_l.png);
  background-size: 15px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.newsPage .arrr{
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 3px;
  background: url(../images/news_page_r.png);
  background-size: 15px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.newsPage .arrr a{
  border: none;
}
.newsPage .arrr a:hover {
  background: none;
}
.newsPage .arrr:hover{
  border-color: #ddd;
  background-color: #fff;
}
.newsPage .arrl:hover{
  border-color: #ddd;
  background-color: #fff;
}
.newsPage {
  padding: 50px 0;
}
.newsNysec{
  padding: 80px 0;
}
.newsNysec .nt{
  padding:0 0 35px 0;
  border-bottom: 1px solid #ededed;
}
.newsNysec .wrap{
  height: auto;
  display: flex;
  justify-content: space-between;
}
.newsNysec .wrap .l{
  width: 67%;
}
.newsNysec .wrap > .r{
  width: 23%;
  background-color: #fff;
}
.newsNysec .wrap .r.fix{
  position: fixed;
  top: 100px;
  right: 5%;
}
.newsNysec .nt h2{
  font-size: 30px;
  padding-bottom: 5%;
}
.newsNysec .nt h3{
  font-size: 14px;
  color: #999;
  font-weight: normal;
}
.newsNysec .bd{
  padding: 35px 0 50px 0;
  line-height: 26px;
  border-bottom: 1px solid #ededed;
  font-size: 16px;
}
.pian{
  padding: 30px 0 0 0 ;
  position: relative;
  height: auto;
  overflow: hidden;
}
.pian .l{
  float: left;
  width: 30%;
  text-align: left;
}
.pian .r{
  float: right;
  width: 30%;
  text-align: right;
}
.pian .back1{
  position: absolute;
  left: 50%;
  top:60%;
  transform: translate(-50%,-50%);
  display: block;
  width: 160px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #0060a3;
  font-size: 16px;
  text-align: center;
  padding: 0;
  border-radius: 5px;
}
.pian h2{
  margin-bottom: 10px;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: normal;
}
.pian p{
  font-size: 16px;
}
.pian h2 img{
  width: 20px;
}
.pian .l h2{
  justify-content: flex-start;
}
.pian .r h2{
  justify-content: flex-end;
}
.el{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pian .p:hover{
  color: #0060a3;
}
.newsNysec .r .t{
  padding: 10px 20px;
  background-color: #0060a3;
  color: #fff;
  font-size: 16px;
}
.newsNysec .r ul{
  border: 1px solid #ededed;
  padding: 0 20px 20px 20px;
}
.newsNysec .r ul li{
  padding: 15px 0 0 0;
}
.newsNysec .r ul li h2{
  font-weight: normal;
  font-size: 15px;
  color: #999;
  padding-bottom: 3px;
}
.newsNysec .r ul li p{
  font-size: 16px;
}
/* 产品中心 */
.productSec{
  padding: 80px 0;
  background-color: #f7f8fc;
}
.productSec .wrap{
  display: flex;
  justify-content: space-between;
}
.productSec .l{
  float: left;
  width: 17.8%;
}
.productSec .l .head{
  padding: 0 6%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #063f87;
  height: 46px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.productSec .l .head > div{
  display: flex;
  align-items: center;
}
.productSec .l .head > div img{
  margin-right: 8px;
  width: 20px;
}

.productSec .l .head h3{
  font-weight: normal;
  color: #fff;
  margin: 0 ;
  padding-bottom: 2px;
  font-size: 16px;
}
.productSec .l .head .s{
  padding-top: 2px;
  width: 19px;
  cursor: pointer;
}
.productSec .l .bd{
  padding: 10% 6.8%;
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  min-height: 350px;
}
.productSec .l li dd {
  position: relative;
  padding: 0 0 0 25px;
}

.productSec .l li dd.active a{
  color:#f5be2c;
}
/* .productSec .l li dd::before{
  display: block;
  content:'';
  width:18px;
  height:2px;
  background-color: #666;
  position: absolute;
  left:8px;
  top:17px;
} */
.productSec .l li dd.active::before{
  background-color: #f5be2c;
}
.productSec .l li a{
  display: block;
  position: relative;
  padding: 8px 7%;
  font-size: 14px;
  padding-left: 25px;
}
.productSec .l li a::before{
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #cccccc;
  width: 13px;
  height: 13px;
  border-radius: 2px;
}
.productSec .l li a:hover,.productSec .l li.active > a{
  color: #f5be2c;
}

.productSec .l li.active > a::before{
  border-color: #f5be2c;
}
  
.productSec .l li a::after{
  display: none;
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  background: #f5be2c;
  width: 9px;
  height:9px;
}
.productSec .l li.active > a::after{
  display: block;
}
.productSec .l li dd.active a{
  color:#f5be2c;
}
.productSec .l li dd.active a::after{
  display: block;
}
.productSec .l li dd.active a::before{
  border-color: #f5be2c;
}
.productSec .l .item{
  margin-bottom: 80px;
}
.productSec .l .askul{
  padding: 5% 6.8% 10% 6.8%;
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.productSec .l .askul .con{
  font-size: 14px;
}
.productSec .l .askul .date{
  font-size: 13px;
  color: #999;
  margin-left: 15px;
}
.productSec .l .askul li{
  display: flex;
  padding: 13px 0;
  border-bottom: 1px solid #eee;
  justify-content: space-between;
}
.productSec .r{
  width: 78%;
}
.productSec .r .head{
  padding: 3% 4% 2% 4%;
  background-color: #fff;
  border-radius: 5px;
}
.productSec .r .head .mt{
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}
.productSec .r .head .mt .box1{
  font-weight: bold;
  font-size: 17px;
  margin-right: 28px;
}
.productSec .r .head .mt  .count{
  font-size: 14px;
  color: #777;
}
.productSec .r .head .mt  .count span{
  font-weight: bold;
  margin: 0 4px;
  color: #000;
}
.productSec .r .head .mt a{
  display: block;
  width: 160px;
  height: 35px;
  background: url(../images/pbg1.png) no-repeat center/contain;
  line-height: 35px;
  text-align: right;
  color: #fff;
  padding-right: 20px;
  font-size: 13px;
  position: absolute;
  right: 0;
  bottom: -2px;
}
.productSec .r .head .submt{
  position: relative;
  padding: 18px 0 18px 120px;
}
.productSec .r .head .submt .box1{
  display: inline-block;
  width: 88px;
  margin-right: 28px;
  font-size: 14px;
  color: #979aa8;
  position: absolute;
  left: 0;
  top: 18px;
}
.productSec .r .head .submt .list{
  display: block;
  width: calc(100% - 180px);
}
.productSec .r .head .submt .list a{
  display: inline-block;
  margin-right: 5%;
  font-size: 14px;
  margin-bottom: 3%;
}
.productSec .r .head .submt .list a .tag{
  margin-left: 3px;
  color: #063f87;
  font-size: 13px;
}
.productSec .r .head .submt .list a:hover{
  color: #f5be2c;
}
.productSec .r .head .submt .list a.active{
  color: #f5be2c;
}
.productSec .r .probd li{
  float: left;
  width: calc(94% / 3);
  margin-left: 3%;
  margin-top: 5%;
  border-radius: 5px;
}
.productSec .r .probd li .mpic{
  display: none;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.productSec .r .probd li:nth-child(3N+1){
  margin-left: 0;
}
.productSec .r .probd li .image{
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.productSec .r .probd li .image .rect{
  padding-bottom: 67%;
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
}
.productSec .r .probd li .image .rect img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: .45s;
}
.productSec .r .probd li a:hover .rect img{
  transform: scale(1.1);
}
.productSec .r .probd li h2{
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
  font-weight: normal;
}
.productSec .r .probd li h3{
  font-weight: normal;
  text-align: center;
  font-size: 14px;
}
.productSec .r .probd li .hb{
  margin-top: 17px;
  background-color: #f6f6f6;
  padding: 8px 6%;
  font-size: 14px;
}
.productSec .r .probd li .hb span.span2{
  margin-left: 3%;
}
.productSec .r .probd li .txt{
  padding: 0 6% 15% 6%;
  position: relative;
  z-index: 1;
  height: 180px;
}
.productSec .r .probd li .hb span.span1{
  display: inline-block;
  width: 61px;
  text-align: right;
}
.productSec .r .probd li .gg span.span2{
  margin-left: 3%;
}
.productSec .r .probd li .gg{
  font-size: 14px;
  padding: 8px 6%;
}
.productSec .r .probd li .gg .span1{
  display: inline-block;
  width: 61px;
  text-align: right;
}
.productSec .r .probd li a{
  display: block;
  position: relative;
  background-color: #fff;
  transition: .35s;
  overflow: hidden;
}
.productSec .r .probd li a .aCon{
  display: none;
}
.productSec .r .probd li a .aCon .light{
  height: 0;
}
.productSec .r .probd li a .aCon:first-child{
  display: block;
}
.proSec1 li .wrap .aCon{
  display: none;
}
.proSec1 li .wrap .aCon:first-child{
  display: block;
}
.proSec1 li .light{
  display: none;
}
.proSec1 li .wrap .aCon > img{
  display: none;
}
.productSec .r .probd li a::after{
  display: block;
  content: "";
  width: 0;
  height: 5px;
  background-color: #063f87;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: .35s;
}
.productSec .r .probd li a:hover::after{
  width: 100%;
}
.productSec .r .probd li a:hover{
  transform: translateY(-15px);
}
.productSec .r .probd li  .view{
  background: #ffcc32;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}
.productSec .r .probd li .ask{
  background-color: #fff;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  z-index: 4;
  padding: 0 6% 15% 6%;
  height: 120px;
  transition: .35s;
  opacity: 0;
  transform: translateY(100%);
}
.productSec .r .probd li a:hover .ask{
  transform: translateY(0);
  opacity: 1;
}
.productSec .r .probd li a:hover .txt .hb,.productSec .r .probd li a:hover .txt .gg{
  opacity: 0;
}
.proSec1 li{
  position: relative;
  z-index: 3;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 15px 0;
  overflow: hidden;
}
.proSec1{
  padding: 0px 0 0 0;
  background-color: #f7f8fc;
}
.proSec1 li a{
  display: block;
  position: relative;
}
.proSec1 li a > img{
  display: none;
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.proSec1 li .image{
  overflow: hidden;
  float: left;
  width: 35%;
}
.proSec1 li .image .rect{
  padding-bottom: 75%;
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
}
.proSec1 li .image .rect img{
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: auto;
  height: 100%;
  transition: .45s;
}
.proSec1 li  .txt{
  width: 62%;
  float: right;
}

.proSec1 li .wrap{
  height: auto;
  overflow: auto;
}
.proSec1 li h2{
  font-size: 15px;
  margin-bottom: 2px;
}
.proSec1 li h2 span{
  font-weight: normal;
  font-size: 14px;
  color: #333;
  margin-left: 8px;
}
.proSec1 li h3{
  font-size: 13px;
  color: #999;
  font-weight:normal;
  margin: 4px 0;
}
.proSec1 li .oi{
  font-size: 13px;
  color: #999;
  margin: 2px 0;
}
.proSec1 li .ask{
  padding-top: 6px;
  display: flex;
  justify-content: flex-start;
}
.proSec1 li .ask .view{
  display: block;
  background: #ffcc32;
  border-radius: 5px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 13px;
  width: 100px;
}
.cusPop{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #000;
  z-index: 888;
}
.thumbSwiper .swiper-slide{
  height: 80px;
  border: 2px solid #fff;
  border-radius: 5px;
}
.dropMenu{
  background-color: #fff;
  border-bottom: 1px solid #ededed;
  height: 45px;
  margin-bottom: 15px;
  position: relative;
  z-index: 5;
}
.dropMenu .item{
  line-height: 45px;
  width: 25%;
  height: 45px;
  float: left;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dropMenu .wrap{
  height: 45px;
  overflow: hidden;
  display: block;
}
.dropMenu .item img{
  width: 15px;
  margin-left: 6px;
}
.dropDown{
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 5;
  width: 100%;
  background-color: #fff;
  display: none;
}
.dropDown li{
  border-bottom: 1px solid #eee;
  height: 40px;
  line-height: 40px;
  padding: 0 3%;
}
.dropDown li a{
  display: block;
}
/* .dropDown li.active{
  background-color: #063f87;
  color: #fff;
} */
.dropCover{
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  display: none;
}
.dropCove.show{
  display: block;
}
.inBanner{
  position: relative;
  z-index: 5;
}
/* 防潮木 */
.fcSec2{
  margin-left: 2%;
  margin-right: 2%;
  height: 460px;
  background: url(../images/fcbg1.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  text-align: center;
}
.fcSec2 .wrap{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.fcSec2 h2{
  display: flex;
  color: #fff;
  font-weight: normal;
  font-size: 28px;
}
.fcSec2 span{
  margin-top: 22px;
  display: flex;
  width: 80px;
  height: 3px;
  background-color: #fff;
}
.fcSec2 p{
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 30px;
  display: flex;
  width: 86%;
  padding-top:40px;
}
.fcSec3{
  padding: 80px 0 50px 0;
}
.fcSwiper .title{
  font-size: 24px;
  position: relative;
  padding-left: 35px;
  font-weight: bold;
  margin-bottom: 35px;
}
.fcSwiper .title .label{
  position: absolute;
  left: 0;
  top: 0;
}
.fcSwiper .p{
  font-size: 14px;
  line-height: 30px;
}
.fcPag{
  padding: 50px 0 0 0;
  text-align: center;
}
.fcPag .swiper-pagination-bullet{
  margin: 0 4px;
  width: 5px;
  height: 5px;
  border-radius: 0;
}
.fcPag .swiper-pagination-bullet-active{
  height: 5px;
  border-radius: 0;
  width: 30px;
  background-color: #e75425;
}
.fcSec4{
  padding:50px 0  80px 0;
  background-color: #f4f4f4;
}
.fcSec4 .htitle{
  text-align: center;
}
.fcSec4 ul{
  padding-top: 28px;
  height: auto;
  overflow: hidden;
}
.fcSec4 li{
  float: left;
  margin-left: 2%;
  width: 32%;
  background-color: #fff;
  height: 140px;
  margin-bottom: 20px;
  transition: .45s;
}
.fcSec4 li:nth-child(3N+1){
  margin-left: 0;
}
.fcSec4 li >div{
  height: 100%;
  margin:8% 10%;
  position: relative;
}
.fcSec4 li >div img{
  height: 30px;
  position: absolute;
  top:0;
  left: 0;
}
.fcSec4 li >div p{
  padding-left: 22%;
  line-height: 30px;
}
.fcSec4 li:hover{
  transform: translateY(-15px);
}
.fcSec5{
  padding:50px 0  80px 0;
  background-color: #fff;
}
.fcSwiper1{
  margin: 30px 0 40px 0;
  overflow: hidden;
}
.fcSwiper1 .img{
  display: flex;
  height: 258px;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #c3c3c3;
}
.fcSwiper1 .img img{
  display: block;
  max-width: 100%;
  max-height: 218px;
}
.fcSwiper1 .txt{
  text-align: center;
  padding: 25px 0 20px 0;
}
.fcarr{
  text-align: center;
}
.fcarr .fc_l{
  width: 43px;
  height: 43px;
  border: 1px solid #000;
  border-radius: 2px;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  display: inline-block;
  margin: 0 10px;
}


.fcarr .fc_r{
  width: 43px;
  height: 43px;
  border: 1px solid #000;
  border-radius: 2px;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  display: inline-block;
  margin: 0 10px;
}
.fcarr .fc_l i{
  display: block;
  width: 20px;
  height: 7px;
  background: url(../images/fair_arrow.png) no-repeat;
  margin: 18px auto 0;
  transition: all 0.5s ease-in-out;
}
.fcarr .fc_r i{
  display: block;
  width: 20px;
  height: 7px;
  background: url(../images/fair_arrow.png) no-repeat;
  margin: 18px auto 0;
  background-position: -30px -7px;
  transition: all 0.5s ease-in-out;
}
.fcarr .fc_l:hover i{
  background-position: -30px 0;
}
.fcarr .fc_r:hover i{
  background-position: 0 -7px;
}
.fcSec7{
  padding:0 0 80px 0;
}
.fcSec7 .desc{
  font-size: 14px;
  line-height: 30px;
  margin: 15px 0 30px 0;
}
.fcSec1{
  padding: 40px 0 80px 0;
}
.fcSec1 .conBox{
  height: auto;
  overflow: hidden;
}
.fcSec1 .conBox .l{
  float: left;
  width: 50%;
  padding-right: 5%;
  position: relative;
}
.fcSec1 .conBox .l p{
  line-height: 30px;
}
.fcSec1 .conBox .l p span{
  font-weight: bold;
}
.fcSec1 .conBox .l::after{
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
}
.fcSec1 .conBox .r{
  width: 42%;
  float: right;
}
.fcarr2{
  text-align: left;
}
.fcSwiper2{
  overflow: hidden;
}
.fcSec1 .conBox .r .t{
  display: inline-block;
  padding: 8px 12px;
  background-color: #1b66aa;
  color: #fff;
  font-size: 15px;
}
.fcSwiper2  h2{
  color: #1b66aa;
  font-size: 28px;
  margin: 35px 0 20px 0;
}
.fcSwiper2  p{
  line-height: 33px;
}
.fcSwiper2 .swiper-slide{
  min-height: 250px;
}
.contSec1{
  padding: 40px 0 80px 0;
}
.oh{
  height:auto;
  overflow: hidden;
}
.contSec1 .l{
  float: left;
  width: 40%;
  background-color: #f7f7f7;
  padding: 3% 3.5%;
  height: 700px;
}
.contSec1 .r{
  height: 700px;
  float: right;
  width: 57%;
  background-color: #f7f7f7;
}
.contSec1 .l .t p{
  line-height: 30px;
}
.contSec1 .l .item{
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.contSec1 .l .item.item1{
  padding-bottom: 40px;
}
.contSec1 .l .item li{
  margin: 19px 0;
  display: flex;
  align-items: center;
}
.contSec1 .l .item li img{
  width: 22px;
  margin-right: 15px;
}
.contSec1 .l .item li span{
  margin: 0 0px;
}
.contSec1 .l .item .ewm{
  width: 80px;
  position: absolute;
  right: 0;
  top: -8px;
}
.contSec1 .l .item .ewm img{
  width: 100%;
}
.contSec1 .l .item .ewm  p{
  font-size: 13px;
  text-align: center;
}
.contSec1 .l .item h2{
  font-weight: normal;
  color: #0060a3;
  padding-bottom: 8px;
}
.contSec1 .l .item.item3{
  border: none;
  padding-bottom: 0;
}
.contSec2{
  padding: 0px 0 80px 0;
}
.contSec2 .title{
  text-align: center;
}
.contSec2 .title h2{
  font-weight: normal;
  color: #0060a3;
  font-size:30px ;
  padding-bottom: 8px;
}
.rcSec{
  padding: 40px 0 80px 0;
}
.hrBox{
  height: auto;
  overflow: hidden;
}
.hrBox .l{
  color: #fff;
  float: left;
  width: 30%;
  padding: 36px 60px 0 40px;
  background-color: #025690;
}
.hrBox .l .tit {
    font-size: 24px;
    margin-bottom: 20px;
}
.hrBox .l  p{
  font-size: 15px;
  line-height: 30px;
}
.hrBox .l  .item{
  margin-bottom: 50px;
}
.hrBox .r{
  margin-left: 40px;
  float: left;
  width: calc(70% - 40px);
}
.hrBox .r .jobT{
  display: flex;
  justify-content: space-between;
  padding: 0 6%;
  background-color: #ebe9e9;
}
.hrBox .r .jobT .item{
  display: flex;
  height: 70px;
  width: 20%;
  align-items: center;
}
.hrBox .r .jobH{
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 0 6%;
  border-bottom: 1px solid #eee;
}
.hrBox .r .jobH .item{
  display: flex;
  height: 70px;
  align-items: center;
}
.hrBox .r .jobH  span{
  width: 20px;
  height: 20px;
  position: relative;
}
.jobH span::after{
  display: block;
  content: "";
  width: 12px;
  height: 2px;
  background-color: #025690;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.jobH span::before{
  display: block;
  content: "";
  width: 2px;
  height: 12px;
  background-color: #025690;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.hrBox .r li.active .jobH{
  background-color: #025690;
}
.hrBox .r li.active .jobH span::before{
  background-color: #fff;
}
.hrBox .r li.active .jobH span::after{
  background-color: #fff;
}
.hrBox .r li.active .jobH .item{
  color: #fff;
}
.hrBox .r li.active .jobH span::before{
  display: none;
}
.hrBox .r li .cont{
  display: none;
  padding: 0px 6% 40px 6%;
  border-bottom: solid 1px #e6e6e6;
}
.hrBox .r li .cont .emailCon{
  margin-top: 30px;
}
.hrBox .r li .cont .emailCon span{
  margin-left: 15px;
  color: #025690;
  font-size: 20px;
}
.hrBox .r li .cont h2{
  font-weight: normal;
  padding-top: 40px;
  font-size: 20px;
  padding-bottom:10px;
}
.hrBox .r li .cont p{
  line-height: 30px;
}
.hrBox .r .jobH .item:nth-child(1),.hrBox .r .jobT .item:nth-child(1){
  width: 33%;
}
.hrBox .r .jobH .item:nth-child(2),.hrBox .r .jobT .item:nth-child(2){
  width: 31%;
}
.hrBox .r .jobH .item:nth-child(3),.hrBox .r .jobT .item:nth-child(3){
  width: 22%;
}
.hrBox .r .jobH .item:nth-child(4),.hrBox .r .jobT .item:nth-child(4){
  width: 14%;
  justify-content: flex-end;
}
.hrBox .r  .into{
  padding-top: 80px;
}
.hrBox .r  .into p{
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 4px;
}
.hrBox .r  .into li{
  line-height: 30px;
  font-size: 16px;
}
.hrBox .r  .into li span{
  color: #025690;
  font-weight: bold;
}
.serviceSec{
  padding: 40px 0 80px 0;
  background-color: #f5f5f5;
}
.serviceSec .item{
  display: flex;
  background-color: #fff;
}
.serviceSec .item .image{
  display: flex;
  width: 50%;
  overflow: hidden;
}
.serviceSec .item  .txt{
  display: flex;
  width: 50%;
  padding: 4% 5%;
  flex-direction: column;
}
.serviceSec .item .image .rect{
  padding-bottom: 67%;
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
}
.serviceSec .item .image .rect img{
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  min-width: 100%;
  height: 100%;
  transition: .45s;
}
.serviceSec .item .image:hover .rect img{
  transform: scale(1.1);
}
.serviceSec .item  .txt h2{
  font-size: 24px;
}
.serviceSec .item  .txt  span{
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  display: block;
}
.serviceSec .item  .txt  .scrollBar{
  height: 350px;
  margin-top: 18px;
  position: relative;
  overflow: hidden;
}
.serviceSec .item .txt .scrollBar .scroll_bar{
  display: none;
}
.serviceSec .item  .txt  .scrollBar .scroll_cont{
  height: 100%;
}
.serviceSec .item  .txt  .scrollBar .scroll_bar{
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background-color: #e3e3e3;
}
.serviceSec .item  .txt  .scrollBar  .scroll_slider{
  position: absolute;
  top: 0;
  left: 0px;
  width: 5px;
  height: 68px;
  background-color: #1b66aa;
  border-radius: 5px;
}
.serviceSec .item  .txt  .p p{
  line-height: 30px;
  font-size: 14px;
}

.serviceSec .item:nth-child(even){
  flex-flow: row-reverse;
}
.tecHonSec1{
  padding: 40px 0 50px 0;
}
.tecHonSec1 ul{
  padding-top: 25px;
  height: auto;
  overflow: hidden;
}
.tecHonSec1 ul li{
  overflow: hidden;
  cursor: pointer;
  float: left;
  margin-left: 2%;
  width: calc(92% / 5);
}
.tecHonSec1 ul li .image{
  background-color: #f5f5f5;
  display: flex;
  height: 308px;
  align-items: center;
  justify-content: center;
}
.tecHonSec1 ul li .image img{
  display: block;
  max-width: 100%;
  max-height: 300px;
  transition: .45s;
}
.tecHonSec1 ul li:hover .image img{
  transform: scale(1.1);
}
.tecHonSec1 ul li .text{
  text-align: center;
  padding: 25px 0 20px 0;
  font-size: 14px;
  height: 100px;
}
.tecHonSec1 ul li:nth-child(5N+1){
  margin-left: 0;
}
.yfSec  .wrap .r{
  border: none;
}
.yfSec  .wrap .r h2{
  color: #1b66aa;
  font-size: 28px;
  font-weight: normal;
}
.yfSec  .wrap .r{
  padding-left: 0;
}
.yfdSec{
  padding: 40px 0 80px 0;
}
.yfdSec .whlist li figcaption div p{
  margin: 10% 14%;
  line-height: 30px;
  text-align: left;
}
.whlist li figcaption div p{
  margin: 0 10%;
  line-height: 30px;
}
.yfdSec .whlist li figcaption div h3{
  font-size: 24px;
  margin-bottom: 25px;
}
.yfdSec .whlist li > div{
  position: relative;
}
.yfdSec .whlist li > div h4{
  font-size: 24px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  font-weight: normal;
}

.yfdSec .whlist li:hover > div h4{
  display: none;
}
.dqSec1.res .wrap .r p{
  padding-top: 0;
}
.resSec{
  padding-bottom: 100px;
}
.resSec .bg{
  padding-top: 9%;
  height: 570px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: relative;
  z-index: 1;
}
.resSec .bg h2{
  color: #fff;
  font-weight: normal;
  font-size: 24px;
  padding-bottom: 50px;
}
.resSec .bg p{
  line-height: 30px;
  color: #fff;
}
.resSec .list{
  position: relative;
  z-index: 2;
  margin-top: -180px;
  background-color: #f5f5f5;
}
.resSec .list .title{
  background-color: #025690;
  height: 60px;
  display: flex;
}
.resSec .list .title .item{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  border-right: 1px solid #fff;
}
.resSec .list.list1 .title .item:nth-child(1){
  width: 18.6%;
}
.resSec .list.list1 .title .item:nth-child(2){
  width: 50%;
}
.resSec .list.list1 .title .item:nth-child(3){
  width: 18.6%;
}
.resSec .list.list1 .title .item:nth-child(4){
  width: 18.6%;
}
.resSec .list .title .item:last-child{
  border-right: none;
}
.resSec .list li{
  height: 60px;
  display: flex;
  border-bottom: 1px solid #fff;
}
.resSec .list li .item{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border-right: 1px solid #fff;
}
.resSec .list.list1 li .item:nth-child(1){
  width: 18.6%;
}
.resSec .list.list1 li .item:nth-child(2){
  width: 50%;
}
.resSec .list.list1 li .item:nth-child(3){
  width: 18.6%;
}
.resSec .list.list1 li .item:nth-child(4){
  width: 18.6%;
}
.resSec .list li:last-child{
  border-bottom: none;
}

.resSec .list.list2 .title .item:nth-child(1){
  width: 18.6%;
}
.resSec .list.list2 .title .item:nth-child(2){
  width: 62%;
}
.resSec .list.list2 .title .item:nth-child(3){
  width: 18.6%;
}

.resSec .list.list2 li .item:nth-child(1){
  width: 18.6%;
}
.resSec .list.list2 li .item:nth-child(2){
  width: 62%;
}
.resSec .list.list2 li .item:nth-child(3){
  width: 18.6%;
}
.resSec .view{
  margin: 50px auto 0 auto;
  width: 150px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background-color: #025690;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.resSec .scroll{
  position: relative;
  z-index: 2;
  margin-top: -180px;
}
.resSec .scroll table thead td{
  background-color: #025690;
   padding: 15px 25px;
}
.resSec .scroll table tr td:nth-child(1){
  width: 18.6%;
}
.resSec .scroll table tr td:nth-child(2){
  width: 50%;
}
.resSec .scroll2 table tr td:nth-child(2){
  width: 62%;
}
.resSec .scroll table tr td:nth-child(3){
  width: 18.6%;
}
.resSec .scroll table tr td:nth-child(4){
  width: 18.6%;
}
table{
  border-collapse: collapse;
  border-spacing: 0;
}
.resSec .scroll table{
  width: 100%;
}
.resSec .scroll table tr td{
  border-right: 1px solid #fff;
  text-align: center;
}
.resSec .scroll table tr td:last-child{
  border-right: none !important;
}
.resSec .scroll table tr{
  border-bottom: 1px solid #fff;
}
.resSec .scroll table tr:last-child{
  border-bottom: none;
}
.resSec .scroll table thead td{
  color: #fff;
  font-size: 20px;
}
.resSec .scroll table tbody tr td{
  padding: 15px 25px;
  background-color: #f5f5f5;
}
.nBanner{
  margin-top: 100px;
}
.nBanner img{
  width: 100%;
}
.joinSec1{
  padding: 100px 0;
  background: url(../images/joinBg1.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.joinSec1 .txt{
  width: 800px;
  margin: 0 auto;
}
.joinSec1 .txt p{
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 18px;
}
.joinSec1 .txt p span{
  font-weight:bold;
}
.joinSec2{
  padding: 50px 0 0 0;
}
.joinSec2 .box1{
  margin-bottom: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.joinSec2 .box1 .l{
  display: flex;
}
.joinSec2 .box1 .r{
  margin-left: 30px;
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  color: #5b595a;
}
.joinSec2 .box1 .l img{
  width: 280px;
}
.joinSec2 .box1 .r h2{
  margin-bottom: 15px;
  font-weight: normal;
}
.joinSec2 .box1 .r h2 span{
  color: #019a4a;
  font-weight: bold;
}
.joint1{
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: #096cb0;
  padding: 8px 20px;
  margin: 35px 0 45px 0;
}
.joinImg{
 text-align: center;
}
.joinImg img{
  max-width: 100%;
}
.joinSec3 .item{
  margin-bottom: 40px;
}
.joinSec3 .item .t{
  display: flex;
  align-items: center;
  color: #096cb0;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.joinSec3 .item .t img{
  height: 27px;
}
.joinSec3 .item .t span.fag{
  font-weight: normal;
  font-size: 18px;
  margin-left: 20px;
}
.joinSec3 .item.flex{
  align-items: flex-end;
  flex-direction: column;
  display: flex;
  justify-content: flex-end;
}
.joinSec3 .item.flex .t{
  width: 840px;
  justify-content: flex-start;
}
.joinSec3 .item .imgs img{
  max-width: 100%;
}
.joinSec4{
  padding: 40px 0;
}
.joinSec4 .tit{
  font-size: 26px;
  color: #096cb0;
  font-weight: bold;
  text-align: center;
  margin-bottom:35px ;
}

.joinSwiper .image{
  overflow: hidden;
}
.joinSwiper .image img{
  width: 100%;
  transition: .45s;
}
.joinSwiper .swiper-slide:hover .image img{
  transform: scale(1.1);
}
.joinSwiper .swiper-slide .txt{
  padding: 10px 13px;
  background-color: #096cb0;
  color: #fff;
  text-align: center;
}
.joinSwiper .swiper-slide .txt h2{
  font-size: 14px;
  font-weight: normal;
  opacity: .7;
}
.joinSwiper .swiper-slide .txt h2 span{
  margin-left: 8px;
}
.joinSwiper .swiper-slide .txt h3{
  font-weight: normal;
}
.joinSwiper .swiper-slide .txt h3 span{
  font-size: 30px;
}
.joinPag{
  text-align: center;
  padding: 30px 0;
}
.joinPag  .swiper-pagination-bullet-active{
  background-color: #096cb0;
}
.joinSec4 .desc{
  line-height: 30px;
  padding: 45px 8% 0 8%;
}
.joinSec5{
  padding: 25px 0 0 0;
}
.joinSec5 .tit{
  font-size: 26px;
  color: #096cb0;
  font-weight: bold;
  text-align: center;
  margin-bottom:25px ;
}
.joinSec5  .p{
  line-height: 30px;
  text-align: center;
  width: 395px;
  margin: 0 auto;
}
.joinSec5  ul{
  margin-top: 40px;
  height: auto;
  overflow: auto;
}
.joinSec5  ul li{
  overflow: hidden;
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  width: calc((100% - 60px)/4);
}
.joinSec5  ul li:nth-child(4N+1){
  margin-left: 0;
}
.joinSec5  ul li div{
  height: 200px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  transition: .45s;
}
.joinSec5  ul li:hover div{
  transform: scale(1.1);
}
.joinSec6{
  padding: 20px 0 0 0;
}
.joinSec6 .tit{
  font-size: 26px;
  color: #096cb0;
  font-weight: bold;
  text-align: center;
  margin-bottom:25px ;
}
.joinSec6  li{
  background-color: #eee;
  display: flex;
  margin-bottom: 15px;
}
.joinSec6  li .image{
  display: flex;
  width: 50%;
  overflow: hidden;
  padding: 2% 2%;
}
.joinSec6  li .image img{
  width: 100%;
}
.joinSec6  li .txt{
  display: flex;
  width: 50%;
  padding: 3% 5%;
  flex-direction: column;
}
.joinSec6  li:nth-child(odd){
  flex-flow: row-reverse;
}
.joinSec6  li .txt .head{
  display: flex;
}
.joinSec6  li .txt .head .l{
  display: flex;
  color: #868686;
  font-size: 80px;
  margin-top: -20px;
  margin-right: 10px;
}
.joinSec6  li .txt .head .r{
  display: flex;
  flex-direction: column;
  color: #096cb0;
}
.joinSec6  li .txt .head .r h2{
  font-size: 27px;
}
.joinSec6  li .txt .h{
  font-size: 16px;
  margin:  10px 0 40px 0;
  line-height: 30px;
}
.joinSec6  li .txt .p p{
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px;
}
.joinSec6  li:nth-child(odd) .image{
  padding-left: 0;
}
.joinSec6  li:nth-child(even) .image{
  padding-right: 0;
}
.joinSec6  li:nth-child(2) .txt{
  padding-top: 5%;
  padding-left: 7%;
}
.joinSec6  li:nth-child(3) .txt{
  padding-top: 5%;
  padding-left: 7%;
}
.joinSec6  li:nth-child(4) .txt{
  padding-top: 5%;
  padding-left: 7%;
}
.joinSec6  li:nth-child(5) .txt{
  padding-top: 5%;
  padding-left: 7%;
}
.joinSec6  li:nth-child(5) .image img{
  width: 95%;
  height: auto;
  display: block;
  flex-shrink: 0;
}
.joinSec7{
  padding: 35px 0;
}
.joinSec7 .tit{
  font-size: 26px;
  color: #096cb0;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
.joinSec7 .desc{
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
}
.joinSec7 img{
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  display: block;
}
.joinSec7  .fg .t{
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: #096cb0;
  padding: 8px 20px;
  margin: 35px 0 0 0;
}
.joinSec7  .fg {
  width: 930px;
  margin: 0 auto;
}
.joinSec7  .fg  .img{
  padding: 50px 30px;
  background-color: #f7f7f7;
}
.joinSec7  .fg  .img img{
  margin-top: 0;
  width: 750px;
}
.joinSec8 .box{
  background: url(../images/joinBg2.jpg);
  background-size: cover !important;
  background-repeat: no-repeat!important;
  padding: 40px 8%;
}
.joinSec8 .box h2{
  font-size: 26px;
  color: #096cb0;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4px;
}
.joinSec8 .box h4{
  font-weight: normal;
  text-align: center;
  font-size: 16px;
  padding-top: 25px;
  padding-bottom: 35px;
}
.joinSec8 .box ul{
  height: auto;
  overflow: auto;
}
.joinSec8 .box ul li{
  float: left;
  margin-left: 6%;
  width: 47%;
  display: flex;
  margin-bottom: 25px;
}
.joinSec8 .box ul li:nth-child(2N+1){
  margin-left: 0;
}
.joinSec8 .box ul li .l{
  display: flex;
  width: 65px;
  height: 65px;
  font-size: 42px;
  color: #096cb0;
  border-radius: 100%;
  border: 3px solid #096cb0;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.joinSec8 .box ul li .r{
  display: flex;
  margin-left: 30px;
  line-height: 26px;
}
.joinSec8 .box ul li:nth-child(1) .r{
  padding-top: 8px;
}
.joinSec8 .box ul li:nth-child(3) .r{
  padding-top: 8px;
}
.joinSec8 .box ul li:nth-child(4) .r{
  padding-top: 8px;
}
.joinSec9{
  padding: 45px 0;
}
.joinSec9  .wrap1{
  width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.joinSec9 .title{
  text-align: center;
  display: block;
  margin-bottom: 50px;
}
.joinSec9 .title h2{
  font-weight: bold;
  display: inline-block;
  font-size: 26px;
  color: #096cb0;
  position: relative;
}
.joinSec9 .title h2::before{
  display: block;
  content: "";
  width: 300px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -350px;
}
.joinSec9 .title h2::after{
  display: block;
  content: "";
  width: 300px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -350px;
}
.joinSec10{
  margin-top: 50px;
  background-color: #096cb0;
}
.joinSec10 h2{
  color: #fff;
  font-size: 40px;
  padding-top: 45px;
}
.joinSec10 p{
  padding-top: 10px;
  font-weight: normal;
  color: #fff;
  font-size: 18px;
  opacity: .78;
  margin-bottom: 35px;
}
.joinSec10 h3{
  font-weight: normal;
  color: #fff;
  font-size: 22px;
  padding-bottom: 45px;
}
.joinSec10  .wrap1{
  position: relative;
}
.joinSec10  .wrap1 img{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.process{ 
  display: flex;
  justify-content: space-between;
}
.process .item{
  display: block;
  position: relative;
  border: 2px solid #ccc;
  text-align: center;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  width: 22%;
  margin-bottom: 45px;
}
.process .item .num{
  font-weight: bold;
  font-size: 28px;
  color: #096cb0;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
  z-index: 2;
}
.process .item .tt{
  z-index: 4;
  position: relative;
}
.process .item::after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -12%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #9c9c9c;
  border-bottom: 5px solid transparent;
}
.process .item.no::after{
  display: none;
}
.process .item.last::after{
  border-left: 5px solid transparent;
  border-top: 10px solid #9c9c9c;
  border-right: 5px solid transparent;
  right: 50%;
  transform: translateY(0);
  top: 80px;
  z-index: 4;
}
.process1 .item::after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -12%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 10px solid #9c9c9c;
  border-bottom: 5px solid transparent;
  border-left:none;
}
.joinPag .swiper-pagination-bullet{
  margin: 0 3px;
}
.aspan{
  display: flex;
  width: 58px;
  height: 50px;
  justify-content: center;
  align-items: center;
  background-color: #f1f1f1;
  color: #777;
  font-size: 16px;
}

.join_form .wrap{
  background: url(../images/joinBg3.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  padding: 55px 0;
}
.join_form .form_t{
  font-size: 26px;
  color: #096cb0;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4px;
}
.join_form .desc{
  font-weight: normal;
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 35px;
}
.join_form  .wrap1{
  background-color: #fff;
  padding: 10px 6% 45px 6%;
}
.price_form{
  margin-top: 100px;
}
.price_form .top {
  overflow: hidden;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price_form .top .item{
  padding-left: 10px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  vertical-align: bottom;
  width: 33.33%;
  padding-left: 3%;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.price_form .top .item.item01{
  width: 34.8%;
  background: url(/static/images/inquire01_01.png) no-repeat right/cover;
}
.price_form .top .item .infor{
  position: relative;
  z-index: 2;
}
.price_form .top .item .num {
  position: relative;
  z-index: 2;
  font-size: .76rem;
  font-family:'impact';
  line-height: 1;
  color: rgba(255,255,255, 0.3);
  font-size: 50px;
  margin-right: 20px;
}
.price_form .top .item .infor .tit {
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  color: #fff;
}
.price_form .top .item .infor .con{
  padding-top: 8px;
  font-size: 15px;
  color: #fff;
}
.price_form .top .item.item02::before {
  transform: skewX(-35.5deg) translateX(-5%);
}
.price_form .top  .item::before {
  content: '';
  display: none;
  position: absolute;
  bottom: 0;
  width: 105%;
  height: 50%;
  left: 0;
  background: #063f87;
  transform: skewX(-35.5deg);
  z-index: -1;
}
.price_form .top  .item::after {
  content: '';
  position: absolute;
  display: none;
  top: 0;
  width: 105%;
  height: 50%;
  left: 0;
  background: #063f87;
  transform: skewX(35.5deg);
  z-index: -1;
}
.price_form .top .item.item02::after {
  transform: skewX(35.5deg) translateX(-5%);
}
.price_form .top .item img{
  position: absolute;
  z-index: 1;
  left: -6%;
  width: 100%;
  height: 100%;
}
.price_form .top .item.item02{
  z-index: 1;
}
.price_form .top .item03 img{
  z-index: 2;
}
.price_form .top .item03 img{
  left: -12%;
  z-index: 1;
}
.price_form .top .item03{
  background-color: #063f87;
}
.price_form .top .item02{
  padding-left: 5%;
}
.formCon{
  margin-top: 20px;
  margin-bottom: 50px;
  background-color: #f3f6f8;
  padding: 55px 55px 0px 55px;
}
.formCon h2{
  padding-bottom: 5px;
  font-size: 30px;
  color: #063f87;
}
.formCon p{
  font-size: 15px;
  line-height: 30px;
  padding-bottom: 20px;
}
/* 右侧导航 */
.right_nav {
  position: fixed;
  right: -2px;
  bottom: 40px;
  width: 44px;
  z-index: 9990;
}
.right_nav .askprice{
  text-align: center;
  display: block;
  width: 44px;
  border: 0;
  color: #fff;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#063f87), to(#063f87));
  background-image: -o-linear-gradient(#063f87, #063f87);
  background-image: linear-gradient(#063f87, #063f87);
  font-size: 14px;
  padding: 4px 5px 10px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 91, 172, 0.24);
  box-shadow: 0 4px 8px rgba(0, 91, 172, 0.24);
  cursor: pointer;
}
.right_nav .askprice span{
  display: block;
}
.right_nav .askprice img{
  width: 27px;
  transition: all 0.2s ease-in-out;
}
.right_nav .askprice:hover img{
  transform: translateY(-4px);
  opacity: 0;
}
.right_nav .askprice:hover span{
  transform: translateY(-12px);
}
.right_nav .askprice span{
  transition: all 0.2s ease-in-out;
}
.right_nav .item{
  display: block;
  overflow: hidden;
  padding: 4px 6px 4px 4px;
  cursor: pointer;
  text-align: center;
  margin-top: 8px;
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.right_nav .item img{
  transform: translateY(8px);
  width: 20px;
  transition: all 0.2s ease-in-out;
}
.right_nav .item:hover img{
  transform: translateY(0px) !important;
  opacity: 0;
}
.right_nav .item span{
  /* padding-left: 3px;
  text-align: left; */
  display: block;
  font-size: 12px;
  width: 30px;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.right_nav .item:hover span{
  transform: translateY(-18px);
  opacity: 1;
}
.backtop{
  transform: translateY(8px);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.backtop.show{
  transform: translateY(0);
  opacity: 1;
}
.backtop img{
  width: 13px !important;
  transform: translateY(5px) !important;
}
.xhs img{
  width: 30px !important;
  transform: translateY(8px) !important;
}
.yj img{
  width: 20px !important;
  transform: translateY(8px) !important;
}
.right_nav .list .item{
  margin-top: 0;
}
.right_nav .list .item:nth-child(3){
  border-radius: 0;
}
.right_nav .list .item:nth-child(2){
  border-radius: 0;
}
.right_nav .list .item:first-child{
  border-bottom-left-radius: 0;
}
.right_nav .list .item:nth-child(4){
  border-top-left-radius: 0;
}
.right_nav .list {
  margin-top: 8px;
}
.ewmBox{
  display: none;
  position: fixed;
  right: 41px;
  bottom: 40px;
  z-index: 9990;
  background: transparent;
}
.ewmBox > div{
  margin-right: 20px;
  width: 200px;
  padding: 25px;
  height: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  text-align: center;
}
.ewmBox img{
  width: 100% !important;
  opacity: 1 !important;
}
.ewmBox p{
  padding-top: 8px;
  font-size: 13px;
}
.right_nav .wx:hover .wx_ewm{
  display: block;
}
.right_nav .dy:hover .dy_ewm{
  display: block;
}
.right_nav .xhs:hover .xhs_ewm{
  display: block;
}
.productSec .case_r{
  float: none;
  width: 100%;
}
.stxt{
  padding: 50px 0;
}
.ywBox{
  height: auto;
  overflow: hidden;
  margin-bottom: 80px;
}
.ywBox .item{
  width: 46%;
  float: left;
}
.ywBox .item:nth-child(2){
  margin-left: 8%;
}
.ywBox .item .image{
  padding-bottom: 67%;
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
}
.ywBox .item .image img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: .45s;
}
.ywBox .item .image:hover img{
  transform: scale(1.1);
}
.ywBox .item .text{
  border: 1px solid #eee;
  border-top: none;
  padding: 55px 5%;
  height: 450px;
}
.ywBox .item .text h2{
  color: #0060a3;
    font-size: 20px;
}
.ywBox .item .text .p{
  margin: 25px 0 40px 0;
}
.ywBox .item .text .p p{
  line-height: 30px;
}
.ywBox .item .text .box1{
  background-color: #0060a3;
  color: #fff;
  text-align: center;
  padding: 10px 25px;
  margin-bottom: 25px;
}
.ywBox .item .text .box1 .span1{
  font-size: 20px;
  margin-right: 5px;
}
.ywBox .item .text .box1  span{
  font-size: 14px;
}
.ywBox .item .img2{
  width: auto;
  max-width: 100%;
}