@import url(./normalize.css);
@import url(./font-awesome.min.css);
body{max-width:1920px;margin:0 auto}
/* 顶部header栏 */
.head {
  background-color: #fff
}

.head-nav>ul .submenu a:hover,
.head-nav>ul>li .active,
.head-nav>ul>li:hover>a {
  color: #fff;
}


.flex {
  display: flex;
  justify-content: center;
  align-items: center
}

.flex-wrapper {
  display: flex;
  flex-wrap: wrap
}

.card {
  display: flex;
  flex-direction: column
}

.head {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  z-index:10009;
  background-color: #fff;
  transition-property: height;
  transition-duration: .2s;
  transition-timing-function: ease;
  max-width: 1920px;
  margin: 0 auto
}

.head-wrapper {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.head-logo {
  width: 160px;
  height: 100%;
  margin-left: 5%;
}
.head-logo img {
  display: block;
  width: 100%;
}
.head-nav {
  height: 100%;
  margin-left: auto;
  transition: height .5s ease-in-out;
}

.head-nav>ul {
  height: 100%;
  display: flex
}

.head-nav>ul>li {
  position: relative;
  height: 100%
}

.head-nav>ul>li>a {
  font-size: 16px;
  transition: color .3s ease;
  transition: background-color .3s ease;
  padding: 0 20px;
  height: 100%;
  display: flex;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  color: #636363;
}

.head-nav>ul>li .active,
.head-nav>ul>li:hover>a {
  color: #fff;
  background-color: #0571b1;
}

.head-nav>ul .submenu {
  background-color: #fff;
  position: absolute;
  transform-origin: top;
  top: 100%;
  transition: all .4s ease;
  transform: rotateX(90deg);
  opacity: 0
}

.head-nav>ul .submenu a {
  display: block;
  padding: 0 20px;
  line-height: 40px;
  white-space: nowrap;
  transition: all .4s ease
}
.head-nav>ul .sub_menu.hover>ul {
  transform: rotateX(0deg);
  opacity: 1;
  display: block;
}

.head-nav>ul .submenu a:hover {
  background-color: #0571b1;
  color: #fff
}

.nav-btn {
  display: none;
  position: relative;
  margin: auto 0;
  height: 4.2666666667vw;
  width: 6vw
}

.nav-btn span {
  border-radius: 2px;
  position: absolute;
  display: block;
  width: 6vw;
  height: .6666666667vw;
  background-color: #000;
  transition: top .2s .2s, transform .2s, background .2s, opacity 0s .2s
}

.nav-btn span:first-child {
  top: .1vw
}

.nav-btn span:nth-child(2) {
  top: 2.1333333333vw
}

.nav-btn span:nth-child(3) {
  top: 4.2666666667vw
}

.toggle-animate span:first-of-type {
  top: 1.6vw;
  transform: rotate(45deg);
  transition: top .2s, transform .2s .2s, background .2s
}

.toggle-animate span:nth-of-type(2) {
  opacity: 0;
  transition: opacity .2s
}

.toggle-animate span:nth-of-type(3) {
  top: 1.6vw;
  transform: rotate(-45deg);
  transition: bottom .2s, transform .2s .2s, background .2s
}
#xyz{min-width:150px;position:relative;height:100%;
  margin-left: 20px;
  top: 2px;
  zoom: .8;
}

.xyz12{position:absolute;top:calc(50% - 15px);left:15px;background: #fff;border: 1px solid #ccc;padding: 0 4px ;}
.xyz12 span{position:absolute;right:-3px;top:8px;background:url(../images/down.png) no-repeat;width:20px;height:20px;cursor:pointer}
.xyz12 .dp{transform:rotate(90deg);transition:transform .2s ease}
.xyz12 ul li{line-height:30px;display:none}
.xyz12 ul li img{margin-right:5px;position:relative;top:3px}
.xyz12 ul li:first-of-type{display:block}
#xyz.active ul li {
  display: list-item;
}
/* header结束 */
/* 主要内容区域 */
main {
  margin-top: 80px
}
.common-wrapper {
  width: 1400px;
  margin: 0 auto
}
.swiper-container .swiper-slide{width:100%;display:flex;justify-content:center}
.swiper-container .swiper-slide img {
  width: 100%;
}
.swiper-container .swiper-button-next:after,.swiper-container .swiper-button-prev:after{content:""}
.swiper-container .swiper-button-next i,.swiper-container .swiper-button-prev i{transform:scale(3);color:#0571b1}
.swiper-container .swiper-pagination {
  bottom: 45px;
  left: calc(50% - 20px)
}

.swiper-container .swiper-pagination-bullet{background:#000;margin: 0px 2px; padding: 2px;}
.swiper-container .swiper-pagination-bullet-active{background:#0571b1}
#about-banner.swiper-container .swiper-pagination-bullet {
  background-color: #fff;
  opacity: .5;
}
#about-banner.swiper-container .swiper-pagination-bullet-active{background:#0571b1}
.icon-angle-left:before,.icon-angle-right:before {
  display: none;
}
/* 产品分类 */
main .in-tit {
  width: 100%;
  padding:3.5% 0;
  text-align: center;
}
main .in-tit strong{
  font-size: 28px;
  font-weight: 700;
  padding:1% 5%;
  width: 30%;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
  display: block;
  position: relative;
}
main .in-tit strong::after {
  content: '';
  width: 120px;
  height: 5px;
  background-color: #0571b1;
  position:absolute;
  bottom: -5px;
  left: calc(50% - 60px)
}
.ind{top:-3px;width:100%;background-color:#000;overflow: hidden; display: none;}
.ind,.ind-item{position:relative;}
.ind-item{height:260px;width:20%;box-sizing:border-box;text-align:center;padding-top:60px;color:#fff;transition:background-color .3s ease}
.ind-item img{display:block;border-right: 1px dashed #0571b1;position:absolute;top:0;left:0;opacity:.5;width:100%;height:100%;transition:opacity .5s ease}
.ind-item a{color:#fff}
.ind-item .tit{font-size:26px;transition: all .3s ease;z-index:1;display: block; text-align: left; position: absolute; padding: 0 30px; top: 110px;}
.ind-item ul{position: absolute;top: 160px;height: 80px;padding: 0 30px;
  overflow: hidden;}
.ind-item ul li{line-height:20px;font-size: 14px;-webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  display: -webkit-box;
  text-align: left;
  transition: all .3s ease; 
}

.ind-item::before {
  content: '';
  opacity: 1;
  position: absolute;
  width: 60px;
  height: 60px;
  left: 30px;
  top: 35px;
  transition: all .3s ease-in-out;
  background-repeat:no-repeat;
  background-size: 100%;
  display: block;
  z-index: 999;
  transition-delay: .1s;
}
.ind-item:hover img {
  opacity: 1;
}
.ind-item:hover .tit {
  transform: translateY(-200px);
}
.ind-item:hover  ul li {
  transform: translateY(200px);
}
.ind-item:hover::before{
  left: calc(50% - 30px)
}

.ind-item:nth-child(5n+1)::before{
  background-image: url('../images/i-icon1.png');
}
.ind-item:nth-child(5n+2)::before{
  background-image: url('../images/i-icon2.png');
}
.ind-item:nth-child(5n+3)::before{
  background-image: url('../images/i-icon3.png');
}
.ind-item:nth-child(5n+4)::before{
  background-image: url('../images/i-icon4.png');
}
.ind-item:nth-child(5n+5)::before{
  background-image: url('../images/i-icon5.png');
}
.ind-wrapper{display:flex}
/* 产品中心 */
.caseBox{
	padding-top: 20px;
	background-color: #f3f8fb;
	position: relative;
	padding-bottom: 80px;
}

.caseUl{
	position: relative;
	z-index: 1;
}
.caseUl li{
	float: left;
	position: relative;
	width: 32%;
	margin-right: 2%;
	margin-bottom:100px;
	background-color: #f3f8fb;
	
}
.caseUl li:nth-child(3n+0){
	margin-right: 0;
}
.caseUl li a{
	display: block;
	padding-bottom: 25px;
}
.caseUl li a .imgbox{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
    -webkit-transition: all 1s cubic-bezier(0.18, 0.89, 0.32, 1.27);
    -o-transition: all 1s cubic-bezier(0.18, 0.89, 0.32, 1.27);
    transition: all 1s cubic-bezier(0.18, 0.89, 0.32, 1.27);
}
.caseUl li a .inimg{
	box-shadow: 0px 0 0px red, 
	 0px 0 0px yellow, 
	 0 0px 0px blue, 
	 0 15px 40px rgba(0,0,0,.15);
	 overflow: hidden;
}
.caseUl li a .imgbox img{
	width: 100%;
}
.caseUl li a .float{
	position: absolute;
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff;
	text-align: center;
	padding-top: 17px;
	padding-bottom: 16px;
	border-width: 0 0 2px 0;
	border-style: solid;
}
.caseUl li a .float{
	border-bottom-color: #0571b1;
}
.caseUl li a .float .zw{
	font-size: 20px;
	color: #373737;
	line-height: 1.5;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.caseUl li a .float .yw{
	font-size: 12px;
	color: #a4a4a4;
	line-height: 1.5;
	height: 18px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.caseUl li:hover a .imgbox{
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.caseUl li:hover a .float .zw,.caseUl li:hover a .float .yw{
  color: #fff;
}
.caseUl li:hover a .float{
  background-color: #0571b1;
}
.hot-pro .swiper {
  width: 100%;
  height: 100%;
}
.hot-pro-wrapper {
  overflow: hidden;
  position: relative;
}

.hot-pro .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.hot-pro .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hot-pro .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.hot-pro .swiper-slide {
  background-size: cover;
  background-position: center;
}

.hot-pro .mySwiper2 {
  height: 80%;
  width: 100%;
}
.hot-pro .mySwiper2 .swiper-button-prev, .hot-pro .mySwiper2 .swiper-container-rtl .swiper-button-next {
  background:none;
  width: 30px;
  height: 80px;
  background-color: #9a9a9a;
}
.hot-pro .mySwiper2 .swiper-button-next,.hot-pro .mySwiper2 .swiper-button-prev {
  top: calc(50% - 40px);
  transition: all .3s linear;
}
.hot-pro .mySwiper2 .swiper-button-next span,.hot-pro .mySwiper2 .swiper-button-prev span {
  margin-top: 30px;
  font-size: 18px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
}
.hot-pro .mySwiper2 .swiper-button-next,.hot-pro .mySwiper2 .swiper-container-rtl .swiper-button-prev {
  background:none;
  width: 30px;
  height: 80px;
  background-color: #9a9a9a;
}
.hot-pro .mySwiper2 .swiper-button-next:hover,.hot-pro .mySwiper2 .swiper-button-prev:hover {
  background: #0571b1;
}

.hot-pro .mySwiper {
  margin-top: 10px;
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  border-top: 2px solid #0571b1;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.hot-pro .mySwiper::before {
  z-index: 100;
  content: '';
  display: block;
  top: -30px;
  right: 10%;
  position:absolute;
  width: 60px;
  height: 60px;
  background: url(../images/inpro-b.png);
  background-size: 100%;
}
.hot-pro .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  position: relative;
}
.hot-pro .mySwiper .swiper-slide-thumb-active::after {
  content: '';
  position: absolute;
  height: 3px;
  width: 50%;
  background-color: #0571b1;
  bottom: -13px;
}

.hot-pro .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.hot-pro .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hot-pro .mySwiper2 .swiper-slide a {
  width: 100%;
  display: block;
  height: 100%;
  margin: 0 5%;
}
.hot-pro .mySwiper2 .swiper-slide img {
  width: 60%;
  height: auto;
  margin: 0 auto;
}
.hot-pro .mySwiper2 .swiper-slide .inpro-tit {
  display: inline-block;
  position:absolute;
  left: 15%;
  top: 0%;
  text-align: left;
}
.hot-pro .inpro-tit h4{
  font-size: 28px;
  padding: 10px 0;
  font-weight: 700;
  color: #0571b1;
}
.hot-pro .mySwiper2 .swiper-slide .inpro-tit p {
  font-size: 16px;
}
/* 公司介绍 */
.ina {
  width: 100%;
}
.ina .ina-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 60px;
}
.ina .ina-pic {
  width: 100%;
  display: block;
  position: relative;
}
.ina .ina-pic img {
  width: 100%;
  opacity: 1;
}
.ina .ina-l {
  width: 50%;
  padding-top: 10px;
}
.ina .ina-l img {
  position: relative;
  zoom: .8;
}
.ina .ina-l p {
  font-size: 16px;
  line-height: 1.8;

}
.ina .ina-r {
  width: 48%;
  height: 100%;
  position: absolute;
  top: -50%;
  right: 1%;
  z-index: 9;

}
.ina .ina-r-text {
  width: 48%;
  height: 100%;
  position: absolute;
  top: 0%;
  right: 1%;
  z-index: 100;
  text-align: center;
}
.ina .ina-r-text .ina-span {
  width: 100%;
  display: block;
  text-align: center;
  position:absolute;
  top: 22%;
  display: none;
}
.ina .ina-r-text .ina-span a{
  display: inline;
  padding: .2rem .5rem;
  background-color: #fff;
  font-weight: 500;
  font-size: 18px;
  transition: all .5s;
}
.ina .ina-r-text .ina-span a:hover {
  background-color: #0571b1;
  color: #fff;
}
.ina .ina-r-text h3 {
  font-size: 24px;
  width: 100%;
  position:absolute;
  padding: .2rem 0;
  text-align: center;
  display: block;
  top: 0%;
  color: #fff;
  display: none;
}
.ina .ina-r-text h3 p {
  font-size: 18px;
  padding: .1rem 0;
  color: #0571b1;
  display: none;
}
.ina .ina-r-text .ser-ul {
  position:absolute;
  top: 0%;
  right: 0;
  width: 100%;
  height: 100%;
}
.ina .ina-r-text .ser-ul ul{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.ina .ina-r-text .ser-ul li {
  width: 50%;
  position: relative;
  box-sizing:border-box; float:left; text-align:center; min-height:152px;
  margin-top: 10px;
}
.ina .ina-r-text .ser-ul li a{ display:block;}
.ina .ina-r-text .ser-ul li p{ color:#333333; font-size: 16px; margin:19px 0;}
.ina .ina-r-text .ser-ul li span{ color:#b1b1b1;}
.ina .ina-r-text .ser-ul li img{ transition:all 0.5s}
.ina .ina-r-text .ser-ul li:hover img{ transform:rotate(360deg);}
/* 主要内容区域结束 */
/* 底部footer */
.top-btn{
  display: none;
  position: fixed;
  bottom: 220px;
  right: 24px;
  border-radius:50%;width:40px;height:40px;background:#0571b1;z-index:999;display:flex;justify-content:center;align-items:center;box-shadow:0 5px 5px 0 rgba(0,0,0,.1);transition:all .4s ease}
.top-btn:hover{cursor:pointer;background:#ccc}
.top-btn i{position:relative;transform:scale(1.4);color: #fff;}
.top-btn:hover i{color: #000;}
.foot{width:100%}
.foot .common-wrapper{display:flex;align-items:center}
.foot .text{width:300px;line-height:60px}
.foot-list{min-height:250px;box-sizing:border-box;background:#171615}
.foot-l{width:100%;height:100%;display:flex}
.foot-l .foot-u{margin-top:30px}
.foot-l .foot-u li{margin:20px 0}
.foot-l .foot-u li a{transition:all .3s ease;color:#fff;opacity:.8;font-size:14px;line-height:1.3}
.foot-l .foot-u li a:hover{color:#0571b1;opacity:1;padding-left:10px}
.foot-l .foot-u .iconfont{color:#fff;opacity:.8;margin-right:3px}
.foot-l .lfr{margin-top:30px;display:flex}
.foot-item{padding-top:30px;height:100%;width:25%}
.foot-title{font-size:18px;font-weight:700;color:#fff}
.foot-cate,.foot-code,.foot-index{padding-left:100px}
.foot-cate ul,.foot-nav ul{margin-top:30px}
.foot-cate ul li,.foot-nav ul li{margin:10px 0}
.foot-cate ul li a,.foot-nav ul li a{transition:all .3s ease;color:#fff;font-size:14px;opacity:.8;line-height:1.3}
.foot-cate ul li a:before,.foot-nav ul li a:before{position:relative;top:-2px;content:"-";margin-right:10px}
.foot-cate ul li a:hover,.foot-nav ul li a:hover{color:#0571b1;opacity:1;padding-left:10px}
.foot-right a{color:hsla(0,0%,100%,.8)}
.foot-right{width:100%;height:58px;background-color:#111;color:hsla(0,0%,100%,1);display:flex;justify-content:center;align-items:center}
.code-img{margin-top:30px}
.code-img img{max-width:140px}
.fudong {
  display: none;
}
.sm-mask{position:fixed;width:100%;bottom:0;height:100%;background:rgba(0,0,0,.6);z-index:1009;display:none;top:13.3333333333vw}
.top-btn {
  display: none;
}
/* footer结束 */
@media screen and (max-width: 1480px) {
  .common-wrapper {
    width: 100%;
  }
  .ind, .ina, .foot-list {
    padding: 0 10px;
  }
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear{zoom:1;clear:both; height:0; line-height:0; font-size:0;}
#swiper-banner .swiper-button-prev, #about-banner .swiper-button-prev{
  background-image: url(../images/left-b-h.png);
}
#swiper-banner .swiper-button-next,#about-banner .swiper-button-next{
  background-image: url(../images/right-b-h.png);
}
/* 新闻 区域 */
.inn {
  padding: 3.5% 0;
  background: url("../images/sub_05.jpg") no-repeat center/cover;
}
.inn .inn-news {
  display: flex;
}

.inn .inn-news .title {
  font-size: .55rem;
  font-weight: bold;
  color: #3e3e3e;
  line-height: 1;
  padding-bottom: .3rem;
  position: relative;
  text-align: center;
  margin-bottom: .6rem
}

.inn .inn-news .title:before {
  content: '';
  width: .25rem;
  left: 50%;
  margin-left: -.25rem;
  bottom: 0;
  position: absolute;
  border-bottom: .04rem solid #0b377f
}

.inn .inn-news .title:after {
  content: '';
  width: .25rem;
  right: 50%;
  margin-right: -.25rem;
  bottom: 0;
  position: absolute;
  border-bottom: .04rem solid #3e3e3e
}

.inn .inn-news .img {
  height: 4.2rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 7.2rem;
  flex: 1 1 7.2rem;
  max-width: 720px;
  margin-top: .3rem;
  position: relative;
  overflow: hidden
}

.inn .inn-news .img .mask {
  position: absolute;
  width: 100%;
  height: 2.55rem;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: url("../images/sub_07.png") no-repeat top center/cover
}

.inn .inn-news .img .intro {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: .3rem;
  z-index: 2;
  color: #FFFFFF;
  padding-left: 20px;
}

.inn .inn-news .img .intro .date {
  font-size: .14rem;
  font-family: Arial;
  margin-bottom: .2rem
}

.inn .inn-news .img .intro .name {
  font-size: .26rem;
  line-height: .4rem
}

.inn .inn-news .img .intro .more {
  position: absolute;
  width: .5rem;
  height: .25rem;

  right: .4rem;
  bottom: .1rem
}

.inn .inn-news .news-list {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 5.6rem;
  flex: 1 1 5.6rem;
  max-width: 560px;
  height: 100%;
}

.inn .inn-news .news-list li {
  width: 100%;
  height: .86rem;
  position: relative;
  background-color: #FFFFFF;
}

.inn .inn-news .news-list li:hover a, .inn .inn-news .news-list li.active a {
  width: calc(100% + 0.3rem);
  background-color: #0571b1;
  padding: .1rem .55rem
}

.inn .inn-news .news-list li:hover a:after, .inn .inn-news .news-list li.active a:after {
  display: none
}

.inn .inn-news .news-list li:hover .news-name, .inn .inn-news .news-list li:hover .news-date, .inn .inn-news .news-list li.active .news-name, .inn .inn-news .news-list li.active .news-date {
  color: #FFFFFF
}

.inn .inn-news .news-list a {
  box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
  background-color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: .1rem .4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}

.inn .inn-news .news-list a:after {
  content: '';
  position: absolute;
  left: .4rem;
  right: .4rem;
  border-bottom: 1px solid #f1f2f7;
  bottom: 0
}

.inn .inn-news .news-list a:last-child:after {
  content: none
}

.inn .inn-news .news-list .news-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .2rem;
  color: #666666;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}

.inn .inn-news .news-list .news-date {
  font-size: .14rem;
  color: #999999;
  font-family: Arial;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
.phone_show {
  display: none;
}
@media screen and (min-width: 769px) {
  .head {
    height: 150px;
    transition: all .5s ease-in-out;
  }
  main {
    margin-top: 150px;
  }
  #swiper-banner {
    margin-top: -50px;
  }
  .head-wrapper {
    width: 100%;
    flex-wrap: wrap;
    position: relative;
  }
  .head-top {
    width: 100%;
    height: 20px;
    padding: 5px 0;
    background-color: #0571b1;
  }
  .head-top p {
    display: block;
    max-width: 1400px;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
  }
  .head-nav {
    background-color: #0571b1;
    width: 100%;
    height: 50px;
  }
  .head-nav>ul {
    max-width: 1400px;
    margin: 0 auto;
  }
  .head-nav>ul>li {
    flex: 1;
  }
  .head-nav>ul .submenu {
    width: 200px;
  }
 
  .head-nav>ul>li .active, .head-nav>ul>li:hover>a {
    color: #0571b1;
    background-color: #e2e1e4;
  }
  .head-nav>ul>li>a {
    color: #Fff;
  }
  #xyz {
    position: absolute;
    top: 8px;
    right: 5%;
    height: 20px;
  }
  .head-logo {
    width: 100%;
    margin-left: 0;
    height: 70px;
    max-width: 1400px;
  }
  .head-logo>a {
    width: 20%;
    display: block;
    text-align: left;
  }
  .head-logo img {
    height: 60px;
    width: auto;
  }
  .head-logo .logo-right {
    width: 100%;
  }
  .head-logo .logo-right ul {
    display: flex;
  }
  .head-logo .logo-right ul li {
    flex: 1;
    border-right: 1px dashed #ccc;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: flex;
  }
  .head-logo .logo-right ul li:last-child {
    border: none;
  }
  .head-logo .logo-right ul li .iconfont {
    color: #0571b1;
    font-size: 26px;
    display: block;
    width: 20%;
    text-align: right;
    padding-right: 10px;
  }
  .head-logo .logo-right ul li .icon-mobile {
    font-size: 30px;
  }
  .head-logo .logo-right ul li p {
    width: 80%;
    height: 40px;
    display: block;
    line-height: 20px;
    text-align: left;
    font-size: 13px;
  }
  .head-logo .logo-right ul li p strong {
    font-weight: 700;
    height: 24px;
    line-height: 20px;
    font-size: 16px;
    width: 100%;
    display: block;
  }
  .head.fixed .head-top,.head.fixed .head-logo,.head.fixed #xyz  {
    display: none;
  }

  .head.fixed .head-nav {
    height: 60px;
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
  }
  .head.fixed {
    height: 60px;
  }
  #about-banner.swiper-container .swiper-pagination {
    left: calc(50% - 40px);
  }
}
.message_wrap {
  background:#fff url(../images/news-banner.jpg) no-repeat right bottom;
  padding: 30px 0 ;
}
/* main .inx .in-tit {
  padding-bottom: 4px;
} */
.message_wrap{position:relative;z-index:2; padding-left:0;padding-bottom: 50px;}
.message_wrap .main_title{text-align: left;background-position: left top;align-items: center;}
.message_wrap .main_title .text{max-width: 100%;}
.message_wrap .column{position:relative;z-index:2;padding:50px 50px;padding-left:0;}
.message_wrap .column:before{content:'';border:10px solid #dce2e5;position:absolute;left:-50px;top:0;right:0;bottom:0;display:block;z-index:-1;}
.message_wrap .column .text{font-size:14px;line-height:20px;color:#808080;margin-bottom:20px;margin-top:20px;}
.send_column{padding-bottom:70px;padding-top:20px;
position: relative;z-index:10; bottom:0;border-radius:0px;box-shadow: 0 5px 20px 1px rgba(0,0,0,0.3);}

.send_column .page_title{ text-align:center;margin-top: -20px; margin-bottom:20px;padding: 20px;}
.page_title span {
font-size: 20px;
color: #0571b1;
font-weight: 700;
padding: 20px 0;
}
.send_column ul{list-style:none;max-width:100%;padding-top:0;display: flex; flex-wrap: wrap;}
.send_column ul li{margin-bottom:20px; width: calc(45% - 15px); margin-right: 8%;padding-left:15px;}
.send_column ul li:nth-child(2n) {
margin-right: 0;
}
.send_column ul li.meText {
width: calc(100% - 46px);
margin-right: 0;
}
.send_column ul li p{border:1px solid #dedede;margin:0;margin-top:0;font-size:14px;margin-bottom:0;padding:10px 15px;background:#fff;border-radius:0;box-shadow: 0 2px 4px 0px rgba(0,0,0,0.1) inset;}
.send_column ul li p:before{margin-right:10px;color:#b4b4b4;content:"\f0ca";font-family:'FontAwesome';font-size:14px;}
.send_column ul li p a{color:red; text-decoration:underline;font-size:14px;display:inline-block;}
.send_column ul li span{display:block;position:relative;}
/*.send_column ul li span:after{content:'*';color:red;position:absolute;right:7px;top:0;z-index:2;line-height: 48px;z-index: 111;}*/
.send_column ul li span:before{content:'';position:absolute;right:10px;top:13px;width:28px;height:24px;display:inline-block;background-repeat: no-repeat;}
.send_column ul li span.ms_e:before{background-image: url(../images/mes_e1.png);}
.send_column ul li span.ms_p:before{background-image: url(../images/mes_p1.png);}
.send_column ul li span.ms_m:before{background-image: url(../images/mes_m1.png);} 
.send_column ul li span.ms_n:before{background-image: url(../images/mes_n1.png);} 
.send_column ul li span.ms_c:before{background-image: url(../images/mes_c1.png);} 
.send_column ul li span.ms_p:after{display:none;}

.send_column ul li input{background:none;height:54px;width:100%;line-height:54px; font-size:14px;color:#808080;border:1px solid #dedede;background:#fff;border-radius:2px;box-shadow: 0 2px 4px 0px rgba(0,0,0,0.1) inset;}
.send_column ul li textarea{height:100px;background:#fff;width:100%;max-height:100px;font-size:14px;color:#808080;border:none;border:1px solid #dedede;border-radius:2px;box-shadow: 0 2px 4px 0px rgba(0,0,0,0.1) inset;}
.send_column ul li input:focus,.send_column ul li textarea:focus{color:#333;border-color:#175fc3;background:#fff;}
.send_column ul li input:-ms-input-placeholder{color:#808080;}/* Internet Explorer 10+ */ 
.send_column ul li input::-webkit-input-placeholder{color:#808080;}/* WebKit browsers */
.send_column ul li input::-moz-placeholder{color:#808080;}/* Mozilla Firefox 4 to 18 */ 
.send_column ul li input:-moz-placeholder{color:#808080;}/* Mozilla Firefox 19+ */ 
.send_column ul li .cform-item__wrap{ display: flex; align-items: center; }
.send_column ul li .cform-item__wrap .verify-img{ display: inline-block; margin-left: 10px; max-width: 100px}
.send_column ul li textarea:-ms-input-placeholder{color:#808080;}/* Internet Explorer 10+ */ 
.send_column ul li textarea::-webkit-input-placeholder{color:#808080;}/* WebKit browsers */
.send_column ul li textarea::-moz-placeholder{color:#808080;}/* Mozilla Firefox 4 to 18 */ 
.send_column ul li textarea:-moz-placeholder{color:#808080;}/* Mozilla Firefox 19+ */ 
.send_column .main_more{margin-top:0;}

.main_more{position:absolute;
left: calc(50% - 50px);
bottom: 15px;
display:inline-block;margin-top:20px;transition:all .5s;z-index:3;border-radius:2px;background:#0571b1; border-radius: 5px;  }
.main_more:hover{box-shadow: 0 3px 25px 4px rgba(222,28,49,0.3); transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0);}
.main_more a:before{ content: ' '; position: absolute; background:rgba(255,255,255,0.5); width: 20px; height: 100%; top: 0; left: 0;  -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out; -webkit-transform: skewX(-25deg); transform: skewX(-25deg);opacity: 0;filter: alpha(opacity=0);}
.main_more:hover a:before { width: 45px; left: 50%;opacity: 0.15;filter: alpha(opacity=15);}
.main_more a:after{margin-left:5px;}

.main_more a,.main_more input, .main_more button{display:block;border:0;color:#ffffff;font-size:14px;height:50px;line-height:50px;padding-left:25px;padding-right:25px;text-transform:uppercase;z-index:2;position:relative;border-radius:0;font-family:'Montserrat-SemiBold';background:none;background-repeat: no-repeat;transition:all .5s; }
.main_more:hover a,.main_more:hover input, .main_more:hover button{color:#fff;text-decoration:none;} 
.hot-pro {
  position: relative;
}
.hot-pro-wrapper {
  position: static;
}
.pro_banner {
  width: 100%;
  height: 300px;
  overflow: hidden;
  display: block;
  position: absolute;
  left: 0;
  top: 115px;
  display: none;
}
/* main .hot-pro-wrapper .in-tit {
  margin-bottom: 200px;
} */
.pro_banner img {
  display: block;
  width: 100%;
}
.hot-pro .pro_banner h3,.hot-pro .pro_banner h4 {
  position: absolute;
  width: 100%;
  display: block;
  font-weight: 700;
  color: #fff;
  top: 20%;
  left: 0%;
  text-align: center;
  font-size: 32px;
  text-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
}
.hot-pro .pro_banner h4 {
  top: 40%;
  font-size: 24px;
}
.hot-pro .pro_banner .i_more {
  position: absolute;
  left: 0%;
  top: 60%;
  display: block;
  width: 100%;
  text-align: center
}
.hot-pro .pro_banner .i_more a {
  background-color: #0571b1;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  text-transform: capitalize;
  border: 2px solid #0571b1;
  padding: 0px 20px;
  font-weight: bold;
  line-height: 36px;
  border-radius: 5px;
}
.hot-pro .pro_banner .i_more a:hover{
  background-color: #fff;
  color: #0571b1;
}
@media screen and (min-width: 960px) and (max-width: 1100px) {
  .head-top p,.head-logo,.head-nav>ul,.common-wrapper{
    width: 980px;
    max-width: 980px;
  }
  .ind-item {
    height: 200px;
  }
  .hot-pro .pro_banner .i_more {
    top: 55%;
  }
  main {
    touch-action: pan-y;
}
.head-logo .logo-right ul li {
  flex: auto;
  width: 30%;
}
.head-logo .logo-right ul li:last-child {
  width: 50%;
}
}

.why{
	padding: 115px 0 80px;
	background: url(../images/why.png) center center no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
	justify-content: center;
}
.why h4 {
  font-weight: 600;
  color: #fff;
  font-size: 28px;
  text-align: center;
  overflow-wrap: break-word;
  line-height: 1.2;
}
.why .why-cont {
  display: flex;
  width: 100%;
}
.why .item{
	display: flex;
	align-items: center;
	flex-direction: column;
	margin: 100px 0 0 0;
  width: 33.333%;
  position: relative;
  padding: 0 15px;
}
.why .item i{
  display: flex;
  width: 130px;
  height: 130px;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 100%;
  border: 10px solid transparent;
}
.why .item em{
	display: none;
}
.why .item img{
	height: 50px;
}
.why .item strong{
	margin: 35px 0;
	font-size: 24px;
	font-weight: 600;
}
.why .item p{
	padding: 0 50px;
	font-size: 16px;
	line-height: 1.5;
}
.why .item::before{
	content: '';
	position: absolute;
	width: 310px;
	height: 3px;
	background: url(../images/dots.png) left center;
	margin: 65px 0 0 100%;
}
.why .item:last-child::before{
	display: none;
}
.why .item:hover i{
	display: none;
}
.why .item:hover em{
	display: flex;
	background: #e91f25;
	border: 10px solid #5a5764;
	transition: .5s all;
  width: 130px;
  height: 130px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.inad {
  background: url(../images/in-ab-bd.jpg) no-repeat;
  background-size: cover;
  display: none;
}
.inad-box {
  height: 700px;
  position: relative;
}
.box-hd {
  height: 198px;
  width: 80%;
  left: 10%;
  position:absolute;
  background-color: rgba(222,28,49,.3);
}
.box-hd .box-img {
  display: block;
  opacity: .2;
  width: 100%;
  margin-top: 60px;
}
.box-hd ul {
  display: flex;
  position: absolute;
  width: 100%;
  top: 30px;
  z-index: 9;
}
.box-hd ul li {
  width: 20%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.box-hd ul li span {
  display: block;
  color: #000;
  font-size: 14px;
  position: absolute;
  bottom: 20px;
  line-height: 20px;
  width: 100%;
  text-align: center;
}
.box-hd ul li em,.box-hd ul li i {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
  padding: 20px 0 50px 0;
}
.box-hd ul li em img,.box-hd ul li i img {
  display: block;
  margin: 0 auto;
  margin-top: -10px;
}
.box-hd ul li em {
  display: none;
}
.box-hd ul li:hover i {
  display: none;
}
.box-hd ul li:hover em {
  display: inline-block;
  background-color: rgba(222,28,49,.5);
}
.box-bd {
  height: 300px;
  width: 100%;
  position: absolute;
  border: 4px solid #0571b1;
  top: 100px;
  left: 0;
  border-radius: 10px;
  padding-top: 200px;
}

.box-bd img {
  display: block;
  position: absolute;
  top: 120px;
  right: 10%;
}
.box-bd .box-bd-desc {
  width: 80%;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
}
.box-bd .box-bd-desc p {
  line-height: 2em;
  font-size: 18px;
}
/*搜索*/
.search{ }/*搜索色*/
.search .w1200 {
  width: 1200px;
  height:60px; background-image: linear-gradient(to right, #0571b1 0%,#0571b1  0%, skyblue 21%, #0571b1 52%, #0571b1 78%, skyblue 100%); border-radius:90px;margin-top: -40px; position:relative; z-index:999999; padding:30px 52px;
  display: flex;
}
.semean{ font-size:16px; color:#F5F5F5;margin-left: 130px;}
.semean strong{ font-size:26px; font-weight: bold; color:#fff; display:block; margin-bottom:5px;}
.sefind{ margin-left:130px;}
.keywords,.keywords a{ font-size:12px; color:#fff !important; line-height:30px;}
.keywords a:hover{ text-decoration:underline;}
#search_bg input{ border:none; background:none; font-size:12px; float:left;}
#search_bg{ height:40px; border-bottom:1px solid #F5F5F5; width:402px;}
#infoname{ width:360px; height:39px;}
.code {
    position: absolute;
    left: 15px;
    bottom: 15px;
    display: flex;
    margin-top: 20px;
    transition: all .5s;
    z-index: 3;
    width: 150px;
}
.code input {
  flex: 1;
  height: 30px;
  border: 1px solid #dedede;
  width: 60px;
  display: block;
}
.code img {
  flex: 1;
  height: 30px;
  width: auto;
}
.head-nav>ul>li:nth-child(3) ul{
  width: 235px;
}
#Marquee_y {
  height:400px;overflow:hidden;
  margin-bottom: 50px;
  box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
}
#Marquee_y .Marquee_y_list {
  width: 100%;
}
#Marquee_y .Marquee_y_list li ul{
  display: flex;
  width: 100%;
  flex-wrap: wrap ;
}
#Marquee_y .Marquee_y_list li ul li {
  width: calc(16.666% - 40px);
  margin: 0 20px;
}
#Marquee_y .Marquee_y_list li ul li img{
  width: 100%;
  height: auto;
}
#Marquee_y .marquee_tit {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .inx {
    padding: 0 5.3333333333vw
  }
  #Marquee_y {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }
  #Marquee_y .Marquee_y_list li ul {
    flex-wrap: wrap;
  }
  #Marquee_y .Marquee_y_list li ul li {
    width: calc(33.333% - 40px);
    flex: unset;
  }
}

.map-info {
	width: 23%;
	float: right;
	margin-left: 1%;
	margin-top: 100px;
	margin-bottom: 60px;
}