@charset "utf-8";



@font-face{font-family:SJxingkai;src:url(../fonts/SJxingkai-C-Regular.eot);src:url(../fonts/SJxingkai-C-Regular.eot?#iefix) format('embedded-opentype'),url(../fonts/SJxingkai-C-Regular.woff2) format('woff2'),url(../fonts/SJxingkai-C-Regular.woff) format('woff'),url(../fonts/SJxingkai-C-Regular.ttf) format('truetype'),url(../fonts/SJxingkai-C-Regular.svg#novecentowide-bold-webfont) format('svg')}





html {

	width: 100%;

	margin: 0;

	padding: 0;

	-ms-text-size-adjust: 100%;

	-webkit-text-size-adjust: 100%;

}

body {

	width:100%;

	margin: 0 auto;

	font-family: "微软雅黑";

	font-size: 14px;

	margin: 0;

	padding: 0;

	color: #222222;

	line-height: 200%;

}

img {

	border: none;

}

dl,dt,dd {

	display: block;

	margin: 0;

}

p,ul,li,form,h1,h2,h3,h4,h5,h6,dl,dd {

	margin: 0;

	padding: 0;

	list-style: none;

}

input,textarea{font-family: "微软雅黑";}

a {

	color: #222222;

	text-decoration: none !important;

	cursor: pointer;

	background: transparent;

	/*修正win8系统IE连接灰色背景*/

	outline: none;

	blr: expression(this.onFocus=this.blur());

	-webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s; 

}

a img {

	border: none;

}

a:hover {

	color: #005bab;

}

.clear {

	clear: both;

	margin: 0;

	padding: 0;

	height: 0;

}



footer,header{display:block}







*{-webkit-box-sizing:border-box;box-sizing:border-box;}





img {

	border: none; max-width: 100%;-webkit-user-drag:none;

}



a {

	color: #494949;

	text-decoration: none !important;

	cursor: pointer;

	background: transparent;

	outline: none;

	blr: expression(this.onFocus=this.blur());

	-webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s; 

}

a img {

	border: none;

}

.cf:after{content:""; display:block; height:0; clear:both;}

.mwrap {width:84%; margin: 0 auto; overflow: hidden;}

.wrap { width: 1280px;margin: 0 auto; overflow: hidden;}

.pc-div{ display:block!important}

.phone-div { display:none!important}

.clear {

	clear: both;

	margin: 0;

	padding: 0;

	height: 0;

}

.fl {

	float: left;

}

.fr {

	float: right;

}

.center{ text-align:center;}







/*》》》》》》》》》》flex布局《《《《《《《《《《*/

.flex{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}

.flex_item{-webkit-box-flex: 1;-moz-box-flex: 1; -webkit-flex: 1;-ms-flex: 1;flex:1;}

.flex-row {flex-direction: row;}

.flex-col {flex-direction: column;}

.justify-center {justify-content: center;}

.justify-end {justify-content: flex-end;}

.justify-evenly {justify-content: space-evenly;}

.justify-around {justify-content: space-around;}

.justify-between {justify-content: space-between;}

.items-center {align-items: center;}

.items-end {align-items: flex-end;}

/*自定义滚动条*/

::-webkit-scrollbar{width:5px;height:5px;}

::-webkit-scrollbar-button:vertical{display:none;}

::-webkit-scrollbar-track:vertical{background-color:black}

::-webkit-scrollbar-track-piece{background:#fff;}

::-webkit-scrollbar-thumb:vertical{background-color:#555;border-radius:30px}

::-webkit-scrollbar-thumb:vertical:hover{background-color:#3B3B3B;}

::-webkit-scrollbar-corner:vertical{background-color:#535353;}

::-webkit-scrollbar-resizer:vertical{background-color:#0054A7;}



.fadeInUp50 {

  -webkit-animation-name: fadeInUp50;

  -moz-animation-name: fadeInUp50;

  -ms-animation-name: fadeInUp50;

  animation-name: fadeInUp50;

}

@-webkit-keyframes fadeInUp50 {

  from {

    opacity: 0;

    -webkit-transform: translate3d(0, 50px, 0);

    -moz-transform: translate3d(0, 50px, 0);

    -ms-transform: translate3d(0, 50px, 0);

    transform: translate3d(0, 50px, 0);

  }

  to {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}

@-moz-keyframes fadeInUp50 {

  from {

    opacity: 0;

    -webkit-transform: translate3d(0, 50px, 0);

    -moz-transform: translate3d(0, 50px, 0);

    -ms-transform: translate3d(0, 50px, 0);

    transform: translate3d(0, 50px, 0);

  }

  to {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}

@-o-keyframes fadeInUp50 {

  from {

    opacity: 0;

    -webkit-transform: translate3d(0, 50px, 0);

    -moz-transform: translate3d(0, 50px, 0);

    -ms-transform: translate3d(0, 50px, 0);

    transform: translate3d(0, 50px, 0);

  }

  to {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}

@keyframes fadeInUp50 {

  from {

    opacity: 0;

    -webkit-transform: translate3d(0, 50px, 0);

    -moz-transform: translate3d(0, 50px, 0);

    -ms-transform: translate3d(0, 50px, 0);

    transform: translate3d(0, 50px, 0);

  }

  to {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}



.fadeInLeft50 {

  -webkit-animation-name: fadeInLeft50;

  -moz-animation-name: fadeInLeft50;

  -ms-animation-name: fadeInLeft50;

  animation-name: fadeInLeft50;

}

@-webkit-keyframes fadeInLeft50 {

  from {

    opacity: 0;

    -webkit-transform: translate3d(-50px, 0, 0);

    -moz-transform: translate3d(-50px, 0, 0);

    -ms-transform: translate3d(-50px, 0, 0);

    transform: translate3d(-50px, 0, 0);

  }

  to {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}

@-moz-keyframes fadeInLeft50 {

  from {

    opacity: 0;

    -webkit-transform: translate3d(-50px, 0, 0);

    -moz-transform: translate3d(-50px, 0, 0);

    -ms-transform: translate3d(-50px, 0, 0);

    transform: translate3d(-50px, 0, 0);

  }

  to {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}

@-o-keyframes fadeInLeft50 {

  from {

    opacity: 0;

    -webkit-transform: translate3d(-50px, 0, 0);

    -moz-transform: translate3d(-50px, 0, 0);

    -ms-transform: translate3d(-50px, 0, 0);

    transform: translate3d(-50px, 0, 0);

  }

  to {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}

@keyframes fadeInLeft50 {

  from {

    opacity: 0;

    -webkit-transform: translate3d(-50px, 0, 0);

    -moz-transform: translate3d(-50px, 0, 0);

    -ms-transform: translate3d(-50px, 0, 0);

    transform: translate3d(-50px, 0, 0);

  }

  to {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}

.fadeInDown50 {

  -webkit-animation-name: fadeInDown50;

  -moz-animation-name: fadeInDown50;

  -ms-animation-name: fadeInDown50;

  animation-name: fadeInDown50;

}

@-webkit-keyframes fadeInDown50 {

  from {

    opacity: 0;

    -webkit-transform: translate3d(-50px, 0, 0);

    -moz-transform: translate3d(-50px, 0, 0);

    -ms-transform: translate3d(-50px, 0, 0);

    transform: translate3d(-50px, 0, 0);

  }

  to {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}

@-moz-keyframes fadeInDown50 {

  from {

    opacity: 0;

    -webkit-transform: translate3d(-50px, 0, 0);

    -moz-transform: translate3d(-50px, 0, 0);

    -ms-transform: translate3d(-50px, 0, 0);

    transform: translate3d(-50px, 0, 0);

  }

  to {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}

@-o-keyframes fadeInDown50 {

  from {

    opacity: 0;

    -webkit-transform: translate3d(-50px, 0, 0);

    -moz-transform: translate3d(-50px, 0, 0);

    -ms-transform: translate3d(-50px, 0, 0);

    transform: translate3d(-50px, 0, 0);

  }

  to {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}

@keyframes fadeInDown50 {

  from {

    opacity: 0;

    -webkit-transform: translate3d(-50px, 0, 0);

    -moz-transform: translate3d(-50px, 0, 0);

    -ms-transform: translate3d(-50px, 0, 0);

    transform: translate3d(-50px, 0, 0);

  }

  to {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}

.fadeInRight50 {

  -webkit-animation-name: fadeInRight50;

  -moz-animation-name: fadeInRight50;

  -ms-animation-name: fadeInRight50;

  animation-name: fadeInRight50;

}

@-webkit-keyframes fadeInRight50 {

  from {

    opacity: 0;

    -webkit-transform: translate3d(50px, 0, 0);

    -moz-transform: translate3d(50px, 0, 0);

    -ms-transform: translate3d(50px, 0, 0);

    transform: translate3d(50px, 0, 0);

  }

  to {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}

@-moz-keyframes fadeInRight50 {

  from {

    opacity: 0;

    -webkit-transform: translate3d(50px, 0, 0);

    -moz-transform: translate3d(50px, 0, 0);

    -ms-transform: translate3d(50px, 0, 0);

    transform: translate3d(50px, 0, 0);

  }

  to {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}

@-o-keyframes fadeInRight50 {

  from {

    opacity: 0;

    -webkit-transform: translate3d(50px, 0, 0);

    -moz-transform: translate3d(50px, 0, 0);

    -ms-transform: translate3d(50px, 0, 0);

    transform: translate3d(50px, 0, 0);

  }

  to {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}

@keyframes fadeInRight50 {

  from {

    opacity: 0;

    -webkit-transform: translate3d(50px, 0, 0);

    -moz-transform: translate3d(50px, 0, 0);

    -ms-transform: translate3d(50px, 0, 0);

    transform: translate3d(50px, 0, 0);

  }

  to {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}

.div_m{display: none !important;}



/*header*/

.header{ clear:both; width: 100%; padding: 0 5.5%; height: 1rem;border-bottom:1px solid  rgba(255,255,255,0.2); position: fixed; left: 0; top: 0; z-index: 99999; display: flex; align-items: center; justify-content:space-between;-webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.header .menu{ color: #fff; float: left; font-size: 20px; cursor: pointer; width: 120px; display: flex; align-items: center; justify-content: flex-start}

.header .menu .sp1 { /*background: url(../images/icon01.svg) no-repeat right center; background-size: .28rem;*/ float: left; width:78px;}

.header .menu .sp2 { /*background: url(../images/icon01-on.svg) no-repeat right center; background-size: .28rem;*/ display: none; float: left;}

.header .menu .sp2 img { margin-left:13px;-webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.header .menu .sp2:hover img { transform: rotate(-180deg);}







.burger_lin{ width: 28px; height: 17px; float: left;}

.burger_lin .icon{height: .02rem; width: .15rem; top: calc(50% - 1.5px); background-color: #fff; border-radius: 20px; position: absolute; transition-duration: 0.3s;transition-delay: 0.5s;}

	.burger_lin .icon:before {content: ""; width: .28rem; height: 100%; position: absolute; left: 0; top:-.08rem; background-color: #fff; border-radius: 50px; transition: transform 0.3s, top 0.3s 0.3s; transition-delay: 0.5s;}

	.burger_lin .icon:after {content: ""; width: .28rem; height: 100%; position: absolute; left: 0; top:.08rem; background-color: #fff; border-radius: 50px; transition: transform 0.3s, top 0.3s 0.3s; transition-delay: 0.5s;}

	.burger_lin.open .icon {transition-duration: 0.1s;transition-delay: 0.3s;background: transparent;width: 0;}

	.burger_lin.open .icon:before {transition: top 0.3s, transform 0.3s 0.3s;top: 0;transform: rotateZ(-45deg);}

	.burger_lin.open .icon:after {transition: top 0.3s, transform 0.3s 0.3s;top: 0;transform: rotateZ(45deg);}

/*菜单效果*/

.header .menu .burger_lin .cdspan span {

    width: 28px;

    height: 2px;

    background: #FFFFFF;

    display: block;

}

.header .menu .burger_lin .cdspan span{

	 background: #FFFFFF;

}

.header .menu .burger_lin .cdspan span:nth-child(1) {}

.header .menu .burger_lin .cdspan span:nth-child(2) {

    margin: 6px 0; width: 16px;

    animation-delay: .2s;

}

.header .menu .burger_lin .cdspan span:nth-child(3) {

    animation-delay: .4s;

}

.header .menu:hover .burger_lin span {

    animation: z-todax linear .6s backwards;

}

@keyframes z-todax{

    0% {transform:translatex(-5px);opacity: 0;}

    50% {transform:translatex(5px);opacity: 1;}

	 100% {transform:translatex(0);opacity: 1;}

}









.header .logo{ display: block; width: 1.76rem; height: auto;-webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.header .logo:hover {transform: scale(1.08);}

.header .lang{ display: flex; align-items: center; justify-content:space-between;}

.header .lang .yy{color: #fff; font-size: 20px; float: left;}

.header .lang .yy:hover { color: #1F71DA;}

.header .head-search{font-size: 0; height: 19px; margin-left: .32rem; cursor: pointer;}

.header .head-search img{width:19px; height: 19px; display: block;-webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.header .head-search svg{width: 24px; height: 24px; fill: currentColor; color: #fff; cursor: pointer; transition:all 0.2s;-moz-transition:all 0.2s;-webkit-transition:all 0.2s; -o-transition:all 0.2s;}

.header .head-search:hover img{transform: scale(1.5);}

.fixed-header{ background:rgba(31, 113, 218, 0.8);}

.fixed-header2{background-color: rgba(49, 49, 53, .95);}

.fixed-header2 .menu .sp1{ display:none;}

.fixed-header2 .menu .sp2{ display:block; display: flex; align-items: center; justify-content: flex-start;}

.fixed-header2 .menu .burger_lin{ display:none}



.header-map {

  width: 100%;

  height: calc(100vh - 1rem);

  position: fixed;

  left: 0;

  top: -100vh;

  background-color: rgba(49, 49, 53, .95);

  z-index: 111;

  display: flex;

  transition: all 0.8s ease;

  transform: translate(0, 0) rotateX(90deg);

}

.header-map .menu-item {

  height: 100%;

  flex: 1;

  box-sizing: box-sizing;

  padding: 2rem 0 0 0;

  transform: translateX(40px);

  transition-duration: .6s; text-align: center;

  position: relative;

}

.header-map .menu-item a {

  color: #fff;

}

.header-map .menu-item:before {

  content: "";

  display: block;

  width: 1px;

  height: 100%;

  right: 0;

  top: 0;

  position: absolute;

  background: rgba(255, 255, 255, 0.05);

}

.header-map .menu-item .tp{ width: 125px; height: 125px; overflow: hidden; margin: 0 auto; margin-bottom: 20px;}

.header-map .menu-item .tp img { width: 125px; height: auto;-webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.header-map .menu-item .tp .ico1{}

.header-map .menu-item .tp .ico2{ display: none}

.header-map .menu-item .menu-top-a {

  display: block;

  font-size: .32rem;

  line-height: .5rem;

  margin-bottom: 0.4rem;

  color: #fff;

  transition-duration: .3s;

}

.header-map .menu-item .menu-sub-a {

  display:inline-block;

  font-size: 0.22rem;

  line-height: .4rem;

  color: #fff; opacity: .8;

  transition-duration: .3s;

  position: relative; margin-bottom: .2rem;

}

.header-map .list_dt2{

  font-size: 0.22rem;

  line-height: .4rem;

  color: #fff; opacity: .8;

  transition-duration: .3s;

   margin-bottom: .2rem;}

.header-map .list_dd2 p{ margin-bottom: .1rem;}

.header-map .list_dd2 p a{display:inline-block;

  font-size: 0.2rem;

  line-height: .4rem;

  color: #fff; opacity: .8;

  transition-duration: .3s;

  position: relative;}

.shzp_list2 .list_dd2{ display: none; margin-bottom: 20px;}

.header-map .list_dt2 a{display:inline-block;position: relative;}

.header-map .list_dt2 a:after{ content: '';display: block; width: 100%; border-bottom: 1px solid #1F71DA; position:absolute; left: 0; bottom: -5px;transform-origin: center center;

  transform: scale3d(0, 1, 0);

  transition: all .5s;}

.header-map .list_dt2 a:hover{ color:#1F71DA}

.header-map .list_dt2 a:hover:after { transform: none;}

#open2 a{ color:#1F71DA}

#open2 a:after { transform: none;}



.header-map .menu-item .menu-sub-a:after{ content: '';display: block; width: 100%; border-bottom: 1px solid #1F71DA; position:absolute; left: 0; bottom: -5px;transform-origin: center center;

  transform: scale3d(0, 1, 0);

  transition: all .5s;}

.header-map .menu-item .menu-sub-a:hover:after { transform: none;}

/*.header-map .menu-item .menu-sub-a:before {

  vertical-align: middle;

  display: inline-block;

  width: 0;

  height: 2px;

  background: #fff;

  content: "";

  transition-duration: .3s;

  position: relative;

  top: -2px;

}*/

.header-map .menu-item .menu-sub-a:hover {

  color: #1F71DA; opacity: 1

}

.header-map .menu-item .menu-item-content:hover .ico1{ display: none;}

.header-map .menu-item .menu-item-content:hover .ico2{ display: block;}

/*.header-map .menu-item .menu-sub-a:hover:before {

  width: 30px;

  margin-right: 6px;

}*/

.header-map .menu-item .menu-item-content{

  opacity: 0;

  transition: all 2s ease 0s;

}

.header-map .menu-item.cur .menu-item-content{

  opacity: 1;

}

/*.header-map .menu-item:hover {

  background: #163b67;

}*/

.header-map .menu-item.cur {

  transform: translateX(0);

}

.header-map .menu-item:nth-child(1) {

  transition-delay: 0s !important;

}

.header-map .menu-item:nth-child(2) {

  transition-delay: 0.2s !important;

}

.header-map .menu-item:nth-child(3) {

  transition-delay: 0.4s !important;

}

.header-map .menu-item:nth-child(4) {

  transition-delay: 0.6s !important;

}

.header-map .menu-item:nth-child(5) {

  transition-delay: 0.8s !important;

}

.header-map .menu-item:nth-child(6) {

  transition-delay: 1s !important;

}

.header-map .menu-item:nth-child(7) {

  transition-delay: 1.2s !important;

}



.header-map.cur {

  transform: translate(0, 0) rotateX(0); top: 1rem;

}





/* 搜索弹窗 */

.popover{display: none;}

.popover{position: fixed; left: 0; top: 0; z-index: 99999999; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.8);}

.popover .pop-off{position: absolute; right: 3vw; top: 3vw; z-index: 1; width: 66px; height: 66px; cursor: pointer;-webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.popover .pop-off .icon{width: 100%; height: 100%; fill: currentColor; color: rgba(255, 255, 255, .7);}

.popover .pop-off:hover { transform: rotate(-180deg);}

.popover .pop-content{ width: 1000px; position: absolute; left: 50%; top: 20vh; transform: translate3d(-50%,0,0); max-width: 1200px;}

.popover .pop-content h1{font-size: .58rem; font-weight: bold; text-align: center; color: #fff; line-height: .8rem;}

.popover .pop-content form.forms{background:#fff; margin-top: 40px; border-top: 1px solid rgba(255, 255, 255, .3); border-bottom: 1px solid rgba(255, 255, 255, .3);  height: 1rem; line-height: 1rem; padding:0 .2rem; border-radius: 6px;}

.popover .pop-content form.forms .inp{ display: block; width: 85%; float: left;font-size: .2rem; line-height: 1rem;height: 1rem; flex: 1;background-color: transparent; border: none; outline: none; color: #222;}

.popover .pop-content form.forms .sub{flex-shrink: 0; width: .3rem; height: 100%; font-size: 0; outline: none; border: none; cursor: pointer;background: transparent url(../images/icon16_2.png) no-repeat center center; background-size: .3rem; float: right; padding: 0;}

@media only screen and (any-hover: hover){

	.popover .pop-off .icon:hover{color: #FFF;}

	.popover .pop-content form.forms .sub:hover{opacity: 1;}

}

@media only screen and (max-width:1024px) { /* 移动端 */

	.popover .pop-off{width: 0.8rem; height: 0.8rem;}

	.popover .pop-content{max-width: 100%; width: 100%; padding: 0 0.3rem;}

	.popover .pop-content form.forms{margin-top: 0.6rem; padding: 0.3rem 0.1rem;}

	.popover .pop-content form.forms .inp{font-size: 0.36rem; margin-right: 0.3rem;}

	.popover .pop-content form.forms .sub{width: 0.4rem; height: 0.4rem;}

}

@media only screen and (min-width:1025px) and (max-width:1280px) { /* PC端、小屏 */

	.popover .pop-off{width: 48px; height: 48px;}

}

@media only screen and (min-width:1281px) and (max-width:1440px) { /* 中小屏 */

	.popover .pop-off{width: 52px; height: 52px;}

}

@media only screen and (min-width:1441px) and (max-width:1680px) { /* 中屏 */

	.popover .pop-off{width: 60px; height: 60px;}

}







/*<<<<<<<<<<<<<<<<<<<<<< 首页banner >>>>>>>>>>>>>>>>>>>>>>>*/

.banner{position: relative; overflow: hidden;}

.banner .h-banner{width: 100vw;height: 100vh; overflow: hidden;}

.banner .h-banner .swiper-slide img,

.banner .h-banner .swiper-slide video{width: 100%; height: 100%; object-fit: cover;}

.banner .h-banner .swiper-slide>a{position: absolute; left: 0; top: 0; z-index: 9; width: 100%; height: 100%;}

.banner .txt{position: absolute; color: #FFF; left: 9%; top: 40%; z-index: 1;}

.banner .txt .txtbx{display: none;transition: opacity .3s ease; flex-wrap: wrap;}

.banner .swiper-slide-active .txt .txtbx{display: flex; flex-wrap: wrap;}

.banner .txt .txt-p{font-size: .56rem; line-height: .84rem; font-weight: bold; letter-spacing: 2px;}

.banner .txt .txt-p2{ width: 2.08rem; height: .57rem; line-height: .57rem; margin-top: .6rem; font-size: .2rem; color: #222222; background: #fff; border-radius: .3rem;}

.banner .txt .txt-p2 a{ display:block; width: 100%; height: 100%; letter-spacing: 1px; color:#222;background: url(../images/icon02.png) no-repeat 76% center; background-size:.11rem; padding-left: .5rem;}

.banner .txt .txt-p2:hover { background: #1F71DA; color: #fff;}

.banner .txt .txt-p2:hover a{ color: #fff;background: url(../images/icon02-on.png) no-repeat 80% center; background-size:.11rem;}

.banner .h-but{transform: rotate(-90deg); width: .36rem; height: .36rem; cursor: pointer; position: absolute; bottom: 1.5rem; z-index: 2; transition:all 0.35s;-moz-transition:all 0.35s;-webkit-transition:all 0.35s;-o-transition:all 0.35s;}

.banner .h-but.h-prev{left: calc(50% - 0.54rem); background: url(../images/h-prev.svg) no-repeat center; background-size:  100% auto;}

.banner .h-but.h-next{left: calc(50% + 0.18rem); background: url(../images/h-next.svg) no-repeat center; background-size:  100% auto;}

.banner .swiper-pagination-bullet{ width: .52rem; height: .03rem; border-radius: 0;}

.banner .swiper-pagination-bullet-active{ background: #fff;}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ margin: 0 8px;}

.banner .swiper-container-horizontal>.swiper-pagination-bullets{ bottom:.6rem;}

.banner .swiper-pagination-bullet{ background: #fff;}



/* 轮播设置 */

.banner .h-banner .swiper-slide img{transition: 1s linear 2s; transform: scale(1.1);}

.banner .h-banner .swiper-slide-active img,.banner .h-banner .swiper-slide-duplicate-active img{ transition: 6s linear; transform: scale(1);}

@media only screen and (min-width:1080px) and (max-width:1600px){

	.banner .h-but{width: 30px; height: 30px;}

	.banner .h-but.h-prev{left: calc(50% - 45px);}

	.banner .h-but.h-next{left: calc(50% + 15px);}

}





.footer{ clear:both; padding-top: 5%; padding-bottom: 18px; position: relative; overflow: inherit;}

.footer .box1 { height: 3.4rem;}

.footer .box1 .box1L { width: 4rem; float: left; text-align: center;}

.footer .box1 .box1R { width: 70%; float: right;}

.footer .box1 .box1R .li{ float: right; margin-left: 10%;}

.footer .box2 { clear:both; color: #222222; font-size: .16rem; border-top: 1px solid #BCBCBC; line-height: .4rem; padding-top: .2rem;}

.footer .box2 .box2L{width: 60%; float: left;}

.footer .box2 .box2R{width:40%; float: right; text-align: right;}

.footer .box1 .box1R .li .li_1{ font-size: .2rem; color: #222222; line-height: .3rem; margin-bottom: .24rem;}

.footer .box1 .box1R .li .z1{ width: 1.3rem;}

.footer .box1 .box1R .li .z2{ width: 1.1rem;}

.footer .box1 .box1R .li .li_2{ font-size: .16rem; color: #555555;}

.footer .box1 .box1R .li .li_2 p {margin-bottom: .1rem; line-height: .3rem;}

.footer .box1 .box1R .li .li_2 a{ color: #555555; position: relative;}

.footer .box1 .box1R .li .li_2 a:hover { color: #1F71DA;}

.footer .box1 .box1R .li .li_2 a:after{ content: '';display: block; width: 100%; border-bottom: 1px solid #1F71DA; position:absolute; left: 0; bottom: -5px;transform-origin: center center;

  transform: scale3d(0, 1, 0);

  transition: all .5s;}

.footer .box1 .box1R .li .li_2 a:hover:after { transform: none;}

.footer .box1 .box1R .li .li_2 a:hover{ font-size:.18rem;}









.footer .box1 .box1L .d1{ margin-bottom: .5rem;}

.footer .box1 .box1L .d1 img { display:block; width: 1.96rem; height: auto; margin: 0 auto;}

.footer .box1 .box1L .d2{ clear: both; margin-bottom: .3rem;  }

.footer .box1 .box1L .d2 select{ display: block; width: 100%; height: .58rem; line-height: .56rem; border: 1px solid #222; color: #222; padding:0 .24rem; font-size: .18rem;border-radius: .3rem; appearance: none; -moz-appearance:none; -webkit-appearance:none; background: url(../images/icon19.png) no-repeat 94% center; background-size: .18rem;}

.footer .box1 .box1L .d3{ clear: both; display: flex; justify-content: center;}

.footer .box1 .box1L .d3 .d3_li{ width: .47rem; height: .47rem; margin: 0 .12rem; cursor: pointer;-webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s; position: relative;}

.footer .box1 .box1L .d3 .wx{ width: 100%; height: 100%; background: url(../images/icon06.png) no-repeat center center; background-size: cover;}

.footer .box1 .box1L .d3 .we-code:hover .option {

  bottom: .5rem;

  display: block;

}

.footer .box1 .box1L .d3 .dy-code:hover .option {

  bottom: .5rem;

  display: block;

}

.footer .box1 .box1L .d3 .option {

  box-sizing: border-box;

  width: 1.5rem;

  background: #fff;

  border-radius: 6px;

  left: 50%;

  transform: translateX(-50%);

  bottom: 1rem;

  display: none;

  transition: all 0.3s ease 0s; position: absolute;

}

.footer .box1 .box1L .d3 .option img {

  width: 100%;

}

/*.footer .box1 .box1L .d3 .option:before {

  position: absolute;

  content: '';

  width: 0;

  height: 0;

  border-width: 7px;

  border-style: solid;

  border-color: transparent transparent #fff transparent;

  left: 50%;

  top: -14px;

  transform: translateX(-50%);

}*/





.footer .box1 .box1L .d3 .dy{ width: 100%; height: 100%; background: url(../images/icon07.png) no-repeat center center; background-size: cover;}

.footer .box1 .box1L .d3 .d3_li1:hover .wx{ background: url(../images/icon06-on.png) no-repeat center center; background-size: cover;}

.footer .box1 .box1L .d3 .d3_li2:hover .dy { background: url(../images/icon07-on.png) no-repeat center center; background-size: cover;}

.footer .box1 .box1L .d3 .d3_li1:hover{ margin-top:4px;}

.footer .box1 .box1L .d3 .d3_li2:hover{ margin-top:4px;}



.backTop{ clear:both; width: .94rem; height: .94rem; background: #fff; border-radius: 50%; overflow: hidden; position:absolute; left:50%; top:-.47rem; margin-left: -.47rem; z-index: 99; text-align: center; font-size: .2rem; line-height: .3rem; color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer;}

.backTop .bx{ width: .74rem;height: .74rem; border-radius: 50%; overflow: hidden;display: flex; align-items: center; justify-content: center;-webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s; background:#1F71DA url(../images/icon18.svg) no-repeat center center; background-size: .28rem;}

.backTop .bx img { width: .28rem; height: auto;}

.backTop:hover .bx { width: .94rem; height: .94rem; background:#fff url(../images/icon18-on.svg) no-repeat center center; background-size: .28rem;}





.mTit{ clear: both; text-align: center; font-weight: bold; margin-bottom: .56rem;}

.mTit .t1{ font-size: .4rem; line-height: .5rem; color: #1F71DA; font-family: Arial, "sans-serif"; margin-bottom: .03rem;text-transform:uppercase;}

.mTit .t2{ font-size: .42rem; line-height: .54rem; color: #222222; letter-spacing: 1px;}



.home .row1{ clear:both; width: 100%; overflow: hidden; position: relative; height: 8.7rem; padding-top: 5%;}

.waves{ position: absolute; z-index: 0; left: 0; top: 0; right: 0; bottom: 0;}

canvas{display:block;}

.home .row1 .list{position:relative; z-index: 99;}

.home .row1 .list .listL { width: 47.8%; float: left; overflow: hidden;}

.home .row1 .list .listR { width: 48%; float: right; padding-top: 2%;}

.home .row1 .list .listR .wz{ font-size: .17rem; color: #555555; line-height: .38rem; text-align: justify; height: 2rem; overflow: hidden;}

.home .row1 .list .listL img { display: block; width: 100%; height: auto;}

.home .row1 .list .listR .numlist{ clear:both; display: flex; align-items: center; justify-content: space-between;}

.home .row1 .list .listR .numlist .li { height: 1.4rem; float: left; text-align: center;}

.home .row1 .list .listR .numlist .li .li_1{ height: .52rem; font-size: .22rem;color:#1F71DA; line-height: .44rem; display: flex; align-items:flex-start}

.home .row1 .list .listR .numlist .li .li_1 .counter{ font-size:.44rem; font-family: Arial, "sans-serif"; font-weight: bold;}

.home .row1 .list .listR .numlist .li .li_1 .jia{ height: 100%; display: flex; align-items: flex-start; justify-content: flex-start; width: 10px; height: 50px;}

.home .row1 .list .listR .numlist .li .li_1 .jia i{display:inline-block;width: 12px;  height: 15px; line-height: 15px; font-style: normal;}

.home .row1 .list .listR .numlist .li .li_2{ font-size: .2rem; line-height: .3rem; color: #222222;}

.home .row1 .moreBtn{ -webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.home .row1 .moreBtn:hover{ box-shadow: 0 2px 14px rgba(31,113,218,0.4);}





.moreBtn{ clear:both; width: 2.08rem; line-height: .57rem;height: .57rem;  background: #1F71DA; color: #fff; border-radius: .3rem; font-size: .2rem;-webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.moreBtn a{ display: block; width: 100%; height: 100%; color: #fff; background: url(../images/icon04.png) no-repeat 77% center; background-size: .22rem; padding-left: .5rem;-webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.moreBtn img { display:block; width: .22rem; height: auto; margin-left: .1rem;}

.moreBtn:hover a{ background: url(../images/icon04.png) no-repeat 82% center;}





.home .row2{ clear:both; width: 100%; overflow: hidden;}

.home .row2 .li{width:33.33333%; height: 9.53rem; float: left; text-align: center; position: relative; overflow: hidden;}

.home .row2 .li .tp{ display:block; width: 100%; height: 100%;-webkit-transition: 0.7s;

	-moz-transition: 0.7s;

	-ms-transition: 0.7s;

	-o-transition: 0.7s;

	transition: 0.7s;}

.home .row2 .li .wz{ width: 100%; position: absolute; left: 0; bottom:.76rem; color: #fff;}

.home .row2 .li .li_1{ margin-bottom: .36rem;}

.home .row2 .li .li_1 .t1{ font-size: .34rem; line-height: .46rem;}

.home .row2 .li .li_1 .t2{ font-size: .2rem; line-height: .3rem;}

.home .row2 .li .li_2{ font-size: .22rem; line-height: .32rem; height: 1rem;}

.home .row2 .li .li_2 a{ color: #fff; margin:0 .13rem; position: relative;}

.home .row2 .li .li_2 a:last-child:before{background:none;}

.home .row2 .li .li_2 a:before{ content: '';display: block; width: 1px; height: 20px; background: url(../images/icon05.png) no-repeat right center; position: absolute; right:-.17rem; top:.06rem;}

.home .row2 .li .li_2 a:after{ content: '';display: block; width: 100%; border-bottom: 1px solid #fff; position:absolute; left: 0; bottom: -5px;transform-origin: center center;

  transform: scale3d(0, 1, 0);

  transition: all .5s;}

.home .row2 .li .li_2 a:hover:after { transform: none;}

.home .row2 .moreBtn{ margin: 0 auto; background: none; border: 1px solid #fff; text-align: left;}

.home .row2 .moreBtn:hover { background: #fff;}

.home .row2 .moreBtn:hover a{color:#333333; background: url(../images/icon04-on.png) no-repeat 79% center; background-size: .22rem;}

.home .row2 .li:hover .tp{ transform: scale(1.06);}

.home .row2 .moreBtn:hover {border: #ffffff solid 1px; background-color: #ffffff; transform: translateY(-5px); box-shadow: 0 2px 6px rgba(255,255,255,0.4);}





.home .row3{ clear:both; width: 100%; height: 9.53rem; overflow: hidden; padding-top: 1.1rem; position: relative;}

.home .row3 .back{ width: 100%; height: 100%; background: url(../images/pic08.png) no-repeat center center; background-size:cover; position: absolute; left: 0; top: 0; z-index: 0; transform: scale3d(1, 1, 1);

      transition: all 5s cubic-bezier(0.04, 0.79, 1, 1);}

.home .row3.on .back {

      transform: scale3d(1.2, 1.2, 1);

      transition: all 5s cubic-bezier(0.04, 0.79, 1, 1);

}

.home .row3 .list1{ width: 5.57rem; margin: 0 auto; }

.home .row3 .list1 .yuan{ width: 5.57rem; height: 5.57rem;background: url(../images/icon14.png) no-repeat center center; background-size:cover; position: absolute;/* left: .05rem; top:12%; */z-index: 1;left: 50%;

    top: 45%;

    transform: translate(-50%, -50%);animation: rotate 10s infinite linear .0s;}

@keyframes rotate {

  0% {

    transform: translate(-50%, -50%) rotate(0);

  }

  100% {

    transform: translate(-50%, -50%) rotate(360deg);

  }

}

.home .row3 .mCase{  width: 5.57rem; overflow: hidden;}

.home .row3 .mCase .bx{ text-align: center;}

.home .row3 .mCase .bx .d1{ font-size: .34rem; color: #FFFFFF; line-height: .5rem; margin-bottom: .4rem;}

.home .row3 .mCase .bx .d2{ width: 5.57rem; height: 5.57rem; margin: 0 auto;/*background: url(../images/icon14.png) no-repeat center center; background-size:cover;*/ padding-top: .74rem; margin-bottom: .44rem;}

.home .row3 .mCase .bx .d2 .d2_li{ width: 4.14rem; height: 4.14rem; margin: 0 auto; border-radius: 50%;background: url(../images/pic200.png) no-repeat center center; background-size: cover;  padding-top: .4rem;}

.home .row3 .mCase .bx .d2 .d2_1{ width:74%; height: 3rem; margin: 0 auto; overflow: hidden; display: flex; align-items: center; justify-content: center;}

.home .row3 .mCase .bx .d2 .d2_1 img { display:block; max-width: 100%; max-height: 100%;}

.home .row3 .mCase .bx .d2 .d2_2{ font-size: .24rem; color: #fff;line-height: .3rem;}

.home .row3 .moreBtn{ margin: 0 auto; text-align: left; background:none; border:1px solid #fff;-webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.home .row3 .moreBtn a{ color:#fff;  }

.home .row3 .moreBtn:hover{background:#fff;border:1px solid #1F71DA;}

.home .row3 .moreBtn:hover a{ color: #1F71DA; background: url(../images/icon15.png) no-repeat 82% center;}

.home .row3 .list1 .swiper-button-prev{ width: .65rem; height: .65rem; top: 69%;  left: -1.7rem; background: url(../images/icon08.png) no-repeat center center; background-size: 100%;-webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.home .row3 .list1 .swiper-button-next{ width: .65rem; height: .65rem; top: 69%;  right: -1.7rem;background: url(../images/icon09.png) no-repeat center center; background-size: 100%;-webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.home .row3 .list1 .swiper-button-prev:hover {background: url(../images/icon08-on.png) no-repeat center center; background-size: 100%;}

.home .row3 .list1 .swiper-button-next:hover {background: url(../images/icon09-on.png) no-repeat center center; background-size: 100%;}



.slideBox{ width:100%; height:100%; overflow:inherit!important; position:relative; }

.slideBox .bd{ position:relative; height:100%; z-index:0;   }

.slideBox .bd li{ zoom:1; vertical-align:middle; }

.slideBox .prev{ display: block;position:absolute;width: .65rem; height: .65rem; top: 69%;  left: -1.7rem; background: url(../images/icon08.png) no-repeat center center; background-size: 100%;-webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s; }

.slideBox .next{ display: block;position:absolute; width: .65rem; height: .65rem; top: 69%;  right: -1.7rem;background: url(../images/icon09.png) no-repeat center center; background-size: 100%;-webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s; }

.slideBox .prev:hover {background: url(../images/icon08-on.png) no-repeat center center; background-size: 100%;}

.slideBox .next:hover {background: url(../images/icon09-on.png) no-repeat center center; background-size: 100%;}



.home .row3 .zuo_tit{ height: 2.6rem; position: absolute; color: #fff; left: 9%; top: 27.5%; font-size: .3rem; line-height: .4rem; display: flex; align-items: center;}

.home .row3 .you_tit{ height: 2.6rem; position: absolute; color: #fff; right: 11.5%; top: 27.5%; font-size: .3rem; line-height: .4rem; display: flex; align-items: center;}









/*外层切换*/

.hom2{ position: relative; overflow: hidden; width: 100%; height: 8.2rem;}

.hom2 .h2-swiper{height:100%}



.hom2 .h2-swiper .swiper-slide .pro-tit{font-size: 12px; opacity: 0; height: 0; }



.hom2 .h2-swiper .h2-but{cursor: pointer; text-align: center; position: absolute; top: 8%; z-index: 9; display: flex; align-items: center; justify-content:space-between; -webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}



.hom2 .h2-swiper .h2-but.h2-prev{ width: 1.2rem; height: 5.91rem;left: 11%;background: url(../images/icon12.png) no-repeat right center; background-size:.92rem; }

.hom2 .h2-swiper .h2-but.h2-prev:hover {background: url(../images/icon12-on.png) no-repeat right center; background-size:.92rem;}



.hom2 .h2-swiper .h2-but.h2-next{ width: 1.2rem; height: 5.91rem;right: 11%;background: url(../images/icon13.png) no-repeat left center; background-size:.92rem;}

.hom2 .h2-swiper .h2-but.h2-next:hover {background: url(../images/icon13-on.png) no-repeat left center; background-size:.92rem;}



.hom2 .h2-swiper .h2-but .but-icon{width: .39rem; height: .39rem;}



.hom2 .h2-swiper .h2-but.h2-prev .but-icon{background: url(../images/icon10.png) no-repeat center; background-size: contain; margin-right: .3rem;}



.hom2 .h2-swiper .h2-but.h2-next .but-icon{background: url(../images/icon11.png) no-repeat center; background-size: contain; margin-left: .3rem;}



.hom2 .h2-swiper .h2-but .but-txt{font-size: 0.3rem; line-height: .4rem; color: #fff; }







@media only screen and (any-hover: hover){



	.hom2 .h2-swiper .h2-but.h2-prev:hover .but-icon{background: url(../images/icon10.png) no-repeat center; background-size: contain;}



	.hom2 .h2-swiper .h2-but.h2-next:hover .but-icon{background: url(../images/icon11.png) no-repeat center; background-size: contain;}





}













.home .row4{ clear:both; padding: 5% 0; overflow: inherit}

.home .row4 .moreBtn{ margin: 0 auto; -webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.home .row4 .moreBtn:hover{ box-shadow: 0 2px 14px rgba(31,113,218,0.4);}

/*.home .row4 .moreBtn:hover a{ background: url(../images/icon04-on.png) no-repeat 80% center; color: #222; background-size: .22rem;}*/

.home .row4 .uls{ margin-bottom:4%;}

.home .row4 .uls .li{display: block; width: 21.875%; position: relative; z-index: 0; background-color: #FFF; border-radius: 30px; overflow: hidden; box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);}

.home .row4 .uls .li::after{content: ''; display: block; width: 100%; height: 45%; position: absolute; left: 0; bottom: 0; z-index: 1; background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1)); opacity: 0; transition: all 0.35s;}

.home .row4 .uls .li.li-ing::after{opacity: 0.6;}

.home .row4 .uls .li.li-ing{width: 53.125%;}

.home .row4 .uls .li .img{width: 100%; height: 5.5rem;}

.home .row4 .uls .li .img img{opacity: 0;}

.home .row4 .uls .li.li-ing .img img{opacity: 1;}

.home .row4 .uls .li .intro{position: absolute; z-index: 5; left: 0; top: 0; width: 100%; padding: 0.7rem 0.3rem; /*transition: all 0.8s;*/}

.home .row4 .uls .li .intro .time{font-size: 16px; line-height:26px; color: #888;}

.home .row4 .uls .li .intro h2{font-size: 22px; color: #222; line-height: 34px; margin-top: 0.3rem; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;}

.home .row4 .uls .li .intro .smalltext{font-size: 16px; color: #555; line-height:30px; margin-top: 0.3rem; text-align: justify; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis;}

.home .row4 .uls .li .intro2{position: absolute; z-index: 5; left: 0; bottom: 0; width: 100%; padding: 0.3rem 0.5rem; opacity: 0; transform: translateY(100px); transition: all 0.8s;}

.home .row4 .uls .li .intro2 h2{font-size: 22px; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; color: #fff;}

.home .row4 .uls .li .intro2 .time{font-size: 16px; margin-bottom: 10px; color: #fff;}

.home .row4 .uls .li.li-ing .intro{opacity: 0; transform: translateY(-100px);}

.home .row4 .uls .li.li-ing .intro2{opacity: 1; transform: translateY(0);}

@media only screen and (min-width:1025px) and (max-width:1280px){ /* PC端、小屏 */

	.hom5 .uls .li{border-radius: 15px;}

	.hom5 .uls .li .intro .time{font-size: 14px;}

	.hom5 .uls .li .intro h2{font-size: 16px; margin-top: 10px;}

	.hom5 .uls .li .intro .smalltext{font-size: 12px; margin-top: 10px;}

	.hom5 .uls .li .intro2 h2{font-size: 18px;}

	.hom5 .uls .li .intro2 .time{font-size: 14px;}

}

@media only screen and (min-width:1280px) and (max-width:1440px){ /* 中小屏 */

	.hom5 .uls .li{border-radius: 20px;}

	.hom5 .uls .li .intro .time{font-size: 15px;}

	.hom5 .uls .li .intro h2{margin-top: 10px;}

	.hom5 .uls .li .intro .smalltext{margin-top: 10px;}

	.hom5 .uls .li .intro2 h2{font-size: 20px;}

	.hom5 .uls .li .intro2 .time{font-size: 15px;}

}

/*.home .row4 .list { height: 4.44rem; margin-bottom: .6rem;}

.home .row4 .list .listL { width: 49.2%; height: 100%; float: left; overflow: hidden; position: relative; border-radius: .2rem;}

.home .row4 .list .listR { width: 49%; height: 100%;float: right;}

.home .row4 .list .listL .tp{ display:block; width: 100%; height: 100%;-webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.home .row4 .list .listL:hover .tp{ transform: scale(1.06);}

.home .row4 .list .listL a {display:block; width: 100%; height: 100%; }

.home .row4 .list .listL .bg{ width: 100%; height: 100%; background: url(../images/pic07.png) no-repeat bottom center; background-size: 100%; position: absolute; left: 0; bottom: 0; }

.home .row4 .list .listL .wz{ width: 100%; position: absolute; left: 0; bottom: .3rem; color: #fff; padding:0 .5rem}

.home .row4 .list .listL .wz .t1{ font-size: .16rem; line-height: .3rem;font-family:Arial, "sans-serif"; margin-bottom: .04rem;}

.home .row4 .list .listL .wz .t2{ font-size: .22rem; line-height: .34rem;overflow:hidden;text-overflow:ellipsis;white-space: nowrap; }

.home .row4 .list .listR .li{background:#fff; height: 100%; width: 48.5%; float: left; box-shadow: 0 2px .16rem rgba(204,204,204,0.4); border-radius: .2rem; overflow: hidden;-webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.home .row4 .list .listR .li:nth-child(1){ margin-right: 3%;}

.home .row4 .list .listR .li a{ display:block; width: 100%; height: 100%; padding:.64rem .38rem;}

.home .row4 .list .listR .li .li_1{ font-size: .16rem; color: #888888; line-height: .3rem; margin-bottom: .14rem; font-family:Arial, "sans-serif"}

.home .row4 .list .listR .li .li_2{ font-size: .22rem; color: #222222; line-height: .36rem;display: -webkit-box;

-webkit-box-orient: vertical;

-webkit-line-clamp: 2;

overflow: hidden; margin-bottom: .26rem;}

.home .row4 .list .listR .li .li_3{ font-size: .16rem; color: #555555; line-height: .32rem;display: -webkit-box;

-webkit-box-orient: vertical;

-webkit-line-clamp: 3;

overflow: hidden;}

.home .row4 .moreBtn{ margin: 0 auto;}

.home .row4 .list .listR .li:hover { box-shadow: 0 2px .16rem rgba(204,204,204,0.9);}*/





.home .row5{ clear:both; width: 100%; padding: 5% 0 7% 0; overflow: hidden; background: url(../images/pic05.png) no-repeat center center; background-size: cover;background-attachment: fixed;

    background-repeat: no-repeat;

    background-size: cover;

    -moz-background-size: cover;

    -webkit-background-size: cover;}

.home .row5 .list { position:relative; padding:0 1% 3% 1%; width: 100%;}

.home .row5 .list .swiper-container{position:static}

.home .row5 .swiper-slide .bx{ width: 100%;}

.home .row5 .swiper-slide .bx .li{ width: 13%; height: 1.5rem; float: left; background: #fff; margin-bottom: 1.2%; margin-right: 1.5%; overflow: hidden; display: flex; align-items: center; justify-content: center;}

.home .row5 .swiper-slide .bx .li:nth-child(7n){margin-right:0}

.home .row5 .swiper-slide .bx .li img { display:block; max-width: 90%; max-height: 90%;}

.home .row5 .swiper-pagination-progressbar{background:#fff}

.home .row5 .swiper-container-horizontal>.swiper-pagination-progressbar{ width: 30%; left:35%; top: inherit; bottom:0; height: 2px;}

.home .row5 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#1F71DA;}

.home .row5 .swiper-slide .bx .li:hover {}

.home .row5 .moreBtn{ margin: 0 auto; margin-top: 3%; -webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.home .row5 .moreBtn:hover{ box-shadow: 0 2px 14px rgba(31,113,218,0.4);}





/*内页*/

.iBanner{ clear:both; width: 100%; overflow:hidden; position: relative;}

.iBanner .tp{ display:block; width: 100%; height: auto;}

.iBanner .spbtn{ width: 69px; height: 69px; position: absolute; left: 50%; top: 50%; margin-left: -35px; margin-top: -35px; cursor: pointer; -webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.iBanner .wz{ width: 1280px; position: absolute; left: 50%; bottom:14%; margin-left: -640px; color: #fff; font-size: 60px; line-height: 70px; font-weight: bold; letter-spacing: 3px;}

.iBanner .wz .t1{background: url(../images/icon29.png) no-repeat left top; padding-left: 18px; padding-top: 10px;}

.iBanner .wz2{ width: 1280px; position: absolute; left: 50%; bottom:38%; margin-left: -640px; color: #fff; font-size: 60px; line-height: 70px; font-weight: bold; letter-spacing: 3px; text-align: center;}

.iBanner .wz3{ width: 1280px; position: absolute; left: 50%; bottom:38%; margin-left: -640px; color: #fff; font-size: 60px; line-height: 70px; font-weight: bold; letter-spacing: 3px;}

.iBanner .spbtn:hover { transform: rotate(-180deg);}







.secMenu{ clear:both; width: 100%;background: url(../images/pic11.png) no-repeat center center; height: 79px; line-height: 79px; margin-bottom: 120px;}

.secMenu .secMenuL a{ color:#fff; font-size: 20px; display: block; height: 100%; float: left; margin-right: .7rem;}

.secMenu .secMenuL{ width: 70%; float: left; padding-left: 5.4%;}

.secMenu .secMenuR{ width: 30%; float: right;text-align: right; font-size: 17px;}

.secMenu .position .home{background: url(../images/icon20.png) no-repeat left center; padding-left: 30px; }

.secMenu .position a{ color:#fff; opacity: .7;}

#nowMenu{background: url(../images/icon21.png) no-repeat center 59px; }

.secMenu .position a:hover{ opacity: 1}

.secMenu .secMenuL a:hover{ font-size:22px;}





.secMenu2{ clear:both; text-align: center; height: 66px; margin-bottom: 5%;}

.secMenu2 a{ width: 164px; height: 100%; line-height: 66px; background: #f4f8fd; display: inline-block; font-size: 20px; border-radius: 38px; margin: 0 16px}

#nowMenu2{ background: #1f71da; color: #fff;}



.iCon{ clear:both; width: 100%;}

.iCon2{ clear:both; width: 100%; padding-bottom: 8%;}

.iCon_bg{ clear:both; width: 100%; padding-bottom: 8%;background:#fff url(../images/iConbg.png) repeat-x bottom center;}





/*集团简介*/

.jtjj-div .box1{background:#fff url(../images/pic12.jpg) no-repeat bottom center; background-size: 100%; padding: 0 0 7% 0;}

.jtjj-div .box1 .text { font-size:18px; color: #555; line-height: 40px; margin-bottom: 4%;}

.jtjj-div .box1 .text p{ text-align:justify;}

.jtjj-div .box1 .numlistbox{ clear:both; width: 100%; height: 480px;overflow-x:scroll;overflow-y: hidden; }

.jtjj-div .box1 .numlistbox .numlist{ width: 1600px; height:460px;padding-top: 20px; white-space: nowrap;}

.jtjj-div .box1 .numlistbox .numlist .li { display: inline-block;width: 280px; height: 395px; background: #fff url(../images/icon27.png) no-repeat 91% 6%; overflow: hidden; float: left;-moz-box-shadow:0px 1px 16px 2px #eff0f2; -webkit-box-shadow:0px 1px 16px 2px #eff0f2; box-shadow:0px 1px 16px 2px #eff0f2; margin-right: 50px; padding: 90px 2% 0 2.5%;}

.jtjj-div .box1 .numlistbox .numlist .li:last-child{margin-right: 0}

/* 横向滚动条样式 */

.jtjj-div .box1 .numlistbox .numlistbox::-webkit-scrollbar {

  width: 10px; /* 设置滚动条宽度 */

}

.jtjj-div .box1 .numlistbox .numlistbox::-webkit-scrollbar-thumb {

  background-color: #1F71DA; /* 设置滑动块颜色 */

  border-radius: 5px; /* 设置滑动块圆角 */

}

.jtjj-div .box1 .numlistbox .numlistbox::-webkit-scrollbar-track {

  background-color: #f1f1f1; /* 设置滑道颜色 */

}

.jtjj-div .box1 .numlistbox .numlist .li .li_1{ margin-bottom: 30px;}

.jtjj-div .box1 .numlistbox .numlist .li .li_1 img{ display: block; width: 67px; height: auto;}

.jtjj-div .box1 .numlistbox .numlist .li .li_2{ color: #1F71DA; font-size: 14px; margin-bottom: 55px;font-weight: bold;}

.jtjj-div .box1 .numlistbox .numlist .li .li_2 span{ font-size: 36px;  font-family: Arial, "sans-serif"; margin-right: 3px;}

.jtjj-div .box1 .numlist .li .li_3{ font-size: 19px; color: #888888; line-height: 30px;}



.jtjj-div .box2{clear:both; width: 100%; height: 6.3rem; background: url(../images/pic13.jpg) no-repeat top center; background-size: 100%; color: #fff; font-size: 18px; line-height: 40px; padding-top:2.2rem;}

.jtjj-div .box2 .text{ padding-right:12%;}

.jtjj-div .box2 .text p{ text-align:justify; margin-bottom: 15px;}



/*滚动条切换*/

.jtjj-div .box1 .numlistbox2{ clear:both;}

.jtjj-div .box1 .numlistbox2 .numlist{ position: relative; padding-bottom: 60px;}

.jtjj-div .box1 .numlistbox2 .swiper-container{position:static; padding-top: 10px; padding-left: 8px; padding-bottom: 8px;}

.jtjj-div .box1 .numlistbox2 .li { display: inline-block;width: 100%; height: 395px; background: #fff url(../images/icon27.png) no-repeat 91% 6%; overflow: hidden; float: left;-moz-box-shadow:0px 1px 16px 2px #eff0f2; -webkit-box-shadow:0px 1px 16px 2px #eff0f2; box-shadow:0px 1px 16px 2px #eff0f2; padding: 90px 5% 0 40px;}

.jtjj-div .box1 .numlistbox2 .li .li_1{ margin-bottom: 30px;}

.jtjj-div .box1 .numlistbox2 .li .li_1 img{ display: block; width: 67px; height: auto;}

.jtjj-div .box1 .numlistbox2 .li .li_2{ color: #1F71DA; font-size: 14px; margin-bottom: 55px;font-weight: bold;}

.jtjj-div .box1 .numlistbox2 .li .li_2 span{ font-size: 36px;  font-family: Arial, "sans-serif"; margin-right: 3px;}

.jtjj-div .box1 .numlistbox2 .li .li_3{ font-size: 19px; color: #888888; line-height: 30px;}

.jtjj-div .box1 .numlistbox2 .swiper-container-horizontal>.swiper-pagination-progressbar{ top:inherit; bottom: 0;}











/*企业文化*/

.qywh-div .box1{ background:#fff url(../images/pic17.png) no-repeat bottom center; background-size: cover; padding: 1% 0 8% 0; }

.qywh-div .box1 .wrap{ height: 648px;}

.qywh-div .box1 .box1L{ width: 498px; height: 100%; float: left; position: relative; overflow: hidden;}

.qywh-div .box1 .box1R{ width: 761px; height: 100%; float: right;}

.qywh-div .box1 .box1R .li{ width: 100%; position: relative; height: 314px; margin-bottom: 20px; overflow: hidden;}

.qywh-div .box1 .text{ width: 100%; color:#fff; position: absolute; left: 0; bottom: 40px; padding: 0 44px;}

.qywh-div .box1 .text .t1{ font-size: 36px; line-height: 42px; margin-bottom: 17px;}

.qywh-div .box1 .text .t2{ font-size: 20px; line-height: 30px; display: grid;grid-template-columns: repeat(2,1fr); column-gap: 0.1rem;}

.qywh-div .box1 .tp { display:block; width: 100%; height: 100%; -webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.qywh-div .box1 .box1L:hover .tp{ transform: scale(1.08);}

.qywh-div .box1 .box1R .li:hover .tp {transform: scale(1.08);}



.qywh-div .box2{ background:#fff url(../images/pic18.png) no-repeat bottom center; background-size: cover; padding: 5% 0 8% 0; }

.qywh-div .box2 .tit{ font-size: 42px; line-height: 52px; color: #222222; text-align: center; font-weight:bold; margin-bottom: 5%;}

.qywh-div .box2 .tit:after{ content:''; display: block; margin: 0 auto; width: 40px; height: 6px; background: #1F71DA; border-radius: 4px; margin-top: 15px;}

.qywh-div .box2 .list{ height: 562px; position: relative;}

.qywh-div .box2 .list .li{ width: 25%; height: 522px; float: left;background: url(../images/pic19.png) repeat center center; color: #fff; border-bottom: 1px solid #fff; border-top: 1px solid #fff; border-right: 1px solid #fff; text-align: center; padding-top: 5%; top: 20px; position: absolute; cursor: pointer; -webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.qywh-div .box2 .list .li:nth-child(1){ left: 0}

.qywh-div .box2 .list .li:nth-child(2){ left: 25%}

.qywh-div .box2 .list .li:nth-child(3){ left: 50%}

.qywh-div .box2 .list .li:nth-child(4){ left: 75%}

.qywh-div .box2 .list .li:last-child{border-right:0;}

.qywh-div .box2 .list .li .li_1{ font-size: 60px; line-height: 70px; height: 125px; font-family:SJxingkai;-webkit-transition: 0.4s;

	-moz-transition: 0.4s;

	-ms-transition: 0.4s;

	-o-transition: 0.4s;

	transition: 0.4s;}

.qywh-div .box2 .list .li .li_2{ font-size: 22px; line-height: 30px; margin-bottom: 22px; font-family: 宋体; font-weight: bold;}

.qywh-div .box2 .list .li .li_2:after{ content:''; display: block; margin: 0 auto; width: 34px; height: 3px; background: #fff; margin-top: 22px;}

.qywh-div .box2 .list .li .li_3{ font-size: 18px; line-height: 32px; font-family: 宋体; margin-top: 60px;}

.qywh-div .box2 .list .li .li_3 p{margin-bottom: 5px;}

.qywh-div .box2 .list .li:hover .li_1 { font-size: 65px; line-height: 90px;}

.qywh-div .box2 .list .li:hover{ height: 562px; border-bottom:0;border-top:0; top: 0; padding-top: 6%;background:#1F71DA url(../images/pic20.png) no-repeat left top;}





/*发展历程*/

.fzlc-div{background: url(../images/pic21.jpg) no-repeat bottom center; background-size: cover; padding-bottom: 10%;}

.fzlc-div .list { width: 100%; background: url(../images/pic23_2.png) no-repeat left 51%; background-size:100%; padding:0 16% 0 17%; position: relative; padding-top: 1.2rem;}

.fzlc-div .list .swiper-container{position:static; cursor: pointer;}

.fzlc-div .list .bx .year{ font-size: .36rem; line-height: .46rem; height: 1.2rem; color: #fff;}

.fzlc-div .list .bx .text{background: url(../images/pic22.png) no-repeat left top; width: 4rem; height: 1.53rem; padding:.5rem .25rem 0 .25rem; background-size: cover;}

.fzlc-div .list .bx .text .t1{ font-size: .22rem; color: #1F71DA; line-height: .3rem; margin-bottom: 10px;}

.fzlc-div .list .bx .text .t2{ font-size: .2rem; color: #555555; line-height: .28rem;}

.fzlc-div .list .swiper-button-prev{background: url(../images/icon30.png) no-repeat center center; background-size: 100%; width: .65rem; height: .65rem; top: 0;margin-top:0; left: inherit; right: 23%; -webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.fzlc-div .list .swiper-button-next{background: url(../images/icon31.png) no-repeat center center; background-size: 100%; width: .65rem; height: .65rem; top: 0;margin-top:0; right: 17%;-webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.fzlc-div .list .swiper-button-prev:hover{background: url(../images/icon30-on.png) no-repeat center center; background-size: 100%;}

.fzlc-div .list .swiper-button-next:hover{background: url(../images/icon31-on.png) no-repeat center center; background-size: 100%;}



/*发展历程2*/

.fzlc2-div .gallery-top {



	height:69%;



	width: 100%;



 }

.fzlc2-div .gallery-thumbs {



	height:31%;



	box-sizing: border-box;



 }

.fzlc2-div .gallery-thumbs .swiper-slide {



	width: 25%;



	height: 100%;



	opacity: 0.4;



 }

.fzlc2-div .gallery-thumbs .swiper-slide-thumb-active {



	opacity: 1;



 }



.lc_whd2{width: 100%; text-align: center;}

.lc_whd2 .t1{ font-size: 56px; color: #1F71DA; line-height: 60px; font-weight: bold; font-family: Arial, "sans-serif"; margin-bottom: 10px;}

.lc_whd2 .t1 span{ font-size: 14px; margin-left: 5px;}

.lc_whd2 .t2{ font-size: 26px; color: #222222; line-height: 36px; margin-bottom: 13px;}

.lc_whd2 .t3{ font-size: 20px; color: #555555; line-height: 30px;}







.fzlc2-div .swiper-button-disabled{opacity: 1!important;}

.fzlc2-div .gallery-thumbs .swiper-slide{text-align: center;opacity: 1!important;cursor: pointer;}

.fzlc2-div .gallery-thumbs .swiper-slide h3{width: 33px;height: 52px;background: url(../images/pic271.png) no-repeat center center;display: inline-block;}

.fzlc2-div .gallery-thumbs .swiper-slide:nth-child(1) { padding-top: 25px;}

.fzlc2-div .gallery-thumbs .swiper-slide:nth-child(1) h3{height: 33px;}

.fzlc2-div .gallery-thumbs .swiper-slide:nth-child(2) { padding-top: 0;}

.fzlc2-div .gallery-thumbs .swiper-slide:nth-child(2) h3{height: 33px; margin-bottom: 25px;}

.fzlc2-div .gallery-thumbs .swiper-slide:nth-child(3) { padding-top: 29px;}

.fzlc2-div .gallery-thumbs .swiper-slide:nth-child(3) h3{height: 33px;}

.fzlc2-div .gallery-thumbs .swiper-slide:nth-child(4) h3{height: 33px; margin-bottom: 25px;}

.fzlc2-div .gallery-thumbs .swiper-slide:nth-child(5) { padding-top: 25px;}

.fzlc2-div .gallery-thumbs .swiper-slide:nth-child(5) h3{height: 33px;}





.fzlc2-div .gallery-thumbs .swiper-slide p{color: #1F71DA;font-size: 22px; line-height: 30px; font-family: Arial, "sans-serif";}



.fzlc2-div .swiper-slide-thumb-active h3{background: url(../images/pic270.png) no-repeat center center!important;}





.fzlc2-div{background: url(../images/pic268.png) no-repeat bottom center; background-size: cover; padding-bottom: 10%;}

.fzlc2-div .list { width:1280px; margin: 0 auto;background: url(../images/pic269.png) no-repeat center 86%;  padding:20px 4% 0 4%; position: relative; height: 380px;}

.fzlc2-div .list .swiper-container{position:static; cursor: pointer;}

.fzlc2-div .list .swiper-button-prev{background: url(../images/icon30.png) no-repeat center center; background-size: 100%; width: .65rem; height: .65rem; top: 68%;margin-top:0; left: 0;-webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.fzlc2-div .list .swiper-button-next{background: url(../images/icon31.png) no-repeat center center; background-size: 100%; width: .65rem; height: .65rem; top: 68%;margin-top:0; right: 0;-webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.fzlc2-div .list .swiper-button-prev:hover{background: url(../images/icon30-on.png) no-repeat center center; background-size: 100%;}

.fzlc2-div .list .swiper-button-next:hover{background: url(../images/icon31-on.png) no-repeat center center; background-size: 100%;}









/*资质荣誉*/

.iCon_ry{background:#F4F8FD}

.zzry-list .li { width: 22%; height: 320px; margin-right: 4%; margin-bottom: 4%; float: left; background: #fff; overflow:hidden; text-align: center; font-size: 17px; line-height: 26px; padding:20px 35px;}

.zzry-list .li:nth-child(4n){ margin-right:0;}

.zzry-list .li .pic{ width: 100%; height:210px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px;}

.zzry-list .li .pic img{ display:block; width: 100%; height: auto;-webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.zzry-list .li:hover .pic img { transform: scale(1.08);}

.zzry-list .li:hover{ color: #1F71DA}



/*产业布局*/

.cybj-div{background:#fff url(../images/pic36.jpg) no-repeat bottom center; background-size: cover; padding-bottom: 3%;}

.cybj-div .ms{ font-size: 17px; line-height: 30px; margin-bottom: 20px;}

.cybj-div .ms p {background: url(../images/icon32.png) no-repeat left center; padding-left: 20px; margin-bottom: 8px; }

.cybj-div .list{ position: relative; height: 880px; padding-left: 2%;}

.cybj-div .list .tp{ display: block; width: 1230px; height: 866px;}

.cybj-div .list .wzli{background-color: rgba(255, 255, 255, .5); position: absolute;-moz-box-shadow:0px 1px 10px 1px #e6f0fc; -webkit-box-shadow:0px 1px 10px 1px #e6f0fc; box-shadow:0px 1px 10px 1px #e6f0fc; padding: 22px; border-radius: 10px; z-index: 2;}

.cybj-div .list .wzli .t1{ font-size: 20px; line-height: 32px; margin-bottom: 9px; font-weight: bold; color: #333;}

.cybj-div .list .wzli .t2{font-size: 15px; color: #555555; line-height: 28px;}

.cybj-div .list .wzli .t2 p{background: url(../images/icon33.png) no-repeat left center; padding-left: 15px; }

.cybj-div .list .wzli1{ width: 289px; top: 4%; left: 32%;}

.cybj-div .list .wzli2{ width: 319px; left: 0; bottom:11%;}

.cybj-div .list .wzli3{ width: 258px; left: 28%; bottom:0;}

.cybj-div .list .wzli4{ width: 343px; right: 1%; top: 35%;}

.cybj-div .list .jiant{ position: absolute; z-index: 3;}

.cybj-div .list .jiant01{ top: 12%; left: 50%;}

.cybj-div .list .jiant02{ top: 38%; left: 56%;}

.cybj-div .list .jiant03{ top: 55%; left: 19%;}

.cybj-div .list .jiant04{ top: 67%; left: 42%;}

.cybj-div .list .dian{ position: absolute; z-index: 4;}

.cybj-div .list .dian01{ top: 32.4%; left: 58.6%;}

.cybj-div .list .dian02{ top: 39%; left: 53.5%;}

.cybj-div .list .dian03{ top: 48.6%; left: 55%;}

.cybj-div .list .dian04{ top: 56.5%; left: 39.2%;}

.cybj-div .list .dian05{ top: 59.5%; left: 46.3%;}

.cybj-div .list .dian06{ top: 64.3%; left: 58.9%;}

.cybj-div .list .dian{ font-size: 17px; color: #1F71DA; text-align: center; font-weight: bold; line-height: 26px;}

.cybj-div .list .dian span{ display: block; margin: 0 auto;width: 47px; height: 47px; background: url(../images/icon78.png) no-repeat center center;}

.cybj-div .list .dian .yq{position: relative;

width: 47px;

height: 47px;

}

.cybj-div .list .dian .yq .dot{ position: absolute; width: 8px; height: 8px; left: 50%; top: 50%; margin-top: -4px; margin-left: -4px; -webkit-border-radius: 50%;

-moz-border-radius: 50%;

background: #1F71DA;

border-radius: 50%;

z-index: 2;}

.cybj-div .list .dian .yq .pulse{position: absolute;

width: 47px;

height: 47px;

left: 0;

top: 0;

background: #1F71DA;

-webkit-border-radius: 50%;

-moz-border-radius: 50%;

border-radius: 50%;

z-index: 1;

opacity: 0;

-webkit-animation: warn 5s ease-out;

-moz-animation: warn 5s ease-out;

animation: warn 5s ease-out;

-webkit-animation-iteration-count: infinite;

-moz-animation-iteration-count: infinite;

animation-iteration-count: infinite;}

.cybj-div .list .dian .yq .pulse2{position: absolute;

width: 30px;

height: 30px;

left: 8px;

top: 8px;

background: #1F71DA;

-webkit-border-radius: 50%;

-moz-border-radius: 50%;

border-radius: 50%;

z-index: 1;

opacity: 0;

-webkit-animation: warn 3s ease-out;

-moz-animation: warn 3s ease-out;

animation: warn 3s ease-out;

-webkit-animation-iteration-count: infinite;

-moz-animation-iteration-count: infinite;

animation-iteration-count: infinite;}





@keyframes warn {

0% {

transform: scale(0);

opacity: 0.0;

}

25% {

transform: scale(0);

opacity: 0.2;

}

50% {

transform: scale(0.1);

opacity: 0.4;

}

75% {

transform: scale(0.5);

opacity: 0.6;

}

100% {

transform: scale(1);

opacity: 0.0;

}

}

@-webkit-keyframes "warn" {

0% {

-webkit-transform: scale(0);

opacity: 0.0;

}

25% {

-webkit-transform: scale(0);

opacity: 0.2;

}

50% {

-webkit-transform: scale(0.1);

opacity: 0.4;

}

75% {

-webkit-transform: scale(0.5);

opacity: 0.6;

}

100% {

-webkit-transform: scale(1);

opacity: 0.0;

}

}



/*公司新闻*/

.news-list .li{ width: 31.25%; height: 420px; float: left; margin-right: 3.125%; margin-bottom: 3%;}

.news-list .li:nth-child(3n){ margin-right:0;}

.news-list .li a{ display:block; width: 100%; height: 100%;}

.news-list .li .pic{width:100%; height: 280px; overflow:hidden; margin-bottom: 21px; border-radius: 12px;}

.news-list .li .pic img{ display:block; width: 100%; height: 100%;-webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.news-list .li .text .t1{ font-size: 20px; line-height: 32px; font-weight: bold; margin-bottom: 12px; color: #222; min-height: 64px;display: -webkit-box;

-webkit-box-orient: vertical;

-webkit-line-clamp: 2;

overflow: hidden;-webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;

}

.news-list .li .text .t2{ font-size: 17px; color: #555555;}

.news-list .li:hover .pic img{ transform: scale(1.08);}

.news-list .li:hover .text .t1{ color:#1F71DA}



.fy { clear:both; font-size:14px; text-align: center; margin-top:30px; }

.fy b{ display:inline-block; height:40px; text-align:center; background:#1F71DA; border-radius:2px; line-height:40px;color:#fff; font-weight:100; padding: 0 12px;}

.fy a{ display:inline-block; padding:0 12px;height:40px; text-align:center; line-height:40px; font-size:14px; border: 1px solid #DDDDDD;}



.news-con { width:1280px; margin: 0 auto;}

.news-tit{ font-size: 46px; margin-bottom: 28px; line-height: 60px;}

.news-time{ font-size: 18px; line-height: 30px; color: #888888; border-bottom: 1px solid #DDDDDD; padding-bottom: 17px; margin-bottom: 4%;}

.news-time .sp1{background: url(../images/icon34.png) no-repeat left center; padding-left: 25px; margin-right: 30px;}

.news-time .sp2{background: url(../images/icon35.png) no-repeat left center; padding-left: 25px;}

.news-text{ width: 100%; margin: 0 auto;font-size: 17px; line-height: 36px; color: #555;}

.news-text img { display: block; margin: 0 auto;max-width: 100%; height: auto!important; margin-bottom: 23px;}

.news-text video { display: block; margin: 0 auto;max-width: 100%; height: auto!important; margin-bottom: 23px;}

.news-text p { margin-bottom:23px; text-align: justify;}

.preNext{ clear:both; margin-top: 70px; font-size: 18px; color: #4F5960; height: 47px; line-height: 47px;}

.preNext .pre{ border: 1px solid #DDDDDD; display: inline-block; border-radius: 30px; width: 147px; margin-right: 28px;background: url(../images/icon36.png) no-repeat 26% center; padding-left:57px; cursor: pointer;-webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s; }

.preNext .next{ border: 1px solid #DDDDDD; display: inline-block; border-radius: 30px; width: 147px;background: url(../images/icon37.png) no-repeat 75% center; padding-left:32px; cursor: pointer;-webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.preNext .pre:hover {background:#1F71DA url(../images/icon36-on.png) no-repeat 26% center; color: #fff;}

.preNext .next:hover{background:#1F71DA url(../images/icon37-on.png) no-repeat 75% center; color: #fff;}





/*关键零部件-航空航天*/

.hkht-div .znzzzb_nav{ text-align: center; margin-bottom: 5%;}

.hkht-div .znzzzb_nav ul{ height: 66px; line-height: 66px; display: flex; align-items: center; justify-content: center;}

.hkht-div .znzzzb_nav ul li{ width: 164px; height: 100%; font-size: 20px; color: #222222; border-radius: 40px; margin: 0 20px; background: #ffffff; cursor: pointer; -webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.hkht-div .znzzzb_nav ul li.act{ background: #1F71DA; color: #fff;}

.hkht-div .znzzzb_nav ul li:hover{ background: #1F71DA; color: #fff;}



.hkht-div .ms{font-size:18px; line-height: 35px; margin-bottom: 4%;}

.hkht-div .box{ clear:both; width: 100%; height: auto; overflow: hidden; position: relative;}

.hkht-div .box .bg{ display: block; width: 100%; height:auto;}

.hkht-div .box .list { color: #fff; width: 50%; height: 100%;padding:4.5% 4.5% 3% 4.5%; position: absolute; left: 0; top: 0;}

.hkht-div .box .list_bg1{ background: url(../images/pic38.png) no-repeat center center; background-size: cover; }

.hkht-div .box .list_bg2{ background: url(../images/pic70.png) no-repeat center center; background-size: cover; }

.hkht-div .box .list_bg3{ background: url(../images/pic71.png) no-repeat center center; background-size: cover; }

.hkht-div .box .list_bg4{ background: url(../images/pic72.png) no-repeat center center; background-size: cover; }

.hkht-div .box .list_bg5{ background: url(../images/pic73.png) no-repeat center center; background-size: cover; }

.hkht-div .box .list .d1{ line-height: .5rem;height: .5rem; margin-bottom: .42rem;}

.hkht-div .box .list .d1 .d1L{ width: 75%; float: left;font-size: .4rem; display: flex; align-items: center; justify-content: flex-start;}

.hkht-div .box .list .d1 .d1R{ width: 130px; float: right; font-size: .18rem; }

.hkht-div .box .list .d1 .d1R a{ display: block; color: #fff; width: 90%; height: 100%;background: url(../images/pic44.png) no-repeat right center; background-size: .14rem; text-align: right; padding-right: .21rem;}

.hkht-div .box .list .d1 .d1R a:hover{ color:#1f71da;background: url(../images/pic44-on.png) no-repeat right center; width: 100%; background-size: .14rem;}

.hkht-div .box .list .d1 .d1L img { margin-right:.1rem; width: .55rem; height: auto;}

.hkht-div .box .list .d2{ margin-bottom: .3rem;}

.hkht-div .box .list .d2 img{ display: block; width: 3.01rem; height: auto;}

.hkht-div .box .list .d3{ font-size: .18rem; line-height: .36rem; margin-bottom: .3rem; text-align: justify;}

.hkht-div .box .list .d4{ clear: both; width: 100%; font-size: .18rem; line-height: 36px; position: relative;}

.hkht-div .box .list .d4 .d4_li{ width: 1.54rem; float: left; text-align: center; margin-right: 4%;}

.hkht-div .box .list .d4 .d4_li .d4_1{ width: 1.54rem; height: 1.54rem; border: 1px solid #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: .05rem;}

.hkht-div .box .list .d4 .d4_li .d4_1 img { display: block; max-width: 80%; max-height: 80%; margin-left:13px; }

/*带滚动条切换*/

.hkht-div .box .list .d4 .swiper-container{position:static; padding-bottom: .4rem;}

.hkht-div .box .list .d4 .swiper-container .d4_li{width:100%; float: inherit; margin-right: 0;}

.hkht-div .box .list .d4 .swiper-container-horizontal>.swiper-pagination-progressbar{ top:inherit; bottom: 0;}





.hkht-div .box2 .list{ left: inherit; right: 0;}



.inntit{ font-size: 42px; text-align: center; font-weight: bold; line-height: 52px; margin-bottom: 4%;}

.inntit:after{ content:''; display: block; margin: 0 auto; margin-top: 10px; width: 40px; height: 6px; background: #1F71DA; border-radius: 4px;}



/*智能制造装备*/

.znzzzb-div .box1{ padding-top: 6%; padding-bottom:10%;background:#fff url(../images/pic74.png) no-repeat bottom center; background-size: cover;}

.znzzzb-div .text{ font-size: 18px; color: #555555; line-height: 34px; margin-bottom: 4%;}

.znzzzb-div .tit{ font-size: 22px; color: #1F71DA; line-height: 32px; margin-bottom: 2%;}

.znzzzb-div .box1 .list1 { margin-bottom: 5%;}

.znzzzb-div .box1 .list1 .li{ width: 18.4%; height: 267px; margin-right: 2%; float: left; text-align: center; border-radius: 20px;-moz-box-shadow:0px 1px 16px 2px #eff0f2; -webkit-box-shadow:0px 1px 16px 2px #eff0f2; box-shadow:0px 1px 16px 2px #eff0f2; padding: 4% 3% 0 3%;}

.znzzzb-div .box1 .list1 .li:nth-child(5n){ margin-right:0;}

.znzzzb-div .box1 .list1 .li .li_1 img{ display: block; width: 39px; height: auto; margin: 0 auto; margin-bottom: 16px;-webkit-transition: 1s;



	-moz-transition: 1s;



	-ms-transition: 1s;



	-o-transition: 1s;



	transition: 1s;}

.znzzzb-div .box1 .list1 .li .li_2{ font-size: 20px; line-height: 36px; font-weight: bold; margin-bottom: 12px;}

.znzzzb-div .box1 .list1 .li .li_3{ font-size: 17px; color: #555555; line-height: 30px;}

.znzzzb-div .box1 .list2 { clear:both;}

.znzzzb-div .box1 .list2 .li { background: #e8f0fb; width:18%; height: 58px; line-height: 58px; margin-right: 2%; float: left; text-align: center; font-size: 18px; color: #1F71DA;}

.znzzzb-div .box1 .list1 .li:hover .li_1 img {transform: rotateY(180deg);}



.znzzzb-div .box2{ clear: both;background:#f4f8fd; padding:0 0 6% 0;}

.znzzzb-div .box2 .znzzzb_nav{ text-align: center; margin-bottom: 5%;}

.znzzzb-div .box2 .znzzzb_nav ul{ height: 66px; line-height: 66px; display: flex; align-items: center; justify-content: center;}

.znzzzb-div .box2 .znzzzb_nav ul li{ width: 164px; height: 100%; font-size: 20px; color: #222222; border-radius: 40px; margin: 0 20px; background: #fff; cursor: pointer; -webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.znzzzb-div .box2 .znzzzb_nav ul li.act{ background: #1F71DA; color: #fff;}

.znzzzb-div .box2 .znzzzb_nav ul li:hover{ background: #1F71DA; color: #fff;}

#znzzzb_container .tab { display: none; -webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.cp-wz{ color: #555; font-size: 18px; line-height: 36px; text-align: justify; margin-bottom: 5%;}

.cp-list{ text-align: center;}

.cp-list .li{ width: 31.3%; height: 335px; float: left; background: #fff; margin-right: 3%; margin-bottom: 3%; font-size: 18px; color: #23272A; line-height: 26px; border-radius: 12px; overflow: hidden;}

.cp-list .li a{ display:block; width: 100%; height: 100%; padding:0 20px 20px 20px;}

.cp-list .li:nth-child(3n){ margin-right:0;}

.cp-list .li .tp{ width: 100%; height: 250px; display: flex; align-items: center; justify-content: center; overflow: hidden;}

.cp-list .li .tp img { display:block; max-width: 98%; max-height: 88%; margin: 0 auto; -webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.cp-list .li p { border-top:1px solid #DDDDDD; padding-top: 20px;}

.cp-list .li:hover .tp img { transform: scale(1.08);}

.yyxt-div{ padding-bottom:6%}



.znzzzb-con{ clear:both;}

.znzzzb-con .box1{background:#fff url(../images/pic189.png) no-repeat bottom center; background-size: 100%; padding:8% 0 8% 0;}

.znzzzb-con .secMenu{ margin-bottom: 0}

.znzzzb-con .box1 .list{ height:350px; overflow: hidden;}

.znzzzb-con .box1 .tit{ text-align: center; font-size: 40px; line-height: 50px; font-weight: bold; margin-bottom: 6%;}

.znzzzb-con .box1 .box1L{ width: 40%; height: 100%; float: left; overflow: hidden; border-radius: 8px; background: #fff;}

.znzzzb-con .box1 .box1R{ width: 51%; height: 100%; float: right; color: #555555; font-size: 17px; line-height: 32px; overflow-y: auto; padding-right: 10px;}
.znzzzb-con .box1 .box1R_new{ width: 51%; height: 100%; float: right; color: #555555; font-size: 17px; line-height: 32px;}
.znzzzb-con .box1 .box1R_new .box1R_bx{ width:100%; height:70%; overflow-y: auto; padding-right: 10px;}
.znzzzb-con .box1 .box1R_new .tedian{ width:100%; height:20%; padding-top:20px; }
.znzzzb-con .box1 .box1R_new .tedian .lb{ width:30.3333%; float:left; text-align: center;background-color:rgba(255, 255, 255, .5); border-radius:10px; height:110px; overflow-y:auto; padding:15px 0; font-size:16px; line-height:26px;}
.znzzzb-con .box1 .box1R_new .tedian .lb:nth-child(2){margin:0 3%;}
.znzzzb-con .box1 .list_new{ height:500px;}
.znzzzb-con .box1 .list_new .box1L{ height:350px;}

.znzzzb-con .box1 .box1R .bt{ font-size: 20px; color: #222222; line-height: 30px; font-weight: bold; margin-bottom: 10px; margin-top: 10px;}

.znzzzb-con .box1 .box1L .swiper-slide { height:350px;}

.znzzzb-con .box1 .box1L .swiper-slide img { display:block; width: 100%; height: 100%;}

.znzzzb-con .box1 .swiper-pagination-bullet{ border: 1px solid #bcd5f4; background: none; opacity: 1; width: 10px; height: 10px; }

.znzzzb-con .box1 .swiper-pagination-bullet-active{ background: #bcd5f4;}

.znzzzb-con .box1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 6px;}

.znzzzb-con .box1 .swiper-container-horizontal>.swiper-pagination-bullets{ text-align: right; padding-right: 5%; bottom: 5%;}



.znzzzb-con .box2{ clear:both; padding: 6% 0 10% 0;background:#fff url(../images/iConbg.png) repeat-x bottom center;}

.znzzzb-con .box2 .tit { font-size: 28px; line-height: 40px; color: #333; font-weight: bold; margin-bottom: 3%;}

.znzzzb-con .box2 table{ border: 1px solid #e2edfa; color: #666666; font-size: 17px; line-height: 24px;}

.znzzzb-con .box2 table tr td{ padding:20px 30px; border: 1px solid #e2edfa;}

.znzzzb-con .box2 .t1{ background: #e8f0fb; color: #333;}

.znzzzb-con .box2 .t2{}





/*检验检测*/

.jyjc-div .box1{ padding-bottom: 6%;}

.jyjc-div .box1 .list1{ position: relative;}

.jyjc-div .box1 .list .li{ width: 190px; height: 172px; float: left; overflow: hidden; border-radius: 20px; margin-bottom: 25px; margin-right: 25px; position: relative; text-align: center; cursor: pointer;}

.jyjc-div .box1 .list .kong{ background: #F4F8FD;}

.jyjc-div .box1 .list .kong1{width: 405px; background: none; padding-top: 45px;}

.jyjc-div .box1 .list .kong2{width: 301px;}

.jyjc-div .box1 .list .li:nth-child(5){ margin-right: 0}

.jyjc-div .box1 .list .li:nth-child(11){ margin-right: 0}

.jyjc-div .box1 .list .li:nth-child(17){ margin-right: 0}

.jyjc-div .box1 .list .li img { display: block; width: 100%; height: 100%; -webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.jyjc-div .box1 .list .li p { color: #fff; width: 100%; position: absolute; left: 0; bottom: 0; font-size: 18px; height: 52px; line-height: 52px; -webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.jyjc-div .box1 .inntit{ margin-bottom: 0;}

.jyjc-div .box1 .list .li:hover p{ /*background: url(../images/pic88.png) no-repeat center center;*/ border-radius: 35px 35px 0 0; background: #1F71DA; }

.jyjc-div .box1 .list .li:hover img { transform: scale(1.08);}

.jyjc-div .box2{ clear: both;background:#f4f8fd; padding: 6% 0;}



/*联系方式*/

.lxfs_bg{background: url(../images/pic100.png) no-repeat top center; background-size: cover;}

.lxfs-div .list1{ width: 74%; height: 310px; background: url(../images/pic101.png) no-repeat center center; background-size: cover; margin-bottom: 4%; color: #fff; padding:105px 55px 0 55px; border-radius: 12px;}

.lxfs-div .list1 .list1L{ width: 50%; float: left; border-right:1px solid  rgba(255,255,255,0.2);  }

.lxfs-div .list1 .list1R{ width: 50%; float: right; padding-left: 6%;}

.lxfs-div .list1 .list1L .t1{ font-size: 22px; line-height: 30px; margin-bottom: 12px;}

.lxfs-div .list1 .list1L .t2{ font-size: 34px; line-height: 40px;}

.lxfs-div .list1 .list1R .t1{ font-size: 18px; line-height: 32px; margin-bottom: 12px; }

.lxfs-div .list1 .list1R .t1 img { margin-right:12px; margin-top: 6px;}

.lxfs-div .box2{ clear: both; padding-bottom: 6%; }

.lxfs-div .box2 .li {width:31.3333%; height: 277px; float: left; margin-right: 3%; margin-bottom:3%; background: #fff; border-radius: 10px; padding: 30px 40px;}

.lxfs-div .box2 .li:nth-child(3n){ margin-right:0;}

.lxfs-div .box2 .li .li_1{ width: 100%; text-align: center; font-size: 20px; line-height: 32px; font-weight: bold; height: 90px; border-bottom: 1px solid #DDDDDD; margin-bottom: 27px;}

.lxfs-div .box2 .li .li_2{ width: 100%; font-size: 16px; color: #555; line-height: 28px; display: flex; align-items:flex-start; justify-content: flex-start; margin-bottom: 8px;}

.lxfs-div .box2 .li .li_2 img { margin-right:12px; margin-top: 6px;}

.lxfs-div .box3{ clear: both; padding: 8% 0 10% 0; background: #fff url(../images/iConbg.png) repeat-x bottom center;}

.lxfs-div .box3 .box3L{ width: 30%; float: left;}

.lxfs-div .box3 .box3R{ width: 70%; float: right;}

.lxfs-div .box3 .box3L .inntit{text-align:left}

.lxfs-div .box3 .box3L .inntit:after{margin:inherit; margin-top: 10px;}

.lxfs-div .box3 .box3R .li1{ display: flex; align-items: center; justify-content: space-between; height: 66px; margin-bottom: 20px;}

.lxfs-div .box3 .box3R .li1 input{ display: block; width: 49%; border: 1px solid #DDDDDD; border-radius: 7px; height: 66px; line-height: 66px; font-size: 18px; padding: 0 20px;}

.lxfs-div .box3 .box3R .li2{ clear:both; margin-bottom: 20px;}

.lxfs-div .box3 .box3R .li2 textarea{ display: block; width: 100%; height: 160px; border: 1px solid #DDDDDD; border-radius: 7px; font-size: 18px; padding: 15px;}

.lxfs-div .box3 .box3R .li3{ clear:both; height: 66px; margin-bottom: 33px;}

.lxfs-div .box3 .box3R .li3 #key{ display: block; width: 30%; border: 1px solid #DDDDDD; border-radius: 7px; height: 50px; line-height: 50px; font-size: 18px; padding: 0 20px; float: left; margin-right: 10px;}

.lxfs-div .box3 .box3R .li3 .yzm{display: block; width: 20%; height: 100%; float: left;}

.lxfs-div .box3 .box3R .li3 .yzm img {display: block; width: 100px; margin-top: 4px;}

.lxfs-div .box3 .box3R .smt{ clear:both;}

.lxfs-div .box3 .box3R .smt .sbnm{ width:208px; height: 57px; line-height: 57px; background: #1F71DA; color: #fff; text-align: center; border-radius: 30px; font-size: 20px; border: 0; cursor: pointer;}

.lxfs-div .box2 .li:hover {}





/*康硕中央研究院*/

.yjy-div .box1{ background:#fff url(../images/pic103.jpg) no-repeat bottom center; background-size:cover; padding-bottom: 7%;}

.yjy-div .box1 .text{ font-size: 17px;color: #555; line-height: 34px;}

.yjy-div .box1 .text p{ text-align: justify;}

.yjy-div .box1 .text .tp{ display: block; width: 100%; height: auto; margin-top: 4%; border-radius: 20px;}



.yjy-div .box2{ clear:both; background: #F4F8FD; padding-bottom: 3%;}

.yjy-div .tp{ display: block; width: 100%; height: auto;}

.yjy-div .box2 .box2_1{ position: relative;}

.yjy-div .box2 .box2_1 .bx{ width:1280px; position:absolute; top: 1.4rem; left: 50%; margin-left: -640px; color: #fff; padding-left:600px;}

.yjy-div .box2 .box2_1 .bx .d1{background: url(../images/pic104.png) repeat-y left center; padding:4px 25px 4px 32px; margin-bottom: 6%; line-height: 50px;}

.yjy-div .box2 .box2_1 .bx .d1 .sp1{ font-size: 26px; margin-right: 34px;}

.yjy-div .box2 .box2_1 .bx .d1 .sp2{ font-size: 36px;}

.yjy-div .box2 .box2_1 .bx .d2{ font-size: 18px; line-height: 36px;}

.yjy-div .box2 .box2_2{ clear:both; font-size: 17px; color:#555; padding-top: 3%; line-height: 34px;}

.yjy-div .box2 .box2_2 p{ margin-bottom: 25px; text-align: justify;}



.yjy-div .box3{ clear:both; padding-top: 7%;}

.yjy-div .box3 .tit{ font-size: 22px; color: #1F71DA; line-height: 36px; text-align: center; margin-bottom: 4%;

}

.yjy-div .box3 .list1{ background:#F4F8FD; padding: 4% 0 4.3% 0; text-align: center;}

.yjy-div .box3 .list1 .lis{}

.yjy-div .box3 .list1 .lis .lis_li{ width: 33.3333%; float: left; position: relative;}

.yjy-div .box3 .list1 .lis .lis_li:after{ content:''; display: block; width: 33px; height: 32px;background: url(../images/icon47.png) no-repeat center center; position: absolute; right: -16px; top: 40%;}

.yjy-div .box3 .list1 .lis .lis_li:last-child:after{background:none}

.yjy-div .box3 .list1 .lis .lis_li .lis_1 img{ width: 92px; height: auto; margin: 0 auto; display: block; margin-bottom: 35px;-webkit-transition: 1.5s;



	-moz-transition: 1.5s;



	-ms-transition: 1.5s;



	-o-transition: 1.5s;



	transition: 1.5s;}

.yjy-div .box3 .list1 .lis .lis_li .lis_2{ font-size: 20px; line-height: 30px; color: #555555; margin-bottom: 7px;}

.yjy-div .box3 .list1 .lis .lis_li .lis_3{ font-size: 22px; line-height: 32px;}

.yjy-div .box3 .list2{ clear:both; padding: 6% 0 0 0;}

.yjy-div .box3 .list2 .lis .lis_li{ width: 20%; height: 234px; float: left; overflow: hidden; display: flex; align-items: center; justify-content: center; font-size: 22px; text-align: center; background: #F4F8FD; overflow: hidden}

.yjy-div .box3 .list2 .lis .lis_li img { display:block; width: 100%; height: 100%; -webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.yjy-div .box3 .list3{ clear:both; padding-bottom: 3%;}

.yjy-div .box3 .list1 .lis .lis_li:hover .lis_1 img {transform: rotateY(180deg);}

.yjy-div .box3 .list2 .lis .lis_li:hover img { transform: scale(1.08);}





/*校企合作*/

.xqhz-div .box1{ padding-bottom: 6%;}

.xqhz-div .box1 .list { margin-bottom: 4%;}

.xqhz-div .box1 .list .li{ width: 24.25%; height: 100px; margin-right: 1%; margin-bottom: 1%; float: left; display: flex; align-items: center; justify-content: center; font-size: 18px; line-height: 24px; text-align: center; border-radius: 11px; padding: 0 4%;border:1px solid  rgba(31,113,218,0.38);background: url(../images/pic120.png) no-repeat center center; background-size: cover; font-weight: bold; color: #444}

.xqhz-div .box1 .list .li:nth-child(4n){ margin-right:0;}

.xqhz-div .box1 .morebtn{ clear: both; width: 208px; height: 57px; line-height: 57px; background: #DEEAF9; border-radius: 30px; margin: 0 auto; font-size: 18px; color: #1F71DA;}

.xqhz-div .box1 .morebtn a{ display: block; margin: 0 auto; width: 100%; height: 100%; color: #1F71DA;background: url(../images/icon51.png) no-repeat 73% center; padding-left: 60px;}

.xqhz-div .box2{ clear:both; background: #F4F8FD; padding: 5% 0;}



.iCon_col{background:#F4F8FD; padding-bottom: 6%;}

.hzhb-list{ overflow:inherit}

.hzhb-list .li{ width: 22%; height: 283px; margin-right: 4%; margin-bottom: 4%; float: left; background: #fff; padding: 25px; cursor: pointer; -webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.hzhb-list .li:nth-child(4n){ margin-right:0;}

.hzhb-list .li .li_1{ width: 100%; height:120px; display: flex; align-items: center; justify-content: center; margin-bottom: 10px;}

.hzhb-list .li .li_1 img{ display: block; margin: 0 auto; max-width: 90%; max-height: 90%;}

.hzhb-list .li .li_2{ font-size: 16px; color: #555555; height: 64px; line-height: 32px; margin-bottom: 6px;display: -webkit-box;

-webkit-box-orient: vertical;

-webkit-line-clamp: 2;

overflow: hidden;}

.hzhb-list .li .li_3{ font-size: 16px; color: #1F71DA; text-align: right; line-height: 26px;}

.hzhb-list .li:hover{-moz-box-shadow:0px 1px 16px 2px #bebebe; -webkit-box-shadow:0px 1px 16px 2px #bebebe; box-shadow:0px 1px 16px 2px #bebebe;}





.tc_con{ display: none;}

/* 搜索弹窗 */

.popover2{display: none;}

.popover2{position: fixed; left: 0; top: 0; z-index: 99999999; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.6);}

.popover2 .pop-off{position: absolute; right: 3vw; top: 3vw; z-index: 1; width: 66px; height: 66px; cursor: pointer;-webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.popover2 .pop-off .icon{width: 100%; height: 100%; fill: currentColor; color: rgba(255, 255, 255, .7);}

.popover2 .pop-content{position: absolute; left: 50%; top: 50%; width: 800px; height: 480px; background: #fff; margin-left: -400px; margin-top: -240px; border-radius: 12px; padding: 2% 4%;}

.popover2 .pop-off:hover { transform: rotate(-180deg);}



.popover2 .pop-content img { display:block; margin: 0 auto; max-width: 200px; height: auto; margin-bottom: 12px;}

.popover2 .pop-content .wz2{ width: 100%; font-size: 16px; color: #555; line-height: 32px; text-align: justify; height: 288px; overflow-y: scroll; padding-right: 10px;}





/*加入康硕*/

.join-div{ padding-top: 8%;}

.join-div .join-nav{ height: 202px; margin-bottom: 6%;}

.join-div .join-nav .li{ display: block;width: 48%; height:100%;background: url(../images/icon55.png) no-repeat right bottom; background-size: cover; padding:3% 5%; -webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.join-div .join-nav .li1{ float:left;}

.join-div .join-nav .li2{ float:right;}

.join-div .join-nav .li .liL{ width: 32%; height: 100%; float: left;}

.join-div .join-nav .li .liR{ width: 68%; height: 100%; float: right; padding-top: 15px;}

.join-div .join-nav .li .liR .t1{ width: 100%; font-size: 36px; font-weight: bold; line-height: 42px; color: #222; margin-bottom: 22px; -webkit-transition: 0.3s;

	-moz-transition: 0.3s;

	-ms-transition: 0.3s;

	-o-transition: 0.3s;

	transition: 0.3s;}

.join-div .join-nav .li .liR .t2{ display: inline-block;font-size: 18px;background: url(../images/icon54.png) no-repeat right center; padding-right: 27px; line-height: 32px; -webkit-transition: 0.3s;

	-moz-transition: 0.3s;

	-ms-transition: 0.3s;

	-o-transition: 0.3s;

	transition: 0.3s;}

.join-div .join-nav .li1 .liL span{background: url(../images/icon52.png) no-repeat left center; display: inline-block; width: 100%; height: 100%; -webkit-transition: 0.3s;

	-moz-transition: 0.3s;

	-ms-transition: 0.3s;

	-o-transition: 0.3s;

	transition: 0.3s;}

.join-div .join-nav .li2 .liL span{background: url(../images/icon53.png) no-repeat left center; display: inline-block; width: 100%; height: 100%; -webkit-transition: 0.3s;

	-moz-transition: 0.3s;

	-ms-transition: 0.3s;

	-o-transition: 0.3s;

	transition: 0.3s;}

.join-div .join-nav .li:hover {background: url(../images/icon55-on.png) no-repeat right bottom; }

.join-div .join-nav .li:hover .liR .t1{ color: #fff;}

.join-div .join-nav .li:hover .liR .t2{ color: #fff;background: url(../images/icon54-on.png) no-repeat right center;}

.join-div .join-nav .li1:hover .liL span{background: url(../images/icon52-on.png) no-repeat left center;}

.join-div .join-nav .li2:hover .liL span{background: url(../images/icon53-on.png) no-repeat left center;}





.join-div .box1{  clear:both;}

.join-div .box1 .list { padding-bottom: 2%;}

.join-div .box1 .list .li{ margin-bottom: 6%;}

.join-div .box1 .list .li .liL{ width: 50%; float: left;}

.join-div .box1 .list .li .liR{ width: 44%; float: right; padding-top: 7%;}

.join-div .box1 .list .li .liL img { display: block; width: 100%; height: auto; border-radius: 20px;}

.join-div .box1 .list .li .liR .t1{ font-size: 34px; line-height: 44px; margin-bottom: 28px;}

.join-div .box1 .list .li .liR .t2{ font-size: 17px; line-height: 32px; color: #1F71DA;}

.join-div .box1 .list .li .liR .t3{ font-size: 17px; line-height: 32px; color: #555555; text-align: justify;}

.join-div .box1 .list .li:nth-of-type(even) .liL{float: right;}

.join-div .box1 .list .li:nth-of-type(even) .liR{float: left;}



.join-div .box2{  clear:both;}

.join-div .box2 .list .swiper-slide{width:10.12rem; height: 5.69rem; transition-timing-function:linear;}

.join-div .box2 .list .swiper-slide .pic{ width:100%; height: 100%;}

.join-div .box2 .list .swiper-slide img{display:block; width: 100%; height: 100%;}

.join-div .box2 .list .swiper-button-prev{background: url(../images/icon56.png) no-repeat center center; width: .65rem; height: .65rem; background-size: cover; top: 47%; left: 2%;}

.join-div .box2 .list .swiper-button-next{background: url(../images/icon57.png) no-repeat center center; width: .65rem; height: .65rem; background-size: cover; top: 47%; right: 2%;}



/*社会招聘*/

.shzp-div .box1{ padding: 6% 0;background: url(../images/pic168.png) no-repeat center center; background-size: cover; }

.shzp-div .box1 .list .li{ width: 32%; height: 175px; float: left; margin-right: 2%; margin-bottom: 2%; background: url(../images/pic167.png) no-repeat center center; background-size: cover; -webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.shzp-div .box1 .list .li a{ display:block; width: 100%; height: 100%; padding:50px 35px;}

.shzp-div .box1 .list .li:nth-child(3n){ margin-right:0;}

.shzp-div .box1 .list .li .d1{ width: 100%; font-size: 26px; color: #222; line-height: 30px; margin-bottom: 15px;}

.shzp-div .box1 .list .li .d2{ display: inline-block;font-size: 17px; line-height: 30px; color: #555;background: url(../images/icon58.png) no-repeat right center; padding-right: 16px; -webkit-transition: 0.3s;

	-moz-transition: 0.3s;

	-ms-transition: 0.3s;

	-o-transition: 0.3s;

	transition: 0.3s;}

.shzp-div .box1 .list .li:hover {background: url(../images/pic167-on.png) no-repeat center center; -moz-box-shadow:0px 1px 16px 2px #bebebe; -webkit-box-shadow:0px 1px 16px 2px #bebebe; box-shadow:0px 1px 16px 2px #bebebe;transform: scale(1.03);}

.shzp-div .box1 .list .li:hover .d2{ color: #1F71DA; background: url(../images/icon58-on.png) no-repeat right center; }



.shzp-div .box2{clear:both; background: #f4f8fd; padding: 7% 0 10% 0;}

.shzp-div .box2 .list .listL{ width: 72%; float: left;}

.shzp-div .box2 .list .listR{ width: 24%; float: right; background: #fff; border-radius: 0 0 10px 10px; overflow: hidden;}

.shzp-div .box2 .list .bx{ clear: both;background: #fff; width: 100%; border-radius: 10px; padding: 20px 32px;}

.shzp-div .box2 .list .listL .bx .num{ font-size: 16px; color: #888888; text-align: right; line-height: 30px;}

.zp-list .li{ border-bottom: 1px solid #DDDDDD; padding-bottom: 22px; margin-bottom: 22px;}

.zp-list .li:hover .li_1 { color:#1F71DA; padding-left: 10px;}

.zp-list .li a{ display: block; width: 100%; height: 100%;}

.zp-list .li .li_1{ font-size: 20px; color: #222; line-height: 30px; margin-bottom: 8px; -webkit-transition: 0.4s;

	-moz-transition: 0.4s;

	-ms-transition: 0.4s;

	-o-transition: 0.4s;

	transition: 0.4s;}

.zp-list .li .li_2{ font-size: 17px; color: #555555; line-height: 28px;background: url(../images/icon59.png) no-repeat right center;}

.zp-list .li .li_2 span{ display: inline-block;background: url(../images/icon60.png) no-repeat right center; padding-right: 17px; margin-right: 10px;}

.zp-list .li .li_2 span:last-child{background:none}

.shzp-div .box2 .list .listR .tit{ width: 100%; height: 72px; background: #1F71DA; text-align: center;color: #fff; display: flex; align-items: center; justify-content: center; font-size: 20px; border-radius: 10px; margin-bottom: 5px;}

.shzp-div .box2 .list .listR .tit img { margin-right:10px;}

.shzp-div .box2 .list .listR .bx{border-radius: 0; padding: 20px 25px;}

.shzp-div .box2 .list .listR .bx .li{ padding-bottom: 19px; margin-bottom: 19px;}

.shzp-div .box2 .list .listR .bx .li:last-child{border-bottom:0; margin-bottom: 0; padding-bottom: 10px;}

.shzp-div .box2 .list .listL .search{ width: 100%; background: #fff; margin-bottom: 18px; border-radius: 10px; padding:39px;}

.shzp-div .box2 .list .listL .search .bx2{ border:1px solid #DDDDDD; height: 59px; line-height: 59px; border-radius: 40px; overflow: hidden;}

.shzp-div .box2 .list .listL .search .inp{ display: block; width: 77%; float: left; height:59px; border: 0; font-size: 18px; color: #222; padding: 0 35px; border-radius: 40px;outline:none;}

.shzp-div .box2 .list .listL .search .sub{ display: block; width: 167px; float: right; height:59px; border: 0; color: #fff; font-size: 18px; border-radius: 30px;background:#1F71DA url(../images/icon62.png) no-repeat 35% center; text-align: left; padding-left: 80px; cursor: pointer;}



/*校园招聘*/

.xyzp-div{ background: #f4f8fd;}

.xyzp-div .box1{clear:both; background: #f4f8fd; padding: 7% 0 5% 0;}

.xyzp-div .box1 .list{ position: relative;}

.xyzp-div .box1 .list .tp{ display: block; width: 100%; height: auto;}

.xyzp-div .box1 .list .text { width: 100%; height: 100%; position: absolute; left: 0; top: 0; color: #fff; font-size: 18px; padding:7% 4% 5% 4%; line-height: 36px;}

.xyzp-div .box1 .list .text p{}

.xyzp-div .box1 .list .text .btn{ clear:both;}

.xyzp-div .box1 .list .text .btn a{ display:block; width: 208px; height: 57px; line-height: 57px; border-radius: 30px; color: #222;  margin-top: 3%;background:#fff url(../images/icon67.png) no-repeat 73% center; padding-left: 55px; }

.xyzp-div .box1 .list .text .btn a:hover { transform: translateY(-5px); box-shadow: 0 2px 6px rgba(255,255,255,0.6); background: #fff url(../images/icon67.png) no-repeat 76% center}

.xyzp-div .box2{clear:both; padding-bottom: 9%;}

.xyzp-div .box2 .wz{ font-size: 18px; text-align: center; line-height: 34px; margin-bottom: 5%;}

.xyzp-div .box2 .list .li{ width: 27%; height: 400px; float: left; background: #fff; border-radius: 12px; text-align: center; padding:50px 30px 20px 30px; margin-right: 9.5%; position: relative;}

.xyzp-div .box2 .list .li:after { content:''; display: block; width: 33px; height: 32px;background: url(../images/icon66.png) no-repeat center center; position: absolute; right: -79px; top: 40%;}

.xyzp-div .box2 .list .li:nth-child(3n){ margin-right:0;}

.xyzp-div .box2 .list .li:nth-child(3n):after{ display: none}

.xyzp-div .box2 .list .li .li_1{ margin-bottom: 50px;}

.xyzp-div .box2 .list .li .li_1 img { display: block; width: 116px; height: auto; margin: 0 auto;-webkit-transition: 1.5s;



	-moz-transition: 1.5s;



	-ms-transition: 1.5s;



	-o-transition: 1.5s;



	transition: 1.5s;}

.xyzp-div .box2 .list .li:hover .li_1 img {transform: rotateY(180deg);}

.xyzp-div .box2 .list .li .li_2{ font-size: 22px; line-height: 30px; margin-bottom: 19px;}

.xyzp-div .box2 .list .li .li_3{ font-size: 16px; line-height: 26px; color: #666;}



.results-div{ clear:both; padding: 3% 3% 4% 3%; background: #fff;}

.results-div .top{ font-size: 20px; line-height: 36px; margin-bottom: 45px; font-weight: bold;}

.results-div .top strong{ color:#05308C; margin: 0 5px; font-size: 22px;}

.results-div .list .li{ margin-bottom:25px; border-bottom: 1px dashed #ddd; padding-bottom: 25px;}

.results-div .list .li .li_1{ font-size: 16px; line-height: 30px; margin-bottom: 5px;}

.results-div .list .li .li_2{ font-size: 14px; line-height: 25px; color: #777;}

.results-div .list .li:hover .li_1 { color:#05308C;}



.zp-con{ clear: both;background: #fff; width: 100%; border-radius: 10px; padding: 40px 32px 10% 32px;}

.zp-con .tx1{ font-size: 26px; color: #222; line-height: 36px; margin-bottom: 10px;}

.zp-con .tx2{ clear:both; font-size: 17px;color: #555555; line-height: 30px; border-bottom: 1px solid #DDDDDD; padding-bottom: 25px; margin-bottom: 30px;}

.zp-con .tx3{ clear:both; font-size: 18px; color: #222; line-height: 32px; margin-bottom: 10px;}

.zp-con .tx4{ clear:both; font-size: 16px; color: #4F5960; line-height: 30px; margin-bottom: 45px;}

.zp-con .tx5{ clear:both; font-size: 18px; color: #1F71DA; line-height: 30px; line-height: 55px; height: 55px; border: 1px solid #1F71DA; display: inline-block; padding: 0 22px; border-radius: 4px;}



/*液压系统*/

.yyxt-bg{ background: #F4F8FD; padding-bottom: 9%;}

.yyxt-bg .secMenu2 a{background:#fff}



/*零部件详情页*/

.lbj-con{background: url(../images/pic172.png) no-repeat top center; padding-top: 60px; }

.lbj-con .lbj_nav{margin-bottom:55px;}

.lbj-con .lbj_nav ul{ height: 66px; line-height: 66px;}

.lbj-con .lbj_nav ul li{ height: 100%; font-size: 30px; color: #fff; margin-right:70px; float: left;cursor: pointer; -webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.lbj-con .lbj_nav ul li.act{ border-bottom: 2px solid #fff;}

#lbj_container .tab { display: none; -webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

#lbj_container .tab .ms{ font-size: 18px; color: #fff; width: 100%; height: 109px; overflow: hidden;}

.lbj-con .qh_list{ position: relative; width: 100%; padding-left: 24%;}

.lbj-con .qh_list .swiper-container{ position: static;}

.lbj-con .qh_list .swiper-button-prev{background: url(../images/icon56.png) no-repeat center center; width: 65px; height: 65px; background-size: cover; left: 0; top: 10%; }

.lbj-con .qh_list .swiper-button-next{background: url(../images/icon57.png) no-repeat center center; width: 65px; height: 65px; background-size: cover; left: 95px; top: 10%;}

.lbj-con .qh_list .tp{ background:#fff; width: 100%; height: 310px; overflow: hidden; display: flex; align-items: center; justify-content: center;}

.lbj-con .qh_list .tp img{ display: block; max-width: 100%; max-height: 100%; -webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-ms-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;}

.lbj-con .qh_list .text{ width:100%; height: 230px; background: #fff; padding: 23px 40px;}

.lbj-con .qh_list .text .t1{ font-size:22px; line-height: 34px; margin-bottom: 15px;}

.lbj-con .qh_list .text .t2{ font-size:17px; color: #555; line-height: 32px;}

.lbj-con .qh_list .text .textbx{ width: 100%; height: 100%; overflow-y: auto;}

/*滚动条整体宽度*/

.lbj-con .qh_list .text .textbx::-webkit-scrollbar{

    width: 6px; /*宽对应滚动条的尺寸*/

}

/*轨道*/

.lbj-con .qh_list .text .textbx::-webkit-scrollbar-track{

    background: #eae9e9; color: #eae9e9;

}

/*滑块*/

.lbj-con .qh_list .text .textbx::-webkit-scrollbar-thumb{

    border-radius: 5px;background: #999;

}

.lbj-con .qh_list .swiper-slide:hover .tp img{ transform: scale(1.08);}





/*法律声明*/

.iCon_fl{ background: #f4f8fd; padding-bottom: 6%; padding-top: 160px;}

.flsm-div{ background: #fff; padding:6% 5%; border-radius: 20px; font-size: 18px; color: #555; line-height: 210%;}

.flsm-div .tit { text-align:center; font-size: 50px; color: #222; line-height: 60px; margin-bottom: 4%;}

.flsm-div p { text-align:justify;}



/*右侧漂浮*/
.g_senav{width: 65px;position: fixed;right: 5px;top: 50%;z-index: 999999999951;transition: all 0.3s; color:#333; text-align:center; font-size:13px;background: #ffffff; border-radius: 8px; padding:0 6px;box-shadow:0 0 5px #dddddd}
.g_senav a { color:#333; display:block;
}
.g_senav .jk{ width:100%; height:66px;position: relative;z-index: 51; padding:9px 0; border-bottom:1px solid #d9d9d9; box-sizing:border-box; cursor:pointer; line-height:22px;}
.g_senav .m0 { border-bottom:0;}
.g_senitma{
    width: 25px; height: auto; display: block;
    margin: 0 auto;
}
.g_senitma img{
    width: 100%;
}
.g_senitmp { width:47px; margin-top:12px;}

/*微信*/
.g_senweix{

    width: 164px;

    position: absolute;

    left: 300px;

    top: 85px;

    z-index: 50;

    transform: translateX(calc(-100% - 5px));

}
.g_jsatvwx{

    left: 0;

}
.g_senweix .g_senweiximg{

    width: 100%;

    transition: all 1.1s;

}
.g_jsatvwx .g_senweiximg{

    -webkit-animation: fadeInRight .6s ease both;

    animation: fadeInRight .6s ease both;

    animation-delay: 0.4s; 

}
.g_senweiximg img{

    width: 100%;

    display: block;

}
/*电话*/
.g_senweix2{

    width: 170px; background: #fff;

    position: absolute; font-size: 18px; height: 64px; line-height: 64px; font-weight: bold;

    left: -170px;

    top: 69px;

    z-index: 50; display:none; border-radius: 5px; overflow: hidden;box-shadow:0 0 5px #dddddd;transition: all 1.1s;

}
.g_jsatvwx2_2{

    left:-171px;

}


/*销售咨询*/
.g_senweix3{

    width: 270px;background: #f5f5f5; height: 410px;

    position: absolute;

    left: -269px;

    top: -60px;text-align:left;

    z-index: 99950; display:none; border-radius: 10px; overflow: hidden;

}
.g_senweix3:hover{display:block;}
.g_senweix3_3{

    left: 0;

}
.g_senweix3 .guanbi{ text-align:right; position:absolute; right:15px; top:5px; z-index:99; font-size:16px; cursor:pointer}
.g_senweix3 .box{ width:100%; height:100%; padding-top:16px; box-sizing:border-box; background:#f5f5f5; padding:20px 18px; }
.g_senweix3 .titzx{ text-align:center; color:#1F71DA; font-size:18px; font-weight:bold; margin-bottom:10px; line-height:28px;}
.g_senweix3 .li0{height:32px; line-height:32px; margin-bottom:5px;}
.g_senweix3 .li1 input{ width:100%; display:block; border: 1px solid #DDDDDD; height:32px; line-height:32px; border-radius:5px; margin-bottom:5px; padding:0 10px;}
.g_senweix3 .smt{ clear:both;}
.g_senweix3 .smt .sbnm{ clear:both; width:100%; height:32px; line-height:32px; color:#fff; background:#1F71DA; border-radius:5px; text-align:center; color:#fff; border:0;}


.g_senweix3 .li2{margin-bottom:5px;height: 32px;}
.g_senweix3 .li2 #key2{ display: block; width:75%; border: 1px solid #DDDDDD; border-radius: 5px; height: 32px; line-height: 32px; font-size: 14px; padding: 0 10px; float: left; margin-right: 2%;}

.g_senweix3 .li2 .yzm{display: block; width: 23%; height: 100%; float: left;}

.g_senweix3 .li2 .yzm img {display: block; width: 100%; margin-top:1px;}
.g_senweix3 .li3 textarea{display: block; width: 100%; height:70px;border: 1px solid #DDDDDD; border-radius: 5px;margin-bottom:5px; line-height:22px;padding:5px 8px;}

















