* {
  /*box-sizing:content-box;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #000;
}
* {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-family: "微软雅黑", arial, Helvetica, sans-serif;
}
li {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
img {
  border: 0px;
  max-width: 100%;
  display: inline-block;
}

/* ico 字体 */
@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.woff2?t=1688373229607") format("woff2"), url("../fonts/iconfont.woff?t=1688373229607") format("woff"), url("../fonts/iconfont.ttf?t=1688373229607") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "AlibabaPuHuiTi55";
  src: url("../fonts/Alibaba_PuHuiTi_2.0_55_Regular_55_Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Bebas-Neue";
  src: url("../fonts/Bebas-Neue/BebasNeue-1.otf") format("truetype");
}

.clear:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.w1200 {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.w80 {
  width: 80%;
  max-width: 100%;
  margin: 0 auto;
}
.left {
  float: left;
}
.right {
  float: right;
}

/*.flexslider{
  height: 560px;
}
.flexslider .slides li{
  height: 560px;
  background-size: auto 100% !important;
}*/
.flexslider .slides li img {
  display: block;
  width: 100%;
  height: 560px;
  object-fit: cover;
}

/*head*/
.top {
  display: none;
}
.top_h {
  display: none;
}
.menu {
  display: none;
}
.head {
  position: fixed;
  z-index: 9;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: transparent;
  height: 90px;
  transition: all 0.3s;
}
.head_h {
  /*height: 90px;*/
}
.head .logo {
  position: relative;
  display: block;
  float: left;
  margin-right: 35px;
  margin-top: 21px;
}
.head .logo img {
  display: block;
  height: 48px;
  transition: all 0.3s;
}
.head .logo .logo_b {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}
.head .right {
  text-align: right;
}

.head .right {
  /*margin-top: 24px;*/
}
.head .nav {
  float: left;
}
.head .nav li {
  position: relative;
  float: left;
}
.head .nav li > a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 90px;
  padding: 0 35px;
  transition: all 0.3s;
}
.head .nav li > a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 4px;
  background-color: #0257a8;
  transition: all 0.3s;
}

/*.head.bd .nav li:hover>a{
  color: #fff;
  background-color: #0257a8;
}*/
.head .nav li:hover > a:after {
  width: 100%;
}
.head .nav li .xl {
  display: none;
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 90px;
  min-width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  transform: translateX(-50%);
}
.head .nav li .xl dd {
  border-bottom: 1px dashed #ddd;
}
.head .nav li .xl dd:last-child {
  border-bottom: 0px;
}
.head .nav li .xl a {
  display: block;
  font-size: 14px;
  line-height: 40px;
  color: #333;
  text-align: center;
  padding: 0 10px;
  white-space: nowrap;
  transition: all 0.3s;
}
.head .nav li .xl a:hover {
  color: #fff;
  background-color: #0257a8;
}
.head .search {
  float: right;
  width: 60px;
  height: 90px;
  text-align: center;
  transition: all 0.3s;
}
.head .search i {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 90px;
  cursor: pointer;
  transition: all 0.3s;
}
.head.bd .search i:hover {
  color: #0257a8;
  /*background-color: #0257a8;*/
}

.search_box {
  display: none;
  position: fixed;
  z-index: 19;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 45px;
  width: 768px;
  height: 140px;
}
.search_box form {
  position: relative;
}
.search_box input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ddd;
  outline: 0;
  padding: 0 70px 0 20px;
  font-size: 14px;
  color: #666;
}
.search_box button {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  font-size: 22px;
  border: 0px;
  cursor: pointer;
}
.search_box .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.search_box .close:after,
.search_box .close:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 2px;
  line-height: 20px;
  background-color: #999;
  transform: rotate(45deg);
}
.search_box .close:before {
  transform: rotate(-45deg);
}
.search_bg {
  display: none;
  position: fixed;
  z-index: 18;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.head.bd {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.head.bd .logo .logo_w {
  opacity: 0;
}
.head.bd .logo .logo_b {
  opacity: 1;
}
.head.bd .nav li > a {
  color: #000;
}
.head.bd .search i {
  color: #000;
}

/*index*/
.index_bg {
  /*background-color: #f5f5f5;*/
}

.banner img {
  display: block;
}
.banner .swiper-pagination-bullet {
  position: relative;
  width: 60px;
  height: 4px;
  opacity: 0.8;
  border-radius: 0px;
  background-color: #fff;
  transition: all 0.3s;
}
.banner .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background-color: #0257a8;
  transition: all 0s;
}
/*.banner .swiper-pagination-bullet-active{
  background-color: #0257a8;
}*/
.banner .swiper-pagination-bullet-active:after {
  width: 100%;
  transition: all 4s;
  transition-timing-function: linear;
}

.intl {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.intl h3 {
  position: relative;
  margin: 0 auto 10px;
  padding: 0 10px;
  font-size: 34px;
  color: #0257a8;
  font-weight: bold;
}
/*.intl h3:after,.intl h3:before{
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  border: 2px solid #0257a8;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #fff;
  transform: translateY(-50%);
}
.intl h3:before{
  left: auto;
  right: -12px;
}*/
.intl h5 {
  position: absolute;
  top: -30px;
  font-size: 48px;
  color: #666;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-mask-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0)));
  margin-bottom: 20px;
}
.intl span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #ce0000;
  margin: 0 auto 20px;
}
.intl p {
  font-size: 16px;
  line-height: 20px;
  color: #666;
  margin-bottom: 20px;
}

.inmain1 {
  padding: 1rem 0;
  background-color: #fff;
  background: url(../images/inmain1_bg.jpg) no-repeat center;
  background-attachment: fixed;
}
.inmain1 .w80 {
  /*display: flex;
  justify-content: space-between;*/
}
.inmain1 .text {
  float: left;
  width: 49%;
  padding-top: 50px;
}
.inmain1 .text h3 {
  font-size: 36px;
  line-height: 42px;
  color: #333;
  margin-bottom: 10px;
}
.inmain1 .text h5 {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-bottom: 10px;
}
.inmain1 .text span {
  display: block;
  height: 12px;
  position: relative;
  margin-bottom: 20px;
}
.inmain1 .text span:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 2px;
  width: 8px;
  height: 8px;
  background-color: #ce0000;
  transform: rotate(45deg);
}
.inmain1 .text span:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 20px;
  width: 340px;
  height: 1px;
  background-color: #ccc;
}
.inmain1 .text p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-align: justify;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.inmain1 .text a {
  display: block;
  width: 120px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  background-color: #0257a8;
  text-align: center;
  transition: all 0.3s;
}
.inmain1 .text a:hover {
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
}
.inmain1 .img {
  float: right;
  width: 49%;
  height: 425px;
  overflow: hidden;
  box-shadow: 40px -20px 0px #0257a8;
}
.inmain1 .img img {
  display: block;
  height: 100%;
  object-fit: cover;
}

.inmain2 {
  padding: .8rem 0;
  /*padding: 0 50px;*/
}
.inmain2 .content {
  position: relative;
  padding: 0 50px;
}
.inmain2 .content .swiper-container {
  padding: 20px 0;
}
.inmain2 .content li {
  padding: 0 10px;
}
.inmain2 .content li a {
  position: relative;
  display: block;
  padding: 20px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}
.inmain2 .content li a:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 0px;
  background-color: #ce0000;
  transition: all 0.3s;
}
.inmain2 .content li h3 {
  text-align: center;
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.inmain2 .content li a:hover {
  transform: translateY(-10px);
}
.inmain2 .content li a:hover:after {
  width: 100px;
}
.inmain2 .content li a:hover h3 {
  color: #0257a8;
}

.inmain2 .content .inmain2_prev,
.inmain2 .content .inmain2_next {
  position: absolute;
  left: 0px;
  top: 50%;
  font-size: 32px;
  color: #999;
  cursor: pointer;
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.3s;
}
.inmain2 .content .inmain2_next {
  left: auto;
  right: 0px;
  transform: translateY(-50%) rotate(0deg);
}
.inmain2 .content .inmain2_prev:hover,
.inmain2 .content .inmain2_next:hover {
  color: #0257a8;
}

.inpro {
  display: none;
  padding: 1rem 0;
  background: url(../images/inmain1_bg.jpg) no-repeat center;
  background-attachment: fixed;
}
.inpro .intl {
  text-align: center;
}
.inpro .content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}
.inpro .content .inpro_nav {
  width: 330px;
  background-color: #0257a8;
}
.inpro .content .inpro_nav .tl {
  position: relative;
  padding: 0.3rem 0.35rem;
  overflow: hidden;
}
.inpro .content .inpro_nav .tl h3 {
  font-size: 26px;
  color: #fff;
  margin-bottom: 0.05rem;
}
.inpro .content .inpro_nav .tl h4 {
  font-size: 16px;
  color: #fff;
  opacity: 0.8;
}
.inpro .content .inpro_nav .tl img {
  position: absolute;
  bottom: 10%;
  right: 10px;
  display: block;
  height: 80%;
  opacity: 0.1;
}
.inpro .content .inpro_nav ul {
  padding: 0.35rem 0.35rem 0.35rem 0.25rem;
  background-color: rgba(255, 255, 255, 0.9);
}
.inpro .content .inpro_nav ul li a {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 40px;
  padding: 0 0.2rem;
  color: #333;
  border-radius: 20px;
  transition: all 0.3s;
}
.inpro .content .inpro_nav ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  border: solid transparent 5px;
  border-left-color: #fff;
  transform: translateY(-5px);
  opacity: 0;
  transition: all 0.3s;
}
.inpro .content .inpro_nav ul li.more a {
  color: #0257a8;
}
.inpro .content .inpro_nav ul li.on a {
  color: #fff;
  background-color: #0257a8;
}
.inpro .content .inpro_nav ul li.on a:after {
  opacity: 1;
}
.inpro .content .list {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 330px);
  height: 100%;
}
.inpro .content .list ul {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.inpro .content .list ul li {
  width: 50%;
  height: 50%;
}
.inpro .content .list ul li:nth-child(2n + 1) {
  border-right: 1px solid #eee;
}
.inpro .content .list ul li:nth-child(-n + 2) {
  border-bottom: 1px solid #eee;
}
.inpro .content .list ul li a {
  display: block;
  position: relative;
  height: 100%;
}
.inpro .content .list ul li .img {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}
.inpro .content .list ul li .img img {
  display: block;
  position: absolute;
  top: 0;
  right: 5%;
  /* width: 100%; */
  height: 100%;
  transition: all 0.3s;
}
.inpro .content .list ul li .text {
  position: absolute;
  bottom: 5%;
  left: 5%;
}
.inpro .content .list ul li .text h3 {
  font-size: 18px;
  color: #333;
  /* font-family: "AlibabaPuHuiTi55"; */
  font-weight: bold;
  margin-bottom: 0.05rem;
  transition: all 0.3s;
}
.inpro .content .list ul li .text h5 {
  font-size: 16px;
  color: #666;
}
.inpro .content .list ul li a:hover .text h3 {
  color: #0257a8;
}
.inpro .content .list ul li a:hover .img img {
  transform: scale(1.1);
}

.inbj {
  padding: 1rem 0;
}
.inbj .intl {
  margin-bottom: 60px;
}
.inbj .content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inbj .content li {
  position: relative;
  width: 23%;
  /* margin-right: 4%; */
  padding: 0.4rem 0;
  background-color: #f5f5f5;
  margin-bottom: 2.66%;
  overflow: hidden;
}
.inbj .content li:nth-child(4n) {
  margin-right: 0;
}
.inbj .content li:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  border: 10px solid transparent;
  border-left-color: #0257a8;
  border-top-color: #0257a8;
  transition: all 0.3s;
}
.inbj .content li .text {
  position: relative;
  z-index: 1;
  padding-left: 120px;
}
.inbj .content li span {
  position: absolute;
  top: 50%;
  left: 50px;
  display: block;
  font-size: 64px;
  color: #0257a8;
  font-family: "Bebas-Neue";
  transform: translateY(-50%);
  transition: all 0.3s;
}
.inbj .content li h3 {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  transition: all 0.3s;
}
.inbj .content li h5 {
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 0.05rem;
  transition: all 0.3s;
}
.inbj .content li:hover:after {
  border-width: 250px;
}
.inbj .content li:hover span {
  color: #fff;
}
.inbj .content li:hover h3 {
  color: #fff;
}
.inbj .content li:hover h5 {
  color: #fff;
}
.inbj .content .tel {
  text-align: center;
}
.inbj .content .tel .box {
  display: inline-block;
  padding: 0.1rem 0.2rem;
  background-color: #0257a8;
  border-radius: 8px;
}

.inbj .content .tel h3 {
  display: flex;
  font-size: 26px;
  color: #fff;
  align-items: center;
}
.inbj .content .tel h3 i {
  display: inline-block;
  font-size: 32px;
  color: #fff;
  margin-right: 5px;
}
/* .inbj .content .tel h3 span{
  display: inline-block;
  font-size: 20px;
  color: #fff;
} */

.inys {
  position: relative;
  background-color: #f5f5f5;
  overflow: hidden;
}
.inys .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.inys .bg_img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  opacity: 0.9;
}
.inys .bg_img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inys .w80 {
  position: relative;
  padding-left: 26%;
  /* display: flex;
  flex-direction: row-reverse; */
}
.inys .title {
  position: absolute;
  left: -12.5%;
  top: 0;
  width: 45%;
  height: 100%;
}
.inys .title .img {
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.inys .title .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0257a8;
  opacity: 0.8;
}
.inys .title .img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inys .title .text {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
  text-align: left;
}
.inys .title .text h3 {
  font-size: 48px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.1rem;
}
.inys .title .text h5 {
  font-size: 32px;
  line-height: 1;
  color: #fff;
  font-family: "AlibabaPuHuiTi55";
  margin-bottom: 0.2rem;
}
.inys .title .text span {
  display: inline-block;
  width: 40px;
  height: 4px;
  background-color: #fff;
  margin-bottom: 0.2rem;
}
.inys .title .text p {
  padding-right: 0.8rem;
  font-size: 16px;
  color: #fff;
  line-height: 2;
  opacity: 0.9;
}
.inys .content {
  padding: 1rem 0;
  padding-left: 5%;
}
.inys .content ul {
  display: flex;
  flex-wrap: wrap;
}
.inys .content li {
  position: relative;
  width: 100%;
  padding-left: 140px;
  padding-right: 10px;
  margin-bottom: 0.2rem;
  background-color: #fff;
}
.inys .content li:last-child {
  margin-bottom: 0;
}
.inys .content li h3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  /* font-family: "AlibabaPuHuiTi55"; */
  margin-bottom: 0.2rem;
  background-color: #0257a8;
}
.inys .content li h3 span {
  display: inline-block;
  font-size: 32px;
  color: #0257a8;
  font-family: "Bebas-Neue";
}
.inys .content li .hx {
  display: none;
  width: 28px;
  height: 4px;
  background-color: #0257a8;
  margin-bottom: 0.2rem;
}
.inys .content li p {
  font-size: 16px;
  color: #555;
  line-height: 24px;
  padding: 0.2rem 0;
}

.incase {
  margin: 80px 0 0;
}
.incase .intl {
  margin-bottom: 50px;
}
.incase .content ul {
  overflow: hidden;
}
.incase .content li {
  float: left;
  width: 25%;
  border: 1px solid #fff;
  border-right: 0px;
  transition: all 0.3s;
}
.incase .content li:first-child {
  border-left: 0px;
}
.incase .content li a {
  display: block;
  position: relative;
}
.incase .content li .bg1 {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}
.incase .content li .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.incase .content li .text h3 {
  font-size: 181px;
  line-height: 181px;
  /*color: #fff;*/
  color: transparent;
  font-family: arial;
  -webkit-text-stroke: 2px #fff;
}
.incase .content li .text h5 {
  font-size: 18px;
  color: #eee;
  letter-spacing: 2px;
}
.incase .content li .bg2 {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  transform: translate(-50%, -50%);
  background-color: rgba(39, 64, 130, 0.8);
  transition: all 0.3s;
  opacity: 0;
}
.incase .content li .box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 40px 20px;
}
.incase .content li .box h3 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 10px;
}
.incase .content li .box span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin: 0 auto 10px;
}
.incase .content li .box p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.incase .content li .box font {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 100px;
  font-size: 16px;
  line-height: 32px;
  color: #0257a8;
  background-color: #fff;
  transform: translateX(-50%);
}
.incase .content li .img {
  height: 500px;
}
.incase .content li .img img {
  display: block;
  height: 100%;
  object-fit: cover;
}

.incase .content li.cur {
  width: 34%;
}
.incase .content li.oth {
  width: 22%;
}

.incase .content li.cur .bg1 {
  z-index: 0;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.6);
}
.incase .content li.cur .bg2 {
  z-index: 1;
  opacity: 1;
}

.inmain3 {
  height: 240px;
  overflow: hidden;
  padding-top: 60px;
  background: url(../images/inmain3_bg.jpg) no-repeat center;
  background-attachment: fixed;
}
.inmain3 h3 {
  font-size: 32px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.inmain3 a {
  display: block;
  width: 120px;
  font-size: 14px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  background-color: #008cd6;
  margin: 0 auto;
}
.inmain3 a span {
  display: inline-block;
  font-size: 18px;
  vertical-align: top;
  margin-right: 5px;
}

.inmain4 {
  padding: 80px 0 80px;
}
.inmain4 .intl {
  float: left;
  width: 20%;
  margin-top: 80px;
  text-align: left;
}
.inmain4 .intl h3 {
  padding: 0px;
}
.inmain4 .intl span {
  margin: 0 0 10px;
}
.inmain4 .intl p {
}
.inmain4 .content {
  float: right;
  width: 78%;
}
.inmain4 .content ul {
  display: flex;
  justify-content: space-between;
}
.inmain4 .content li {
  /*float: left;*/
  width: 32%;
}
.inmain4 .content li a {
  display: block;
}
.inmain4 .content li .img {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.inmain4 .content li img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.inmain4 .content li .text {
  padding: 30px 10px 10px 5px;
}
.inmain4 .content li .text h3 {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inmain4 .content li .text font {
  display: block;
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}
.inmain4 .content li .text span {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin-bottom: 10px;
}
.inmain4 .content li .text span:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 1px;
  background-color: #0257a8;
  transition: all 0.3s;
}
.inmain4 .content li .text p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 48px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.inmain4 .content li a:hover .img img {
  transform: translate(-50%, -50%) scale(1.1);
}
.inmain4 .content li a:hover .text span:after {
  width: 100%;
}

.foot {
  background-color: #353f4c;
}
.foot .foot1 {
  position: relative;
  padding: 80px 350px 50px 150px;
}
.foot .foot_code {
  position: absolute;
  top: 80px;
  left: 0px;
  width: 100px;
}
.foot .foot_code ul {
  font-size: 0px;
}
.foot .foot_code li {
  margin-bottom: 10px;
}
.foot .foot_code h5 {
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.foot .foot_code img {
  display: block;
  width: 120px;
}
.foot .foot_contact {
  position: absolute;
  top: 80px;
  right: 0px;
  width: 280px;
}
.foot .foot_contact h3 {
  font-size: 22px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 20px;
}
.foot .foot_contact p {
  font-size: 14px;
  color: #9a9fa6;
  line-height: 24px;
}
.foot .foot_nav {
  border: 1px solid #687382;
  border-top: 0px;
  border-bottom: 0px;
  padding: 0 50px;
  min-height: 180px;
  text-align: justify;
  text-align: end;
  text-align-last: justify;
  text-justify: distribute;
}
.foot .foot_nav li {
  display: inline-block;
  vertical-align: top;
  /*float: left;
  min-width: 15%;*/
  text-align: center;
}
.foot .foot_nav li a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
}
.foot .foot_nav li dl {
  margin-top: 20px;
}
.foot .foot_nav li dd a {
  font-size: 14px;
  line-height: 24px;
  color: #9a9fa6;
  margin-bottom: 15px;
  transition: all 0.3s;
}
.foot .foot_nav li dd a:hover {
  color: #fff;
}

.foot2 {
  /*background-color: #ededed;*/
}
.foot2 .w80 {
  padding: 12px 0;
  border-top: 1px solid #687382;
}
.foot2 p {
  font-size: 14px;
  line-height: 24px;
  color: #9a9fa6;
}
.foot2 a {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #9a9fa6;
  transition: all 0.3s;
}
.foot2 a:hover {
  color: #fff;
}

/*tap*/

.page_ban {
  height: 400px;
  padding-top: 180px;
}
.page_ban .w80 h3 {
  font-size: 30px;
  color: #fff;
}
.page_ban .w80 h4 {
  font-size: 36px;
  font-weight: bold;
  font-family: "arial";
  color: #fff;
  text-transform: uppercase;
}

.page_nav {
  border-bottom: 1px solid #eee;
  margin-bottom: 60px;
}
.page_nav ul {
  float: left;
}
.page_nav ul li {
  float: left;
}
.page_nav ul li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 70px;
  height: 70px;
  padding: 0 30px;
}
.page_nav ul li a:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  height: 2px;
  width: 0px;
  background-color: #0257a8;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.page_nav ul li a:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  width: 1px;
  height: 15px;
  background-color: #ccc;
  transform: translateY(-50%);
}
.page_nav ul li:last-child a:after {
  display: none;
}
.page_nav ul li a:hover {
  color: #0257a8;
}
.page_nav ul li a:hover:before {
  width: 80%;
}

.page_nav .location {
  float: right;
}
.page_nav .location p {
  font-size: 16px;
  line-height: 70px;
  height: 70px;
}
.page_nav .location a {
  display: inline-block;
  font-size: 16px;
  color: #666;
  font-family: "iconfont" !important;
}
.page_nav .location span {
  margin: 0 10px;
  color: #666;
}
.page_nav .location a:hover {
  color: #0257a8;
}

/*about*/

.about {
  margin-bottom: 80px;
}
.about p {
  font-size: 16px;
  line-height: 32px;
  color: #666;
  text-align: justify;
  margin-bottom: 5px;
}

/*newslist*/
.newsli_bg {
  /*background-color: #f5f5f5;*/
}
.newsli {
  padding: 0 40px;
  margin-bottom: 80px;
}
.newsli li {
  margin-bottom: 40px;
}
.newsli li a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 20px;
  height: 270px;
  background-color: #f5f5f5;
}
.newsli li a .img {
  position: relative;
  /*float: left;*/
  width: 25%;
  padding-bottom: 15%;
}
.newsli li a .img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsli li a .text {
  position: relative;
  width: 72%;
}
.newsli li a .text h3 {
  font-size: 24px;
  margin: 15px 0;
  color: #333;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsli li a .text p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin: 25px 0;
}
.newsli li a .text span {
  position: absolute;
  display: block;
  bottom: 10px;
  left: 0px;
  color: #999;
}
.newsli li a:hover .text h3 {
  color: #0257a8;
}

/*news*/

.news .news_tl {
  text-align: center;
  margin-bottom: 60px;
}
.news .news_tl h3 {
  font-size: 24px;
  color: #222;
  margin-bottom: 15px;
}
.news .news_tl span {
  display: block;
  font-size: 14px;
  color: #999;
}
.news .news_con {
  margin-bottom: 60px;
}
.news .news_con p {
  color: #777;
  font-size: 14px;
  line-height: 28px;
}
.news .news_con table {
  width: 100%;
  border: 1px solid #ccc;
  border-top: 0px;
  border-collapse: collapse;
}
.news .news_con table tr td {
  border: 1px solid #ccc;
  color: #777;
  font-size: 14px;
  line-height: 32px;
  padding: 0 10px;
}
.news .news_tj {
  margin-bottom: 110px;
}
.news .news_tj li {
  float: left;
  width: 31%;
  margin-right: 3.5%;
}
.news .news_tj li:nth-child(3n) {
  margin-right: 0px;
}

.news .news_tj li {
  float: left;
  width: 31%;
  margin-right: 3.5%;
}
.news .news_tj li:nth-child(3n) {
  margin-right: 0px;
}
.news .news_tj li a {
  display: block;
  border: 3px solid #fff;
  transition: all 0.3s;
}
.news .news_tj li img {
  display: block;
  background-color: #ddd;
  width: 100%;
}
.news .news_tj li .text {
  padding: 20px 15px;
}
.news .news_tj li .text h3 {
  font-size: 18px;
  line-height: 30px;
  color: #222;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .news_tj li .text font {
  display: block;
  width: 12px;
  height: 2px;
  background-color: #666;
  margin: 5px 0;
}
.news .news_tj li .text span {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #777;
  margin-bottom: 5px;
  font-family: "arial";
}
.news .news_tj li .text p {
  font-size: 14px;
  line-height: 30px;
  color: #777;
}
.news .news_tj li a:hover {
  border: 3px solid #2772db;
}
.news .fy {
  border-top: 1px solid #ccc;
  text-align: left;
  padding-top: 10px;
  margin-bottom: 50px;
}
.news .fy p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.news .fy a {
  display: inline-block;
  font-size: 14px;
  color: #666;
}
.news .fy a:hover {
  color: #0257a8;
}

/*photo*/

.photoli {
  margin-bottom: 120px;
}
.photoli h3 {
  font-size: 30px;
  margin-bottom: 40px;
  color: #222;
}
.photoli li {
  float: left;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 30px;
}
.photoli li:nth-child(3n) {
  margin-right: 0px;
}
.photoli li a {
  display: block;
  position: relative;
  transition: all 0.3s;
}
.photoli li img {
  display: block;
  transition: all 0.3s;
}
.photoli li span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  font-size: 60px;
  color: #fff;
  font-family: "宋体";
  border-radius: 100%;
  border: 2px solid #fff;
  opacity: 0;
  transition: all 0.3s;
}
.photoli li h5 {
  line-height: 55px;
  font-size: 18px;
  color: #222;
  text-align: center;
  background-color: #f6f6f6;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.photoli li a:hover {
  background-color: #005ba8;
}
.photoli li a:hover img {
  opacity: 0.2;
}
.photoli li a:hover span {
  opacity: 1;
}
.photoli li a:hover h5 {
  color: #fff;
  background-color: #5f9df8;
}

.photoli1 {
  margin-bottom: 120px;
}
.photoli1 h3 {
  font-size: 30px;
  margin-bottom: 40px;
  color: #222;
}
.photoli1 li {
  float: left;
  width: 23%;
  margin-right: 2.666%;
  margin-bottom: 30px;
}
.photoli1 li:nth-child(4n) {
  margin-right: 0px;
}
.photoli1 li a {
  display: block;
  position: relative;
  padding: 10px;
  transition: all 0.3s;
  border: 1px solid #dadada;
}
.photoli1 li .photoli1_con {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  line-height: 28px;
  opacity: 0;
  transition: all 0.3s;
  background-color: rgba(33, 109, 204, 0.7);
}
.photoli1 li .img {
  font-size: 0px;
  transition: all 0.3s;
  text-align: center;
}
.photoli1 li .img img {
  display: inline-block;
  vertical-align: middle;
}
.photoli1 li span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  font-size: 60px;
  color: #fff;
  font-family: "宋体";
  border-radius: 100%;
  border: 2px solid #fff;
  opacity: 0;
  transition: all 0.3s;
}
.photoli1 li h5 {
  position: absolute;
  width: 100%;
  bottom: 10px;
  line-height: 28px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.3s;
}
.photoli1 li a:hover .photoli1_con {
  opacity: 1;
}
/*.photoli1 li a:hover img{
  opacity: 0.2;
}*/
.photoli1 li a:hover span {
  opacity: 1;
}
.photoli1 li a:hover h5 {
  opacity: 1;
}
.photoli1 .text {
  margin-bottom: 85px;
  background: url(../images/photoli1_ico1.png) no-repeat right top;
}
.photoli1 .text p {
  font-size: 14px;
  line-height: 30px;
  color: #777;
  width: 48%;
}

/*pro_left*/
.proli_nav_mob {
  display: none;
}
.proli_nav {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 280px;
  border: 1px solid #eee;
}
.proli_nav h3 {
  font-size: 24px;
  /*font-weight: bold;*/
  color: #fff;
  background-color: #0257a8;
  padding: 25px 20px;
  text-align: center;
}
.proli_nav li {
  border-top: 1px solid #eee;
}
.proli_nav li a {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 48px;
  text-align: center;
  transition: all 0.3s;
}
.proli_nav li a:hover,
.proli_nav li.cur a {
  color: #0257a8;
  /*background-color: #eee;*/
}

/*productlist*/
.proli {
  position: relative;
  min-height: 100px;
  padding-left: 280px;
  margin-bottom: 60px;
}
.proli .con ul {
  margin-bottom: 40px;
}
.proli .con li {
  float: left;
  width: 31%;
  margin-left: 2.333%;
  margin-bottom: 2.333%;
}
/*.proli .con li:nth-child(4n){
  margin-right: 0px;
}*/
.proli .con li a {
  position: relative;
  display: block;
  background-color: #fff;
  /*padding-bottom: 20px;*/
  /*box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);*/
  border: 1px solid #eee;
  transition: all 0.3s;
  overflow: hidden;
}
.proli .con li a:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0px;
  bottom: 48px;
  height: 1px;
  width: 0px;
  background-color: #0257a8;
  transition: all 0.3s;
}

.proli .con li .img {
  overflow: hidden;
  /*background-color: #000;*/
}
.proli .con li img {
  display: block;
  transition: all 0.3s;
}
.proli .con li h3 {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #666;
  line-height: 48px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  border-top: 1px solid #eee;
  transition: all 0.6s;
}
.proli .con li a:hover {
  /*box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);*/
}
.proli .con li a:hover:after {
  width: 100%;
}
.proli .con li a:hover img {
  transform: scale(1.1);
  /*opacity: 0.3;*/
}
.proli .con li a:hover h3 {
  color: #0257a8;
  /*background-color: #0257a8;*/
}

/*product*/
.procon {
  position: relative;
  padding-left: 280px;
  margin-bottom: 60px;
}
.procon .con {
  padding-left: 2.333%;
}
.procon .con .pro_tl {
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
.procon .con .pro_tl h3 {
  font-size: 24px;
  color: #666;
  font-weight: bold;
  margin-bottom: 10px;
}
.procon .con img.ico {
  display: block;
  margin: 0 auto 30px;
}
.procon .con p {
  font-size: 14px;
  line-height: 30px;
  color: #777777;
  text-align: justify;
}
/*.procon .con .back{
  border-top: 1px solid #eee;
}
.procon .con .back a{
  display: inline-block;
  font-size: 16px;
  line-height: 38px;
  color: #666;
}*/

/*contact*/
.contact {
  padding: 0 20px;
  margin-bottom: 100px;
}
.contact .text {
  /*float: left;*/
  /*width: 30%;*/
  margin-bottom: 40px;
}
.contact .text p {
  font-size: 14px;
  line-height: 30px;
  color: #777777;
  text-align: justify;
}
.contact .text .fk h3 {
  font-size: 32px;
  line-height: 32px;
  color: #0257a8;
  margin-bottom: 40px;
  text-align: center;
}
.contact .text .fk ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.contact .text .fk ul li {
  width: 31%;
  text-align: center;
  height: 160px;
  padding: 20px 0 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/*.contact .text .fk ul li:nth-child(1){
  margin-bottom: 20px;
}*/
/*.contact .text .fk ul li .ico{
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #0257a8;
  padding: 6px;
  margin: 0 auto 10px;
}
.contact .text .fk ul li .ico img{
  display: block;
}*/
.contact .text .fk ul li .iconfont {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #0257a8;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin: 0 auto 10px;
}
.contact .text .fk ul li h5 {
  font-size: 22px;
  color: #333;
  margin-bottom: 5px;
}
.contact .text .fk ul li p {
  font-size: 16px;
  color: #999;
  text-align: center;
}

.contact .map {
  /*float: right;*/
  /*width: 68%;*/
  height: 300px;
  border: 1px solid #ccc;
  margin-bottom: 40px;
}
.contact .gbook h3 {
  font-size: 24px;
  font-weight: bold;
  color: #0257a8;
  margin-bottom: 15px;
}
.contact .gbook p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-bottom: 30px;
}
.contact .gbook li {
  position: relative;
  float: left;
  width: 31%;
  height: 38px;
  margin-right: 3.5%;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding-left: 100px;
}
.contact .gbook li:nth-child(3) {
  margin-right: 0px;
}
.contact .gbook li:nth-child(4) {
  /*float: none;*/
  width: 100%;
  height: auto;
  padding-left: 0px;
}
.contact .gbook li h5 {
  position: absolute;
  left: 10px;
  font-size: 16px;
  color: #666;
  line-height: 32px;
}
.contact .gbook li input {
  border: 0px;
  line-height: 36px;
  width: 100%;
  outline: none;
}
.contact .gbook li textarea {
  border: 0px;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  padding: 10px 10px;
  outline: none;
}
.contact .gbook button {
  display: block;
  width: 120px;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  border: 0px;
  cursor: pointer;
  background-color: #666;
  transition: all 0.3s;
}
.contact .gbook button:hover {
  background-color: #0257a8;
}

/*右侧悬浮*/
.floot_left {
  position: fixed;
  z-index: 999;
  bottom: 45%;
  right: 0px;
}
.floot_left ul {
  width: 80px;
}
.floot_left ul li {
  position: relative;
  width: 100%;
  height: 80px;
  border-radius: 3px;
  background-color: #0358a8;
  margin-bottom: 5px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s;
}
.floot_left ul li:last-child {
  margin-bottom: 0px;
}
.floot_left ul li.gotop {
  background-color: #333;
  overflow: hidden;
  height: 0px;
  transition: all 0.5s;
}
/*.floot_left ul li:hover{
  background-color: #f34f24 !important;
}*/
.floot_left ul li .con i {
  display: block;
  font-size: 50px;
  line-height: 50px;
  margin: 0 auto;
  padding: 5px 0 0;
  text-align: center;
  color: #fff;
}
.floot_left ul li .con h5 {
  font-size: 12px;
  color: #fff;
  line-height: 25px;
  text-align: center;
}
.floot_left ul li .fl_tc {
  position: absolute;
  top: 50%;
  right: 110px;
  background-color: #0358a8;
  padding: 10px;
  border-radius: 3px;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}
.floot_left ul li .fl_tc h4 {
  white-space: nowrap;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
}
.floot_left ul li .fl_tc img {
  display: block;
  width: 105px;
  height: 105px;
  max-width: none;
}
.floot_left ul li .fl_tc a {
  display: block;
  white-space: nowrap;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
}
.floot_left ul li:hover .fl_tc {
  opacity: 1;
  right: 90px;
  visibility: visible;
}
.floot_left ul li .fl_tc:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  border: 5px solid transparent;
  border-left: 5px solid #0358a8;
  transform: translateY(-50%);
}
.floot_left ul li .fl_tc:before {
  content: "";
  position: absolute;
  top: 0px;
  right: -10px;
  height: 100%;
  width: 10px;
}
