@font-face {
  font-family: 'iconfont';  /* Project id 3248536 */
  src: url('//at.alicdn.com/t/font_3248536_uk4s11sp45m.woff2?t=1652425628308') format('woff2'),
  url('//at.alicdn.com/t/font_3248536_uk4s11sp45m.woff?t=1652425628308') format('woff'),
  url('//at.alicdn.com/t/font_3248536_uk4s11sp45m.ttf?t=1652425628308') format('truetype');
}
input {
  -webkit-appearance: auto !important;
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", -apple-system !important;
}
.dowBtns {
  width: 4vw;
  height: 4vw;
  background: linear-gradient(90deg, #3f7cfc 0%, #3474fc 62%, #286dff 100%), linear-gradient(#1660fc, #1660fc);
  border-radius: 5vw;
  cursor: pointer;
  text-align: center;
  line-height: 4vw;
  position: fixed;
  right: 3.1vw;
  bottom: 7vw;
  font-size: 18px;
  font-weight: bold;
  color: white;
  transition: 0.5s all ease-in-out;
  box-shadow: 0 1px 0px 0px #1c8ee4;
  overflow: hidden;
  z-index: 999;
}
.dowBtns span {
  /*display: none;*/
  opacity: 0;
  transition: 1s all ease-in-out;
}
.dowBtns i {
  color: white;
  font-size: 2vw;
  position: absolute;
  right: 1vw;
  top: 0;
  font-weight: normal;
  transition: 0.5s all ease-in-out;
}
.navBox .navList .left .langBox div a{
	display: flex;
	align-items: center;
}
.dowBtns:hover {
  width: 15vw;
  border-radius: 5vw;
}
.dowBtns:hover span {
  display: block;
  opacity: 1;
  margin-left: -2rem;
}
.swiper-button-next, .swiper-button-prev{
  width: 3vw !important;
  height: 3vw !important;
  background: #1660fc;
  font-size: .7vw;
  opacity: .7;
  color: white !important;
  border-radius: 50%;
}
.swiper-button-next:hover{
  opacity: 1;
}
.swiper-button-prev:hover{
  opacity: 1;
}
.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 1vw !important;
}
/*鏁翠綋閮ㄥ垎*/
::-webkit-scrollbar {
  width: 12px;
  height: 10px;
}
/*婊戝姩杞ㄩ亾*/
::-webkit-scrollbar-track {
  border-radius: 0;
  background: #555555;
}
/*婊戝潡*/
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #165ffb;
}
/*婊戝潡鏁堟灉*/
::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: rgba(85, 85, 85, 0.4);
}
header {
  width: 100%;
  /*overflow: hidden;*/
  position: fixed;
  top: 0;
  z-index: 99;
  transition: 0.3s all ease-in-out;
}
header .header {
  width: 86vw;
  display: flex;
  justify-content: space-between;
  margin: 0 7vw;
  padding: .5vw 0;
  z-index: 100;
  transition: 0.5s all ease-in-out;
  border-bottom: 1px solid white;
}
header .header .logo {
  width: 8vw;
  transition: .5s all ease-in-out;
}
header .header .logo img{
  width: 100%;
}
header .header .logo img:nth-child(2){
  display: none;
}
header .header nav {
  display: flex;
  /*margin-left: 16.5vw;*/
  margin-top: 0.4vw;
}
header .header nav ul li {
  display: inline-block;
  float: left;
  font-size: 16px;
  /*width: 6.5vw;*/
  text-align: center;
  z-index: 99;
  position: relative;
  margin: 0 .5vw;
}
header .header nav ul li .footerNav{
  position: absolute;
  /*background: #282828;*/
  margin-top: 0;
  margin-left: 0;
  transform: translateY(20px);
  transition: .3s all ease-in-out;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
header .header nav ul li .footerNav .iconI{
  width: 100%;
  height: .8vw;
  background: transparent;
}
.headerActiveCpbw .header nav ul li .footerNav .iconI{
  height: .3vw;
}
.header .cpbwNav:hover .footerNav{
  transform: translateY(0px);
  opacity: 1;
  pointer-events: auto;
}
.header .dfsNav:hover .footerNav{
  transform: translateY(0px);
  opacity: 1;
  pointer-events: auto;
}
.header nav ul li .footerNav .levelUl{
  display: flex;
  background: #282828;
}
.headerActive .header nav ul li .footerNav .levelUl{
  display: flex;
  background: #282828;
}
header .header nav ul li .footerNav .levelUl .level1 {
  margin-top: 1vw;
}
header .header nav ul li .footerNav .levelUl .level1 a {
  font-size: 14px;
  color: white;
  font-weight: bold;
  border: transparent;
  cursor: pointer;
}
header .header nav ul li .footerNav .levelUl .level1 a:hover {
  /*border-bottom: 1px solid gainsboro;*/
}
header .header nav ul li .footerNav .levelUl .level1 ul {
  margin-top: 0;
  /*height: 0;*/
  transition: 0.5s all ease-in-out;
  overflow: hidden;
  /*margin-left: 1vw;*/
  width: 19vw;
  margin-bottom: 1vw;
}
header .header nav ul li .footerNav .levelUl .level1 ul li {
  margin: 5px 0;
  border-radius: inherit;
  text-align: left;
  width: 100%;
}

header .header nav ul li .footerNav .levelUl .level1 ul li a {
  font-size: 14px;
  color: white;
  opacity: .5;
  font-weight: normal;
  /*width: 12vw;*/
  border-radius: inherit;
  border-bottom: 1px solid transparent;
}
.headerActive .header nav ul li .footerNav .levelUl .level1 ul li a {
  font-size: 14px;
  color: white;
  opacity: .5;
  font-weight: normal;
  /*width: 12vw;*/
  border-radius: inherit;
  border-bottom: 1px solid transparent;
}
header .header nav ul li .footerNav .levelUl .level1 ul li{
  border-bottom: 1px solid transparent;
}
header .header nav ul li .footerNav .levelUl .level1 a:hover{
  /*border-bottom: 1px solid gainsboro;*/
  border-radius: inherit;
}
header .header nav ul li .footerNav .levelUl .level1 ul li:hover a {
  border-bottom: 1px solid gainsboro;
}
header .header nav ul li .footerNav .levelUl .levelActive ul {
  margin-top: 1vw;
  height: auto;
  overflow: visible;
}
header .header nav ul li a {
  width: 100%;
  color: #ffffff;
  /*display: block;*/
  /*font-weight: bold;*/
  /*padding-bottom: 10px;*/
  border: 1px solid transparent;
  font-size: 14px;
  border-radius: 30px;
  display: flex;
  padding: 2px 8px;
}
header .header nav ul li a img{
  width: 15px;
  height: 15px;
  margin: 2px 3px;
}
header .header nav ul li a img:nth-child(2){
  display: none;
}

header .header nav ul li:hover a {
  border: 1px solid white;
  background: rgba(0, 0, 0, 0.1);
}
header .header nav ul li:hover .levelUl a{
  border: 1px solid transparent;
  background: transparent;
}
.activeNav{
  border: 1px solid white;
  border-radius: 30px;
}
.activeNav a{
  background: rgba(0, 0, 0, 0.1);
}
.headerActive .activeNav a{
  border: 1px solid #333333;
  background: transparent;
}
header .header nav ul li:first-child {
  /*width: 5vw;*/
}
header .header .right {
  margin-top: 0.3vw;
  display: flex;
}
header .header .right .language {
  width: 1.5vw;
  height: 1.5vw;
  border: 1px solid white;
  border-radius: 50%;
  text-align: center;
  line-height: 1.4vw;
  color: white;
  cursor: pointer;
  font-size: 12px;
}
header .header .right .menu {
  margin-left: 1.5vw;
  display: flex;
  position: relative;
  z-index: 99;
  cursor: pointer;
  top: -3px;
}
header .header .right .menu .menuLeft {
  width: 5vw;
  height: 1.5vw;
  background-color: #1660fc;
  border-radius: 20px;
  color: white;
  line-height: 1.5vw;
  font-size: 12px;
  margin-top: 0.1vw;
  padding-left: 1vw;
}
header .header .right .menu .close {
  display: none;
  background: #757575;
}
header .header .right .menu .menuRight {
  width: 1.8vw;
  height: 1.8vw;
  background-color: #ffffff;
  border-radius: 50%;
  margin-left: -1.8vw;
  cursor: pointer;
  position: relative;
  top: -1px;
}
header .header .right .menu .menuRight .mt1 {
  width: 1vw;
  height: 2px;
  background: black;
  text-align: center;
  position: relative;
  left: 0.5vw;
  top: 0.5vw;
  transition: 0.3s all ease-in-out;
}
header .header .right .menu .menuRight .mt2 {
  width: 0.7vw;
  height: 2px;
  background: black;
  position: relative;
  left: 0.5vw;
  top: 0.75vw;
  transition: 0.3s all ease-in-out;
}
header .header .right .menu .menuRight .mt3 {
  width: 0.9vw;
  height: 2px;
  background: black;
  position: relative;
  left: 0.5vw;
  top: 1vw;
  transition: 0.3s all ease-in-out;
}
header .header .right .iconActive .open {
  display: none;
}
header .header .right .iconActive .close {
  display: block;
}
header .header .right .iconActive .menuRight .mt1 {
  transform: rotate3d(0, 0, 20, 45deg) translateX(0.2vw) translateY(0.25vw);
}
header .header .right .iconActive .menuRight .mt2 {
  opacity: 0;
}
header .header .right .iconActive .menuRight .mt3 {
  width: 1vw;
  transform: rotate3d(0, 0, 20, -45deg) translateX(0.25vw) translateY(-0.3vw);
}
header .headerB {
  width: 86vw;
  display: flex;
  justify-content: space-between;
  margin: 0 7vw;
  padding: .5vw 0;
  z-index: 100;
}
header .headerB .logo {
  width: 9vw;
  opacity: 0;
}
header .headerB nav {
  display: flex;
  margin-left: 4.5vw;
}
header .headerB nav ul li {
  display: inline-block;
  float: left;
  font-size: 16px;
  text-align: center;
  z-index: 99;
  position: relative;
  margin: 0 2vw;
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 5px 20px;
  background: transparent;
}
header .headerB nav ul li a {
  color: #ffffff;
  display: flex;
  font-weight: bold;
}
header .headerB nav ul li a img {
  width: 1.2vw;
  margin-right: 0.5vw;
}
header .headerB nav ul li a img:nth-child(2) {
  display: none;
}
header .headerB nav ul li:hover {
  border: 1px solid white;
  background: rgba(0, 0, 0, 0.1);
}
header .headerB nav ul li:first-child {
  opacity: 0;
}
header .headerB .right {
  /*margin-top: 0.3vw;*/
  display: flex;
  opacity: 0;
}
header .headerB .right .language {
  width: 2vw;
  height: 2vw;
  border: 1px solid #739ffd;
  border-radius: 50%;
  text-align: center;
  line-height: 1.8vw;
  color: white;
  cursor: pointer;
  font-size: 0.8vw;
}
header .headerB .right .menu {
  margin-left: 1.5vw;
  display: flex;
  position: relative;
  z-index: 99;
  cursor: pointer;
}
header .headerB .right .menu .menuLeft {
  width: 5vw;
  height: 1.8vw;
  background-color: #1660fc;
  border-radius: 20px;
  color: white;
  line-height: 1.8vw;
  font-size: 0.8vw;
  margin-top: 0.1vw;
  padding-left: 1vw;
}
header .headerB .right .menu .close {
  display: none;
  background: #757575;
}
header .headerB .right .menu .menuRight {
  width: 2vw;
  height: 2vw;
  background-color: #ffffff;
  border-radius: 50%;
  margin-left: -1.5vw;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
header .headerB .right .menu .menuRight .mt1 {
  width: 1vw;
  height: 2px;
  background: black;
  text-align: center;
  position: relative;
  left: 0.5vw;
  top: 0.7vw;
  transition: 0.3s all ease-in-out;
}
header .headerB .right .menu .menuRight .mt2 {
  width: 0.7vw;
  height: 2px;
  background: black;
  position: relative;
  left: 0.5vw;
  top: 0.9vw;
  transition: 0.3s all ease-in-out;
}
header .headerB .right .menu .menuRight .mt3 {
  width: 0.9vw;
  height: 2px;
  background: black;
  position: relative;
  left: 0.5vw;
  top: 1.1vw;
  transition: 0.3s all ease-in-out;
}
header .headerB .right .iconActive .open {
  display: none;
}
header .headerB .right .iconActive .close {
  display: block;
}
header .headerB .right .iconActive .menuRight .mt1 {
  transform: rotate3d(0, 0, 20, 45deg) translateX(0.22vw) translateY(0.2vw);
}
header .headerB .right .iconActive .menuRight .mt2 {
  opacity: 0;
}
header .headerB .right .iconActive .menuRight .mt3 {
  width: 1vw;
  transform: rotate3d(0, 0, 20, -45deg) translateX(0.22vw) translateY(-0.2vw);
}
.headerActive {
  /*transform: translateY(-4.5vw);*/
  background: #282828;
}
.headerActiveCpbw .header{
  padding: 0;
}
.headerActiveCpbw .header .logo{
  width: 6vw;
  margin-top: .3vw;
  margin-right: 2vw;
}
.headerActive .header{
  border-bottom: 1px solid #282828;
}
.headerActive .header .logo img:nth-child(1){
  display: none;
}
.headerActive .header .logo img:nth-child(2){
  display: block;
}
.headerActive .header nav ul li a{
  color: white;
}
.headerActive .header nav ul li a:hover{
  /*border: 1px solid #333333;*/
  /*background: rgba(255, 255, 255, 0.1);*/
}
.headerActive .header nav ul li a img:nth-child(1){
  display: none;
}
.headerActive .header nav ul li a img:nth-child(2){
  display: block;
}
.headerActive .header .right .language {
  /*border: 1px solid #333333;*/
  /*color: #333333;*/
}
.headerActive .headerB .logo {
  opacity: 1;
}
.headerActive .headerB nav {
  /*margin-top: 0.5vw;*/
}
.headerActive .headerB nav ul li a {
  color: #000000;
}
.headerActive .headerB nav ul li a img:nth-child(1) {
  display: none;
}
.headerActive .headerB nav ul li a img:nth-child(2) {
  display: block;
}
.headerActive .headerB nav li:first-child {
  opacity: 1;
}
.headerActive .headerB .right {
  opacity: 1;
}
.navsActive {
  background: transparent;
}
.navsActive .header {
  border: transparent;
}
.navsActive .header .logo {
  display: none;
}
.navsActive .header nav {
  display: none;
}
.navsActive .header .right .language {
  display: none;
}
.navsActive .headerB .logo {
  display: none;
}
.navsActive .headerB nav {
  display: none;
}
.navBox {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s all ease-in-out;
}
.navBox .navList {
  width: 100%;
  height: 100vh;
  display: flex;
}
.navBox .navList .logo {
  width: 8vw;
  position: absolute;
  top: .5vw;
  left: 7vw;
  z-index: 9;
}
.navBox .navList .logo img{
  width: 100%;
}
.navBox .navList .left {
  width: 28vw;
  background: #f0f0f0;
  padding: 6vw 7vw 0 7vw;
  z-index: 3;
}
.navBox .navList .left .footerNav .levelUl .level1 {
  margin-top: 1vw;
}
.navBox .navList .left .footerNav .levelUl .level1 a {
  font-size: 1vw;
  color: #3c3c3c;
  font-weight: bold;
  cursor: pointer;
}
.navBox .navList .left .footerNav .levelUl .level1 a:hover {
  border-bottom: 2px solid #3c3c3c;
}
.navBox .navList .left .footerNav .levelUl .level1 ul {
  margin-top: 0;
  height: 0;
  transition: 0.5s all ease-in-out;
  overflow: hidden;
  margin-left: 1vw;
}
.navBox .navList .left .footerNav .levelUl .level1 ul li {
  margin-bottom: 15px;
}
.navBox .navList .left .footerNav .levelUl .level1 ul li a {
  font-size: 14px;
  color: #666666;
  font-weight: normal;
}
.navBox .navList .left .footerNav .levelUl .level1 ul li:hover a {
  border-bottom: 1px solid #666666;
}
.navBox .navList .left .footerNav .levelUl .levelActive ul {
  margin-top: 1vw;
  height: auto;
  overflow: visible;
}
.navBox .navList .left .langBox {
  position: absolute;
  bottom: 2vw;
}
.navBox .navList .left .langBox a {
  cursor: pointer;
  font-size: 0.9vw;
  font-weight: bold;
  display: flex;
  margin-bottom: 0.5vw;
}
.navBox .navList .left .langBox a img {
  width: 1vw;
  height: 1vw;
  position: relative;
  top: 0.1vw;
  margin: 0;
  margin-right: 0.5vw;
}
.navBox .navList .navListItem {
  padding: 6vw 6vw 0 6vw;
}
.navBox .navList .navListItem .titBox {
  color: white;
  font-weight: bold;
}
.navBox .navList .navListItem .titBox .num {
  font-size: 1vw;
}
.navBox .navList .navListItem .titBox .text {
  font-size: 1.5vw;
  margin-top: 1vw;
}
.navBox .navList .navListItem .titBox::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 140px;
  margin-left: -1vw;
  background: rgba(255, 255, 255, 0.4);
}
.navBox .navList .navListItem .footerNav .levelUl .level1 {
  margin-top: 2vw;
}
.navBox .navList .navListItem .footerNav .levelUl .level1 a {
  font-size: 1vw;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
}
.navBox .navList .navListItem .footerNav .levelUl .level1 ul {
  margin-top: 1vw;
}
.navBox .navList .navListItem .footerNav .levelUl .level1 ul li {
  margin-bottom: 15px;
  color: white;
  font-weight: bold;
}
.navBox .navList .navListItem .footerNav .levelUl .level1 ul li.bef{
  padding-left: 1vw;
}
.navBox .navList .navListItem .footerNav .levelUl .level1 ul li.bef::before{
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: white;
  border-radius: 50%;
  margin: 0.3vw -0.8vw;
}
.navBox .navList .navListItem .footerNav .levelUl .level1 ul li a {
  font-size: 14px;
  color: #d4d4d4;
  font-weight: normal;
  padding-bottom: 2px;
}
.navBox .navList .navListItem .footerNav .levelUl .level1 ul li:hover a {
  border-bottom: 1px solid white;
}
.navBox .navList .centren:hover {
  background: url('/resources/assets/images/img3.jpg') center no-repeat rgba(0, 0, 0, 0.3);
  background-blend-mode: multiply;
}
.navBox .navList .centren {
  width: 36vw;
  background: url('/resources/assets/images/img3.jpg') center no-repeat rgba(0, 0, 0, 0.7);
  background-size: cover !important;
  z-index: 2;
  transform: translateX(-550px);
  transition: 0.9s all ease-in-out;
  background-blend-mode: multiply;
}
.navBox .navList .right:hover {
  background: url('/resources/assets/images/img4.jpg') center no-repeat rgba(0, 0, 0, 0.1);
  background-blend-mode: multiply;
}
.navBox .navList .right {
  width: 36vw;
  background: url('/resources/assets/images/img4.jpg') center no-repeat rgba(0, 0, 0, 0.7);
  background-size: cover !important;
  transform: translateX(-1050px);
  z-index: 1;
  transition: 0.9s all ease-in-out;
  background-blend-mode: multiply;
}
.navActive {
  opacity: 1;
  pointer-events: all;
  transition-delay: 0s;
}
.navActive .navList .left {
  transform: translateX(0px);
}
.navActive .navList .centren {
  transform: translateX(0px);
}
.navActive .navList .right {
  transform: translateX(0px);
}
footer {
  background: #282828;
  padding: 2vw 7vw 1vw 7vw;
}
footer .footer {
  width: 100%;
  display: flex;
}
footer .footer .footerItem {
  flex: 1;
}
footer .footer .footerItem .name {
  color: white;
  font-size: 0.9vw;
  font-weight: bold;
  padding-bottom: 1vw;
  border-bottom: 1px solid #535353;
}
footer .footer .footerItem .phone {
  font-size: 14px;
  color: #ffffff;
  margin-top: 1vw;
  display: flex;
}
footer .footer .footerItem .phone .iconfont{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
}
footer .footer .footerItem .phone p{
	width: calc(100% - 30px);
	line-height: 30px;
}
footer .footer .footerItem .address .iconfont{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-size: 24px;
}
footer .footer .footerItem .address p{
	width: calc(100% - 30px);
}
footer .footer .footerItem .address {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.7;

  margin: 1vw 0;
  display: flex;
}
footer .footer .footerItem .qrcode img{
  width: 6vw;
  height: 6vw;
  position: absolute;
  margin-left: 3vw;
  margin-top: -2vw;
  opacity: 0;
  transition: .3s all ease-in-out;
}
footer .footer .footerItem .qrcode i {
  color: #ffffff;
  font-size: 2vw;
  cursor: pointer;
}
footer .footer .footerItem .footerNav .levelUl {
  display: flex;
}
footer .footer .footerItem .footerNav .levelUl .level1 {
  margin-top: 1vw;
}
footer .footer .footerItem .footerNav .levelUl .level1 a {
  font-size: 0.8vw;
  color: #ffffff;
  font-weight: bold;
}
footer .footer .footerItem .footerNav .levelUl .level1 ul {
  margin-top: 1vw;
  margin-bottom: 1vw;
}
footer .footer .footerItem .footerNav .levelUl .level1 ul li {
  margin-bottom: 10px;
}
footer .footer .footerItem .footerNav .levelUl .level1 ul li a {
  font-size: 0.7vw;
  color: #ffffff;
  opacity: 0.5;
  font-weight: normal;
}
footer .footer .footerItem .footerNav .levelUl .level1 ul li:hover a {
  border-bottom: 1px solid #ffffff;
}
footer .footer .footerItem .footerNav .levelUl .level1:last-child {
  margin-left: 2vw;
}
footer .footer .centren {
  flex: 2;
}
footer .footer .centren .name,
footer .footer .centren .footerNav {
  padding-left: 10vw;
}
footer .footer .right {
  flex: 1;
  border-right: transparent;
  padding-right: 0;
}
footer .footerInfo {
  margin-top: 1vw;
  display: flex;
  justify-content: space-between;
}
footer .footerInfo .left a {
  color: white;
  margin: 0 0.2vw;
  font-size: 14px;
}
footer .footerInfo .left a:first-child{
  margin: 0 .2vw .2vw 0;
}
footer .footerInfo .left a:hover {
  border-bottom: 1px solid white;
}
footer .footerInfo .right {
  color: #fefefe;
  opacity: 0.3;
}
footer .footerInfo .right a {
  color: #fefefe;
  font-size: 14px;
}
.index .f1 {
  width: 100%;
}
.index .f1 .mySwiper {
  width: 100%;
  height: 50vw;
  overflow: hidden;
}
.index .f1 .mySwiper .swiper-slide {
  width: 100%;
  height: 50vw;
  background-size: cover !important;
}
.index .f1 .text {
  padding: 8vw 0;
  color: white;
  position: absolute;
  z-index: 9;
  left: 35%;
  text-align: center;
}
.index .f1 .text .title {
  font-size: 3vw;
  font-weight: bold;
  letter-spacing: 5px;
}
.index .f1 .text .des {
  margin: .5vw;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 1px;
}
.index .f1 .mySwiper .swiper-slide .infos{
  color: white;
  font-size: 14px;
  position: absolute;
  right: 7.2vw;
  margin-top: 43%;
}
.index .f1 .mySwiper .swiper-slide .more {
  position: absolute;
  bottom: 3vw;
  left: 46vw;
  color: white;
  font-size: 0.9vw;
  display: flex;
  line-height: 2vw;
  cursor: pointer;
}
.index .f1 .mySwiper .swiper-slide .more .icon {
  width: 2vw;
  height: 2vw;
  border: 2px solid white;
  border-radius: 50%;
  position: absolute;
  transition: all 0.4s ease;
  transition-delay: 0.2s;
}
.index .f1 .mySwiper .swiper-slide .more .icon i {
  font-size: 2vw;
  position: relative;
  left: 1vw;
  font-weight: 0;
  top: -.08vw;
}
.index .f1 .mySwiper .swiper-slide .more .t {
  margin-left: 3.5vw;
}
.index .f1 .mySwiper .swiper-slide .moreCenter {
  left: 46%;
}
.index .f1 .mySwiper .swiper-slide .more:hover .icon {
  width: 9vw;
  border-radius: 25px 25px 25px 25px;
}
.index .f1 .mySwiper .swiper-slide .cpImg {
  width: 38vw;
  position: absolute;
  top: 10vw;
  left: 33vw;
  transform: translateY(-100px);
  transition: 1.2s all ease-in-out;
}
.index .f1 .mySwiper .swiper-slide-active .text {
  transform: translateX(0px);
  transition: 1.5s all ease-in-out;
}
.index .f1 .mySwiper .swiper-slide-active .cpImg {
  transform: translateY(0px);
  transition: 1.2s all ease-in-out;
}
.index .f1 .mySwiper .swiper-pagination {
  margin-right: 7vw;
  bottom: 5vw;
  left: inherit;
  width: auto;
  position: relative;
  text-align: right;
}
.index .f1 .mySwiper .swiper-pagination-bullet {
  width: 3vw;
  height: 4px;
  border-radius: 0;
  background: white;
  opacity: 1;
}
.index .f1 .mySwiper .swiper-pagination-bullet-active {
  background: #165ffb;
}
.index .f2 {
  width: 100%;
  padding: 3vw 14vw;
}
.index .f2 .headerTit {
  display: flex;
  font-weight: bold;
  justify-content: space-between;
}
.index .f2 .headerTit .tit {
  font-size: 1.5vw;
  color: #000000;
}
.index .f2 .headerTit .more {
  font-size: 16px;
  color: #1660fc;
  display: inline-block;
  cursor: pointer;
}
.index .f2 .headerTit .more img {
  width: 16px;
  display: inline-block;
  position: relative;
  left: 10px;
  top: 1px;
  transition: 0.5s all ease-in-out;
}
.index .f2 .headerTit .more:hover img {
  transform: rotate(180deg);
}
.index .f2 .news {
  padding: .5vw 0 0 0;
  width: 70vw;
}
.index .f2 .news .time {
  font-size: 14px;
  color: #b5b5b5;
}
.index .f2 .news .time i {
  font-size: 14px;
  padding-right: 5px;
}
.index .f2 .news .title {
  padding: .5vw 0;
  font-size: 1.2vw;
  letter-spacing: 1px;
  color: #333333;
  display: flex;
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 1;*/
  /*overflow: hidden;*/
}
.index .f2 .news .title .tab {
  width: 5vw;
  height: 2vw;
  background: url(/resources/assets/images/icon7.png) center no-repeat;
  background-size: 100%;
  margin-left: 1vw;
  position: relative;
  top: -3px;
}
.index .f2 .news .title .tab p {
  font-size: 12px;
  line-height: 2vw;
  color: white;
  margin-left: 1.8vw;
}
.index .f2 .news .des {
  font-size: 14px;
  color: #666666;
  line-height: 1.7;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index .f2 .news .del {
  color: #1660fc;
  font-size: 14px;
  margin-top: 1vw;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
}
.index .f2 .news:hover .del {
  transform: translateX(20px);
}
.index .f3 {
  display: flex;
  margin-bottom: 4vw;
  padding: 0 10vw;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.index .f3 .item {
  width: 27vw;
  height: 19.5vw;
  background-size: cover !important;
  padding: 2vw 4vw;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s all ease-in-out;
}
.index .f3 .item .tab {
  background-color: #165ffb;
  border-radius: 20px 5px 20px 5px;
  color: white;
  text-align: center;
  position: absolute;
  padding: 5px 15px;
  font-size: 12px;
  margin-top: .5vw;
  margin-left: 14.5vw;
}
.index .f3 a:nth-child(2) .item .tab{
  margin-left: 11.5vw;
}
.index .f3 a:nth-child(3) .item .tab{
  margin-left: 11.7vw;
}
.index .f3 .item .time {
  color: #7c7c7c;
  transition: 0.3s all ease-in-out;
}
.index .f3 .item .time span {
  font-size: 2vw;
  font-weight: bold;
}
.index .f3 .item .time p {
  font-size: 0.9vw;
}
.index .f3 .item .name {
  color: #333333;
  font-size: 18px;
  margin: 1vw 0;
  transition: 0.3s all ease-in-out;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index .f3 .item .des {
  font-size: 14px;
  color: #666666;
  line-height: 1.7;
  letter-spacing: 1px;
  transition: 0.3s all ease-in-out;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index .f3 .item .del {
  color: #1660fc;
  font-size: 0.8vw;
  margin-top: 2vw;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.index .f3 .item:hover .time,
.index .f3 .item:hover .name,
.index .f3 .item:hover .des,
.index .f3 .item:hover .del {
  color: white;
}
.videoModal {
  width: 100%;
  height: 100vh;
  position: fixed;
  display: none;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.videoModal .video {
  width: 70%;
  height: auto;
  position: absolute;
  left: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
}
.videoModal .video .img{
  width: 100%;
  max-width: 700px;
  margin: 10vw auto;
}
.videoModal .video .close {
  width: 40px;
  position: fixed;
  text-align: center;
  top: 50px;
  right: 0px;
  cursor: pointer;
}
.videoModal .video .close img{
  width: 100%;
}
.videoModal .video video {
  width: 100%;
  display: block;
}
.formModal {
    width: 100%;
    height: 100vh;
    position: fixed;
    display: none;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}
.formModal .closes{
  width: 2vw;
  position: absolute;
  /*margin: 2%;*/
  right: 30vw;
  cursor: pointer;
}
.formModal .closes img{
  width: 100%;
}
.formModal .formBox{
    background: url('/resources/assets/images/img94.png') center no-repeat;
    background-size: cover !important;
    width: 30vw;
    height: 26vw;
    border-radius: 30px;
    margin-left: 35vw;
    margin-top: 10vw;
}
.formModal .formBox .tit{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #a1d2d5;
  padding: 1vw 2vw;
}
.formModal .formBox .tit .cn{
  font-size: 1.5vw;
  color: #353535;
  font-weight: bold;
}
.formModal .formBox .tit .en{
  color: #1660fc;
  font-size: .9vw;
}
.formModal .formBox form{
  padding: 0 2vw;
}
.formModal .formBox form .input{
  width: 100%;
  font-weight: bold;
  margin-top: .6vw;
}
.formModal .formBox form .input .name{
  color: #353535;
  font-size: 14px;
}
.formModal .formBox form .input .name span{
  font-size: 12px;
}
.formModal .formBox form .input input{
  width: 100%;
  height: 2.5vw;
  border-radius: 10px;
  border: solid 2px #dcdcdc;
  font-size: 14px;
  background: transparent;
  margin-top: .5vw;
  padding-left: 1vw;
}
.formModal .formBox .sumbit{
  width: 10vw;
  height: 2.5vw;
  background-color: #1660fc;
  color: #ffffff;
  font-size: 14px;
  line-height: 2.5vw;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 30px;
  margin: 1.5vw auto;
  cursor: pointer;
  transition: .3s all ease-in-out;
}
.formModal .formBox .sumbit:hover{
  border-radius: 10px;
}
.formModal .formBox .infos{
  color: #919191;
  font-size: 14px;
  text-align: center;
}
.banner {
  width: 100%;
  height: 20vw;
  margin: 0 auto;
  background-size: cover !important;
  color: white;
  text-align: center;
  z-index: 5;
  position: relative;
}
.banner .titles {
  padding-top: 9vw;
}
.banner .titles .cn {
  font-size: 2vw;
  font-weight: 100;
}
.banner .titles .cn span {
  font-weight: 500;
}
.banner .titles .en {
  font-size: 1.5vw;
}
.aboutUs .CPBWtabItem{
  /*padding: 0 18vw;*/
}
.aboutUs .CPBWtabItem .item{
  /*padding: 0 2.2vw;*/
}
.aboutUs .f1 {
  padding: 3vw 14vw 3vw 14vw;
  display: inline-block;
}
.aboutUs .f1 .left {
  width: 15vw;
  display: inline-block;
  float: left;
}
.aboutUs .f1 .left .t{
  display: inline-block;
  float: left;
}
.aboutUs .f1 .left p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.aboutUs .f1 .left p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw 0;
}
.aboutUs .f1 .left img {
  width: 2.5vw;
  height: 2.5vw;
  margin: .6vw 1vw;
  display: inline-block;
  transform: rotate(-90deg);
}
.aboutUs .f1 .right {
  width: 55vw;
  display: inline-block;
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  letter-spacing: 1px;
  text-align: justify;
}
.aboutUs .f2 {
  width: 100%;
  height: auto;
  background: url('/resources/assets/images/img7.jpg') center no-repeat rgba(0, 0, 0, 0.3);
  background-size: cover !important;
  margin: 0 auto;
  background-blend-mode: multiply;
  display: flex;
}
.aboutUs .f2 .left {
  width: 50vw;
  padding-left: 14vw;
  padding-top: 4vw;
}
.aboutUs .f2 .left .tit p:nth-child(1) {
  font-size: 1.5vw;
  color: white;
}
.aboutUs .f2 .left .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: .5vw 0;
}
.aboutUs .f2 .left .itemBox {
  margin: .5vw 0;
}
.aboutUs .f2 .left .itemBox .name {
  width: 20vw;
  font-size: 1.2vw;
  color: white;
  padding-bottom: 1vw;
  border-bottom: 1px solid white;
}
.aboutUs .f2 .left .itemBox .des {
  font-size: 14px;
  color: white;
  margin: .5vw 0;
}
.aboutUs .f2 .left .itemBox .item {
  width: 100%;
  font-size: 14px;
  color: white;
  display: inline-block;
  margin-bottom: 1vw;
}
.aboutUs .f2 .left .itemBox .item .num {
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #ffffff;
  color: #1660fc;
  font-size: 14px;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  float: left;
}
.aboutUs .f2 .left .itemBox .item .t {
  width: 85%;
  display: inline-block;
}
.aboutUs .f2 .left .itemBox .item .tm{
  margin-left: 1.5vw;
}
.aboutUs .f2 .left .fot .name {
  width: 20vw;
  font-size: 1.2vw;
  color: white;
  padding-bottom: 1vw;
  border-bottom: 1px solid white;
}
.aboutUs .f2 .left .fot img {
  width: 2.5vw;
  height: 2.5vw;
  transform: rotate(-90deg);
  margin: 1vw 0;
}
.aboutUs .f2 .right {
  width: 36vw;
  margin: 2vw 0;
}
.aboutUs .f2 .right img{
  width: 90%;
}
.aboutUs .f3 {
  padding: 3vw 14vw 3vw 14vw;
  display: flex;
}
.aboutUs .f3 .left {
  width: 40vw;
  margin-right: 3vw;
}
.aboutUs .f3 .left .tit {
  margin-bottom: .7vw;
}
.aboutUs .f3 .left .tit .t{
  display: inline-block;
  float: left;
}
.aboutUs .f3 .left .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.aboutUs .f3 .left .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.aboutUs .f3 .left .tit img {
  width: 2.5vw;
  height: 2.5vw;
  display: inline-block;
  margin: .6vw;
}
.aboutUs .f3 .left .item {
  margin-bottom: 1vw;
  clear: both;
}
.aboutUs .f3 .left .item .name {
  font-size: 1vw;
  font-weight: bold;
  margin-bottom: .5vw;
}
.aboutUs .f3 .left .item .des {
  font-size: 14px;
  color: #666666;
  line-height: 1.7;
  letter-spacing: 1px;
  text-align: justify;
}
.aboutUs .f3 .right {
  width: 30vw;
  height: 24vw;
  margin-top: 3vw;
  background-size: cover !important;
}
.aboutUs .f4 {
  padding: 0vw 14vw 3vw 14vw;
}
.aboutUs .f4 .tit {
  margin-bottom: 1vw;
}
.aboutUs .f4 .tit .t{
  display: inline-block;
  float: left;
}
.aboutUs .f4 .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.aboutUs .f4 .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.aboutUs .f4 .tit img {
  width: 2.5vw;
  height: 2.5vw;
  display: inline-block;
  margin: .6vw 1vw;
}
.aboutUs .f4 .itemBox {
  display: flex;
  color: white;
  clear: both;
}
.aboutUs .f4 .itemBox .item {
  width: 17vw;
  height: 22vw;
  background-size: cover !important;
  margin-right: 2vw;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.aboutUs .f4 .itemBox .item .tits {
  position: relative;
  top: 16vw;
  left: 2vw;
}
.aboutUs .f4 .itemBox .item .tits .name {
  font-size: 1vw;
  font-weight: bold;
  margin-bottom: 0.5vw;
}
.aboutUs .f4 .itemBox .item .tits .des {
  font-size: 14px;
  line-height: 1.7;
}
.aboutUs .f4 .itemBox .item:nth-child(1) {
  margin-top: 2vw;
}
.aboutUs .f4 .itemBox .item:nth-child(2) {
  margin-top: 4vw;
}
.aboutUs .f4 .itemBox .item:hover {
  transform: scale(1.02);
}
.aboutUs .f4 .itemBox .items:hover {
  transform: scale(1.02);
}
.aboutUs .f4 .itemBox .items {
  width: 36vw;
  height: 25vw;
  background-size: cover !important;
  display: flex;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.aboutUs .f4 .itemBox .items .tits {
  position: relative;
  top: 13vw;
  left: 2vw;
  margin-right: 2vw;
}
.aboutUs .f4 .itemBox .items .tits .name {
  font-size: 1vw;
  font-weight: bold;
  margin-bottom: 0.5vw;
}
.aboutUs .f4 .itemBox .items .tits .des {
  font-size: 14px;
  line-height: 1.7;
}
.aboutUs .f5 {
  width: 100%;
  height: auto;
  background: url('/resources/assets/images/img12.jpg') center no-repeat;
  background-size: cover !important;
  margin: 0 auto;
  padding: 5vw 14vw;
  display: flex;
}
.aboutUs .f5 .left {
  width: 32vw;
  color: white;
  margin-right: 5vw;
}
.aboutUs .f5 .left .tit {
  margin-bottom: 1vw;
}
.aboutUs .f5 .left .tit .t{
  display: inline-block;
  float: left;
}
.aboutUs .f5 .left .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.aboutUs .f5 .left .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.aboutUs .f5 .left .tit img {
  width: 2.5vw;
  height: 2.5vw;
  display: inline-block;
  margin: .6vw 1vw;
}
.aboutUs .f5 .left .name {
  font-size: 1vw;
  font-weight: bold;
}
.aboutUs .f5 .left .item {
  margin-top: 1vw;
}
.aboutUs .f5 .left .item .tab {
  width: 16vw;
  height: 2vw;
  background-color: #1660fc;
  border-radius: 18px;
  font-size: 1vw;
  font-weight: bold;
  text-align: center;
  line-height: 2vw;
  margin-bottom: 1vw;
}
.aboutUs .f5 .left .item .des {
  line-height: 1.7;
  letter-spacing: 1px;
  font-size: 14px;
  padding-left: 1vw;
}
.aboutUs .f5 .left .item .des::before{
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  margin: 0.4vw -0.8vw;
  background: #1660fc;
  border-radius: 50%;
}
.aboutUs .f5 .right {
  color: white;
}
.aboutUs .f5 .right .name {
  font-size: 1vw;
  font-weight: bold;
}
.aboutUs .f5 .right .item {
  margin-top: 1vw;
}
.aboutUs .f5 .right .item .tab {
  width: 12vw;
  height: 2vw;
  background-color: #1660fc;
  border-radius: 18px;
  font-size: 1vw;
  font-weight: bold;
  text-align: center;
  line-height: 2vw;
  margin-bottom: 1vw;
}
.aboutUs .f5 .right .item .des {
  line-height: 1.7;
  letter-spacing: 1px;
  font-size: 14px;
  padding-left: 1vw;
}
.aboutUs .f5 .right .item .des::before{
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  margin: 0.4vw -0.8vw;
  background: #1660fc;
  border-radius: 50%;
}
.aboutUs .f6 {
  padding: 3vw 14vw 3vw 14vw;
  display: flex;
}
.aboutUs .f6 .left .tit {
  margin-bottom: 3vw;
}
.aboutUs .f6 .left .tit .t{
  display: inline-block;
  float: left;
}
.aboutUs .f6 .left .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.aboutUs .f6 .left .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.aboutUs .f6 .left .tit img {
  width: 2.5vw;
  height: 2.5vw;
  display: inline-block;
  margin: .6vw 1vw;
}
.aboutUs .f6 .left .img {
  /*width: 25vw;*/
}
.aboutUs .f6 .left .img img{
  width: 100%;
}
.aboutUs .f6 .right {
  width: 50vw;
  height: auto;
  margin-top: 2.5vw;
  margin-left: -0.1vw;
  background-color: #1660fc;
}
.aboutUs .f6 .right .name {
  font-size: 1vw;
  color: white;
  font-weight: bold;
  padding: 1.5vw 2vw 1.5vw 2vw;
  border-bottom: 1px solid #ffffff;
}
.aboutUs .f6 .right .items {
  padding: 1vw 2vw 0 2vw;
}
.aboutUs .f6 .right .items .des {
  width: 40vw;
  color: white;
  line-height: 1.7;
  font-size: 14px;
}
.aboutUs .f6 .right .ens {
  color: #ffffff;
  font-size: 3vw;
  font-weight: bold;
  position: relative;
  margin-left: -4vw;
}
.aboutUs .f6 .right .itemBox {
  width: 100%;
  display: inline-block;
  margin-top: 1.5vw;
}
.aboutUs .f6 .right .itemBox .item {
  width: 28%;
  display: inline-block;
  float: left;
  text-align: center;
  /*margin: 1vw .2vw;*/
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.aboutUs .f6 .right .itemBox .item img {
  width: 2vw;
  height: 2vw;
  text-align: center;
  margin: .5vw auto;
  border: 1px solid white;
  border-radius: 50%;
}
.aboutUs .f6 .right .itemBox .item p {
  font-size: 14px;
  color: white;
}
.aboutUs .f6 .right .itemBox .item:hover {
  transform: translateY(-5px);
}
.aboutUs .f7 {
  padding: 6vw 14vw 2vw 14vw;
}
.aboutUs .f7 .name {
  font-size: 1.2vw;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #1660fc;
  padding-bottom: 2vw;
}
.aboutUs .f7 .itemBox {
  width: 100%;
  display: inline-block;
  margin-top: 1vw;
}
.aboutUs .f7 .itemBox .item {
  width: 20%;
  display: inline-block;
  float: left;
  text-align: center;
  margin: 1vw auto;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.aboutUs .f7 .itemBox .item img {
  width: 4vw;
  height: 4vw;
  text-align: center;
  margin: 1vw auto;
}
.aboutUs .f7 .itemBox .item p {
  font-size: 14px;
}
.aboutUs .f7 .itemBox .item:hover {
  transform: translateY(-10px);
}
.aboutUs .f7 .itemBox2 {
  width: 80%;
  margin-left: 10%;
}
.aboutUs .f7 .itemBox2 .item {
  width: 25%;
}
.sustainability .f1 {
  padding: 3vw 18vw;
}
.sustainability .f1 .tit {
  /*width: 15vw;*/
  text-align: left;
}
.sustainability .f1 .tit .t{
  display: inline-block;
  float: left;
}
.sustainability .f1 .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.sustainability .f1 .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.sustainability .f1 .tit img {
  width: 2.5vw;
  height: 2.5vw;
  text-align: center;
  margin: .6vw 1vw;
  display: inline-block;
}
.sustainability .f1 .item {
  display: flex;
}
.sustainability .f1 .item .left {
  width: 35vw;
}
.sustainability .f1 .item .left .name {
  font-size: 1.2vw;
  font-weight: bold;
  margin-bottom: 2vw;
}
.sustainability .f1 .item .left .des {
  font-size: 14px;
  color: #666666;
  line-height: 1.7;
  text-alisgn: justify;
  letter-spacing: 1px;
  margin-bottom: 2vw;
  clear: both;
}
/*.sustainability .f1 .item .left .des span {*/
/*  color: #2c2c2c;*/
/*  font-weight: bold;*/
/*}*/
.sustainability .f1 .item .right{
  display: table;
  margin-left: 3vw;
  margin-top: 3.6vw;
}
.sustainability .f1 .item .right .rightImg{
  width: 26vw;
  display: table-cell;
  vertical-align: middle;
  /*margin-top: 5vw;*/
}
.sustainability .f1 .item .right .rightImg img{
  width: 100%;
}
.sustainability .f1 .item .right .tits {
  color: white;
  font-size: 1.5vw;
  margin-left: 2vw;
  margin-top: -6vw;
  position: absolute;
}
.sustainability .f1 .info {
  margin-top: 2vw;
  border: solid 3px #1660fc;
  padding: 4vw 10vw;
  font-size: 16px;
  color: #1660fc;
  line-height: 1.7;
  text-align: center;
  font-weight: bold;
}
.contactUs .f1 {
  padding: 3vw 14vw;
}
.contactUs .f1 .tit {
  width: 100%;
  margin-bottom: 1vw;
  text-align: center;
  padding-left: 5vw;
}
.contactUs .f1 .tit .t{
  display: inline-block;
}
.contactUs .f1 .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.contactUs .f1 .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.contactUs .f1 .tit img {
  width: 2.5vw;
  height: 2.5vw;
  text-align: center;
  margin: .6vw 1vw;
  display: inline-block;
}
.contactUs .f1 form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contactUs .f1 form .input {
  width: 32.5%;
  height: 3vw;
  display: flex;
  float: left;
  background-color: #f6f6f6;
  border: solid 1px #d5d5d5;
  margin-bottom: 10px;
}
.contactUs .f1 form .input .name {
	color: #393939;
	font-size: 14px;
	line-height: 3vw;
	padding: 0px;
	width: 130px;
    text-indent: 15px;
	display: block;
}
.contactUs .f1 form .input input {
  width: calc(100% - 130px);
  display: inline-block;
  height: 3vw;
  font-size: 14px;
  background: transparent;
  outline: none;
  border: transparent;
}
.contactUs .f1 form .input:nth-child(1) .name{
    padding-right: 3.5vw;
}
.contactUs .f1 form .input:nth-child(2) .name{
  /*padding-right: 4.8vw;*/
}
.contactUs .f1 form .input input::placeholder {
  color: #c5c3c3;
}
.contactUs .f1 form .input:nth-child(3n) {
  margin-right: 0;
}
.contactUs .f1 .submit {
  text-align: center;
  margin: .5vw auto;
  background-color: #1660fc;
  font-weight: bold;
  font-size: 1vw;
  width: 9vw;
  height: 3vw;
  line-height: 3vw;
  color: white;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.contactUs .f1 .submit:hover {
  border-radius: 30px;
}
.contactUs .f2 {
  width: 71vw;
  height: auto;
  background: url('/resources/assets/images/img17.jpg') center no-repeat;
  background-size: cover !important;
  margin: 0 auto;
}
.contactUs .f2 .tit {
  width: 100%;
  text-align: center;
  padding-top: 2vw;
  color: white;
}
.contactUs .f2 .tit .t{
  display: inline-block;
}
.contactUs .f2 .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.contactUs .f2 .tit p:nth-child(2) {
  font-size: 1.2vw;
  margin: 0.5vw auto;
}
.contactUs .f2 .tit img {
  width: 2.5vw;
  height: 2.5vw;
  text-align: center;
  margin: .6vw 1vw;
  display: inline-block;
}
.contactUs .f2 .tit .email {
  display: inline-block;
  font-size: 1vw;
  margin: 2vw auto;
}
.contactUs .f2 .tit .email img {
  width: 1.2vw;
  height: 1.2vw;
  display: inline-block;
  position: relative;
  top: 7px;
  margin-right: 5px;
}
.contactUs .f2 .itemBox {
  display: flex;
  margin: 0 auto;
  padding: 0 5vw;
}
.contactUs .f2 .itemBox .item {
  width: 25vw;
  color: white;
  margin: 1vw auto 2vw auto;
  border: solid 1px #ffffff;
  padding: 1vw 2vw;
}
.contactUs .f2 .itemBox .item .phone,.contactUs .f2 .itemBox .item .email,.contactUs .f2 .itemBox .item .address{
	display: flex;
	margin-bottom: 10px;
	justify-content: flex-start;
}
.contactUs .f2 .itemBox .item .phone img,.contactUs .f2 .itemBox .item .address img,.contactUs .f2 .itemBox .item .email img{
	display: block;
	width: 25px;
	height: 25px;
	top: 0px;
	margin-right: 0px;
	margin: 0px;

}
.contactUs .f2 .itemBox .item .phone p,.contactUs .f2 .itemBox .item .email p,.contactUs .f2 .itemBox .item .address p{
	display: block;
	width: calc(100% - 35px);
	margin-left: 10px;
	font-size: 14px;
	line-height: 1.6;
}
.contactUs .f2 .itemBox .item .name {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.contactUs .f3 {
  padding: 0 12vw;
  margin-bottom: 5vw;
}
.contactUs .f3 .tit {
  width: 100%;
  text-align: center;
  padding-top: 3vw;
}
.contactUs .f3 .tit .t{
  display: inline-block;
}
.contactUs .f3 .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.contactUs .f3 .tit p:nth-child(2) {
  font-size: 1.2vw;
  margin: 0.5vw auto;
  color: #1660fc;
}
.contactUs .f3 .tit img {
  width: 2.5vw;
  height: 2.5vw;
  text-align: center;
  margin: .6vw 1vw;
  display: inline-block;
}
.contactUs .f3 .map {
  width: 55%;
  height: 22vw;
  background-size: cover !important;
  margin: 0 auto 1vw auto;
}
.contactUs .f3 .map .item {
  width: 3vw;
  height: 3vw;
  background-color: #1660fc;
  line-height: 3vw;
  text-align: center;
  font-size: 12px;
  color: white;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  -moz-animation: mapItemFrames 1.5s infinite;
  -webkit-animation: mapItemFrames 1.5s infinite;
  -o-animation: mapItemFrames 1.5s infinite;
  animation: mapItemFrames 1.5s infinite;
}
@keyframes mapItemFrames {
  0% { transform: scale(.8); }
  50% { transform: scale(1); }
  100% { transform: scale(.8); }
}
.contactUs .f3 .map .bmz {
  left: 35vw;
  margin-top: 6vw;
}
.contactUs .f3 .map .nmz {
  left: 40vw;
  margin-top: 14vw;
}
.contactUs .f3 .map .oz {
  left: 49vw;
  margin-top: 6vw;
}
.contactUs .f3 .map .fz {
  left: 50vw;
  margin-top: 13vw;
}
.contactUs .f3 .map .zd {
  left: 52.5vw;
  margin-top: 9vw;
}
.contactUs .f3 .map .zy {
  left: 55vw;
  margin-top: 7vw;
}
.contactUs .f3 .map .els {
  left: 59vw;
  margin-top: 3vw;
}
.contactUs .f3 .map .dny {
  left: 61vw;
  margin-top: 13vw;
}
.contactUs .f3 .map .az {
  left: 62vw;
  margin-top: 16vw;
}
.contactUs .f3 .itemBox {
  display: flex;
}
.contactUs .f3 .itemBox .item {
  width: 23vw;
  padding: 1vw 2vw;
  margin-right: 2vw;
  box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.3);
}
.contactUs .f3 .itemBox .item .name {
  font-size: 1vw;
  color: #121212;
  font-weight: bold;
  padding-bottom: 0.5vw;
  border-bottom: 1px solid #cecece;
}
.contactUs .f3 .itemBox .item .phone {
  display: flex;
  margin-top: 1vw;
}
.contactUs .f3 .itemBox .item .phone .d {
  display: flex;
  flex: 1;
}
.contactUs .f3 .itemBox .item .phone img {
  width: 0.6vw;
  height: 0.8vw;
  margin: 0 .3vw 0 0;
}
.contactUs .f3 .itemBox .item .phone .t {
  flex: 2;
}
.contactUs .f3 .itemBox .item:last-child {
  margin-right: 0;
}
.CPBWtabBox {
  width: 100%;
  height: 3vw;
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 3;
}
.CPBWtabBox .item {
  text-align: center;
  flex: 1;
  line-height: 3vw;
  font-size: 16px;
  background-color: #e0e0e0;
  color: #5b5b5b;
  cursor: pointer;
}
.CPBWtabBox .item i {
  font-size: 16px;
}
.CPBWtabBox .item i:nth-child(2) {
  font-size: 14px;
}
.CPBWtabBox .itemBox {
  width: 50%;
  position: absolute;
  text-align: center;
  border: solid 3px #e0e0e0;
  margin-top: -0.3vw;
  padding: 1vw 0;
  transform: translateY(-25vw);
  background: white;
  transition: 0.3s all ease-in-out;
  z-index: -1;
}
.CPBWtabBox .itemBox ul li {
  line-height: 2;
  color: #737373;
  /*font-weight: bold;*/
  font-size: 14px;
}
.CPBWtabBox .itemBox ul li a {
  color: #737373;
  font-size: 14px;
}
.CPBWtabBox .itemBox ul li:hover a {
  border-bottom: 1px solid #737373;
}
.CPBWtabBox .itemBoxActive {
  transform: translateY(0);
}
.CPBWtabBox .active {
  background-color: #1660fc;
  color: white;
}
.CPBWtabBox .active .itemBox {
  border: solid 3px #1660fc;
}
.cpbwDiv{
  /*margin-top: -100vh;*/
}
.CPBWtabItem {
  /*width: 10vw;*/
  height: 100vh;
  text-align: center;
  /*background: rgba(245,245,245,.6);*/
  line-height: 3.5vw;
  position: fixed;
  top: 22vw;
  left: 1vw;
  z-index: 0;
  transition: 0.5s all ease-in-out;
  padding-top: 1vw;
  /*border-right: 1px solid gainsboro;*/
}
.CPBWtabItem::before{
  content: '';
  position: absolute;
  /*width: 1px;*/
  height: 19vw;
  left: 0;
  border-left: 1px dashed #828181;
}
.CPBWtabItem .item {
  width: auto;
  text-align: left;
  font-size: 14px;
  /*height: 2vw;*/
  line-height: 2vw;
  margin: 1vw 1vw;
  padding: 0;
  cursor: pointer;

  /*background: white;*/
  /*border-bottom: 1px solid gainsboro;*/
}
.CPBWtabItem .item a {
  color: #505050;
  line-height: 2vw;
  position: relative;
  right: .5vw;
  padding: 5px 10px;
  border-radius: 30px;
  background: #f3f3f3;
  /*display: block;*/
}
.CPBWtabItem .item::before{
  content: '';
  position: absolute;
  left: -3px;
  width: 8px;
  height: 8px;
  margin-top: 14px;
  background-color: #f3f3f3;
  border-radius: 50%;
}
.CPBWtabItem .item a:hover {
  background: #1660fc;
  color: white;
}
.CPBWtabItem .item:hover::before{
	background-color: #1660fc;
}
/*.CPBWtabItem .item:hover a {*/
/*  color: white;*/
/*}*/
.CPBWtabItem .active {

  /*border-bottom: 4px solid #1660fc;*/
}
.CPBWtabItem .active::before{
  background-color: #1660fc;
}
.CPBWtabItem .active a {
  background: #1660fc;
  color: white;
}
.CPBW3{
  /*overflow: hidden;*/
}
.CPBW3 .f0 .tit {
  width: 100%;
  margin: 3vw auto 0 auto;
  text-align: center;
  padding-bottom: 3vw;
  border-bottom: 1px solid gainsboro;
}
.CPBW3 .f0 .tit .t{
  display: inline-block;
  padding-left: 5vw;
}
.CPBW3 .f0 .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.CPBW3 .f0 .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.CPBW3 .f0 .tit img {
  width: 2.5vw;
  height: 2.5vw;
  text-align: center;
  margin: .6vw 1vw;
  display: inline-block;
}
.CPBW3 .tabItem {
  display: flex;
  width: 100%;
  height: 4vw;
  margin: 0 auto;
  text-align: center;
  padding: 0 22vw;
  background-color: #f5f5f5;
  line-height: 4vw;
}
.CPBW3 .tabItem .item {
  text-align: center;
  color: #505050;
  font-size: 1vw;
  margin: 0 2.15vw;
  padding: 0 1vw;
  cursor: pointer;
}
.CPBW3 .tabItem .item:hover {
  color: #1660fc;
  border-bottom: 4px solid #1660fc;
}
.CPBW3 .tabItem .active {
  color: #1660fc;
  border-bottom: 4px solid #1660fc;
}
.CPBW3 .CPBWtabItem .item{
  padding: 0;
  /*margin: 0 3.5vw;*/
}
.CPBW3 .CPBWtabItem::before {
  content: '';
  position: absolute;
  /* width: 1px; */
  height: 16vw;
  right: 0;
  /*border: 1px dashed #828181;*/
}
.CPBW3 .f1 {
  padding: 3vw 14vw;
}
.CPBW3 .f1 .tit {
  margin: 0 auto;
  text-align: center;
}
.CPBW3 .f1 .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.CPBW3 .f1 .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.CPBW3 .f1 .des {
  margin: 1vw 0;
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
  color: #666666;
  letter-spacing: 1px;
}
.CPBW3 .f1 .swiperF1 {
  width: 80%;
  height: 100%;
  margin: 1vw auto;
  overflow: hidden;
}
.CPBW3 .f1 .swiperF1 img {
  width: 100%;
}
.CPBW3 .f1 .swiperF1 .swiper-pagination {
  position: relative;
  margin-top: 1vw;
}
.CPBW3 .f1 .swiperF1 .swiper-button-next {
  top: inherit;
  margin-top: -12%;
  right: 15%;
}
.CPBW3 .f1 .swiperF1 .swiper-button-prev {
  top: inherit;
  margin-top: -12%;
  left: 15%;
}
.CPBW3 .f5 .swiperF1 {
  width: 80%;
  height: 100%;
  margin: 1vw auto;
  overflow: hidden;
}
.CPBW3 .f5 .swiperF1 img {
  width: 100%;
}
.CPBW3 .f5 .swiperF1 .swiper-pagination {
  position: relative;
  margin-top: 1vw;
}
.CPBW3 .f5 .swiperF1 .swiper-button-next {
  top: inherit;
  margin-top: -12%;
  right: 15%;
}
.CPBW3 .f5 .swiperF1 .swiper-button-prev {
  top: inherit;
  margin-top: -12%;
  left: 15%;
}
.CPBW3 .f2 {
  width: 100%;
  padding: 3vw 12vw;
  background-color: #fafafa;
}
.CPBW3 .f2 .swiperF1 {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.CPBW3 .f2 .swiperF1 .swiper-slide {
  display: flex;
}
.CPBW3 .f2 .swiperF1 .swiper-slide .left {
  width: 40vw;
}
.CPBW3 .f2 .swiperF1 .swiper-slide .right {
  width: 33vw;
  margin-left: 2vw;
}
.CPBW3 .f2 .swiperF1 .swiper-slide .right .tit {
  margin: 1vw auto;
  text-align: left;
}
.CPBW3 .f2 .swiperF1 .swiper-slide .right .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.CPBW3 .f2 .swiperF1 .swiper-slide .right .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.CPBW3 .f2 .swiperF1 .swiper-slide .right .des {
  color: #666666;
  line-height: 1.7;
  letter-spacing: 1px;
  font-size: 14px;
}
.CPBW3 .f2 .swiperF1 img {
  width: 100%;
}
.CPBW3 .f2 .swiperF1 .swiper-pagination {
  position: relative;
  margin-top: 1vw;
}
.CPBW3 .f2 .swiperF1 .swiper-button-next {
  top: inherit;
  margin-top: -12%;
  right: 15%;
}
.CPBW3 .f2 .swiperF1 .swiper-button-prev {
  top: inherit;
  margin-top: -12%;
  left: 15%;
}
.CPBW3 .f3 {
  padding: 2vw 14vw 3vw 14vw;
}
.CPBW3 .f3 .tit {
  margin: 1vw auto;
  text-align: left;
}
.CPBW3 .f3 .tit .cn {
  font-size: 1.5vw;
  font-weight: bold;
}
.CPBW3 .f3 .tit .en {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}

.CPBW3 .f3 .tit .des {
  line-height: 1.7;
  letter-spacing: 1px;
  font-size: 14px;
  color: #666666;
}
.CPBW3 .f3 .itemBox{
  margin-top: 6vw;
}
.CPBW3 .f3 .itemBox .name {
  font-size: 1.5vw;
  font-weight: bold;
  margin-bottom: 1vw;
}
.CPBW3 .f3 .itemBox .des {
  line-height: 1.7;
  letter-spacing: 1px;
  font-size: 14px;
  color: #666666;
}
.CPBW3 .f3 .itemBox .item {
  margin-bottom: 0.2vw;
  color: #666666;
  line-height: 1.7;
  font-size: 14px;
  padding-left: 2.5vw;
}
.CPBW3 .f3 .itemBox .item::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #1660fc;
  border-radius: 50%;
  margin-top: 7px;
  margin-left: -2vw;
}
.CPBW3 .f3 .itemBox .img {
  width: 75vw;
  margin: 0 auto;
}
.CPBW3 .f3 .swiperF1 {
  width: 80%;
  margin: 1vw auto;
  overflow: hidden;
}
.CPBW3 .f3 .swiperF1 img {
  width: 100%;
}
.CPBW3 .f3 .swiperF1 .swiper-pagination {
  position: relative;
  margin-top: 1vw;
}
.CPBW3 .f3 .swiperF1 .swiper-button-next {
  top: inherit;
  margin-top: -8%;
  right: 15%;
}
.CPBW3 .f3 .swiperF1 .swiper-button-prev {
  top: inherit;
  margin-top: -8%;
  left: 15%;
}
.CPBW3 .f4 {
  padding: 3vw 14vw;
  background-color: #fafafa;
}
.CPBW3 .f4 .tit {
  margin: 0 auto;
  text-align: left;
}
.CPBW3 .f4 .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.CPBW3 .f4 .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.CPBW3 .f4 .des p{
  line-height: 1.7;
  letter-spacing: 1px;
  font-size: 14px;
  color: #666666;
}
.CPBW3 .f4 .des .itemBox{
  margin-top: 1vw;
}
.CPBW3 .f4 .des .itemBox .name {
  font-size: 1.2vw;
  font-weight: bold;
  margin-bottom: 1vw;
}
.CPBW3 .f4 .des .itemBox .item {
  margin-bottom: 0.2vw;
  color: #666666;
  line-height: 1.7;
  font-size: 14px;
  padding-left: 2.5vw;
}
.CPBW3 .f4 .itemBox .item::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #1660fc;
  border-radius: 50%;
  margin-top: 7px;
  margin-left: -2vw;
}
.CPBW3 .f4 .itemBox .des {
  line-height: 1.7;
  letter-spacing: 1px;
  font-size: 14px;
  color: #666666;
  margin: 1vw auto;
}
.CPBW3 .f4 .itemBox .img {
  width: 68vw;
  margin: 0 auto;
}
.CPBW3 .f5 {
  padding: 3vw 14vw;
}
.CPBW3 .f5 .tit {
  margin: 0 auto 1vw auto;
  text-align: center;
}
.CPBW3 .f5 .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.CPBW3 .f5 .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.CPBW3 .f5 .des {
  /*text-align: justify;*/
  color: #666666;
  line-height: 1.7;
  margin: 0 auto;
  letter-spacing: 1px;
  font-size: 14px;
}
.CPBW3 .f5 .img {
  width: 64vw;
  margin: 0 auto;
}
.CPBW2 .f1 {
  padding: 3vw 14vw 0 14vw;
}
.CPBW2 .f1 .tit {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-left: 5vw;
}
.CPBW2 .f1 .tit .t{
  display: inline-block;
}
.CPBW2 .f1 .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.CPBW2 .f1 .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.CPBW2 .f1 .tit img {
  width: 2.5vw;
  height: 2.5vw;
  text-align: center;
  margin: .6vw 1vw;
  display: inline-block;
}
.CPBW2 .f1 .item {
  width: 100%;
  display: flex;
}
.CPBW2 .f1 .item .left {
  width: 35vw;
  color: #666666;
  font-size: 14px;
  margin-right: 3vw;
  line-height: 1.7;
  margin-top: 8vw;
}
.CPBW2 .f1 .item .right {
  width: 50vw;
}
.CPBW2 .f1 .item .right img{
  width: 100%;
}
.CPBW2 .f2 {
  width: 72vw;
  height: auto;
  background: url('/resources/assets/images/img26.jpg') center no-repeat;
  background-size: cover !important;
  margin: 0 auto;
  padding: 2vw 0;
}
.CPBW2 .f2 .des {
  color: white;
  text-align: center;
  font-size: 14px;
  /*padding-top: 4vw;*/
  margin-bottom: 2vw;
  letter-spacing: 1px;
}
.CPBW2 .f2 .img{
  background: #f9f9f9;
  width: 70%;
  margin: 0 auto;
}
.CPBW2 .f2 img{
  width: 90%;
  padding: 5%;
  margin: 0 auto;
}
.CPBW2 .f3 {
  padding: 2vw 14vw 5vw 14vw;
}
.CPBW2 .f3 .des {
  color: #666666;
  text-align: justify;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 1px;
}
.CPBW2 .f3 .img {
  width: 64vw;
  margin: 0 auto;
}
.CPBW .f0 {
  padding: 5vw 14vw;
}
.CPBW .f0 .tit {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-left: 5vw;
}
.CPBW .f0 .tit .t{
  display: inline-block;
}
.CPBW .f0 .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.CPBW .f0 .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.3vw auto;
}
.CPBW .f0 .tit img {
  width: 2.5vw;
  height: 2.5vw;
  text-align: center;
  margin: .6vw 1vw;
  display: inline-block;
}
.CPBW .f0 .itemBox {
  display: flex;
  margin-top: 1vw;
}
.CPBW .f0 .itemBox .item {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  color: #666666;
  padding-top: 1vw;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 0 2vw;
  flex: 1;
  text-align: justify;
}
.CPBW .f0 .img {
  width: 55vw;
  margin: 0 auto;
  padding-top: 1vw;
}
.CPBW .CPBWtabItem {
  /*padding: 0 12vw;*/
  /*line-height: 3.5vw;*/
}
.CPBW .CPBWtabItem .item {
  /*margin: 0 1.2vw;*/
}
.CPBW .CPBWtabItem::before {
  content: '';
  position: absolute;
  /* width: 1px; */
  height: 22vw;
  right: 0;
  /*border: 1px dashed #828181;*/
}
.CPBW .CPBWtabItem .itembr {
  line-height: 1.7;
  /*margin-top: 0.5vw;*/
}
.CPBW .swiperF2 {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  padding-top: 1vw;
  overflow: hidden;
}
.CPBW .swiperF2 img {
  width: 100%;
}
.CPBW .swiperF2 .swiper-pagination {
  position: relative;
  margin-top: 2vw;
}
.CPBW .swiperF2 .swiper-button-next {
  top: inherit;
  margin-top: -15%;
  right: 17.1%;
}
.CPBW .swiperF2 .swiper-button-prev {
  top: inherit;
  margin-top: -15%;
  left: 17.1%;
}
.CPBW .conts {
  padding: 3vw 17vw;
}
.CPBW .conts .tit {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.CPBW .conts .tit .t{
  display: inline-block;
}
.CPBW .conts .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.CPBW .conts .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.CPBW .conts .des p{
  /*margin-top: 1vw;*/
  color: #666666;
  /*text-align: center;*/
  line-height: 1.7;
  letter-spacing: 1px;
  font-size: 14px;
}
.CPBW .conts .des p img{
  /*width: 100% !important;*/
  height: auto;
  max-width: initial;
}
.CPBW .conts .img {
  width: 50vw;
  margin: 0 auto;
}
.CPBW .f2 {
  background-color: #fafafa;
}
.des img {
  /*width: 100%;*/
  margin: 0 auto;
  /*height: auto;*/
}
/*.CPBW .f3 .tit {*/
/*  margin: 0 auto;*/
/*  text-align: center;*/
/*}*/
/*.CPBW .f3 .tit p:nth-child(1) {*/
/*  font-size: 2vw;*/
/*  font-weight: bold;*/
/*}*/
/*.CPBW .f3 .tit p:nth-child(2) {*/
/*  font-size: 2vw;*/
/*  color: #1660fc;*/
/*  margin: 0.5vw auto;*/
/*}*/
/*.CPBW .f3 .des {*/
/*  margin-top: 1vw;*/
/*  color: #666666;*/
/*  text-align: center;*/
/*  line-height: 2;*/
/*  letter-spacing: 1px;*/
/*  font-size: 0.9vw;*/
/*}*/
/*.CPBW .f3 .img {*/
/*  width: 68vw;*/
/*  padding-top: 3vw;*/
/*  margin: 0 auto;*/
/*}*/
.CPBW .f4 {
  background-color: #fafafa;
  /*padding: 5vw 14vw;*/
}
/*.CPBW .f4 .tit {*/
/*  margin: 0 auto;*/
/*  text-align: center;*/
/*}*/
/*.CPBW .f4 .tit p:nth-child(1) {*/
/*  font-size: 2vw;*/
/*  font-weight: bold;*/
/*}*/
/*.CPBW .f4 .tit p:nth-child(2) {*/
/*  font-size: 2vw;*/
/*  color: #1660fc;*/
/*  margin: 0.5vw auto;*/
/*}*/
/*.CPBW .f4 .des {*/
/*  margin-top: 1vw;*/
/*  color: #666666;*/
/*  text-align: center;*/
/*  line-height: 2;*/
/*  letter-spacing: 1px;*/
/*  font-size: 0.9vw;*/
/*}*/
/*.CPBW .f4 .img {*/
/*  width: 62vw;*/
/*  margin: 0 auto;*/
/*}*/
/*.CPBW .f5 {*/
/*  padding: 5vw 14vw;*/
/*}*/
/*.CPBW .f5 .tit {*/
/*  margin: 0 auto;*/
/*  text-align: center;*/
/*}*/
/*.CPBW .f5 .tit p:nth-child(1) {*/
/*  font-size: 2vw;*/
/*  font-weight: bold;*/
/*}*/
/*.CPBW .f5 .tit p:nth-child(2) {*/
/*  font-size: 2vw;*/
/*  color: #1660fc;*/
/*  margin: 0.5vw auto;*/
/*}*/
/*.CPBW .f5 .des {*/
/*  margin-top: 1vw;*/
/*  color: #666666;*/
/*  text-align: center;*/
/*  line-height: 2;*/
/*  letter-spacing: 1px;*/
/*  font-size: 0.9vw;*/
/*}*/
/*.CPBW .f5 .img {*/
/*  width: 68vw;*/
/*  padding-top: 3vw;*/
/*  margin: 0 auto;*/
/*}*/
/*.CPBW .f5 .des {*/
/*  margin-top: 1vw;*/
/*  color: #666666;*/
/*  text-align: justify;*/
/*  line-height: 2;*/
/*  letter-spacing: 1px;*/
/*  font-size: 0.9vw;*/
/*}*/
.CPBW .f6 {
  background-color: #fafafa;
  /*padding: 5vw 14vw;*/
}
/*.CPBW .f6 .tit {*/
/*  margin: 0 auto;*/
/*  text-align: center;*/
/*}*/
/*.CPBW .f6 .tit p:nth-child(1) {*/
/*  font-size: 2vw;*/
/*  font-weight: bold;*/
/*}*/
/*.CPBW .f6 .tit p:nth-child(2) {*/
/*  font-size: 2vw;*/
/*  color: #1660fc;*/
/*  margin: 0.5vw auto;*/
/*}*/
/*.CPBW .f6 .des {*/
/*  margin-top: 1vw;*/
/*  color: #666666;*/
/*  text-align: center;*/
/*  line-height: 2;*/
/*  letter-spacing: 1px;*/
/*  font-weight: 0;*/
/*  font-size: 0.9vw;*/
/*}*/
/*.CPBW .f6 .img {*/
/*  width: 62vw;*/
/*  margin: 0 auto;*/
/*}*/
/*.CPBW .f6 .des {*/
/*  margin-top: 1vw;*/
/*  color: #666666;*/
/*  text-align: justify;*/
/*  line-height: 2;*/
/*  letter-spacing: 1px;*/
/*  font-size: 0.9vw;*/
/*}*/
.CPBW4 .f1 {
  padding: 3vw 18vw;
}
.CPBW4 .f1 .tit {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-left: 5vw;
}
.CPBW4 .f1 .tit .t{
  display: inline-block;
}
.CPBW4 .f1 .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.CPBW4 .f1 .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.CPBW4 .f1 .tit img {
  width: 2.5vw;
  height: 2.5vw;
  text-align: center;
  margin: .6vw 1vw;
  display: inline-block;
}
.CPBW4 .f1 .itemBox {
  width: 100%;
  display: flex;
  margin-top: 1vw;
  margin-bottom: 2vw;
}
.CPBW4 .f1 .itemBox .text {
  width: 40vw;
  height: 14vw;
  display: table;
  /*float: left;*/
}
.CPBW4 .f1 .itemBox .text .te{
  display: table-cell;
  vertical-align: middle;
}
.CPBW4 .f1 .itemBox .text .name {
  font-size: 1.2vw;
  margin-bottom: 1vw;
  font-weight: bold;
}
.CPBW4 .f1 .itemBox .text .des {
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
  color: #666666;
}
.CPBW4 .f1 .itemBox .imgBox{
  margin-left: 3vw;
  display: table;
}
.CPBW4 .f1 .itemBox .imgBox .img {
  width: 25vw;
  height: 12vw;
  overflow: hidden;
  margin-left: 3vw;
  display: table-cell;
  vertical-align: middle;
}
.CPBW4 .f1 .itemBox .imgBox .img img{
  width: 100%;
}
.CPBW4 .f1 .itemBox:nth-child(odd) .text {
  /*float: inherit;*/
  /*margin-left: 3vw;*/
  /*padding-right: 0;*/
}
.CPBW4 .f1 .itemBox:nth-child(odd) .img {
  /*float: left;*/
  /*margin-left: 0;*/
}
.CPBW5 .f1 {
  padding: 3vw 14vw;
}
.CPBW5 .f1 .tit {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-left: 5vw;
}
.CPBW5 .f1 .tit .t{
  display: inline-block;
}
.CPBW5 .f1 .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.CPBW5 .f1 .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.CPBW5 .f1 .tit img {
  width: 2.5vw;
  height: 2.5vw;
  text-align: center;
  margin: .6vw 1vw;
  display: inline-block;
}
.CPBW5 .f1 .itemBox {
  display: flex;
}
.CPBW5 .f1 .itemBox .left {
  width: 65vw;
}
.CPBW5 .f1 .itemBox .left .name {
  font-size: 1.2vw;
  font-weight: bold;
}
.CPBW5 .f1 .itemBox .left .des {
  font-size: 14px;
  color: #666666;
  line-height: 1.7;
  letter-spacing: 1px;
  text-align: justify;
  margin: 1vw auto;
}
.CPBW5 .f1 .itemBox .left .items {
  display: flex;
}
.CPBW5 .f1 .itemBox .left .items .item {
  margin-right: 1vw;
}
.CPBW5 .f1 .itemBox .left .items .item .it {
  width: 100%;
  display: inline-block;
  margin-top: .5vw;
  font-size: 14px;
}
.CPBW5 .f1 .itemBox .left .items .item .it .num {
  width: 23px;
  height: 23px;
  background-color: #1660fc;
  border-radius: 50%;
  color: white;
  text-align: center;
  margin-right: 0.5vw;
  line-height: 23px;
  font-size: 0.5vw;
  display: inline-block;
  float: left;
}
.CPBW5 .f1 .itemBox .left .items .item .it .d {
  width: 80%;
  display: inline-block;
  color: #666666;
}
.CPBW5 .f1 .itemBox .right {
  width: 30vw;
}
.CPBW5 .f1 .itemBox .right img{
  width: 100%;
}
.CPBW5 .f2 {
  display: flex;
  margin-bottom: 5vw;
}
.CPBW5 .f2 .left {
  width: 36vw;
  height: auto;
  margin-left: 8vw;
  padding-right: 0vw;
  background-size: cover !important;
}
.CPBW5 .f2 .right {
  width: 38vw;
  height: auto;
  background-image: linear-gradient(67deg, #1e83b8 0%, #58a74b 100%), linear-gradient(#1660fc, #1660fc);
  background-blend-mode: normal,normal;
  color: white;
  padding: 3vw 3.5vw;
  display: table-cell;
  vertical-align: middle;
}
.CPBW5 .f2 .right .name {
  font-size: 1.2vw;
  font-weight: bold;
  margin-bottom: 1.5vw;
}
.CPBW5 .f2 .right .des {
  line-height: 1.7;
  text-align: justify;
  letter-spacing: 1px;
  font-size: 14px;
}
.investor .f1 {
  padding: 3vw 17vw;
  display: flex;
}
.investor .f1 .tit {
  width: 15vw;
  margin: 0 auto;
  text-align: left;
}
.investor .f1 .tit .t{
  display: inline-block;
  float: left;
}
.investor .f1 .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.investor .f1 .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.investor .f1 .tit img {
  width: 2.5vw;
  height: 2.5vw;
  text-align: center;
  margin: .6vw 1vw;
  display: inline-block;
  transform: rotate(-90deg);
}
.investor .f1 .item {
  margin-left: 2.5vw;
}
.investor .f1 .item .it {
  width: 100%;
  display: inline-block;
  margin-bottom: 0.3vw;
  font-size: 14px;
  line-height: 1.7;
}
.investor .f1 .item .it .num {
  display: inline-block;
  float: left;
  width: 1.2vw;
  height: 1.2vw;
  background-color: #1660fc;
  border-radius: 50%;
  color: white;
  text-align: center;
  margin-right: 0.5vw;
  line-height: 1.2vw;
  font-size: 0.5vw;
}
.investor .f1 .item .it .d {
  width: 96%;
  display: inline-block;
}
.investor .f2 {
  display: flex;
  padding: 0 29vw 3vw 29vw;
}
.investor .f2 .text {
  width: 37vw;
  height: 12vw;
  background-color: #1660fc;
  color: white;
}
.investor .f2 .text .tits {
  padding: 1.5vw 3vw;
}
.investor .f2 .text .tits .year {
  font-size: 2vw;
  font-weight: bold;
}
.investor .f2 .text .tits .name {
  font-size: 1vw;
}
.investor .f2 .text .detail {
  width: 8vw;
  height: 2.5vw;
  background: white;
  display: flex;
  color: #1660fc;
  font-size: 14px;
  line-height: 2.5vw;
  text-align: center;
  margin-left: 3vw;
  cursor: pointer;
  z-index: 9;
  position: relative;
  transition: 0.3s all ease-in-out;
}
.investor .f2 .text .detail img {
  width: 1.5vw;
  height: 1.5vw;
  position: relative;
  margin-left: 1vw;
  margin-top: 0.5vw;
  margin-right: 1vw;
}
.investor .f2 .text .detail:hover {
  border-radius: 10px;
  font-weight: bold;
}
.investor .f2 .text .years {
  font-size: 3.5vw;
  font-weight: bold;
  position: absolute;
  color: rgba(197, 197, 197, 0.3);
  margin-top: -1.2vw;
  margin-left: 12vw;
}
.investor .f2 .img {
  width: 37vw;
  height: 12vw;
  background-size: cover !important;
}
.document .f1 {
  width: 100%;
  padding: 3vw 14vw;
  display: inline-block;
}
.document .f1 .left {
  width: 16vw;
  height: auto;
  display: inline-block;
  float: left;
  box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.1);
}
.document .f1 .left .itemBox {
  margin-bottom: 1.5vw;
}
.document .f1 .left .itemBox .name {
  display: flex;
  font-size: 1vw;
  font-weight: bold;
  padding: 1vw;
  border-bottom: 1px solid #ededed;
}
.document .f1 .left .itemBox .name img {
  width: 1vw;
  height: 1vw;
  position: relative;
  top: 4px;
  margin: 0 .5vw;
}
.document .f1 .left .itemBox .checkBox {
  font-size: 14px;
  padding-left: 3vw;
  padding-top: 1vw;
}
.document .f1 .left .itemBox .checkBox input {
  zoom: 150%;
  position: relative;
  top: 2px;
  margin-right: 3px;
}
.document .f1 .left .itemBox .checkboxul {
  padding-left: 1.5vw;
}
.document .f1 .left .itemBox .checkboxli {
  padding-left: 1.5vw;
}
.document .f1 .left .claerBtn {
  width: 100%;
  height: 3vw;
  background-color: #1660fc;
  line-height: 3vw;
  text-align: center;
  font-size: 14px;
  color: white;
  cursor: pointer;
}
.document .f1 .right {
  width: 53vw;
  padding: 1vw 0;
  margin-left: 2vw;
  display: inline-block;
}
.document .f1 .right .info {
  font-size: 1vw;
  color: #585858;
}
.document .f1 .right .info span {
  color: #1660fc;
}
.document .f1 .right .itemBox {
  width: 100%;
  display: inline-block;
  float: left;
}
.document .f1 .right .itemBox .item:hover .name {
  color: #1660fc;
  font-weight: bold;
}
.document .f1 .right .itemBox .item {
  width: calc(33% - 1vw);
  height: auto;
  box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 1vw;
  margin-top: 1vw;
  margin-right: 1vw;
  cursor: pointer;
}
.document .f1 .right .itemBox .item .tab {
  width: 4vw;
  line-height: 1vw;
  line-height: 1.7;
  text-align: center;
  background-color: #f3f3f3;
  font-size: 14px;
  color: #434343;
  border-radius: 5px;
}
.document .f1 .right .itemBox .item .img {
  width: 100%;
  height: 9vw;
  border-radius: 10px;
  margin: 1vw 0;
  background-size: cover !important;
}
.document .f1 .right .itemBox .item .name {
  color: #4a4a4a;
  height: 3vw;
  font-size: .9vw;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.document .f1 .right .itemBox .item .dowBtn {
  display: flex;
  color: #1660fc;
  line-height: 2vw;
  margin-top: 1vw;
  cursor: pointer;
}
.document .f1 .right .itemBox .item .dowBtn img {
  width: 2vw;
  height: 2vw;
  margin-right: 0.5vw;
}
.document .f1 .right .itemBox .item:nth-child(3n) {
  margin-right: 0;
}
.newsPage .f1 {
  padding: 3vw 18vw;
}
.newsPage .f1 .tit {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-left: 5vw;
}
.newsPage .f1 .tit .t{
  display: inline-block;
  /*float: left;*/
}
.newsPage .f1 .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.newsPage .f1 .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.newsPage .f1 .tit img {
  width: 2.5vw;
  height: 2.5vw;
  text-align: center;
  margin: .6vw 1vw;
  display: inline-block;
}
.newsPage .f1 .newTab {
  width: 100%;
  display: inline-block;
  /*padding: 0 15vw;*/
  margin: 1vw 0;
  text-align: center;
}
.newsPage .f1 .newTab .item {
  display: inline-block;
  /*float: left;*/
  background-color: #ededed;
  color: #383838;
  font-size: 14px;
  text-align: center;
  padding: 1vw;
  margin: 0 .5vw;
  cursor: pointer;
  border: solid 1px #d5d5d5;
}
.newsPage .f1 .newTab .active {
  background-color: #1660fc;
  color: white;
}
.newsPage .f1 .itemTop:hover .text .name {
  color: #1660fc;
}
.newsPage .f1 .itemTop {
  display: flex;
}
.newsPage .f1 .itemTop .img {
  width: 31vw;
  height: 22vw;
  background-size: cover !important;
}
.newsPage .f1 .itemTop .text {
  width: 42vw;
  background-color: #f6f6f6;
  padding: 2vw;
}
.newsPage .f1 .itemTop .text .time {
  color: #b5b5b5;
  font-size: 14px;
}
.newsPage .f1 .itemTop .text .name {
  color: #333333;
  font-size: 16px;
  margin: 1vw 0;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newsPage .f1 .itemTop .text .des {
  color: #666666;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 1px;
  text-align: justify;
  margin-bottom: 4vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.newsPage .f1 .itemTop .text .del {
  color: #1660fc;
  font-size: 14px;
  cursor: pointer;
}
.newsPage .f1 .itemBox {
  width: 100%;
  display: inline-block;
}
.newsPage .f1 .itemBox .item:hover .img {
  transform: scale(1.02);
}
.newsPage .f1 .itemBox .item:hover .text .name {
  color: #1660fc;
}
.newsPage .f1 .itemBox .item {
  width: calc(33% - .5vw);
  margin-top: 1vw;
  margin-right: 1vw;
  display: inline-block;
  float: left;
  cursor: pointer;
  overflow: hidden;
}
.newsPage .f1 .itemBox .item .img {
  width: 100%;
  height: 13vw;
  background-size: cover !important;
  transition: 0.3s all ease-in-out;
}
.newsPage .f1 .itemBox .item .text .time {
  color: #b5b5b5;
  font-size: 14px;
  margin-top: 1vw;
}
.newsPage .f1 .itemBox .item .text .name {
  color: #333333;
  font-size: 16px;
  margin: 0.5vw 0;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.newsPage .f1 .itemBox .item .text .des {
  color: #666666;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 1px;
  text-align: justify;
  margin-bottom: 1vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newsPage .f1 .itemBox .item .text .del {
  color: #1660fc;
  font-size: 14px;
  cursor: pointer;
}
.newsPage .f1 .itemBox .item:nth-child(3n) {
  margin-right: 0;
}
.CPBWY .f1 {
  padding: 4vw 14vw;
}
.CPBWY .f1 .itemBox {
  width: 100%;
  display: inline-block;
}
.CPBWY .f1 .itemBox .item:hover .img img {
  transform: scale(1.05);
}
.CPBWY .f1 .itemBox .item {
  width: calc(33% - 1.8vw);
  height: auto;
  box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.1);
  display: inline-block;
  float: left;
  margin-bottom: 2vw;
  margin-right: 2vw;
  cursor: pointer;
}
.CPBWY .f1 .itemBox .item .img {
  width: 15vw;
  height: 20vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.CPBWY .f1 .itemBox .item .img img {
  width: 100%;
  max-height: 15vw;
  margin: 0 auto;
  text-align: center;
  transition: 0.3s all ease-in-out;
}
.CPBWY .f1 .itemBox .item .name {
  width: 100%;
  height: 2.5vw;
  line-height: 2.5vw;
  text-align: center;
  font-size: 14px;
  background-color: #1660fc;
  color: white;
}
.CPBWY .f1 .itemBox .item:nth-child(3n) {
  margin-right: 0;
}
.CPBWY_detail .f1 {
  padding: 3vw 14vw;
  display: inline-block;
}
.CPBWY_detail .f1 .left {
  width: 25vw;
  margin-right: 5vw;
  position: sticky;
  top: 10vw;
  display: inline-block;
  float: left;
}
.CPBWY_detail .f1 .left .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.CPBWY_detail .f1 .left .swiper-slide {
  background-size: cover;
  display: flex;
  align-items: center;
}
.CPBWY_detail .f1 .left .swiper-slide img {
  width: 80% !important;
  margin: 0 auto;
}
.CPBWY_detail .f1 .left .mySwiper2 {
  width: 100%;
  display: flex;
  align-items: center;
}
.CPBWY_detail .f1 .left .mySwiper {
  box-sizing: border-box;
  padding: 10px 0;
  margin-top: 2vw;
  display: flex;
  align-items: center;
}
.CPBWY_detail .f1 .left .mySwiper .swiper-slide {
  width: 4.5vw !important;
  text-align: center;
  height: 4.5vw;
  display: flex;
  align-items: center;
}
.CPBWY_detail .f1 .left .mySwiper .swiper-slide img {
  width: auto;
  max-width: 5vw;
  height: auto;
  max-height: 5vw;
  margin: 0 auto;
  text-align: center;
}
.CPBWY_detail .f1 .left .mySwiper .swiper-slide-thumb-active {
  border: solid 2px #1660fc;
}
.CPBWY_detail .f1 .left .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.CPBWY_detail .f1 .right {
  width: 40vw;
  display: inline-block;
}
.CPBWY_detail .f1 .right table{
  width: 100% !important;
  border: transparent !important;
}
.CPBWY_detail .f1 .right table tr{
  display: flex;
  font-size: 14px;
  /*line-height: 2;*/
}
.CPBWY_detail .f1 .right table tr td:nth-child(1) {
  padding: .3vw 0;
  flex: 1;
  font-weight: bold;
  border-bottom: 1px solid gainsboro;
}
.CPBWY_detail .f1 .right table tr td:nth-child(2) {
  flex: 3;
  padding: .3vw 0;
  border-bottom: 1px solid gainsboro;
}
.CPBWY_detail .f1 .right .name {
  font-size: 1.5vw;
  font-weight: bold;
}
.CPBWY_detail .f1 .right .des {
  color: #666666;
  line-height: 1.7;
  letter-spacing: 1px;
  text-align: justify;
  font-size: 14px;
  margin: 0;
}
.CPBWY_detail .f1 .right .canshu {
  display: flex;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5vw;
  border-bottom: 2px solid black;
  padding: 1vw 0;
}
.CPBWY_detail .f1 .right .canshu img {
  width: 1vw;
  height: 1vw;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
}
.CPBWY_detail .f1 .right .item {
  display: flex;
  padding: 1vw 0;
  border-bottom: 1px solid gainsboro;
}
.CPBWY_detail .f1 .right .item .name {
  flex: 1;
  font-size: 0.8vw;
  color: #000000;
}
.CPBWY_detail .f1 .right .item .des {
  flex: 3;
  margin: 0;
  font-size: 0.8vw;
  color: #000000;
}
.CPBWY_detail .f1 .left .pdfBtn {
  width: 8vw;
  height: 2vw;
  background-color: #1660fc;
  margin: 3vw auto;
  text-align: center;
  line-height: 2vw;
  color: white;
  font-size: 14px;
  cursor: pointer;
}
.career .f1 {
  padding: 3vw 17vw;
  display: flex;
}
.career .f1 .tit {
  width: 25vw;
  text-align: left;
  margin-right: 1vw;
}
.career .f1 .tit .t{
  display: inline-block;
  float: left;
}
.career .f1 .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.career .f1 .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.career .f1 .tit img {
  width: 2.5vw;
  height: 2.5vw;
  display: inline-block;
  margin: .6vw 1vw;
  transform: rotate(-90deg);
}
.career .f1 .des {
  width: 47vw;
  color: #666666;
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
  letter-spacing: 1px;
}
.career .f2 {
  padding: 0 17vw;
  margin-bottom: 3vw;
  display: flex;
}
.career .f2 .left {
  width: 21vw;
  margin-top: 5vw;
  overflow: hidden;
  display: table;
}
.career .f2 .left .leftImg{
  display: table-cell;
  vertical-align: middle;
}
.career .f2 .left .leftImg img{
  width: 100%;
}
.career .f2 .right {
  width: 43vw;
  margin-left: 3vw;
}
.career .f2 .right .tit {
  margin: 0 auto;
  text-align: left;
}
.career .f2 .right .tit .t{
  display: inline-block;
  float: left;
}
.career .f2 .right .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.career .f2 .right .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.career .f2 .right .tit img {
  width: 2.5vw;
  height: 2.5vw;
  display: inline-block;
  margin: .6vw 1vw;
}
.career .f2 .right .des {
  clear: both;
  color: #666666;
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
  letter-spacing: 1px;
  margin-top: .5vw;
}
.career .f3 {
  padding: 0 17vw 2vw 17vw;
}
.career .f3 .top {
  display: flex;
  justify-content: space-between;
}
.career .f3 .top .tit {
  text-align: left;
}
.career .f3 .top .tit .t{
  display: inline-block;
  float: left;
}
.career .f3 .top .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.career .f3 .top .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.career .f3 .top .tit img {
  width: 2.5vw;
  height: 2.5vw;
  display: inline-block;
  margin: .6vw 1vw;
}
.career .f3 .top .hrBox {
  width: 37vw;
  height: auto;
  background-color: #1660fc;
  color: white;
  display: flex;
  padding-left: 10vw;
}
.career .f3 .top .hrBox .hr {
  position: absolute;
  font-size: 3vw;
  margin-left: -9vw;
  font-weight: bold;
}
.career .f3 .top .hrBox .item {
  padding: 1vw 2vw .8vw 2vw;
}
.career .f3 .top .hrBox .item .name {
  font-size: 16px;
}
.career .f3 .top .hrBox .item .des {
  font-size: 18px;
}
.career .f3 .table {
  margin: 1vw 0;
}
.career .f3 .table table {
  width: 100%;
  font-size: 14px;
}
.career .f3 .table table tr {
  text-align: center;
}
.career .f3 .table table tr th {
  background-color: #1660fc;
  color: white;
  padding: .4vw 0;
}
.career .f3 .table table tr td {
  background-color: #e5e5e5;
  color: #333333;
  padding: .4vw 0;
}
.Intelligent1 .f0 .tit {
  width: 100%;
  margin: 3vw auto .5vw auto;
  text-align: center;
  padding-left: 5vw;
}
.Intelligent1 .f0 .tit .t{
  display: inline-block;
}
.Intelligent1 .f0 .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.Intelligent1 .f0 .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.Intelligent1 .f0 .tit img {
  width: 2.5vw;
  height: 2.5vw;
  text-align: center;
  margin: .6vw 1vw;
  display: inline-block;
}
.Intelligent1 .f0 .des {
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
  color: #666666;
  letter-spacing: 1px;
}
.Intelligent1 .f0 .swiperF1 {
  width: 32vw;
  /*height: 100%;*/
  margin: 1vw auto;
  overflow: hidden;
}
.Intelligent1 .f0 .swiperF1 .swiper-slide {
  transform: scale(0.5);
  opacity: 0.7;
  transition: 0.3s all ease-in-out;
}
.Intelligent1 .f0 .swiperF1 .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.Intelligent1 .f0 .swiperF1 img {
  width: 100%;
}
.Intelligent1 .f0 .swiperF1 .swiper-pagination {
  position: relative;
  margin-top: 1vw;
}
.Intelligent1 .f0 .swiperF1 .swiper-button-next {
  top: inherit;
  margin-top: -12%;
  right: 25%;
}
.Intelligent1 .f0 .swiperF1 .swiper-button-prev {
  top: inherit;
  margin-top: -12%;
  left: 25%;
}
.Intelligent1 .CPBWtabItem {
  /*padding: 0 10vw;*/
  right: 1vw;
  left: inherit;
}
.Intelligent1 .CPBWtabItem::before{
  left: inherit;
  right: 0;
}
.Intelligent1 .CPBWtabItem .item::before{
  left: inherit;
  right: -3px;
}
.Intelligent1 .CPBWtabItem .item {
  text-align: right;
}
.Intelligent1 .f1 {
  padding: 0 14vw;
}
.Intelligent1 .f1 .tit {
  margin: 3vw auto 1vw auto;
  text-align: center;
}
.Intelligent1 .f1 .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.Intelligent1 .f1 .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.Intelligent1 .f1 .img {
  width: 100%;
  /*margin-bottom: 3vw;*/
}
.Intelligent1 .f1 .img img{
  /*width: 100%;*/
  height: auto;
}
.Intelligent1 .f2 {
  width: 72%;
  height: auto;
  background: url('/resources/assets/images/img63.jpg') center no-repeat;
  background-size: cover !important;
  display: flex;
  color: white;
  margin: 0 auto;
}
.Intelligent1 .f2 .item {
  flex: 1;
  padding: 3vw 2vw;
  border-right: 1px solid #557ee9;
}
.Intelligent1 .f2 .item:last-child{
  border-right: transparent;
}
.Intelligent1 .f2 .item img {
  width: 4vw;
  height: 4vw;
  margin-bottom: 2vw;
}
.Intelligent1 .f2 .item .name {
  font-size: 1vw;
  font-weight: bold;
  margin-bottom: 1vw;
  text-align: center;
}
.Intelligent1 .f2 .item .des {
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}
.Intelligent1 .f3 {
  padding: 3vw 14vw;
}
.Intelligent1 .f3 .tit {
  margin: 0 auto;
  text-align: center;
}
.Intelligent1 .f3 .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.Intelligent1 .f3 .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.Intelligent1 .f3 .img {
  width: 100%;
  margin: 0 auto;
}
.Intelligent1 .f4 {
  padding: 3vw 0;
  background-color: #fafafa;
}
.Intelligent1 .f4 .tit {
  margin: 0 auto;
  text-align: center;
}
.Intelligent1 .f4 .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.Intelligent1 .f4 .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.Intelligent1 .f4 .item {
  display: flex;
  margin-top: .5vw;
}
.Intelligent1 .f4 .item .img {
  width: 22vw;
  margin-top: -2vw;
}
.Intelligent1 .f4 .item .img img{
  width: 100%;
}
.Intelligent1 .f4 .item2 .img{
  width: 11vw;
  margin-left: -3vw;
  margin-top: -1vw;
}
.Intelligent1 .f4 .item .text {
  width: 50vw;
  margin-left: 5vw;
}
.Intelligent1 .f4 .item .text .name {
  font-size: 1vw;
  font-weight: bold;
  margin-bottom: .5vw;
}
.Intelligent1 .f4 .item .text .it {
  display: inline-block;
  float: left;
  /*margin-top: .5vw;*/
  font-size: 14px;
  width: 100%;
}
.Intelligent1 .f4 .item .text .it .num {
  width: 1vw;
  height: 1vw;
  background-color: #1660fc;
  border-radius: 50%;
  color: white;
  text-align: center;
  margin-right: 0.5vw;
  margin-top: 0.1vw;
  line-height: 1vw;
  font-size: 0.5vw;
  display: inline-block;
  float: left;
}
.Intelligent1 .f4 .item .text .it .d {
  width: 95%;
  display: inline-block;
  line-height: 1.7;
}
.Intelligent1 .f4 .item2 {
  padding: 0 14vw 0 22vw;
}
.Intelligent1 .f4 .item2 .text {
  /*margin-top: 5vw;*/
}
.Intelligent1 .f5 {
  padding: 3vw 14vw;
}
.Intelligent1 .f5 .tit {
  margin: 0 auto;
  text-align: center;
}
.Intelligent1 .f5 .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.Intelligent1 .f5 .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.Intelligent1 .f5 .img {
  width: 50vw;
  margin: 3vw auto;
}
.Intelligent1 .f5 .img img{
  width: 100%;
}
.Intelligent1 .f5 .text {
  display: inline-block;
  margin-top: 1vw;
  padding: 0 10vw;
}
.Intelligent1 .f5 .text .it {
  display: inline-block;
  float: left;
  /*margin-top: .5vw;*/
  font-size: 14px;
  width: 100%;
  /*margin-right: 1%;*/
}
.Intelligent1 .f5 .text .it .num {
  width: 1vw;
  height: 1vw;
  background-color: #1660fc;
  border-radius: 50%;
  color: white;
  text-align: center;
  margin-right: 0.5vw;
  margin-top: 0.1vw;
  line-height: 1vw;
  font-size: 0.5vw;
  display: inline-block;
  float: left;
}
.Intelligent1 .f5 .text .it .d {
  width: 90%;
  display: inline-block;
  line-height: 1.7;
}
.Intelligent1 .f5 .tits {
  text-align: center;
  margin: 1vw auto 0 auto;
}
.Intelligent1 .f5 .tits .name {
  font-size: 1vw;
  font-weight: bold;
  margin-bottom: 1vw;
}
.Intelligent1 .f5 .tits .des {
  color: #666666;
  font-size: 14px;
}
.Intelligent1 .f5 .img {
  margin: 0 auto;
}
.Intelligent1 .f6 {
  background-color: #fafafa;
  padding: 3vw 14vw;
}
.Intelligent1 .f6 .tit {
  margin: 0 auto;
  text-align: center;
}
.Intelligent1 .f6 .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.Intelligent1 .f6 .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.Intelligent1 .f6 .img {
  width: 85%;
  height: auto;
  margin: 0 auto;
  padding-top: 1vw;
}
.Intelligent1 .f6 .img img{
  width: 100%;
  height: auto;
}
.Intelligent1 .f7 {
  width: 75%;
  margin: 0 auto 3vw auto;
  height: auto;
  background: #282828;
  background-size: cover !important;
  color: white;
  padding: 3vw 2vw 0 2vw;
}
.Intelligent1 .f7 .tit {
  margin: 0 auto;
  text-align: center;
}
.Intelligent1 .f7 .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.Intelligent1 .f7 .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.Intelligent1 .f7 .itemBox {
  display: flex;
}
.Intelligent1 .f7 .itemBox .item {
  flex: 1;
  margin: 3vw auto;
  padding: 1vw;
  border-right: 1px solid grey;
  text-align: justify;
}
.Intelligent1 .f7 .itemBox .item:last-child{
  border: transparent;
}
.Intelligent1 .f7 .itemBox .item img {
  width: 3.5vw;
  height: 3.5vw;
  margin: 0 auto 2vw auto;
}
.Intelligent1 .f7 .itemBox .item .texts {
  font-size: 16px;
  font-weight: bold;
  margin-top: 1vw;
  text-align: justify;
  line-height: 1.7;
}
.Intelligent2 .f0 .tit {
  margin: 3vw auto .5vw auto;
  text-align: center;
  width: 100%;
  padding-left: 5vw;
}
.Intelligent2 .f0 .tit .t{
  display: inline-block;
}
.Intelligent2 .f0 .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.Intelligent2 .f0 .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.Intelligent2 .f0 .tit img {
  width: 2.5vw;
  height: 2.5vw;
  text-align: center;
  margin: .6vw 1vw;
  display: inline-block;
}
.Intelligent2 .f0 .des {
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
  color: #666666;
  letter-spacing: 1px;
}
.Intelligent2 .f0 .swiperF1 {
  width: 32vw;
  height: auto;
  margin: 1vw auto;
  overflow: hidden;
}
.Intelligent2 .f0 .swiperF1 .swiper-slide {
  transform: scale(0.5);
  opacity: 0.7;
  transition: 0.3s all ease-in-out;
}
.Intelligent2 .f0 .swiperF1 .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.Intelligent2 .f0 .swiperF1 img {
  width: 100%;
}
.Intelligent2 .f0 .swiperF1 .swiper-pagination {
  position: relative;
  margin-top: 1vw;
}
.Intelligent2 .f0 .swiperF1 .swiper-button-next {
  top: inherit;
  margin-top: -12%;
  right: 25%;
}
.Intelligent2 .f0 .swiperF1 .swiper-button-prev {
  top: inherit;
  margin-top: -12%;
  left: 25%;
}
.Intelligent2 .CPBWtabItem {
  /*padding: 0 10vw;*/
}
.Intelligent2 .CPBWtabItem .item {
  /*padding: 0 1.5vw;*/
  /*margin: 0 .5vw;*/
}
.Intelligent2 .CPBWtabItem::before {
  content: '';
  position: absolute;
  /* width: 1px; */
  height: 22vw;
  right: 0;
  border-left: 1px dashed #828181;
}
.Intelligent2 .f1 {
  padding: 0 14vw;
}
.Intelligent2 .f1 .tit {
  margin: 3vw auto 1vw auto;
  text-align: center;
}
.Intelligent2 .f1 .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.Intelligent2 .f1 .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.Intelligent2 .f1 .img {
  width: 100%;
  margin-bottom: 3vw;
}
.Intelligent2 .f1 .img img{
  /*width: 100%;*/
  margin: 0 auto;
  height: auto;
}
.Intelligent2 .f2 {
  width: 72%;
  height: auto;
  background: url('/resources/assets/images/img74_1.jpg') center no-repeat;
  background-size: cover !important;
  color: white;
  padding: 3vw;
  margin: 0 14%;
  display: inline-block;
}
.Intelligent2 .f22{
  width: 60vw;
  margin: 0 auto;
  padding: 0;
}
.Intelligent2 .f22 img{
  width: 100%;
}
.Intelligent2 .f2 .item {
  width: 31.8vw;
  display: inline-block;
  float: left;
}
.Intelligent2 .f2 .item:nth-child(1) {
  margin-bottom: 2vw;
  margin-right: 1.55vw;
}
.Intelligent2 .f2 .item:nth-child(2) {
  margin-bottom: 2vw;
}
.Intelligent2 .f2 .item:nth-child(3) {
  margin-right: 1.55vw;
}
.Intelligent2 .f2 .item img {
  width: 4vw;
  height: 4vw;
  margin-bottom: 1vw;
  display: inline-block;
  float: left;
}
.Intelligent2 .f2 .item .text {
  width: 26vw;
  margin-left: 1.5vw;
  display: inline-block;
}
.Intelligent2 .f2 .item .text .name {
  font-size: 1vw;
  font-weight: bold;
  margin-bottom: 1vw;
}
.Intelligent2 .f2 .item .text .des {
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
}
.Intelligent2 .f3 {
  padding: 3vw 0;
}
.Intelligent2 .f3 .tit {
  margin: 0 auto;
  text-align: center;
}
.Intelligent2 .f3 .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.Intelligent2 .f3 .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.Intelligent2 .f3 .item {
  display: flex;
  margin-top: 1vw;
}
.Intelligent2 .f3 .item .img {
  width: 26vw;
  margin-top: -3vw;
}
.Intelligent2 .f3 .item .img img{
  width: 100%;
}
.Intelligent2 .f3 .item .text {
  width: 54vw;
  margin-left: 14vw;
  margin-right: 7vw;
}
.Intelligent2 .f3 .item .text .name {
  font-size: 1vw;
  font-weight: bold;
  margin-bottom: 1vw;
}
.Intelligent2 .f3 .item .text .it {
  display: inline-block;
  float: left;
  /*margin-top: .5vw;*/
  font-size: 14px;
  width: 100%;
}
.Intelligent2 .f3 .item .text .it .num {
  width: 1vw;
  height: 1vw;
  background-color: #1660fc;
  border-radius: 50%;
  color: white;
  text-align: center;
  margin-right: 0.5vw;
  margin-top: 0.1vw;
  line-height: 1vw;
  font-size: 0.5vw;
  display: inline-block;
  float: left;
}
.Intelligent2 .f3 .item .text .it .d {
  width: 95%;
  display: inline-block;
  line-height: 1.7;
}
.Intelligent2 .f3 .item .text .it .dm{
  margin-left: 1.5vw;
}
.Intelligent2 .f3 .item2 {
  padding: 2vw 14vw 0 14vw;
}
.Intelligent2 .f3 .item2 .img {
  width: 32vw;
}
.Intelligent2 .f3 .item2 .text {
  width: 35vw;
  margin-left: 4vw;
  margin-right: 0;
  margin-top: -1vw;
}
.Intelligent2 .f4 {
  padding: 3vw 14vw;
  background-color: #fafafa;
}
.Intelligent2 .f4 .tit {
  margin: 0 auto;
  text-align: center;
}
.Intelligent2 .f4 .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.Intelligent2 .f4 .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.Intelligent2 .f4 .item {
  display: flex;
  margin-top: 1vw;
}
.Intelligent2 .f4 .item .img {
  width: 30vw;
}
.Intelligent2 .f4 .item .img img{
  width: 100%;
}
.Intelligent2 .f4 .item .text {
  width: 36vw;
  margin-right: 2vw;
}
.Intelligent2 .f4 .item .text .name {
  font-size: 1.2vw;
  font-weight: bold;
}
.Intelligent2 .f4 .item .text .it {
  display: inline-block;
  float: left;
  /*margin-top: .5vw;*/
  font-size: 14px;
  width: 100%;
}
.Intelligent2 .f4 .item .text .it .num {
  width: 1vw;
  height: 1vw;
  background-color: #1660fc;
  border-radius: 50%;
  color: white;
  text-align: center;
  margin-right: 0.5vw;
  margin-top: 0.1vw;
  line-height: 1vw;
  font-size: 0.5vw;
  display: inline-block;
  float: left;
}
.Intelligent2 .f4 .item .text .it .d {
  width: 95%;
  display: inline-block;
  line-height: 1.7;
}
.Intelligent2 .f5 {
  padding: 3vw 14vw;
}
.Intelligent2 .f5 .tit {
  margin: 0 auto;
  text-align: center;
}
.Intelligent2 .f5 .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.Intelligent2 .f5 .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.Intelligent2 .f5 .img {
  width: 70%;
  margin: 0 auto;
  padding-top: 1vw;
}
.Intelligent2 .f5 .img img{
  width: 100%;
  height: auto;
}
.Intelligent2 .f6 {
  padding: 3vw 14vw;
  background-color: #fafafa;
}
.Intelligent2 .f6 .tit {
  margin: 0 auto;
  text-align: center;
}
.Intelligent2 .f6 .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.Intelligent2 .f6 .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.Intelligent2 .f6 .img {
  width: 85%;
  /*height: auto;*/
  margin: 0 auto;
  padding-top: 1vw;
}
.Intelligent2 .f6 .img img{
  width: 100%;
  height: auto;
}
.Intelligent2 .swiperF2 {
  width: 44vw;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 1vw;
  padding-bottom: 3vw;
  /*background-color: #fafafa;*/
  /*padding-bottom: 5vw;*/
}
.Intelligent2 .swiperF2 .info {
  width: 26vw;
  height: 2vw;
  background-image: linear-gradient(67deg, #1e83b8 0%, #58a74b 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal,
                normal;
  border-radius: 20px;
  text-align: center;
  line-height: 2vw;
  color: white;
  margin: 0 auto;
  position: relative;
  top: 22vw;
  z-index: 9;
}
.Intelligent2 .swiperF2 .swiper-slide {
  transform: scale(0.5);
  opacity: 0.7;
  transition: 0.3s all ease-in-out;
}
.Intelligent2 .swiperF2 .swiper-slide img {
  width: 100%;
}
.Intelligent2 .swiperF2 .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.Intelligent2 .swiperF2 img {
  width: 100%;
}
.Intelligent2 .swiperF2 .swiper-pagination {
  position: relative;
  margin-top: 3vw;
}
.Intelligent2 .swiperF2 .swiper-button-next {
  top: inherit;
  margin-top: -14%;
  right: 20%;
}
.Intelligent2 .swiperF2 .swiper-button-prev {
  top: inherit;
  margin-top: -14%;
  left: 20%;
}
.Intelligent2 .f7 {
  width: 73%;
  margin: 0 auto;
  height: auto;
  background: #282828;
  background-size: cover !important;
  color: white;
  padding: 3vw 3vw;
}
.Intelligent2 .f7 .tit {
  margin: 0 auto;
  text-align: center;
}
.Intelligent2 .f7 .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.Intelligent2 .f7 .tit p:nth-child(2) {
  font-size: 1.2vw;
  margin: 0.5vw auto;
  color: #0a6aa1;
}
.Intelligent2 .f7 .itemBox {
  display: flex;
}
.Intelligent2 .f7 .itemBox .item {
  flex: 1;
  margin: 3vw auto;
  padding: 1vw;
  border-right: 1px solid grey;
  text-align: justify;
}
.Intelligent2 .f7 .itemBox .item:last-child{
  border: transparent;
}
.Intelligent2 .f7 .itemBox .item img {
  width: 4vw;
  height: 4vw;
  margin: 0 auto 2vw auto;
}
.Intelligent2 .f7 .itemBox .item .des {
  font-size: 16px;
  font-weight: bold;
  margin-top: 1vw;
  text-align: justify;
  line-height: 1.7;
}
.Intelligent2 .f8 {
  padding: 3vw 14vw;
}
.Intelligent2 .f8 .tit {
  margin: 0 auto;
  text-align: center;
}
.Intelligent2 .f8 .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.Intelligent2 .f8 .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.Intelligent2 .f8 .icon {
  width: 3vw;
  margin: 0 auto;
  padding-top: 1vw;
}
.Intelligent2 .f8 .timeBox {
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.Intelligent2 .f8 .timeBox .left {
  flex: 1;
  padding: 0 2.9vw;
  border-right: 1px solid #1660fc;
}
.Intelligent2 .f8 .timeBox .left .item {
  width: 30vw;
  border-bottom: 1px solid #a7a7a7;
  text-align: right;
  padding: 2vw 0;
  float: right;
}
.Intelligent2 .f8 .timeBox .left .item .time {
  color: #1660fc;
  font-size: 14px;
  font-weight: bold;
}
.Intelligent2 .f8 .timeBox .left .item .name {
  color: #101010;
  font-weight: bold;
  font-size: 1vw;
  margin: 1vw 0;
}
.Intelligent2 .f8 .timeBox .left .item .des {
  color: #666666;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 1px;
  text-align: justify;
}
.Intelligent2 .f8 .timeBox .left .item .img {
  /*max-width: 20vw;*/
  margin-top: 1vw;
  text-align: right;
  float: right;
}
.Intelligent2 .f8 .timeBox .right {
  flex: 1;
  padding: 0 3vw;
  margin-top: 10vw;
}
.Intelligent2 .f8 .timeBox .right .item {
  border-bottom: 1px solid #a7a7a7;
  padding: 2vw 0;
}
.Intelligent2 .f8 .timeBox .right .item .time {
  color: #1660fc;
  font-size: 14px;
  font-weight: bold;
}
.Intelligent2 .f8 .timeBox .right .item .name {
  color: #101010;
  font-weight: bold;
  font-size: 1vw;
  margin: 1vw 0;
}
.Intelligent2 .f8 .timeBox .right .item .des {
  color: #666666;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 1px;
  text-align: justify;
}
.Intelligent2 .f8 .timeBox .right .item .img {
  max-width: 20vw;
  margin-top: 1vw;
}
.Intelligent2 .f8 .timeBox .right .item .img img{
  /*width: 100%;*/
}
.Intelligent2 .f9 {
  width: 42vw;
  height: 23vw;
  margin: 0 auto 3vw auto;
  background-size: cover !important;
  background: #f7fafb;
}
.Intelligent2 .f9 .tits {
  position: absolute;
  margin-top: 5vw;
  margin-left: 13.5vw;
  z-index: 9;
}
.Intelligent2 .f9 .tits img {
  width: 6vw;
  margin: 2vw auto;
  cursor: pointer;
}
.Intelligent2 .f9 .tits .tit {
  margin: 0 auto;
  text-align: center;
  color: white;
}
.Intelligent2 .f9 .tits .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.Intelligent2 .f9 .tits .tit p:nth-child(2) {
  font-size: 1.2vw;
  margin: 0.5vw auto;
}
.Intelligent3 .f0 .tit {
  margin: 3vw auto .5vw auto;
  text-align: center;
  width: 100%;
  padding-left: 5vw;
}
.Intelligent3 .f0 .tit .t{
  display: inline-block;
}
.Intelligent3 .f0 .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.Intelligent3 .f0 .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.Intelligent3 .f0 .tit img {
  width: 2.5vw;
  height: 2.5vw;
  text-align: center;
  margin: .6vw 1vw;
  display: inline-block;
}
.Intelligent3 .f0 .des {
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
  color: #666666;
  letter-spacing: 1px;
}
.Intelligent3 .f0 .imgBox{
  width: 35vw;
  margin: 1vw auto 3vw auto;
}
.Intelligent3 .f0 .imgBox img{
  width: 100%;
}
.Intelligent3 .f0 .swiperF1 {
  width: 40vw;
  height: 100%;
  margin: 3vw auto;
  overflow: hidden;
}
.Intelligent3 .f0 .swiperF1 .swiper-slide {
  transform: scale(0.5);
  opacity: 0.7;
  transition: 0.3s all ease-in-out;
}
.Intelligent3 .f0 .swiperF1 .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.Intelligent3 .f0 .swiperF1 img {
  width: 100%;
}
.Intelligent3 .f0 .swiperF1 .swiper-pagination {
  position: relative;
  margin-top: 2vw;
}
.Intelligent3 .f0 .swiperF1 .swiper-button-next {
  top: inherit;
  margin-top: -13%;
  right: 15%;
}
.Intelligent3 .f0 .swiperF1 .swiper-button-prev {
  top: inherit;
  margin-top: -13%;
  left: 15%;
}
.Intelligent4 .f1 {
  padding: 3vw 17.5vw;
}
.Intelligent4 .f1 .tit {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding-left: 5vw;
}
.Intelligent4 .f1 .tit .t{
  display: inline-block;
}
.Intelligent4 .f1 .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.Intelligent4 .f1 .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.Intelligent4 .f1 .tit img {
  width: 2.5vw;
  height: 2.5vw;
  text-align: center;
  margin: .6vw 1vw;
  display: inline-block;
}
.Intelligent4 .f1 .item {
  margin-top: .5vw;
  display: flex;
}
.Intelligent4 .f1 .item .left {
  width: 38vw;
  margin-right: 3vw;
  margin-left: .5vw;
}
.Intelligent4 .f1 .item .left .des {
  color: #666666;
  line-height: 1.7;
  letter-spacing: 1px;
  text-align: justify;
  font-size: 14px;
}
.Intelligent4 .f1 .item .right {
  width: 25vw;
  display: table;
}
.Intelligent4 .f1 .item .right .rightImg{
  display: table-cell;
  vertical-align: middle;
}
.Intelligent4 .f1 .item .right .rightImg img{
  width: 100%;
}
.Intelligent4 .f1 .info {
  color: #2c2c2c;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 1px;
  /*margin-top: 3vw;*/
  text-align: center;
}
.Intelligent4 .f2 {
  padding: 0 14vw;
}
.Intelligent4 .f2 .tit {
  margin: 0 auto;
  text-align: center;
}
.Intelligent4 .f2 .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.Intelligent4 .f2 .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.Intelligent4 .f2 .itemBox {
  display: flex;
  margin: 4vw auto;
  padding-top: .5vw;
}
.Intelligent4 .f2 .itemBox a .item {
  width: 16vw;
  height: 13vw;
  margin: 0 4vw;
  background-color: #1660fc;
  color: white;
  text-align: center;
  transition: .3s all ease-in-out;
}
.Intelligent4 .f2 .itemBox a .item:hover{
  transform: translateY(-10px);
}
.Intelligent4 .f2 .itemBox a .item:hover img{
  transform: scale(1.05);
  top: -3.2vw;
}
.Intelligent4 .f2 .itemBox a .item img {
  width: 6vw;
  height: 6vw;
  margin: 0 auto;
  position: relative;
  top: -3vw;
  transition: .3s all ease-in-out;
}
.Intelligent4 .f2 .itemBox a .item .name {
  font-size: 1.2vw;
  font-weight: bold;
  margin-top: -2vw;
}
.Intelligent4 .f2 .itemBox a .item .i {
  width: 3vw;
  height: 2px;
  background: white;
  margin: 0.5vw auto;
}
.Intelligent4 .f2 .itemBox a .item .des {
  font-size: 14px;
  line-height: 1.7;
}
.Intelligent5 .f1 {
  padding: 3vw 14vw 1vw 18vw;
  display: flex;
}
.Intelligent5 .f1 .tit {
  width: 12vw;
  margin-right: 4vw;
  text-align: left;
}
.Intelligent5 .f1 .tit .t{
  display: inline-block;
}
.Intelligent5 .f1 .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.Intelligent5 .f1 .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.Intelligent5 .f1 .tit img {
  width: 2.5vw;
  height: 2.5vw;
  margin: .6vw 1vw;
  display: inline-block;
}
.Intelligent5 .f1 .des {
  width: 46vw;
  color: #666666;
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
  letter-spacing: 1px;
}
.Intelligent5 .swiperF2 {
  width: 30vw;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 3vw;
}
.Intelligent5 .swiperF2 .swiper-slide {
  transform: scale(0.5);
  opacity: 0.7;
  transition: 0.3s all ease-in-out;
}
.Intelligent5 .swiperF2 .swiper-slide img {
  width: 100%;
}
.Intelligent5 .swiperF2 .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.Intelligent5 .swiperF2 img {
  width: 100%;
}
.Intelligent5 .swiperF2 .swiper-pagination {
  position: relative;
  margin-top: 1vw;
}
.Intelligent5 .swiperF2 .swiper-button-next {
  top: inherit;
  margin-top: -12%;
  right: 25%;
}
.Intelligent5 .swiperF2 .swiper-button-prev {
  top: inherit;
  margin-top: -12%;
  left: 25%;
}
.Intelligent6 .f1 {
  width: 100%;
  padding: 3vw 14vw;
  word-break:normal;
}
.Intelligent6 .f1 .tit {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.Intelligent6 .f1 .tit .t{
  display: inline-block;
  margin-left: 5vw;
}
.Intelligent6 .f1 .tit p:nth-child(1) {
  font-size: 1.5vw;
  font-weight: bold;
}
.Intelligent6 .f1 .tit p:nth-child(2) {
  font-size: 1.2vw;
  color: #1660fc;
  margin: 0.5vw auto;
}
.Intelligent6 .f1 .des{
  width: 100%;
  /*text-align: center;*/
  font-size: 14px;
  margin-top: 1vw;
  word-break: break-all;
}
.Intelligent3 .des{
  width: 100%;
  padding: 0 14vw 3vw 14vw;
  /*text-align: center;*/
  font-size: 14px;
  margin-top: 1vw;
  word-break: break-all;
}
.Intelligent6 .f1 .tit img {
  width: 2.5vw;
  height: 2.5vw;
  margin: .6vw 1vw;
  display: inline-block;
}
.Intelligent6 .f1 .itemBox {
  display: flex;
  margin-top: 2vw;
}
.Intelligent6 .f1 .itemBox .itemS {
  flex: 1;
  padding-left: 5vw;
  padding-right: 5vw;
}
.Intelligent6 .f1 .itemBox .itemS .item {
  display: flex;
  padding: .8vw 0;
  border-bottom: 1px solid gainsboro;
}
.Intelligent6 .f1 .itemBox .itemS .item .in {
  flex: 1;
  font-size: 14px;
  color: #666666;
  font-weight: bold;
}
.Intelligent6 .f1 .itemBox .itemS .item .des {
  flex: 1;
  font-size: 14px;
  color: #4c4c4c;
  margin-top: 0;
  text-align: left;
}
.Intelligent6 .f1 .itemBox .itemS:nth-child(1) {
  border-right: 1px solid gainsboro;
}
.Intelligent6 .swiperF2 {
  width: 50vw;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 5vw;
}
.Intelligent6 .swiperF2 .swiper-slide {
  transform: scale(0.5);
  opacity: 0.7;
  transition: 0.3s all ease-in-out;
}
.Intelligent6 .swiperF2 .swiper-slide img {
  width: auto !important;
  max-height: 450px;
  margin: 0 auto;
}
.Intelligent6 .swiperF2 .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.Intelligent6 .swiperF2 img {
  width: 100%;
}
.Intelligent6 .swiperF2 .swiper-pagination {
  position: relative;
  margin-top: 3vw;
}
.Intelligent6 .swiperF2 .swiper-button-next {
  top: inherit;
  margin-top: -15%;
  right: 15%;
}
.Intelligent6 .swiperF2 .swiper-button-prev {
  top: inherit;
  margin-top: -15%;
  left: 15%;
}
._toast {
  position: fixed
}

._toast {
  width: 100%;
  height: 50px;
  left: 46%;
  top: 50%;
  margin-top: -25px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none
}

._toast p {
  display: inline-block;
  border-radius: 5px;
  background-color: #fff;
  color: #222;
  padding: 10px 20px;
  border: 1px solid #222;
  box-shadow: 0 0 5px rgba(55, 55, 55, .2)
}

._toast span::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -12px;
  left: 0%
}

._toast.success span::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAD3ElEQVRoQ9WaXW7aQBDHZ2yHVmqB9ASlJyh5rKoScoKSE4ScIPStCpZCJBL1Ldwg5ARNT8BHVfUxcIKQExSDIhUwO5UNpg628XptA8lj2J39/2ZmZ7+MEMVfo7KblCafUcIMEuSBKAOImSemiXqA2COEJjHqDdnODzio9MMOj8IGGpXdlKQfIVARELNCdog6DKAWBiYwwMvfXzOJiXyChEVA2BUSvtyJoE8S1MaKfvP3w7deEJuBAFI/1TNkUIpMuAfI4FP1nBeCC+DVr9OsouO1cKrwqrHaEXVGiekhTzR8AZLt06JE0lVsXveCI+gzhONhrnq7in8lgCkepOugDoyyPQN2PMxd1r1segJsg3hL9CoIV4BkWy1IAN+j9GRYWwzg0C2dHABGmXwxVu7WnvN+hAT9UULfW57YDoB0q3y3tmrjJ9pRZqmj7V/s2f/9BCDVUiuIcBbU7jrbE8H5YL9ascZcAGxt6rgsdvZUWgCkWmoNEU7W6U3RsexRmAE0KrtpSb/f8MTt6jIrPo4TvZQ8qSHgkScgQV9jyjtjN2sCpNrlEgJeiXokgn5dbark7dvrdLvcA8C3XrattcEE2HDlcYifO7W+OgqzioRm+sj6nwi8KGLCVbxZUCbKvZ9Bbaq8wQ1uGVzFz+bjpMGzFhmrM26o+oQWb0THqEaYbqtNANj3CxcQaQRYRwTj+Ojf3ttgJOLn5luYbpXvHQdwl8F1me09frzshKxaUYo3QtAzIkB+3iegm0HuomhvJzB3ohU/F8MFAABNLVc9WAYNABGLeEMPLwB4HSo4IGITHwjAaCwAEav4OcDqJXs5bQJAxC4egB74y6iNhANiDeJNQS3hhcwbQi0Mp0rTce8ZYIX1q4rW7+ZCxjEJPe35XXksOsYgfjYn4TD0Zs4XIibxBoC5mTO3023VWGHf84aOd2IH2ZgJjN3VctVsZAcaRyRi9Ly9pNuOlBPjASIt4IlFFyIoDZhy81rRszKjK54tsdB4RJrGdjKLI6W5QXvWh3oAmF2ryJ2wURDyaJBORNooMc1aN3TP72IL6Msgd1GzmJ1XiyErUhBnCrQ1K4+9n8fl7ham0lLqeEbA+OFZX69bZGG2GAKpsbJL4AeObYLw26pwPPKpBYmovvbySqQxxGKoRz4rEvObMuO1UHi/FDCtuqMdvRDJM6t9YPMBBKgUWzRmd081+wOGH7hvCi0bMD81GCvFSEHmwscJvc7j9ZXrgB+x/ZCSlMcFCaRSiNTqMmC14TRxK/rlSuAIuAIan9vIeh4JsoiQB6CM826fHgCwRwRNQui4Hju5vfe/4T8KykdZu9C3xgAAAABJRU5ErkJggg==)
}

._toast.success p {
  color: #0fc27c;
  border-color: #0fc27c
}

._toast.error span::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAF0ElEQVRoQ9WZW2wUZRTH/2dmv2mbIg8oAm1nudh2dy0ioASC8RIoihiNiegTMUFJTPAWL0FjMD4gwfuDBH1AjVFejJjwgCKxIphAkMaCYt3tRYs7hYooD9Ib8+3MMbN0m93tXr7Z3RKZt7bn8v9913O+Eq7wj65w/agoAAN6b51Y4ARwK4OmpQ8Oue4wk2Zp4N5mS3YQ4FRi8MoG6JuOmaPVgXUErZXBtxDRlKLCmEeY6FsCPnXi9p4WwC7qk8egJABvpLtM/R6Q/hiYV4NIK1UAAwPEvCVkyZ0EJPzG8Q3QPQsRNyA+A9ENfpMVsmdGjwZnU8hy9viJ6wsgFhRPM/AGgQw/SXza7saw/Uj4b1xQ8VMCsBpQM6QZnwBYqxK0XBtmdGtsrwj143SxWEUBeutgSl3sI6KWYsEq+XdmxKsS9m3zBvBHobgFAbyRHyRxjIjmV1Kcj1h9gYv2ssaz+CufT0GAmJncrA/5SFhxUwZ3hONyab4TKi9AzAxsBmlbKq6otIBvhuP2plyuOQGiQXETMdpBVHSPlKbHpxczM2FJJC5/zPacIJABrcsUx0G0wGeayTVn/jlkyUUEuBklSnbWWL2+Frr+uaoaZh4EoYdAi1R9PDsGHwejSan0GAvMzOsjlvy4IEDUFEeJaKmKGGYeDrhYadvyF71aHADREhU/MLc7o3KFYYj5jo7vAKpW8gNOheL2PPL4x76MJdRVhzAHjKhKMAbbOvOqZivxvWffOR1T9BqxH6Dlhf35iDMi72o5h0HPrjsYaHVAXyrf7o67Mnw6cSAnQCxovAbgBUWAjkBcLm8CLqbsL93Yoi0/BB+pdWWr2Y+RdJ9BTRxWXoLMH4YtuSEnQDRodBJwvQpA0ob5YC3LNdmCckL4sS0s4Pdw3L5uAkDvDFybqDLOKosfN8w9qkMkvgLRHSlQ3ZKr/c1WfiVVI/asuefwp2cxvgeiZuBOIm2/f4DkVGSsa+83PUCVY4qvGZABS96bLl59v+RWQ66zJtTv7MsEaBBPkkbvlgaQXE7JkyW1Ob04fXNQPecUHAJkKm5SvJ8TK4cgZvf5iJV4OwOgyzS2MuGlkgEu7YkJEOnxeqZhqlMr2pSP2zximLEtYtlJreNLKGaKHSDaWBbAGIQ+JFubzuPfCeKniEMALaxAjvfClnw8aw+I7UT0RNnBwSf0QXn7ZAIQeHsoLp/K2gPGNtLwYlkAzO25Rj8Vs1JLCIytYcvenLUHxDNM9E7JAHk2sRdv7imMVnITg3lj2JLvZ+6BhsBqaFryaPL/5T9GvVjZd0C5J5EGd1VzPNGWAeA9UF2sMQZKEZ+rPCh2kZVzF9S69tVmP85nAHg/xILGbwDmKUPkKw/Sb+FUsEqVEswnw5Yc71UyqtGYKT4A0aMqAF6vWqlibojEUR8N1OvhuD1+2GQAeKWtC+0bRYCSy+n0Jee3nNaBlqa4/WtKYwYAAxQLGn0EzFaCKLWhGaud/DY0zPxDxJLL0rVN6IljplgPoo9UAC5dvMmWsptAi1V9kn7gDjCafbWUrrM20u98URBgrKnvANGNfgRNui3zTyFLLi7a1CdPI1PcDKL2SRelmsDPs0oqZtQUbxHRc6o5JtWO3ZfDVuLVXDnyPlx1AoZuimP/g6W0Oxy3H8w3QAVf3sbazKNeOTOpI5wvOPPJqY5cVncGwyUBeE7RmZgDYRwiQvByQjBzp3Dk3Y1nYBXKq/T22dWAepeMg0RovEwQu2td++H0146SZyDlGLsGV6HG2AXCfZMF4T2WaYxnQ5bcoZpDaQbSg3WZ+v1MutdQqxd9amqimrQfaB6A0stgzlJCLU/yYVJ0mWIDE14h0AxVvwl2zC4T7SN2doYsZ28p//z2PQPpIhgIxOoDS0hDK0NbR4Tm4jB8AUxHGG5b9WhiV+qBqrhfbouyALJDdteLhY5GEY3c2S60zBdnl/8JuDjceEaeyC4HShXv+VUUoBwhpfpe8QD/Ab2JqE8dKj95AAAAAElFTkSuQmCC)
}

._toast.error p {
  color: #d81e06;
  border-color: #d81e06
}

._toast.warning span::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAEa0lEQVRoQ+2YT2gcdRTHv282sc2hYWcQ7MEeGlsqLaVoMrNqL7YnaXa29ZJ6UFGiFPwD4kFaJChVAiI9iIoiWqpSKBHR7iTxpD216syGKDHaXHJQULFhZ5q0SZrszJPfpgnbZHfn77YbyO/6+73ve5/9zvu9nSGs80XrvH5sANxpBzccqOfAzHBmN7BwZcuh0SuNcqohDlwd6sy4buo0EXYDzGCcTbdIL9Khn6eTBkkcwBnSutjliyC6q7JYZh6X52cfpJ7xhSQhEgXgAaTsNnWUQHurFUmM/nTOfL1pAWxDexXAqZoFMi+ShPvTWWsyKYjEHLg2pG5dcGmSCG0+xV2QdfNg0wEUDfUcgY4GKYwIPems+VWQs35nEnHAHuw8AE794JdseZ/B/8pzLR3U8+Nc0Jha52IDcKGz1flHugxQR5hiGHhX0c3XwsRUvRjiChQN9QSB+kPrMNwUe3vaDxcmQsdWBMRyYPZbddu8RBPVGlc8Jilwr8eUAXB89VwQNTD4kqJb++8YgG1o3wA4UrUA8nrlbOG02CvmtY+JcKzaOQY/qejW2agQkR3wa1wmZJWsOSQKs/PqSRD1VS+Sp9LedAcdnpiJAhEJgId3bHJc+fd6jRscoPwwvSfr1iu3DcA2tDcAvFkvYSgAhssp9wGle2QsLERoB5xBtYMZ4tfflBjAktCIrJtdDQewDU0MrAN+iUI5sDLh+Fk5Z53x067cD+WAbWjixhE3j++KBACeQmlxp/z4L45vgpsHAgPwwMNt9ubSBBFtCyIeDUC8/vBHSs56IUgOcSYwgGOo/Qw6EVQ4KkAZQfL2BW3oQADlxvVwGUStjQdYauh01lSJwH75AgEEbdzKZNEdWFIh4mPprPVJbADHUI8y6Jyf0Or9uABgduAubvdr6LoOlBu3rTRJoK1hAQDuk3XrbRFnG2oeID20BuMzOWc+Vy+uLoBtdJ0CJPGeG34xeyD6GszXQfRMeIGbj5IENd1tFmrF1wSYPt+1yyVpHIRU1ORJxDF4TM5a+2o1dE2AoqFeJNAjSRQRV4PhvazohQ+q6VQFsPNdT4GkL+Il5g9bPemtBam0kyCdAei+qHrMuNZC7vZ2fWRqtcYaAD6/a4sjtU8CdHfUhGC25JylLceLT42el/opsp4IZHwp58ynfQFsQ3sfwEtxkjHzgJKzVj6xiNvMaXNn42iK2BTx/vasdalS5xYHikOde8mTfhVjJFYy8f8eOKLkzMHyNTqo9oHpZCxNYQLzhDxv7aEeuMtatwLk1e+I6LG4iZbjGfwbmK4TQbzYJ7IIeD6tm5+uAZgdztx7w+W/EsnSSJFV/bXiQHFQ6yZG2fLmXnxD1q3Naxxw8tpBJnzf3MWXb6P/5Jx5zxoAvvBoizMz+wcIO5oZgpnfUXLW8apNfDWfeciFNxD0rev2g/Ln6Tmrt+YtVJ4X4mPt3/QESIo8OZMF4xKYx5h4VNFH/vQdZMkmb7xavIHV+Pp8M2wA+P5EDT6w7h34H01KxEDHpGQGAAAAAElFTkSuQmCC)
}

._toast.warning p {
  color: #efb336;
  border-color: #efb336
}

._toast.active {
  opacity: 1;
  visibility: visible
}

._toast span {
  display: inline-block;
  font-size: 16px;
  position: relative
}

._toast.error span,
._toast.success span,
._toast.warning span {
  padding-left: 30px
}

.infoTit{
    width: 100%;
    background-color: #f5f5f5;
    text-align: center;
    padding: .6vw 0;
  font-size: 14px;
    font-weight: bold;
    position: sticky;
    top: 0;
    z-index: 99;
    display: none;
    border-bottom: 1px solid gainsboro;
}
.ndc_npnews .post_next{
  direction: initial !important;
  text-align: right !important;
}
.pc {
  display: block;
}
.mobile {
  display: none;
}
@media (max-width: 1750px) {
  header .header nav ul li .footerNav .levelUl .level1 ul{
    width: 22vw;
  }
  .newsPage .f1 .newTab{
    /*padding: 0 13vw;*/
  }
}
@media (max-width: 1660px) {
  header .header nav ul li .footerNav .levelUl .level1 ul{
    width: 22vw;
  }
  .index .f3 .item .tab {
    margin-left: 14vw;
  }
  .index .f3 a:nth-child(2) .item .tab {
    margin-left: 10.5vw;
  }
  .index .f3 a:nth-child(3) .item .tab {
    margin-left: 10.7vw;
  }
  .index .f1 .mySwiper .swiper-slide .more {
    line-height: 1.7vw;
  }
  .aboutUs .CPBWtabItem{
    /*padding: 0 15vw;*/
  }
  .Intelligent2 .CPBWtabItem{
    /*padding: 0 8vw;*/
  }
  .Intelligent1 .CPBWtabItem{
    /*padding: 0 8vw;*/
  }
  .newsPage .f1 .newTab{
    /*padding: 0 11vw;*/
  }
  .aboutUs .f6 .right .itemBox{
    margin-top: .5vw;
  }
  .aboutUs .f4 .itemBox .items .tits{
    top: 12vw;
  }
  header .header nav ul li a{
    padding: 2px 2px;
  }
  .contactUs .f2 .itemBox .item{
    width: 26vw;
  }
}
@media (max-width: 1440px) {
  .Intelligent2 .f1 .img img{
    width: 100%;
  }
  .Intelligent1 .f1 .img img{
    width: 100%;
  }
  .CPBWtabItem .item{
    margin: 2vw 1vw;
  }
  .formModal .formBox{
    width: 90vw;
    height: auto;
    margin-left: 5vw;
    border-radius: 5px;
    margin-top: 20vw;
  }
  .formModal .formBox .tit{
    padding: 3vw 2vw;
  }
  .formModal .formBox .tit .cn{
    font-size: 16px;
  }
  .formModal .formBox .tit .en{
    font-size: 12px;
  }
  .formModal .formBox form .input{
    margin-top: 3vw;
  }
  .formModal .formBox form .input input{
    height: 10vw;
  }
  .formModal .formBox .sumbit{
    width: 30vw;
    height: 8.5vw;
    line-height: 8.5vw;
    margin: 3vw auto;
  }
  .formModal .formBox .infos{
    padding: 5vw;
  }
  .formModal .closes{
    width: 10vw;
    right: 5vw;
    top: 8vw;
  }
  .CPBW5 .f2 .right{
    padding: 2vw;
  }
  .aboutUs .f4 .itemBox .items .tits{
    width: 100%;
    top: 3vw;
    margin-right: 4vw;
  }
  .contactUs .f3 .itemBox .item .phone .t{
    flex: 1.5;
  }
  .contactUs .f2 .itemBox .item{
    width: 27vw;
    padding: 1vw;
  }
  .contactUs .f1 form .input input{
    width: 52%;
  }
  .aboutUs .f4 .itemBox .item .tits{
    top: 15vw;
  }
  .aboutUs .f4 .itemBox .item:nth-child(2) .tits{
    top: 11.5vw !important;
  }
  .aboutUs .f4 .itemBox .items .tits:last-child{
    margin-right: 0;
  }
  .aboutUs .f6 .left .img{
    /*width: 25.75vw;*/
  }
  .aboutUs .f6 .right{
    /*height: 36vw;*/
  }
  .aboutUs .f6 .right .itemBox .item{
    width: 30%;
  }
  .newsPage .f1 .newTab{
    /*padding: 0 7vw;*/
  }
  header .header nav ul li .footerNav{
    margin-left: -3vw;
  }
  header .header nav ul li .footerNav .levelUl .level1 ul{
    width: 28vw;
  }
  .CPBW .CPBWtabItem{
    /*padding: 0 8vw;*/
  }
  .CPBW .CPBWtabItem .itembr{
    margin-top: .2vw;
  }
  header .header{
    width: 96vw;
    margin: 0 2vw;
  }
  header .header nav{
    margin-top: .2vw;
  }
  footer .footerInfo .right {
    width: 40%;
  }
  .Intelligent2 .CPBWtabItem .item{
    padding: 0 1vw;
  }
  .Intelligent1 .CPBWtabItem .item{
    /*padding: 0 1vw;*/
  }
  .aboutUs .CPBWtabItem .item{
    /*padding: 0 2vw;*/
  }
  .CPBW5 .f1 .itemBox .left{
    width: 72vw;
  }
}
@media (max-width: 1366px) {
  .document .f1 .right .itemBox .item .tab{
    width: 5vw;
  }
  .CPBW5 .f2 .right{
    padding: 2vw;
  }
  .aboutUs .f6 .right .itemBox{
    margin-top: 0;
  }
  .aboutUs .f6 .right .itemBox .item{
    width: 32%;
  }
  footer .footer .footerItem .footerNav .levelUl .level1:last-child{
    margin-left: 1vw;
  }
  .newsPage .f1 .newTab{
    /*padding: 0 7vw;*/
  }
  header .header nav ul li a{
    padding: 2px 2px;
  }
  header .header nav ul li{
    margin: 0 .2vw;
  }
  header .header .right .iconActive .menuRight .mt3 {
    transform: rotate3d(0, 0, 20, -45deg) translateX(0.3vw) translateY(-0.3vw);
  }
  header .header .right .iconActive .menuRight .mt1 {
    transform: rotate3d(0, 0, 20, 45deg) translateX(0.2vw) translateY(0.15vw);
  }
  .aboutUs .f4 .itemBox .items .tits {
    top: 3vw;
    margin-right: 1vw;
  }
  .aboutUs .f4 .itemBox .item:nth-child(2) .tits{
    top: 12.5vw !important;
  }
  .aboutUs .f4 .itemBox .item .tits{
    top: 16vw;
  }
  .CPBW .CPBWtabItem .item{
    margin: 2vw;
  }
  .CPBW .CPBWtabItem .itembr{
    line-height: 1.7;
  }
}
@media (max-width: 768px) {
	._toast span{
		font-size: 12px;
	}
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .aboutUs .f5 .right .name{
    font-size: 16px;
    margin-top: 3vw;
  }
  .aboutUs .f2 .left .itemBox .item .tm{
    margin-left: 7.5vw;
  }
  main{
    margin-top: 50px;
  }
  .index .f1 .mySwiper{
    height: 80vw;
  }
  .index .f1 .mySwiper .swiper-slide{
    height: 80vw;
  }
  .index .f1 .text{
    left: 11%;
  }
  .index .f1 .text .title{
    font-size: 22px;
  }
  .index .f1 .text .des{
    font-size: 14px;
  }
  .index .f1 .mySwiper .swiper-slide .more{
    display: none;
  }
  .index .f1 .mySwiper .swiper-slide .infos{
    position: relative;
    right: initial;
    text-align: center;
    margin-top: 70vw;
  }
  .index .f1 .mySwiper .swiper-pagination{
    margin-right: initial;
    text-align: center;
    bottom: 6vw;
  }
  .index .f1 .mySwiper .swiper-pagination-bullet{
    width: 5vw;
    height: 2px;
  }
  .index .f2{
    padding: 5vw;
  }
  .index .f2 .headerTit .tit{
    font-size: 16px;
  }
  .index .f2 .headerTit .more{
    font-size: 14px;
  }
  .index .f2 .headerTit .more img{
    width: 12px;
    top: 1px;
    left: 5px;
  }
  .index .f2 .news{
    width: 100%;
  }
  .index .f2 .news .title .tab{
    display: none;
  }
  .index .f2 .news .title{
    font-size: 16px;
  }
  .index .f2 .news .des{
    font-size: 14px;
  }
  .index .f3{
    margin-bottom: 0;
    padding: 0;
    display: block;
  }
  .index .f3 .item{
    width: 100%;
    height: auto;
    padding: 5vw;
    border-bottom: 1px solid #e8e8e8;
  }

  .index .f3 .item .time span{
    font-size: 16px;
  }
  .index .f3 .item .time p{
    font-size: 14px;
  }
  .index .f3 .item .name{
    font-size: 16px;
  }
  .index .f3 .item .des{
    font-size: 14px;
  }
  .index .f3 .item .tab{
    font-size: 12px;
    right: 5vw;
    margin-top: -2vw;
  }
  footer{
    padding: 5vw;
  }
  footer .footer .footerItem{
    display: none;
  }
  footer .footer .right{
    display: block;
  }
  footer .footer .footerItem .name{
    font-size: 16px;
    padding-bottom: 3vw;
    margin-bottom: 5vw;
  }
  footer .footer .footerItem .phone{
    font-size: 14px;
  }
  footer .footer .footerItem .address{
    font-size: 14px;
  }
  footer .footer .footerItem .qrcode{
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  footer .footer .footerItem .qrcode i{
    display: none;
  }
  footer .footer .footerItem .qrcode img{
    width: 100px;
    height: auto;
    opacity: 1;
    position: relative;
    margin: 3vw auto;
  }
  footer .footer .footerItem .qrcode p{
    margin-top: 1vw;
  }
  footer .footerInfo{
    display: block;
  }
  footer .footerInfo .left{
    display: none;
  }
  footer .footerInfo .right{
    width: 100%;
    font-size: 12px;
    text-align: center;
  }
  .banner{
    height: 40vw;
  }
  .banner .titles .cn{
    font-size: 22px;
  }
  .banner .titles .en{
    font-size: 20px;
  }
  .aboutUs .CPBWtabItem{
    display: none;
  }
  .aboutUs .f1{
    display: block;
    padding: 5vw;
  }
  .aboutUs .f1 .left{
    width: 100%;
    display: block;
    float: initial;
    text-align: center;
  }
  .aboutUs .f1 .left p:nth-child(1){
    font-size: 18px;
  }
  .aboutUs .f1 .left p:nth-child(2){
    font-size: 16px;
  }
  .aboutUs .f1 .left img{
    margin: 0 auto;
    width: 30px;
    height: 30px;
    display: none;
  }
  .aboutUs .f1 .right{
    width: 100%;
    font-size: 14px;
    margin-top: 3vw;
  }
  .aboutUs .f2 .left .itemBox{
    margin: 3vw auto;
  }
  .aboutUs .f2{
    display: block;
  }
  .aboutUs .f3 .left .item{
    margin-top: 3vw;
  }
  .aboutUs .f2 .left{
    width: 100%;
    padding: 4vw;
  }
  .aboutUs .f2 .left .tit{
    text-align: center;
  }
  .aboutUs .f2 .left .tit p:nth-child(1){
    font-size: 18px;
  }
  .aboutUs .f2 .left .tit p:nth-child(2){
    font-size: 16px;
  }
  .aboutUs .f2 .left .itemBox .name{
    font-size: 16px;
    width: 100%;
  }
  .aboutUs .f2 .left .itemBox .des{
    font-size: 14px;
    margin: 2vw 0;
  }
  .aboutUs .f2 .left .itemBox .item{
    font-size: 14px;
  }
  .aboutUs .f2 .left .itemBox .item .num{
    font-size: 16px;
  }
  .aboutUs .f2 .left .itemBox .item .des{
    padding-left: 8vw;
  }
  .aboutUs .f2 .left .fot .name{
    width: 100%;
    font-size: 16px;
  }
  .aboutUs .f2 .left .fot img{
    display: none;
  }
  .aboutUs .f2 .right{
    width: 92%;
    padding: 0 0 4vw 0;
    margin: 2vw auto;
  }
  .aboutUs .f3{
    padding: 5vw;
    display: block;
  }
  .aboutUs .f1 .left .t{
    width: 100%;
  }
  .aboutUs .f3 .left{
    width: 100%;
    margin-right: 0;
  }
  .aboutUs .f3 .left .tit{
    text-align: center;
  }
  .aboutUs .f3 .left .tit p:nth-child(1){
    font-size: 18px;
  }
  .aboutUs .f3 .left .tit p:nth-child(2){
    font-size: 16px;
  }
  .aboutUs .f3 .left .tit img{
    width: 30px;
    margin: 0 auto;
    display: none;
  }
  .aboutUs .f3 .left .tit .t{
    float: initial;
  }
  .aboutUs .f3 .left .item .name{
    font-size: 16px;
  }
  .aboutUs .f3 .left .item .des{
    font-size: 14px;
  }
  .aboutUs .f3 .right{
    display: none;
  }
  .aboutUs .f4{
    padding: 5vw;
  }
  .aboutUs .f4 .tit{
    text-align: center;
  }
  .aboutUs .f4 .tit p:nth-child(1){
    font-size: 18px;
  }
  .aboutUs .f4 .tit p:nth-child(2){
    font-size: 16px;
  }
  .aboutUs .f4 .tit{
    margin-bottom: 3vw;
  }
  .aboutUs .f4 .tit .t{
    float: initial;
  }
  .aboutUs .f4 .tit img{
    width: 30px;
    margin: 0 auto;
    display: none;
  }
  .aboutUs .f4 .itemBox{
    display: block;
  }
  .aboutUs .f4 .itemBox .item{
    width: 100%;
    height: 125vw;
    margin-bottom: 5vw;
  }
  .aboutUs .f4 .itemBox .item .tits{
    top: 102vw !important;
    left: 5vw;
  }
  .aboutUs .f4 .itemBox .item:nth-child(2) .tits{
    top: 90vw !important;
    left: 5vw;
  }
  .aboutUs .f4 .itemBox .item .tits .name{
    font-size: 16px;
  }
  .aboutUs .f4 .itemBox .item .tits .des{
    font-size: 14px;
  }
  .aboutUs .f4 .itemBox .items{
    width: 100%;
    height: auto;
    display: block;
    padding-top: 20vw;
  }
  .aboutUs .f4 .itemBox .items .tits{
    width: 100%;
    left: initial;
    top: initial;
    padding: 5vw;
  }
  .aboutUs .f4 .itemBox .items .tits .name{
    font-size: 16px;
  }
  .aboutUs .f4 .itemBox .items .tits .des{
    font-size: 14px;
  }
  .aboutUs .f4 .itemBox .item:nth-child(2){
    margin-top: 0;
  }
  .aboutUs .f5{
    padding: 5vw;
    display: block;
  }
  .aboutUs .f5 .left{
    width: 100%;
    margin-right: 0;
  }
  .aboutUs .f5 .left .tit{
    text-align: center;
  }
  .aboutUs .f5 .left .tit p:nth-child(1){
    font-size: 18px;
  }
  .aboutUs .f5 .left .tit p:nth-child(2){
    font-size: 16px;
  }
  .aboutUs .f5 .left .tit{
    margin-bottom: 3vw;
  }
  .aboutUs .f5 .left .tit .t{
    float: initial;
  }
  .aboutUs .f5 .left .tit img{
    width: 30px;
    margin: 0 auto;
    display: none;
  }
  .aboutUs .f5 .left .item .tab{
    font-size: 14px;
    width: 55vw;
    height: 6vw;
    line-height: 6vw;
  }
  .aboutUs .f5 .left .item .des::before{
    margin: 2vw -3.8vw;
  }
  .aboutUs .f5 .right .item .des::before{
    margin: 2vw -3.8vw;
  }
  .aboutUs .f5 .left .item{
    margin-top: 3vw;
  }
  .aboutUs .f5 .left .name{
    font-size: 16px;
  }
  .aboutUs .f5 .left .item .des{
    text-align: justify;
    font-size: 14px;
    line-height: 1.7;
    padding-left: 5vw;
  }
  .aboutUs .f5 .right .item{
    margin-top: 5vw;
  }
  .aboutUs .f5 .right .item .tab{
    font-size: 14px;
    width: 45vw;
    height: 6vw;
    line-height: 6vw;
  }
  .aboutUs .f5 .right .item .des{
    text-align: justify;
    font-size: 14px;
    line-height: 1.7;
    padding-left: 5vw;
  }
  .aboutUs .f6{
    padding: 5vw;
    display: block;
  }
  .aboutUs .f6 .left .tit{
    text-align: center;
  }
  .aboutUs .f6 .left .tit p:nth-child(1){
    font-size: 18px;
  }
  .aboutUs .f6 .left .tit p:nth-child(2){
    font-size: 16px;
  }
  .aboutUs .f6 .left .tit{
    margin-bottom: 3vw;
  }
  .aboutUs .f6 .left .tit .t{
    float: initial;
  }
  .aboutUs .f6 .left .tit img{
    width: 30px;
    margin: 0 auto;
    display: none;
  }
  .aboutUs .f6 .right .items .des{
    width: 100%;
  }
  .aboutUs .f6 .right .items{
    padding: 2vw 5vw;
  }
  .aboutUs .f6 .right .itemBox .item img{
    width: 10vw;
    height: 10vw;
  }
  .aboutUs .f6 .left .img{
    width: 100%;
  }
  .aboutUs .f6 .right{
    width: 100%;
    height: auto;
    margin-left: initial;
  }
  .aboutUs .f6 .right .name{
    font-size: 16px;
    padding: 2vw 5vw;
  }
  .aboutUs .f6 .right .item{
    width: 33% !important;
    height: 25vw;
    padding: 2vw;
  }
  .aboutUs .f6 .right .item .des{
    width: 100%;
    font-size: 14px;
  }
  .aboutUs .f6 .right .itemBox .item p{
    margin-top: 1vw;
  }
  .aboutUs .f6 .right .ens{
    display: none;
  }
  .aboutUs .f7{
    padding: 5vw;
  }
  .aboutUs .f7 .name{
    font-size: 16px;
  }
  .aboutUs .f7 .itemBox .item{
    width: 50%;
    margin: 2vw auto;
  }
  .aboutUs .f7 .itemBox .item img{
    width: 50px;
    height: 50px;
    margin: 2vw auto;
  }
  .aboutUs .f7 .itemBox .item p{
    font-size: 13px;
  }
  .investor .f1{
    padding: 5vw;
    display: block;
  }
  .investor .f1 .tit{
    text-align: center;
  }
  .investor .f1 .tit p:nth-child(1){
    font-size: 18px;
  }
  .investor .f1 .tit p:nth-child(2){
    font-size: 16px;
  }
  .investor .f1 .tit{
    margin-bottom: 3vw;
  }
  .investor .f1 .tit .t{
    float: initial;
  }
  .investor .f1 .tit img{
    width: 30px;
    margin: 0 auto;
    display: none;
  }
  .investor .f1 .item{
    margin-left: 0;
    margin-top: 3vw;
  }
  .investor .f1 .item .it{
    font-size: 14px;
    margin-bottom: 5vw;
    /*line-height: initial;*/
  }
  .investor .f1 .item .it .num{
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin-right: 10px;
    position: relative;
    top: 3px;
  }
  .investor .f1 .item .it .d{
    width: 91%;
  }
  .investor .f2{
    padding: 0 5vw 3vw 5vw;
    display: none;
  }
  .investor .f2 .text{
    width: 100%;
    height: auto;
    padding: 5vw;
  }
  .investor .f2 .text .tits{
    padding: 0;
  }
  .investor .f2 .text .tits .year{
    font-size: 18px;
  }
  .investor .f2 .text .tits .name{
    font-size: 16px;
  }
  .investor .f2 .text .years{
    display: none;
  }
  .investor .f2 .img{
    width: 100%;
    height: 50vw;
  }
  .investor .f2 .text .detail{
    width: 25vw;
    height: 8vw;
    line-height: 8vw;
    font-size: 14px;
    margin-left: 0;
    margin-top: 3vw;
  }
  .investor .f2 .text .detail img{
    width: 18px;
    height: 18px;
    position: relative;
    margin-left: 1vw;
    margin-top: 1.5vw;
    margin-right: 1vw;
  }
  .sustainability .f1{
    padding: 5vw;
  }
  .sustainability .f1 .item{
    display: block;
  }
  .sustainability .f1 .item .left{
    width: 100%;
  }
  .sustainability .f1 .item .left .name{
    font-size: 16px;
  }
  .sustainability .f1 .item .left .des{
    font-size: 14px;
  }
  .sustainability .f1 .item .right{
    width: 100%;
    height: 70vw;
    margin-left: 0;
  }
  .sustainability .f1 .item .right .tits{
    font-size: 18px;
    padding: 0 5vw;
    margin-top: -18vw;
  }
  .sustainability .f1 .info{
    font-size: 14px;
    padding: 2vw;
  }
  .career .f1{
    padding: 5vw;
    display: block;
  }
  .career .f1 .tit{
    text-align: center;
  }
  .career .f1 .tit p:nth-child(1){
    font-size: 18px;
  }
  .career .f1 .tit p:nth-child(2){
    font-size: 16px;
  }
  .career .f1 .tit{
    width: 100%;
    margin-bottom: 3vw;
    text-align: center;
  }
  .career .f1 .tit .t{
    float: initial;
  }
  .career .f1 .tit img{
    width: 30px;
    margin: 0 auto;
    display: none;
  }
  .career .f1 .des{
    width: 100%;
    font-size: 14px;
    margin-top: 3vw;
  }
  .career .f2{
    padding: 0 5vw;
    display: block;
  }
  .career .f2 .left{
    display: none;
  }
  .career .f2 .right{
    width: 100%;
    margin-left: 0;
  }
  .career .f2 .right .tit{
    text-align: center;
  }
  .career .f2 .right .tit p:nth-child(1){
    font-size: 18px;
  }
  .career .f2 .right .tit p:nth-child(2){
    font-size: 16px;
  }
  .career .f2 .right .tit{
    margin-bottom: 3vw;
  }
  .career .f2 .right .tit .t{
    float: initial;
  }
  .career .f2 .right .tit img{
    width: 30px;
    margin: 0 auto;
    display: none;
  }
  .career .f2 .right .des{
    margin-top: 3vw;
    font-size: 14px;
  }
  .career .f3{
    padding: 5vw;
  }
  .career .f3 .top{
    display: block;
  }
  .career .f3 .top .tit{
    text-align: center;
  }
  .career .f3 .top .tit p:nth-child(1){
    font-size: 18px;
  }
  .career .f3 .top .tit p:nth-child(2){
    font-size: 16px;
  }
  .career .f3 .top .tit{
    margin-bottom: 3vw;
  }
  .career .f3 .top .tit .t{
    float: initial;
  }
  .career .f3 .top .tit img{
    width: 30px;
    margin: 0 auto;
    display: none;
  }
  .career .f3 .top .hrBox{
    width: 100%;
    height: auto;
    padding: 3vw 0;
    margin-top: 3vw;
  }
  .career .f3 .top .hrBox .hr{
    font-size: 13vw;
    margin-left: initial;
    display: none;
  }
  .career .f3 .top .hrBox .item{
    /*padding-left: 50vw;*/
    padding: 2vw 5vw;
    flex: 1;
  }
  .career .f3 .top .hrBox .item .name{
    font-size: 14px;
  }
  .career .f3 .top .hrBox .item .des{
    font-size: 14px;
  }
  .career .f3 .table{
    overflow-x: scroll;
  }
  .career .f3 .table table{
    width: 240%;
  }
  .newsPage .f1{
    padding: 5vw;
  }
  .newsPage .f1 .tit p:nth-child(1){
    font-size: 16px;
  }
  .newsPage .f1 .tit p:nth-child(2){
    font-size: 14px;
  }
  .newsPage .f1 .tit{
    padding-left: 0;
  }
  .newsPage .f1 .tit img{
    width: 30px;
    display: none;
  }
  .newsPage .f1 .newTab{
    display: block;
  }
  .newsPage .f1 .newTab .item{
    display: block;
    margin-bottom: 2vw;
    font-size: 14px;
  }
  .newsPage .f1 .itemTop{
    display: block;
  }
  .newsPage .f1 .itemTop .img{
    width: 100%;
    height: 60vw;
  }
  .newsPage .f1 .itemTop .text{
    width: 100%;
    background: transparent;
  }
  .newsPage .f1 .itemTop .text .time{
    font-size: 14px;
  }
  .newsPage .f1 .itemTop .text .name{
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 2vw auto;
  }
  .newsPage .f1 .itemTop .text .des{
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .newsPage .f1 .itemBox .item{
    width: 100%;
    margin-right: 0;
    margin-top: 5vw;
  }
  .newsPage .f1 .itemBox .item .img{
    height: 60vw;
  }
  .newsPage .f1 .itemBox .item .text .time{
    font-size: 14px;
  }
  .newsPage .f1 .itemBox .item .text .name{
    font-size: 16px;
    margin: 2vw auto;
  }
  .newsPage .f1 .itemBox .item .text .des{
    font-size: 14px;
  }
  .detailTop .title{
    font-size: 22px !important;
  }
  .contactUs .f1{
    padding: 5vw;
  }
  .contactUs .f1 .tit p:nth-child(1){
    font-size: 18px;
  }
  .contactUs .f1 .tit p:nth-child(2){
    font-size: 16px;
  }
  .contactUs .f1 .tit{
    margin-bottom: 3vw;
  }
  .contactUs .f1 .tit .t{
    float: initial;
  }
  .contactUs .f1 .tit img{
    width: 30px;
    display: none;
  }
  .contactUs .f1 form .input{
    width: 100%;
    height: 10vw;
    margin-right: 0;
    margin-bottom: 2vw;
  }
  .contactUs .f1 form .input .name{
    font-size: 14px;
    line-height: 9vw;
  }
  .contactUs .f1 form .input input{
    height: 9vw;
    font-size: 14px;
  }
  .contactUs .f1 .submit{
    font-size: 16px;
    width: 30vw;
    height: 8vw;
    line-height: 8vw;
    letter-spacing: 2px;
  }
  .contactUs .f2{
    width: 100%;
    height: auto;
  }
  .contactUs .f2 .tit p:nth-child(1){
    font-size: 18px;
  }
  .contactUs .f2 .tit p:nth-child(2){
    font-size: 16px;
  }
  .contactUs .f2 .tit img{
    width: 30px;
    display: none;
  }
  .contactUs .f2 .tit .email{
    font-size: 16px;
  }
  .contactUs .f2 .itemBox{
    padding: 0 5vw 5vw 5vw;
    display: block;
    margin-bottom: 0;
  }
  .contactUs .f2 .itemBox .item{
    width: 100%;
    text-align: center;
    margin: 3vw auto;
  }
  .contactUs .f2 .itemBox .item .email img{
    display: none;
  }
  .contactUs .f2 .itemBox .item .name{
    font-size: 14px;
  }
  .contactUs .f2 .itemBox .item .phone{
    font-size: 14px;
  }
  .contactUs .f2 .itemBox .item .address{
    font-size: 14px;
  }
  .contactUs .f2 .itemBox .item .address img,.contactUs .f2 .itemBox .item .phone img{
    display: none;
  }
  .contactUs .f3{
    padding: 5vw;
  }
  .contactUs .f3 .tit{
    padding: 0;
    margin-bottom: 3vw;
  }
  .contactUs .f3 .tit p:nth-child(1){
    font-size: 18px;
  }
  .contactUs .f3 .tit p:nth-child(2){
    font-size: 16px;
  }
  .contactUs .f3 .tit img{
    width: 30px;
    display: none;
  }
  .contactUs .f3 .map{
    width: 100%;
    height: 48vw;
  }
  .contactUs .f3 .map .item{
    width: 40px;
    height: 40px;
    line-height: 37px;
    font-size: 12px;
  }
  .contactUs .f3 .map .az{
    left: 75vw;
    margin-top: 32vw;
  }
  .contactUs .f3 .map .dny{
    left: 72vw;
    margin-top: 22vw;
  }
  .contactUs .f3 .itemBox{
    display: block;
  }
  .contactUs .f3 .itemBox .item{
    width: 100%;
    margin-bottom: 3vw;
    padding: 5vw;
    margin-right: 0;
  }
  .contactUs .f3 .itemBox .item .name{
    font-size: 16px;
    padding-bottom: 2vw;
  }
  .contactUs .f3 .itemBox .item .phone img{
    display: none;
  }
  .contactUs .f3 .map .bmz{
    left: 17vw;
  }
  .contactUs .f3 .map .nmz {
    left: 27vw;
    margin-top: 30vw;
  }
  .contactUs .f3 .map .oz {
    left: 50vw;
    margin-top: 8vw;
  }
  .contactUs .f3 .map .fz {
    left: 47vw;
    margin-top: 24vw;
  }
  .contactUs .f3 .map .zd {
    left: 54vw;
    margin-top: 18vw;
  }
  .contactUs .f3 .map .els{
    left: 70vw;
    margin-top: 3vw;
  }
  .contactUs .f3 .map .zy{
    left: 62vw;
    margin-top: 10vw;
  }
  .document .f1{
    padding: 5vw;
  }
  .document .f1 .left{
    width: 33vw;
  }
  .document .f1 .right .itemBox .item{
    width: 100%;
    height: auto;
    padding: 3vw;
  }
  .document .f1 .right .itemBox .item .tab{
    width: 20vw;
  }
  .document .f1 .right .itemBox .item .img{
    width: 100%;
    height: 26vw;
    border-radius: 5px;
  }
  .document .f1 .right .info{
    font-size: 14px;
  }
  .document .f1 .right .itemBox .item .name{
    font-size: 14px;
    height: auto;
  }
  .document .f1 .right .itemBox .item .dowBtn{
    line-height: 5vw;
  }
  .document .f1 .right .itemBox .item .dowBtn img{
    width: 20px;
    height: 20px;
  }
  .document .f1 .left .claerBtn{
    height: 8vw;
    line-height: 8vw;
  }
  .document .f1 .left .itemBox .name{
    font-size: 14px;
  }
  .document .f1 .left .itemBox .name img{
    display: none;
  }
  .videoModal .video .close{
    width: 30px;
  }
  .CPBW .conts .des p img{
    width: 100% !important;
    height: auto;
  }
  .CPBWtabBox{
    height: 8vw;
  }
  .CPBWtabBox .item{
    line-height: 8vw;
    font-size: 14px;
  }
  .CPBWtabBox .item i{
    font-size: 16px;
  }
  .CPBWtabBox .itemBox{
    margin-top: 0;
    transform: translateY(-95vw);
  }
  .CPBWtabBox .itemBoxActive{
    transform: translateY(-1vw);
  }
  .CPBWtabBox .item i:nth-child(2){
    font-size: 12px;
  }
  .CPBWtabBox .itemBox ul li a{
    font-size: 14px;
  }
  .CPBW .f0{
    padding: 5vw;
  }
  .CPBW .f0 .tit p:nth-child(1){
    font-size: 18px;
  }
  .CPBW .f0 .tit p:nth-child(2){
    font-size: 16px;
  }
  .CPBW .conts .tit{
    margin-bottom: 3vw;
  }
  .CPBW .f0 .tit img{
    width: 30px;
    display: none;
  }
  .CPBW .f0 .itemBox{
    margin-top: 3vw;
    display: block;
  }
  .CPBW .f0 .itemBox .item{
    font-size: 14px;
    margin: 2vw 0;
    border: transparent;
  }
  .CPBW .f0 .img{
    width: 100%;
    display: none;
  }
  .CPBW .f0 .img img{
    width: 100%;
  }
  .CPBW .CPBWtabItem{
    display: none;
  }
  .CPBW .conts{
    padding: 5vw;
  }
  .CPBW .conts .tit p:nth-child(1){
    font-size: 18px;
  }
  .CPBW .conts .tit p:nth-child(2){
    font-size: 16px;
  }
  .CPBW .conts .des p{
    font-size: 14px;
  }
  .CPBW .swiperF2{
    width: 100%;
  }
  .swiper-button-next, .swiper-button-prev{
    width: 30px !important;
    height: 30px !important;
  }
  .CPBW .swiperF2 .swiper-button-next{
    margin-top: -18%;
    right: 5%;
  }
  .CPBW .swiperF2 .swiper-button-prev{
    margin-top: -18%;
    left: 5%;
  }
  .infoTit{
    font-size: 14px;
    padding: 1vw 0;
  }
  .backTop{
    right: 10px !important;
  }
  .backTop.active{
    bottom: 10px !important;
  }
  .dowBtns{
    display: none;
  }
  .CPBW2 .f1{
    padding: 5vw;
  }
  .CPBW2 .f1 .tit p:nth-child(1){
    font-size: 18px;
  }
  .CPBW2 .f1 .tit p:nth-child(2){
    font-size: 16px;
  }
  .CPBW2 .f1 .tit{
    padding: 0;
  }
  .CPBW2 .f1 .tit img{
    width: 30px;
    display: none;
  }
  .CPBW2 .f1 .item{
    display: block;
  }
  .CPBW2 .f1 .item .left{
    width: 100%;
    margin-right: 0;
    margin-top: 3vw;
    font-size: 14px;
  }
  .CPBW2 .f1 .item .right{
    width: 100%;
  }
  .CPBW2 .f2{
    width: 100%;
    height: auto;
    padding: 5vw;
    background: transparent;
  }
  .CPBW2 .f2 .des{
    font-size: 14px;
    color: #666666;
  }
  .CPBW2 .f2 img{
    width: 100%;
    margin: 5vw auto 0 auto;
  }
  .CPBW2 .f3{
    padding: 0 5vw 5vw 5vw;
  }
  .CPBW2 .f3 .des{
    font-size: 14px;
  }
  .CPBW3 .f0 .tit p:nth-child(1){
    font-size: 18px;
  }
  .CPBW3 .f0 .tit p:nth-child(2){
    font-size: 16px;
  }
  .CPBW3 .f0 .tit .t{
    padding: 0;
  }
  .CPBW3 .f0 .tit img{
    width: 30px;
    display: none;
  }
  .CPBWtabItem{
    display: none;
  }
  .CPBW3 .f1{
    padding: 0 5vw 5vw 5vw;
  }
  .CPBW3 .f1 .tit{
    margin: 3vw auto;
  }
  .CPBW3 .f1 .tit p:nth-child(1){
    font-size: 18px;
  }
  .CPBW3 .f1 .tit p:nth-child(2){
    font-size: 16px;
  }
  .CPBW3 .f1 .des{
    font-size: 14px;
  }
  .CPBW3 .f1 .swiperF1{
    width: 100%;
    margin: 3vw auto 0 auto;
  }
  .CPBW3 .f1 .swiperF1 .swiper-button-next{
    margin-top: -15%;
    right: 5%;
  }
  .CPBW3 .f1 .swiperF1 .swiper-button-prev{
    margin-top: -15%;
    left: 5%;
  }
  .CPBW3 .f2{
    padding: 5vw;
  }
  .CPBW3 .f2 .swiperF1{
    width: 100%;
  }
  .CPBW3 .f2 .swiperF1 .swiper-slide{
    display: block;
  }
  .CPBW3 .f2 .swiperF1 .swiper-slide .left{
    width: 100%;
  }
  .CPBW3 .f2 .swiperF1 .swiper-slide .right{
    width: 100%;
    margin-left: 0;
  }
  .CPBW3 .f2 .swiperF1 .swiper-slide .right .tit{
    text-align: center;
    margin: 3vw 0;
  }
  .CPBW3 .f2 .swiperF1 .swiper-slide .right .tit p:nth-child(1){
    font-size: 18px;
  }
  .CPBW3 .f2 .swiperF1 .swiper-slide .right .tit p:nth-child(2){
    font-size: 16px;
  }
  .CPBW3 .f2 .swiperF1 .swiper-slide .right .des{
    font-size: 14px;
  }
  .CPBW3 .f2 .swiperF1 .swiper-button-next{
    margin-top: -75%;
    right: 5%;
  }
  .CPBW3 .f2 .swiperF1 .swiper-button-prev{
    margin-top: -75%;
    left: 5%;
  }
  .CPBW3 .f3{
    padding: 5vw;
  }
  .CPBW3 .f3 .tit{
    text-align: center;
  }
  .CPBW3 .f3 .tit .cn{
    font-size: 18px;
  }
  .CPBW3 .f3 .tit .en{
    font-size: 16px;
  }
  .CPBW3 .f3 .tit .des{
    font-size: 14px;
    margin-top: 3vw;
  }
  .CPBW3 .f3 .tit .des p{
    text-align: justify;
  }
  .CPBW3 .f3 .itemBox .name{
    font-size: 18px;
    text-align: center;
    margin-bottom: 3vw;
  }
  .CPBW3 .f3 .itemBox .item{
    font-size: 14px;
    padding-left: 4.5vw;
  }
  .CPBW3 .f3 .itemBox .item::before{
    margin-top: 5px;
    margin-left: -3.5vw;
  }
  .CPBW3 .f3 .swiperF1 .swiper-button-next{
    margin-top: -10%;
    right: 5%;
  }
  .CPBW3 .f3 .swiperF1 .swiper-button-prev{
    margin-top: -10%;
    left: 5%;
  }
  .CPBW3 .f4{
    padding: 5vw;
  }
  .CPBW3 .f4 .tit{
    text-align: center;
    margin-bottom: 3vw;
  }
  .CPBW3 .f4 .tit p:nth-child(1){
    font-size: 18px;
  }
  .CPBW3 .f4 .tit p:nth-child(2){
    font-size: 16px;
  }
  .CPBW3 .f4 .des p{
    font-size: 14px;
  }
  .CPBW3 .f4 .itemBox .name{
    font-size: 16px !important;
  }
  .CPBW3 .f4 .itemBox .item{
    font-size: 14px;
    padding-left: 4.5vw;
  }
  .CPBW3 .f4 .itemBox .item::before{
    margin-top: 5px;
    margin-left: -3.5vw;
  }
  .des img{
    width: 100%;
    height: auto;
  }
  .CPBW3 .f5{
    padding: 5vw;
  }
  .CPBW3 .f5 .tit{
    text-align: center;
    margin: 0 auto 3vw auto;
  }
  .CPBW3 .f5 .tit p:nth-child(1){
    font-size: 18px;
  }
  .CPBW3 .f5 .tit p:nth-child(2){
    font-size: 16px;
  }
  .CPBW3 .f5 .des{
    font-size: 14px;
  }
  .CPBW3 .f5 .swiperF1{
    width: 95%;
  }
  .CPBW3 .f5 .swiperF1 .swiper-button-next{
    margin-top: -18%;
    right: 5%;
  }
  .CPBW3 .f5 .swiperF1 .swiper-button-prev{
    margin-top: -18%;
    left: 5%;
  }
  .CPBW4 .f1{
    padding: 5vw;
  }
  .CPBW4 .f1 .tit p:nth-child(1){
    font-size: 18px;
  }
  .CPBW4 .f1 .tit p:nth-child(2){
    font-size: 16px;
  }
  .CPBW4 .f1 .tit{
    padding: 0;
    margin-bottom: 3vw;
  }
  .CPBW4 .f1 .tit img{
    width: 30px;
    display: none;
  }
  .CPBW4 .f1 .itemBox{
    display: block;
  }
  .CPBW4 .f1 .itemBox .text{
    width: 100%;
    height: auto;
    padding-right: 0;
    display: block;
    float: initial;
  }
  .CPBW4 .f1 .itemBox .imgBox{
    margin-left: 0;
    display: block;
  }
  .CPBW4 .f1 .itemBox .imgBox .img{
    width: 100%;
    height: 70vw;
    margin-top: 2vw;
    margin-left: 0;
  }
  .CPBW4 .f1 .itemBox .text .name{
    font-size: 16px;
  }
  .CPBW4 .f1 .itemBox .text .des{
    font-size: 14px;
  }
  .CPBW4 .f1 .itemBox:nth-child(odd) .text{
    margin-left: 0;
  }
  .CPBW5 .f1{
    padding: 5vw;
  }
  .CPBW5 .f1 .tit p:nth-child(1){
    font-size: 18px;
  }
  .CPBW5 .f1 .tit p:nth-child(2){
    font-size: 16px;
  }
  .CPBW5 .f1 .tit{
    padding: 0;
    margin-bottom: 5vw;
  }
  .CPBW5 .f1 .tit img{
    width: 30px;
    display: none;
  }
  .CPBW5 .f1 .itemBox{
    display: block;
  }
  .CPBW5 .f1 .itemBox .left{
    width: 100%;
  }
  .CPBW5 .f1 .itemBox .left .name{
    font-size: 16px;
  }
  .CPBW5 .f1 .itemBox .left .des{
    font-size: 14px;
    line-height: 1.7;
  }
  .CPBW5 .f1 .itemBox .left .items{
    display: block;
  }
  .CPBW5 .f1 .itemBox .left .items .item{
    margin-right: 0;
  }
  .CPBW5 .f1 .itemBox .left .items .item .it{
    font-size: 14px;
    margin-top: 1vw;
  }
  .CPBW5 .f1 .itemBox .left .items .item .it .num{
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 2vw;
    font-size: 12px;
  }
  .CPBW5 .f1 .itemBox .right{
    width: 100%;
  }
  .CPBW5 .f2{
    display: block;
  }
  .CPBW5 .f2 .left{
    width: 95%;
    height: 95vw;
    margin: 5vw auto;
  }
  .CPBW5 .f2 .right{
    width: 100%;
    height: auto;
    padding: 5vw;
  }
  .CPBW5 .f2 .right .name{
    font-size: 16px;
  }
  .CPBW5 .f2 .right .des{
    font-size: 14px;
    line-height: 1.7;
  }
  .CPBWY .f1{
    padding: 5vw;
  }
  .CPBWY .f1 .itemBox .item{
    width: 100%;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .CPBWY .f1 .itemBox .item .img{
    width: 40vw;
    height: 50vw;
  }
  .CPBWY .f1 .itemBox .item .img img{
    max-height: 30vw;
  }
  .CPBWY .f1 .itemBox .item .name{
    height: 10.5vw;
    line-height: 10.5vw;
    font-size: 16px;
  }
  .CPBWY_detail .f1{
    width: 100%;
    padding: 5vw;
  }
  .CPBWY_detail .f1 .left{
    width: 100%;
    position: relative;
    top: 0;
    float: initial;
  }
  .CPBWY_detail .f1 .left .swiper-slide{
    width: 100% !important;
  }
  .CPBWY_detail .f1 .left .swiper-slide img{
    width: 90% !important;
  }
  .CPBWY_detail .f1 .left .mySwiper .swiper-slide{
    width: 20vw !important;
    height: 20vw !important;
  }
  .CPBWY_detail .f1 .left .mySwiper .swiper-slide img{
    width: 50px !important;
    max-width: 120px !important;
    max-height: 120px !important;
  }
  .CPBWY_detail .f1 .left .pdfBtn{
    width: 35vw;
    height: 8vw;
    line-height: 8vw;
  }
  .CPBWY_detail .f1 .right{
    width: 95%;
  }
  .CPBWY_detail .f1 .right .name{
    font-size: 16px;
  }
  .CPBWY_detail .f1 .right .canshu{
    font-size: 16px;
    padding: 2vw 0;
    line-height: 5vw;
  }
  .CPBWY_detail .f1 .right .canshu img{
    width: 20px;
    height: 20px;
    top: -1px;
  }
  .CPBWY_detail .f1 .right table tr{
    font-size: 14px;
  }
  .CPBWY_detail .f1 .right table tr td:nth-child(1){
    padding: 1vw 0;
  }
  .CPBWY_detail .f1 .right table tr td:nth-child(2){
    flex: 2;
    padding: 1vw 0;
  }
  .CPBWY_detail .f1 .right .pdfBtn{
    width: 40vw;
    height: 10vw;
    line-height: 10vw;
    font-size: 16px;
  }
  .videoModal .video .img{
    margin: 55vw auto;
  }
  .Intelligent4 .f1{
    padding: 5vw;
  }
  .Intelligent4 .f1 .tit p:nth-child(1){
    font-size: 18px;
  }
  .Intelligent4 .f1 .tit p:nth-child(2){
    font-size: 16px;
  }
  .Intelligent4 .f1 .tit{
    padding: 0;
    margin-bottom: 3vw;
  }
  .Intelligent4 .f1 .tit img{
    width: 30px;
    display: none;
  }
  .Intelligent4 .f1 .item{
    display: block;
  }
  .Intelligent4 .f1 .item .left{
    width: 100%;
    margin-right: 0;
  }
  .Intelligent4 .f1 .item .left .des{
    font-size: 14px;
  }
  .Intelligent4 .f1 .item .right{
    width: 100%;
    margin-top: 3vw;
  }
  .Intelligent4 .f1 .info{
    font-size: 14px;
  }
  .Intelligent4 .f2 .tit p:nth-child(1){
    font-size: 18px;
  }
  .Intelligent4 .f2 .tit p:nth-child(2){
    font-size: 16px;
  }
  .Intelligent4 .f2 .itemBox{
    display: block;
    padding: 0;
  }
  .Intelligent4 .f2 .itemBox a .item{
    width: 100%;
    height: 60vw;
    margin: 0;
    margin-top: 20vw;
  }
  .Intelligent4 .f2 .itemBox a .item img{
    width: 30vw;
    height: 30vw;
    top: -15vw;
  }
  .Intelligent4 .f2 .itemBox a .item .name{
    font-size: 16px;
  }
  .Intelligent4 .f2 .itemBox a .item .des{
    font-size: 14px;
  }
  .Intelligent2 .f0 .tit p:nth-child(1){
    font-size: 18px;
  }
  .Intelligent2 .f0 .tit p:nth-child(2){
    font-size: 16px;
  }
  .Intelligent2 .f0 .swiperF1{
    width: 60vw;
  }
  .Intelligent2 .f0 .swiperF1 .swiper-button-next{
    right: 5%;
    margin-top: -22%;
  }
  .Intelligent2 .f0 .swiperF1 .swiper-button-prev{
    left: 5%;
    margin-top: -22%;
  }
  .Intelligent2 .f0 .swiperF1 .swiper-pagination{
    margin-top: 5vw;
    z-index: 0;
  }
  .Intelligent2 .f1 .tit p:nth-child(1){
    font-size: 18px;
  }
  .Intelligent2 .f1 .tit{
    margin: 3vw auto;
  }
  .Intelligent2 .f1 .tit p:nth-child(2){
    font-size: 16px;
  }
  .Intelligent2 .f22{
    width: 90vw;
  }
  .Intelligent2 .f3 .tit{
    margin-bottom: 3vw;
  }
  .Intelligent2 .f3 .tit p:nth-child(1){
    font-size: 18px;
  }
  .Intelligent2 .f3 .tit p:nth-child(2){
    font-size: 16px;
  }
  .Intelligent2 .f3 .item{
    display: block;
  }
  .Intelligent2 .f3 .item .text{
    width: 100%;
    padding: 0 5vw;
    margin: 0;
  }
  .Intelligent2 .f3 .item .text .it .num{
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: 1px;
    font-size: 12px;
    margin-right: 2%;
  }
  .Intelligent2 .f3 .item .text .it .d{
    width: 92%;
    line-height: 1.5;
  }
  .Intelligent2 .f3 .item .text .it .dm{
    margin-left: 7vw;
  }
  .Intelligent2 .f3 .item .img{
    display: none;
  }
  .Intelligent2 .f3 .item2{
    padding: 0 5vw;
    margin-top: 3vw;
  }
  .Intelligent2 .f3 .item2 .text{
    padding: 0;
  }
  .Intelligent2 .f3 .item .text .name{
    font-size: 18px;
    margin-bottom: 3vw;
    text-align: center;
  }
  .Intelligent2 .f4{
    padding: 5vw;
  }
  .Intelligent2 .f4 .tit{
    margin-bottom: 3vw;
  }
  .Intelligent2 .f4 .item .text{
    width: 100%;
    margin: 0;
  }
  .Intelligent2 .f4 .item .text .it .num{
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: 1px;
    font-size: 12px;
    margin-right: 2%;
  }
  .Intelligent2 .f4 .item .text .it .d{
    width: 92%;
  }
  .Intelligent2 .f4 .item .img{
    width: 100%;
    margin-top: 3vw;
  }
  .Intelligent2 .f5{
    padding: 5vw;
  }
  .Intelligent2 .f5 .tit{
    margin-bottom: 3vw;
  }
  .Intelligent2 .f5 .tit p:nth-child(1){
    font-size: 18px;
  }
  .Intelligent2 .f5 .tit p:nth-child(2){
    font-size: 16px;
  }
  .Intelligent2 .f5 .img{
    width: 100%;
  }
  .Intelligent2 .f6{
    padding: 5vw;
  }
  .Intelligent2 .f6 .tit{
    margin-bottom: 3vw;
  }
  .Intelligent2 .f6 .tit p:nth-child(1){
    font-size: 18px;
  }
  .Intelligent2 .f6 .tit p:nth-child(2){
    font-size: 16px;
  }
  .Intelligent2 .f6 .img{
    width: 100%;
    padding-top: 3vw;
  }
  .Intelligent2 .swiperF2{
    width: 90vw;
    padding-top: 6vw;
  }
  .Intelligent2 .swiperF2 .info{
    width: 100%;
    height: 7vw;
    line-height: 7vw;
    top: -2vw;
  }
  .Intelligent2 .swiperF2 .swiper-button-next{
    margin-top: -30%;
    right: 10%;
  }
  .Intelligent2 .swiperF2 .swiper-button-prev{
    margin-top: -30%;
    left: 10%;
  }
  .Intelligent2 .f7{
    width: 100%;
  }
  .Intelligent2 .f7 .tit{
    margin-bottom: 3vw;
  }
  .Intelligent2 .f7 .tit p:nth-child(1){
    font-size: 18px;
  }
  .Intelligent2 .f7 .tit p:nth-child(2){
    font-size: 16px;
  }
  .Intelligent2 .f7 .itemBox{
    display: block;
  }
  .Intelligent2 .f4 .item{
    display: block;
  }
  .Intelligent2 .f7 .itemBox .item{
    border: transparent;
  }
  .Intelligent2 .f7 .itemBox .item img{
    width: 15vw;
    height: 15vw;
  }
  .Intelligent2 .f7 .itemBox .item .des{
    font-size: 14px;
  }


  .Intelligent1 .f7{
    width: 100%;
    padding: 3vw;
  }
  .Intelligent1 .f7 .tit{
    margin-bottom: 3vw;
  }
  .Intelligent1 .f7 .tit p:nth-child(1){
    font-size: 18px;
  }
  .Intelligent1 .f7 .tit p:nth-child(2){
    font-size: 16px;
  }
  .Intelligent1 .f7 .itemBox{
    display: block;
  }
  .Intelligent1 .f7 .itemBox .item{
    border: transparent;
  }
  .Intelligent1 .f7 .itemBox .item img{
    width: 12vw;
    height: 12vw;
  }
  .Intelligent1 .f7 .itemBox .item .des{
    font-size: 14px;
  }
  .Intelligent1 .f7 .itemBox .item .texts{
    font-size: 14px;
  }


  .Intelligent2 .f8{
    padding: 5vw;
  }
  .Intelligent2 .f8 .tit{
    margin-bottom: 3vw;
  }
  .Intelligent2 .f8 .tit p:nth-child(1){
    font-size: 18px;
  }
  .Intelligent2 .f8 .tit p:nth-child(2){
    font-size: 16px;
  }
  .Intelligent2 .f8 .icon{
    width: 5vw;
  }
  .Intelligent2 .f8 .icon img{
    width: 100%;
  }
  .Intelligent2 .f8 .timeBox{
    display: block;
  }
  .Intelligent2 .f8 .timeBox .left{
    border: transparent;
  }
  .Intelligent2 .f8 .timeBox .left .item{
    width: 100%;
    text-align: left;
    float: initial;
  }
  .Intelligent2 .f8 .timeBox .left .item .name{
    font-size: 14px;
  }
  .Intelligent2 .f8 .timeBox .right .item .name{
    font-size: 14px;
  }
  .Intelligent2 .f8 .timeBox .right{
    margin: 0;
  }
  .Intelligent2 .f9{
    width: 90%;
    height: 50vw;
  }
  .Intelligent2 .f9 .tits{
    margin-top: 8vw;
    margin-left: 19vw;
  }
  .Intelligent2 .f9 .tits img{
    width: 15vw;
  }
  .Intelligent2 .f9 .tits .tit p:nth-child(1){
    font-size: 18px;
  }
  .Intelligent2 .f9 .tits .tit p:nth-child(2){
    font-size: 16px;
  }
  .videoModal .video{
    width: 90%;
    left: 5%;
  }
  .Intelligent1 .f3 .img img{
    width: 100%;
    height: auto;
  }
  .Intelligent1 .f0 .tit{
    margin-bottom: 3vw;
    padding: 0;
  }
  .Intelligent1 .f0 .tit p:nth-child(1){
    font-size: 18px;
  }
  .Intelligent1 .f0 .tit p:nth-child(2){
    font-size: 16px;
  }
  .Intelligent1 .f0 .swiperF1{
    width: 60vw;
  }
  .Intelligent1 .f0 .swiperF1 .swiper-pagination{
    margin-top: 3vw;
  }
  .Intelligent1 .f0 .swiperF1 .swiper-button-next{
    right: 5%;
    margin-top: -22%;
  }
  .Intelligent1 .f0 .swiperF1 .swiper-button-prev{
    left: 5%;
    margin-top: -22%;
  }
  .Intelligent1 .f1{
    padding: 0 5vw;
  }
  .Intelligent1 .f1 .tit{
    margin: 3vw auto;
  }
  .Intelligent1 .f1 .tit p:nth-child(1){
    font-size: 18px;
  }
  .Intelligent1 .f1 .tit p:nth-child(2){
    font-size: 16px;
  }
  .Intelligent2 .f4 .tit p:nth-child(1){
    font-size: 18px;
  }
  .Intelligent2 .f4 .tit p:nth-child(2){
    font-size: 16px;
  }
  .Intelligent1 .f3{
    padding: 5vw;
  }
  .Intelligent1 .f3 .tit{
    margin-bottom: 3vw;
  }
  .Intelligent1 .f3 .tit p:nth-child(1){
    font-size: 18px;
  }
  .Intelligent1 .f3 .tit p:nth-child(2){
    font-size: 16px;
  }
  .Intelligent2 .f1{
    padding: 0 5vw;
  }
  .Intelligent2 .f0 .tit{
    padding: 0;
    margin-bottom: 3vw;
  }
  .Intelligent2 .f0 .tit img{
    display: none;
  }
  .Intelligent1 .f4{
    padding: 5vw 0;
  }
  .Intelligent1 .f4 .tit{
    margin-bottom: 3vw;
  }
  .Intelligent1 .f4 .tit p:nth-child(1){
    font-size: 18px;
  }
  .Intelligent1 .f4 .tit p:nth-child(2){
    font-size: 16px;
  }
  .Intelligent1 .f4 .item{
    display: block;
    padding: 0 5vw;
  }
  .Intelligent1 .f4 .item .img{
    display: none;
  }
  .Intelligent1 .f4 .item .text{
    width: 100% !important;
    margin-left: 0;
  }
  .Intelligent1 .f4 .item2{
    margin-top: 3vw;
  }
  .Intelligent1 .f4 .item .text .name{
    font-size: 18px;
    text-align: center;
    margin-bottom: 3vw;
  }
  .Intelligent1 .f4 .item .text .it .num{
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: 1px;
    font-size: 12px;
    margin-right: 2%;
  }
  .Intelligent1 .f4 .item .text .it .d{
    width: 92%;
  }
  .Intelligent1 .f5{
    padding: 5vw;
  }
  .Intelligent1 .f5 .tit{
    margin-bottom: 3vw;
  }
  .Intelligent1 .f5 .tit p:nth-child(1){
    font-size: 18px;
  }
  .Intelligent1 .f5 .tit p:nth-child(2){
    font-size: 16px;
  }
  .Intelligent1 .f5 .img{
    width: 100%;
    margin-bottom: 3vw;
    display: none;
  }
  .Intelligent1 .f5 .text{
    padding: 0;
  }
  .Intelligent1 .f5 .text .it .num{
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: 1px;
    font-size: 12px;
    margin-right: 2%;
  }
  .Intelligent1 .f5 .text .it .d{
    width: 92%;
  }
  .Intelligent1 .f6{
    padding: 5vw;
  }
  .Intelligent1 .f6 .tit{
    margin-bottom: 3vw;
  }
  .Intelligent1 .f6 .tit p:nth-child(1){
    font-size: 18px;
  }
  .Intelligent1 .f6 .tit p:nth-child(2){
    font-size: 16px;
  }
  .Intelligent1 .f6 .img{
    width: 100%;
  }
  .Intelligent3 .f0 .tit{
    padding: 0;
    margin: 5vw auto;
  }
  .Intelligent3 .f0 .tit img{
    display: none;
  }
  .Intelligent3 .f0 .tit p:nth-child(1){
    font-size: 18px;
  }
  .Intelligent3 .f0 .tit p:nth-child(2){
    font-size: 16px;
  }
  .Intelligent3 .f0 .des{
    padding: 5vw;
  }
  .Intelligent5 .f1{
    padding: 5vw;
    display: block;
  }
  .Intelligent5 .f1 .tit{
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 3vw;
  }
  .Intelligent5 .f1 .tit img{
    display: none;
  }
  .Intelligent5 .f1 .tit p:nth-child(1){
    font-size: 18px;
  }
  .Intelligent5 .f1 .tit p:nth-child(2){
    font-size: 16px;
  }
  .Intelligent5 .f1 .des{
    width: 100%;
  }
  .Intelligent5 .swiperF2{
    width: 60vw;
  }
  .Intelligent5 .swiperF2 .swiper-button-prev{
    margin-top: -22%;
    left: 5%;
  }
  .Intelligent5 .swiperF2 .swiper-button-next{
    margin-top: -22%;
    right: 5%;
  }
  .Intelligent5 .swiperF2 .swiper-pagination{
    margin-top: 3vw;
  }
  .detailTop{
    padding: 5vw !important;
  }
  .dpl{
    padding: 5vw !important;
  }
  .ndc_npnews{
    padding: 0 5vw !important;
  }
  .ndc_npnews .post_next, .ndc_npnews .post_prev{
    width: 48.5% !important;
  }
  .sustainability .f1 .tit{
    margin-bottom: 3vw;
    text-align: center;
  }
  .sustainability .f1 .tit .t{
    float: initial;
  }
  .sustainability .f1 .tit img{
    display: none;
  }
  .sustainability .f1 .tit p:nth-child(1){
    font-size: 18px;
  }
  .sustainability .f1 .tit p:nth-child(2){
    font-size: 16px;
  }
  .sustainability .f1 .item .right .rightImg{
    width: 100%;
    display: block;
    vertical-align: initial;
  }
  .Intelligent6 .f1{
    padding: 5vw;
  }
  .Intelligent6 .f1 .tit .t{
    margin-left: 0;
    margin-bottom: 3vw;
  }
  .Intelligent6 .f1 .tit p:nth-child(1){
    font-size: 18px;
  }
  .Intelligent6 .f1 .tit p:nth-child(2){
    font-size: 16px;
  }
  .Intelligent6 .f1 .tit img{
    display: none;
  }
  ._toast{
    left: 28%;
  }
  .headers{
    width: 100%;
    display: flex;
    position: fixed;
    padding: 3vw;
    top: 0;
    background: white;
    z-index: 99;
    justify-content: space-between;
  }
  .headers .logo{
    width: 30vw;
  }
  .headers .logo img{
    width: 100%;
  }
  .headers .menu {
    margin-left: 1.5vw;
    margin-top: .5vw;
    display: flex;
    position: relative;
    z-index: 99;
    cursor: pointer;
  }
  .headers .menu .menuLeft {
    width: 15vw;
    height: 6.5vw;
    background-color: #1660fc;
    border-radius: 20px;
    color: white;
    line-height: 6.5vw;
    font-size: 12px;
    margin-top: 0.1vw;
    padding-left: 3vw;
  }
  .headers .menu .close {
    display: none;
    background: #757575;
  }
  .headers .menu .menuRight {
    width: 7vw;
    height: 7vw;
    background-color: #ffffff;
    border-radius: 50%;
    margin-left: -3.8vw;
    cursor: pointer;
    position: relative;
    top: -1px;
    box-shadow: 0 0 5px 0 grey;
  }
  .headers .menu .menuRight .mt1 {
    width: 4vw;
    height: 1px;
    background: black;
    text-align: center;
    position: relative;
    left: 1.5vw;
    top: 2vw;
    transition: 0.3s all ease-in-out;
  }
  .headers .menu .menuRight .mt2 {
    width: 3vw;
    height: 1px;
    background: black;
    position: relative;
    left: 1.5vw;
    top: 3vw;
    transition: 0.3s all ease-in-out;
  }
  .headers .menu .menuRight .mt3 {
    width: 4vw;
    height: 1px;
    background: black;
    position: relative;
    left: 1.5vw;
    top: 4.2vw;
    transition: 0.3s all ease-in-out;
  }
  .headers .iconActive .open {
    display: none;
  }
  .headers .iconActive .close {
    display: block;
  }
  .headers .iconActive .menuRight .mt1 {
    transform: rotate3d(0, 0, 20, 45deg) translateX(1.2vw) translateY(.9vw);
  }
  .headers .iconActive .menuRight .mt2 {
    opacity: 0;
  }
  .headers .iconActive .menuRight .mt3 {
    width: 4vw;
    transform: rotate3d(0, 0, 20, -45deg) translateX(1vw) translateY(-.7vw);
  }
  .menu-overlay{
    width: 100%;
    background-color: #fff;
    height: 100vh;
    overflow: hidden;
    padding-top: 13vw;
    overflow-y: scroll;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: all .3s;
    z-index: 98;
  }
  .menu-overlay.navActive{
    opacity: 1;
    pointer-events: auto;
  }
  .menu-overlay-item{
    width: 100%;
    background-size: cover !important;
    transition: 0.9s all ease-in-out;
    background-blend-mode: multiply;
    color: white;
    padding: 8vw 5vw;
  }
  .menu-overlay-item .footerNav{
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: .5s all ease-in-out;
  }
  .menu-overlay-item .footerNav.footerNavActive{
    opacity: 1;
    height: 135vw;
  }
  .menu-overlay-item .footerNav.footerNavActive2{
    opacity: 1;
    height: 103vw;
    margin-top: 1vw;
  }
  .menu-overlay-item .footerNav .levelUl .level1 {
    margin-top: 2vw;
    color: white;
  }
  .menu-overlay-item .footerNav .levelUl .level1 a {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
  }
  .menu-overlay-item .footerNav .levelUl .level1 ul {
    margin-top: 3vw;
  }
  .menu-overlay-item .footerNav .levelUl .level1 ul li {
    margin-bottom: 15px;
    color: white;
    font-weight: bold;
  }
  .menu-overlay-item .footerNav .levelUl .level1 ul li.bef{
    padding-left: 1vw;
  }
  .menu-overlay-item .footerNav .levelUl .level1 ul li.bef::before{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: white;
    border-radius: 50%;
    margin: 1.8vw -3vw;
  }
  .menu-overlay-item .footerNav .levelUl .level1 ul li a {
    font-size: 14px;
    color: white;
    font-weight: normal;
    padding-bottom: 2px;
  }
  .menu-overlay-item .footerNav .levelUl .level1 ul li:hover a {
    border-bottom: 1px solid white;
  }


  .menu-overlay-itemBox{
    display: flex;
  }
  .menu-overlay-itemBox .num{
    margin-left: 2vw;
    font-size: 18px;
  }
  .menu-overlay-itemBox .num::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 6vw;
    margin-left: -2vw;
    background: rgba(255, 255, 255, 0.7);
  }
  .menu-overlay-itemBox .text{
    font-weight: bold;
    font-size: 18px;
    margin-left: 5vw;
  }
  .menu-overlay-itemBox .icon{
    font-size: 36px;
    position: absolute;
    right: 12vw;
    margin-top: -2.5vw;
  }
  .menu-overlay-item1 .menu-overlay-itemBox .icon{
    margin-top: 1vw;
  }
  .menu-overlay-itemBox .icon i{
    position: absolute;
  }
  .menu-overlay-itemBox .icon i:nth-child(2) {
    display: none;
  }
  .menu-overlay-item1.iconActives .menu-overlay-itemBox .icon i:nth-child(1) {
    display: none;
  }
  .menu-overlay-item1.iconActives .menu-overlay-itemBox .icon i:nth-child(2) {
    display: block;
  }
  .menu-overlay-item2.iconActives .menu-overlay-itemBox .icon i:nth-child(1) {
    display: none;
  }
  .menu-overlay-item2.iconActives .menu-overlay-itemBox .icon i:nth-child(2) {
    display: block;
  }
  .menu-overlay-items{
    width: 100%;
    transition: 0.9s all ease-in-out;
    padding: 3vw 5vw;
    display: flex;
    font-size: 16px;
  }
  .menu-overlay-items .icon{
    font-size: 16px;
    position: absolute;
    right: 4.5vw;
  }
  .menu-overlay .langBox {
    display: flex;
    padding: 5vw;
  }
  .menu-overlay .langBox a {
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    margin-right: 5vw;
  }
  .menu-overlay .langBox a img {
    width: 20px;
    height: 20px;
    position: relative;
    top: 0.1vw;
    margin-right: 0.5vw;
  }
  .index .f3 .item .del{
    font-size: 14px;
  }
  .detail_page{
    margin-top: 50px !important;
  }
  .singePage img{
    width: 100% !important;
    height: auto;
  }
  .aboutUs .f2 .right img{
    width: 100%;
  }
  .document .f1 .right{
    width: 55vw;
  }
  .document .f1 .left .itemBox .checkBox input{
    zoom: 100%;
  }
  .document .f1 .left .itemBox .checkBox{
    color: #666666;
    padding-left: 1vw;
    padding-top: 1.45vw;
  }
  .swiper-button-next:after, .swiper-button-prev:after{
    font-size: 12px !important;
  }
  .Intelligent2 .f8 .timeBox .left .item .img{
    text-align: center;
    float: initial;
  }
  .Intelligent2 .f8 .timeBox .left .item .img img{
    width: 100%;
  }
  .Intelligent2 .f8 .timeBox .right .item .img{
    width: 100%;
    max-width: 100%;

  }
  .Intelligent2 .f8 .timeBox .right .item .img img{
    width: 100%;
  }
  .Intelligent1 .f0 .tit img{
    display: none;
  }
  .Intelligent3 .f0 .imgBox{
    width: 80vw;
  }
  .Intelligent6 .f1 .des p span{
    font-size: 16px !important;
  }
  .CPBW2 .f2 .img{
    width: 100%;
  }
  .index .f3 .item:hover .time,
  .index .f3 .item:hover .name,
  .index .f3 .item:hover .des,
  .index .f3 .item:hover .del {
    color: #666666;
  }
  .banner .titles{
    padding-top: 13vw;
  }
  .CPBW .swiperF2 .swiper-pagination{
    top: 1vw;
    margin-top: initial;
  }
  .CPBW3 .f2 .swiperF1 .swiper-pagination{
    top: 1vw;
    margin-top: initial;
  }
  .CPBW3 .f1 .swiperF1 .swiper-pagination{
    top: 1vw;
    margin-top: initial;
  }
  .CPBW3 .f5 .swiperF1 .swiper-pagination{
    top: 1vw;
    margin-top: initial;
  }
  .contactUs .f1 form .input input{
	  height: auto;
  }
}
