body,button,dd,div,dl,form,h1,h2,h3,h4,h5,h6,html,img,input,li,ol,p,ul {
  margin: 0;
  padding: 0;
  border: 0
}

* {
  -webkit-tap-highlight-color: transparent
}

body {
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  overflow-x: hidden
}

button,input,select,textarea {
  -webkit-appearance: none;
  resize: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  border: 0
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 400
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: middle
}

.none {
  display: none
}

.online_x {
  cursor: pointer
}

button:hover,input[type=submit]:hover {
  cursor: pointer
}

button:focus,input:active,input:focus,textarea:focus {
  outline: 0 none;
  outline-color: transparent
}

a {
  color: #333;
  display: inline-block
}

a:link {
  text-decoration: none
}

a:visited {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

a:active {
  text-decoration: none
}

li {
  list-style: none
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  visibility: hidden
}

.clearfix:after,
.clearfix:before {
  content: "";
  display: table
}

.clearfix:after {
  clear: both
}

.clearfix {
  zoom: 1
}

.downloadLists{
  position: relative;
}

.downloadLists li{
  padding: 15px 20px;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.colorWhite{color:#fff;}
.downloadLists li i{
  font-style: normal;
  color: #999;
  font-size: 100%;
}
.downloadBtn{
  padding: 10px 30px;
  color: #fff;
  background-color: #0088d2;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.faqLists{
  position: relative;
}

.faqLists li{
  padding: 15px 20px;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.faq{
  padding: 5px 0;
  line-height: 180%;
}
.faq2{
  color: #777;
}
.mt30{margin-top: 30px;}
.b{
  font-weight: bold;
}
.fl{
  float:left;
  padding-right: 10px;
}

.conwidth {
  width: 85.41%;
  margin: auto
}

.mwidth {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto
}

.cwidth {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto
}

.pad {
  padding-top: 100px
}

.pad-t1 {
  padding-top: 90px
}

.pad-t2 {
  padding-top: 55px
}

.pad-t3 {
  padding-top: 80px
}

.pad-t4 {
  padding-top: 70px
}

.lookup.pad-t5,
.pad-t5 {
  padding-top: 60px
}

.pad-t6 {
  padding-top: 110px
}

.pad-b1 {
  padding-bottom: 150px
}

.pad-b2 {
  padding-bottom: 55px
}

.pad-b3,
.recommended.pad-b3 {
  padding-bottom: 110px
}

.pad-b4 {
  padding-bottom: 80px
}

.pad-b5 {
  padding-bottom: 35px
}

.pad-b6 {
  padding-bottom: 70px
}

.mar-b1 {
  margin-bottom: 75px
}

.prevBox {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted #e0e0e0;
}
.prevNews, .nextNews{
  padding:10px 0;
}

.header {
  width: 100%
}

.header.white {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  box-shadow: 0 0 20px rgba(0, 0, 0, .15)
}

.header.white,
.header.white1 {
  background-color: #fff
}

.header .logo {
  float: left
}

.header .logo a {
  display: inline-block;
  width: 100%;
  line-height: 100px
}

.header .logo a img {
  max-width: 277px
}

.header .logo a .logo2 {
  display: none
}

.header.white .logo a .logo1,
.header.white1 .logo a .logo1 {
  display: none
}

.header.white .logo a .logo2,
.header.white1 .logo a .logo2 {
  display: inline-block
}

.header .header-right {
  float: right
}

.header .nav {
  float: left
}

.header .nav>ul>li {
  position: relative;
  float: left;
  line-height: 100px;
  width: 144px;
  text-align: center;
}
.header .nav>ul>li::before {
  content: '';
  display: block;
  position: absolute;
  width: 0%;
  bottom: 0;
  right: 100%;
  border-bottom: 4px solid #0088d2;
  transition: all 0.3s ease-out;
}
.header ul li:hover::before {
  right:0;
  width:100%;
}
.header ul li.on::before {
  right:0;
  width:100%;
}
.header ul li:hover ~ .header ul li::before {
  right:0;
}
.header ul li.on ~ .header ul li::before {
  right:0;
}

.header .nav>ul>li>a {
  color: #fff;
  font-size: 16px;
  font-weight: 700
}

.header.white .nav>ul>li>a,
.header.white1 .nav>ul>li>a {
  color: #333
}

.header .nav>ul>li:hover>a,
.header.white .nav>ul>li:hover>a,
.header.white1 .nav>ul>li:hover>a {
  color: #0088d2
}

.header .navcell {
  display: none;
  position: absolute;
  left: 50%;
  top: 100px;
  z-index: 100;
  width: 300px;
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 18px 0;
  background: rgba(255, 255, 255, .85);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  border-top: #ddd solid 1px
}

.header .navcell .con {
  min-height: 200px;
  width: 100%;
}

.header .nav-li {
  width: 100%;
  text-align: center;
  margin-bottom: 8px
}

.header .nav-li:last-child {
  margin-bottom: 0
}

.header .nav-li .a-level,
.header .nav-li>a {
  display: block;
  width: 100%;
  color: #333;
  font-size: 16px;
  line-height: 42px;
  cursor: pointer;
  padding: 0 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

.header .nav-li>a {
  padding: 0 30px;
  text-align: left
}

.header .nav-li .a-level {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  text-align: left
}

.header .nav-li .a-level i {
  position: absolute;
  right: 12px;
  top: 0;
  display: inline-block;
  width: 7px;
  height: 100%;
  background: url(../images/img8.png) center right no-repeat;
  background-size: 7px 12px
}

.header .nav-li:hover .a-level i {
  background: url(../images/img9.png) center right no-repeat;
  background-size: 7px 12px
}

.header .nav-li:hover .a-level,
.header .nav-li:hover>a {
  color: #fff;
  background-color: #0088d2
}

.header .nav-li .level-con {
  position: absolute;
  left: 300px;
  top: -1px;
  min-height: 100%;
  background: rgba(242, 242, 242, .85);
  display: none;
  border-top: #ddd solid 1px
}

.header .nav-li:hover .level-con {
  display: block
}

.header .nav-li .level-con ul {
  padding: 20px 0
}

.header .nav-li .level-con ul li {
  line-height: 36px
}

.header .nav-li .level-con ul li a {
  display: inline-block;
  width: 100%;
  color: #333;
  font-size: 16px;
  margin-bottom: 5px;
  padding: 0 30px;
  min-width: 140px;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

.header .nav-li .level-con ul li a:hover {
  color: #0088d2
}

.header .menubtn {
  float: right;
  display: none;
  width: 50px;
  height: 60px;
  background: url(../images/menu-icon11.png) center right no-repeat;
  -moz-background-size: 36px 36px;
  -webkit-background-size: 36px 36px;
  background-size: 36px 36px;
  cursor: pointer
}

.header.white .menubtn,
.header.white1 .menubtn {
  background: url(../images/menu-icon1.png) center right no-repeat;
  -moz-background-size: 36px 36px;
  -webkit-background-size: 36px 36px;
  background-size: 36px 36px
}

.header .menubtn.on {
  background: url(../images/menu-icon21.png) center right no-repeat;
  -moz-background-size: 36px 36px;
  -webkit-background-size: 36px 36px;
  background-size: 36px 36px
}

.header.white .menubtn.on,
.header.white1 .menubtn.on {
  background: url(../images/menu-icon2.png) center right no-repeat;
  -moz-background-size: 36px 36px;
  -webkit-background-size: 36px 36px;
  background-size: 36px 36px
}

.m-nav {
  display: none;
  position: fixed;
  right: 0;
  top: 60px;
  width: 100%;
  height: -moz-calc(100vh - 60px);
  height: -webkit-calc(100vh - 60px);
  height: calc(100vh - 60px);
  background: #fff;
  display: none;
  overflow-y: auto;
  z-index: 105
}

.m-nav .m-searchbox {
  padding: 6% 3% 0;
  overflow: hidden
}

.m-nav .m-search {
  width: 100%;
  border: #666 solid 1px;
  border-radius: 15px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 60px;
  background: url(../images/search1.png) center left 20px no-repeat;
  overflow: hidden;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.m-nav .m-search input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #333;
  font-size: 16px;
  background: 0 0;
  border: none;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none
}

.m-nav ul {
  padding: 3% 3% 0
}

.m-nav ul li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 0 3%;
  overflow: hidden;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.m-nav ul li .one-level {
  width: 100%
}

.m-nav ul li .one-level i {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 100%;
  background: url(../images/img71.png) center no-repeat;
  background-size: 13px 7px
}

.header .m-nav ul li>a,
.one-level {
  position: relative;
  display: inline-block;
  color: #333;
  font-size: 22px;
  margin: 0 auto;
  line-height: 65px
}

.m-nav .submenu {
  display: none;
  margin: auto;
  width: 100%;
  padding: 0 3% 3%;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.submenu .submenu-li>a {
  display: inline-block;
  color: #666;
  font-size: 18px;
  line-height: 2.4
}

.submenu a:hover {
  color: #1762cb
}

.submenu-li .two-level {
  color: #666;
  font-size: 18px;
  line-height: 2.4
}

.submenu-li .level-box {
  display: none
}

.submenu-li .level-ul {
  padding: 10px 10px;
  overflow: hidden
}

.submenu-li .level-li {
  text-align: left;
  overflow: hidden
}

.submenu-li .level-li a {
  font-size: 16px;
  color: #666;
  line-height: 2.4
}

.submenu-li .level-li .imgbox {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px
}

.submenu-li .level-li .imgbox img {
  max-width: 100%
}

.submenu-li .level-li .txtbox {
  padding: 0 5%;
  overflow: hidden
}

.submenu-li .level-li .txtbox .t1 {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.submenu-li .level-li .txtbox .t2 {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.header-other {
  position: relative;
  float: left;
  padding-left: 35px
}

.header-other::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 18px;
  background-color: #c1c1c1
}

.header-search {
  width: 20px;
  height: 38px;
  float: left;
  margin-top: 31px;
  position: relative;
  overflow: hidden;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease
}

.header-search-bg {
  width: 20px;
  height: 38px;
  background: url(../images/search.png) right center no-repeat;
  background-size: 19px 17px;
  position: absolute;
  right: 0
}

.header.white .header-search-bg,
.header.white1 .header-search-bg {
  background: url(../images/search1.png) right center no-repeat;
  background-size: 19px 17px
}

.header-search2 {
  width: 150px;
  height: 38px
}

.header-search-box2 {
  right: 0 !important
}

.header-search-box {
  position: absolute;
  right: -150px;
  width: 150px;
  height: 38px;
  top: 0;
  background: #dee8ee;
  border-radius: 19px;
  overflow: hidden;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease
}

.header-search-txt {
  width: 100px;
  height: 38px;
  line-height: 38px;
  border: none;
  float: left;
  padding-left: 20px;
  color: #333;
  font-size: 12px;
  background: 0 0;
  outline: 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.header-search-txt::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666
}

.header-search-txt:-moz-placeholder,
textarea:-moz-placeholder {
  color: #666
}

.header-search-txt::-moz-placeholder,
textarea::-moz-placeholder {
  color: #666
}

.header-search-txt:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #666
}

.header-search-button {
  width: 44px;
  height: 35px;
  float: left;
  cursor: pointer;
  border: none;
  background: url(../images/search1.png) center center no-repeat
}

.header .language {
  float: left;
  display: inline-block;
  font-size: 14px;
  color: #121212;
  height: 100px;
  line-height: 100px;
  position: relative;
  cursor: pointer;
  z-index: 99;
  text-align: left;
  margin-left: 20px
}

.header .language .top .icon2 {
  display: none
}

.header .language:hover .icon1,
.header.white .language .top .icon1,
.header.white1 .language .top .icon1 {
  display: none
}

.header .language:hover .icon2,
.header.white .language .top .icon2,
.header.white1 .language .top .icon2 {
  display: inline-block
}

.header .language .drop-down {
  display: none;
  position: absolute;
  top: 75px;
  left: 50%;
  z-index: 100;
  width: 77px;
  text-align: center;
  background: rgba(255, 255, 255, .85);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.header .language .drop-down ul {
  padding: 10px 0 10px
}

.header .language .drop-down ul li {
  padding: 0 10px
}

.header .language .drop-down ul li:hover {
  background-color: #0088d2
}

.header .language .drop-down a {
  display: block;
  
  font-size: 16px;
  line-height: 2;
  color: #333
}

.header .language .drop-down ul li:hover a {
  color: #fff
}

.header .language .drop-down a:hover {
  color: #fff
}

.header-share {
  float: left;
  margin-top: 31px
}

.header-share .icon {
  float: left;
  height: 38px;
  line-height: 38px;
  margin-left: 20px
}

.header .header-other .icon2 {
  display: none
}

.header .header-other .icon:hover .icon1,
.header.white .header-other .icon1,
.header.white1 .header-other .icon1 {
  display: none
}

.header .header-other .icon:hover .icon2,
.header.white .header-other .icon2,
.header.white1 .header-other .icon2 {
  display: inline-block
}

.footer {
  width: 100%;
  overflow: hidden
}

.ft-top {
  width: 100%;
  overflow: hidden;
  background-color: #252525;
  padding: 50px 0 70px
}

.ft-t-infor {
  float: left;
  display: inline-block
}

.ft-t-wpa {
  display: inline-block;
  float: left;
  margin-left: 50px
}

.qrcode {
  width: 100px;
  height: 100px;
  background-color: #fff;
  line-height: 100px;
  text-align: center;
  overflow: hidden;
  border-radius: 2px
}

.qrcode img {
  max-width: 100%
}

.qrcode-zi {
  color: #999;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  line-height: 20px
}

.ft-t-ta {
  float: left;
  display: inline-block;
  width: 280px
}

.f-phone {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 24px;
  padding: 8px 0 10px;
  border-bottom: #3b3b3b solid 1px;
  margin-bottom: 15px
}

.f-phone i {
  float: left;
  margin-right: 15px;
  font-size: 0;
  height: 28px;
  line-height: 28px
}

.f-phone i img {
  width: 20px;
  height: 20px
}

.f-phone-num {
  float: left;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  font-family: arial
}

.f-o-infor {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px
}

.f-o-infor i {
  float: left;
  margin-right: 10px;
  font-size: 0;
  width: 20px;
  height: 24px;
  line-height: 24px
}

.f-o-infor i img {
  max-width: 16px;
  max-height: 19px
}

.f-o-infornum {
  float: left;
  display: inline-block;
  width: 240px;
  -moz-width: calc(100% - 40px);
  -webkit-width: calc(100% - 40px);
  width: calc(100% - 40px);
  color: #999;
  font-size: 14px;
  font-family: arial;
  line-height: 24px
}

.ft-nav {
  float: left;
  display: inline-block;
  width: calc(100% - 500px);
}

.ft-nav ul {
  overflow: hidden;
  display: flex; 
  flex-direction: row;
  justify-content: space-between;
}

.ft-nav ul li {
  float: left;
  display: inline-block;
  overflow: hidden;
}

.ft-nav ul li a {
  display: block;
  color: #999;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px
}

.ft-nav ul li a:hover {
  color: #fff
}

.ft-nav-h {
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px
}

.ft-nav-h a {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700
}

.ft-nav li>a:hover {
  color: #fff
}

.ft-bot {
  width: 100%;
  background-color: #1d1d1d;
  padding: 15px 0
}

.ft-bot-infor {
  float: left;
  display: inline-block
}

.ft-bot-inforzi {
  color: #999;
  font-size: 14px
}

.ft-bot-inforzi a {
  display: inline-block;
  color: #999;
  font-size: 14px
}

.ft-bot-inforzi a:hover {
  color: #fff
}

.ft-share {
  float: right;
  display: inline-block
}

.ft-share-li {
  float: left;
  display: inline-block;
  position: relative;
  margin-right: 15px
}

.ft-share-li:last-child {
  margin-right: 0
}

.ftimg2 {
  display: none
}

.ft-share-li a img {
  height: 30px;
  filter: grayscale(100%);
}

.ft-share-li:hover .ftimg2 {
  display: block;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

.ft-share-li:hover .ftimg1 {
  display: none
}

.ft-s-code {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: #fff;
  display: none
}

.ft-s-code img {
  width: 90px;
  height: 90px
}

.ft-share-li:hover .ft-s-code {
  display: block
}

.t-support {
  float: right;
  color: #656566
}

.footer .copyright a:hover,
.t-support:hover {
  color: #fff
}

.lunbotu {
  position: relative;
  width: 100%;
  overflow: hidden
}

.lunbotu .swiper-slide a {
  display: block;
  width: 100%
}

.lunbotu .swiper-slide a>img {
  width: 100%
}

.lunbotu .swiper-slide a {
  position: relative;
  display: block;
  width: 100%
}

.oimg2 {
  display: none
}

.i-banner {
  position: absolute;
  left: 50%;
  top: 50%;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2
}

.i-banner .box {
  text-align: center
}

.i-banner .box .t1 {
  
  color: #fff;
  font-size: 70px
}

.i-banner .box .t2 {
  
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 65px
}

.i-banner .box .btn span {
  display: inline-block;
  min-width: 210px;
  height: 60px;
  line-height: 60px;
  border-radius: 12px;
  color: #fff;
  font-size: 24px;
  background-image: url(../images/img7.png);
  background-size: cover;
  background: linear-gradient(left, #0ea4bf, #0b9cc2, #0691c8, #0084ce);
  background: -webkit-gradient(linear, 0 0, 100% 0, from(#0ea4bf), color-stop(.33, #0b9cc2), color-stop(.67, #0691c8), to(#0084ce));
  background: -webkit-linear-gradient(left, #0ea4bf, #0b9cc2, #0691c8, #0084ce);
  background: -moz-linear-gradient(left, #0ea4bf, #0b9cc2, #0691c8, #0084ce);
  background: -o-linear-gradient(left, #0ea4bf, #0b9cc2, #0691c8, #0084ce);
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

.lunbotu .swiper-pagination-custom,
.lunbotu .swiper-pagination-fraction,
.lunbotu>.swiper-pagination-bullets {
  bottom: 8%;
  left: 0;
  width: 100%
}

.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

.lunbotu .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  text-align: center;
  background: #aeaeae;
  border-radius: 50%;
  opacity: 1;
  box-shadow: none;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  border-radius: 5px;
  overflow: hidden
}

.lunbotu .swiper-pagination-bullet-active {
  position: relative;
  opacity: 1;
  width: 42px;
  border-radius: 5px;
  background-color: #5eb6e9
}

.obanner {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center
}

.bannerzi1 {
  display: none
}

.obanner>img {
  width: 100%
}

.bannerzi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  margin: auto
}

.obanner .bannerzi .box {
  text-align: left
}

.obanner .bannerzi .box .t1 {
  /* color: #000; */
  font-size: 40px;
  font-weight: 700
}

.obanner .bannerzi .box .t1 .sp {
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 10px;
  
  color: #999898;
  font-size: 24px;
  text-transform: uppercase
}

.obanner .bannerzi .box .t2 {
  color: #422b2b;
  font-size: 18px;
  margin-top: 15px
}

.obanner .bannerzi .box .t2.color1 {
  color: #422b2b
}

.sidebar {
  position: fixed;
  bottom: 8%;
  right: 50px;
  z-index: 99;
  opacity: 0;
  transform: translateX(80px);
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s
}

.sidebar.show {
  opacity: 1;
  transform: none
}

.i-title {
  text-align: center
}

.i-title.left {
  text-align: left
}

.i-title .t1 {
  color: #000;
  font-size: 36px;
  font-weight: 700
}

.i-title .t2 {
  color: #959595;
  font-size: 16px;
  margin-top: 15px
}

.i-title .t3 {
  color: #087ac0;
  font-size: 30px;
  font-weight: 700
}

.i-title .t5 {
  font-size: 36px;
  color: #000;
  font-weight: 700
}

.i-title .t6 {
  max-width: 1320px;
  width: 90%;
  margin: 20px auto 0;
  color: #333;
  font-size: 16px;
  line-height: 1.75
}

.feedback .i-title .t6 {
  color: #6b6b6b
}

.i-title .t7 {
  font-size: 30px;
  color: #0088d2;
  font-weight: 700
}

.i-title .line {
  margin: 20px auto 0;
  width: 50px;
  height: 5px;
  background-color: #000
}

.i-title .line.blue {
  background-color: #44afe7
}

.i-title .line1 {
  margin: 20px auto 0;
  width: 46px;
  height: 2px;
  background-color: #9f9b9b
}

.i-title .line2 {
  margin: 15px auto 0;
  width: 50px;
  height: 2px;
  background-color: #44afe7
}

.volp .box {
  margin-top: 115px
}

.volp .box ul li {
  float: left;
  width: 25%;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px
}

.volp .box ul li .icon {
  width: 150px;
  height: 150px;
  line-height: 150px;
  border-radius: 50%;
  margin: 0 auto;
  border: #d2d2d2 solid 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

.volp .box ul li .icon img {
  width: 49.33%;
  height: 42.66%;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s
}

.volp .box ul li:hover .icon img {
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.volp .box ul li .txtbox {
  max-width: 250px;
  width: 100%;
  margin: 20px auto 0;
  padding: 0 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

.volp .box ul li .txtbox .t1 {
  color: #000;
  font-size: 24px
}

.volp .box ul li .txtbox .t2 {
  margin-top: 25px;
  color: #888;
  font-size: 16px
}

.i-product .box {
  margin-top: 65px;
  overflow: hidden
}

.i-product .box ul {
  /* float: left; */
  width: 100%;
  /* margin-right: 1.4% */
}

.i-product .box ul:nth-child(2n) {
  margin-right: 0
}

.i-product .box ul li {
  position: relative;
  float: left;
  width: calc(50% - 10px);
  overflow: hidden;
  /* margin-bottom: 3% */
}
.i-product .box ul li:nth-child(1) {
  margin-right: 20px;
}
.i-product .box ul li:nth-child(2) {
  margin-bottom: 1.3%;
}

.i-product .box ul li:last-child {
  margin-bottom: 0
}

.i-product .box ul li a {
  display: block;
  width: 100%;
  overflow: hidden
}

.i-product .box ul li .img {
  position: relative;
  width: 100%;
  overflow: hidden
}

.i-product .box ul li .img i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3)
}

.i-product .box ul li .img img {
  width: 100%
}

.i-product .box ul li .txt {
  position: absolute;
  top: 50%;
  left: 0;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  width: 100%;
  padding: 0 30px;
  text-align: center;
  overflow: hidden;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.i-product .box ul li .txtbox {
  position: absolute;
  left: 0;
  top: 200%;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7)
}

.i-product .box ul li:hover .txtbox {
  top: 0;
  -o-transition: all .6s;
  -ms-transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  transition: all .6s
}

.i-product .box ul li:hover .txt {
  opacity: 0
}

.i-product .box ul li .txtbox .cont {
  padding: 30px
}

.i-product .box ul li .txtbox .cont {
  padding: 4.5%;
  overflow: hidden
}

.i-product .box ul li .txtbox .t1 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700
}

.i-product .box ul li .txtbox .t2 {
  color: #ccc;
  font-size: 14px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}

.i-product .box ul li.short .txtbox .t2 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.i-product .box ul li .txtbox .t3 {
  position: absolute;
  right: 4.5%;
  bottom: 9%
}

.i-product .box ul li .txtbox .t3 span {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  border-bottom: #fff solid 1px
}

.i-product .box ul li:hover>img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray
}

.i-new .box {
  margin-top: 80px
}

.i-new-more {
  text-align: right
}

.i-new-more a {
  display: inline-block;
  color: #000;
  font-size: 18px;
  line-height: 1.6
}

.i-newsdiv {
  margin-top: 35px;
  position: relative;
  width: 100%;
  overflow: hidden
}

.new-box {
  width: 100%;
  overflow: hidden
}

.new-box .imgbox {
  width: 100%;
  overflow: hidden
}

.new-box .imgbox img {
  width: 100%;
  height: 280px;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s
}

.new-box:hover .imgbox img {
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.new-box .txtbox {
  width: 100%;
  overflow: hidden;
  padding: 20px 0
}

.new-box .txtbox .t1 {
  color: #333;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.64;
  margin-top: 20px
}

.new-box:hover .txtbox .t1 {
  color: #0087d2
}

.new-box .txtbox .t2 {
  color: #0087d2;
  font-size: 20px;
  line-height: 1.8
}

.new-box .txtbox .other {
  width: 100%;
  overflow: hidden
}

.new-box .txtbox .other .tag {
  float: left;
  color: #0087d2;
  font-size: 16px;
  font-weight: 700
}

.new-box .txtbox .other .time {
  float: right;
  color: #9f9e9e;
  font-size: 18px
}

.i-partner {
  background-color: #f6f6f6
}

.i-partnerdiv {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  padding-bottom: 70px
}

.partner-logo {
  display: block;
  width: 100%;
  margin: 20px 0;
  text-align: center;
  /* box-shadow: 0 0 30px rgba(0, 0, 0, .05); */
  /* background-color: #fff; */
  /* border: #ddd solid 1px; */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

.partner-logo img {
  width: 100%
}

.i-partnerdiv .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  background: 0 0;
  opacity: 1;
  border: #c0bfbf solid 2px
}

.i-partnerdiv .swiper-pagination-bullet-active {
  opacity: 1;
  border: #0087d2 solid 2px;
  background: #0087d2
}

.i-partnerdiv .swiper-pagination-custom,
.i-partnerdiv .swiper-pagination-fraction,
.i-partnerdiv.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 0
}

.conbanner {
  padding: 2% 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.conbanner .box {
  text-align: center;
  margin-top: 15px
}

.conbanner .box .t1 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px
}

.conbanner .box .btn {
  margin-bottom: 15px
}

.conbanner .box .btn a {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  padding: 0 50px;
  height: 54px;
  line-height: 54px;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s;
  border: #fff solid 1px
}

.conbanner .box .btn a:hover {
  color: #333;
  background-color: #fff
}

.position {
  background-color: #f5f5f5
}

.position.fixed {
  position: fixed;
  left: 0;
  top: 100px;
  width: 100%;
  background-color: #f5f5f5;
  z-index: 99
}

.position.white {
  background-color: #fff;
  border-bottom: #dfdfdf solid 1px
}

.position .left {
  float: left;
  overflow: hidden;
  color: #aeaeae;
  font-size: 14px;
  line-height: 70px
}

.position .left span {
  margin: 0 3px
}

.position .left a {
  color: #aeaeae
}

.position .left a.on,
.position .left a:hover {
  color: #0087d2
}

.position .right {
  float: right
}

.position .right ul li {
  float: left;
  line-height: 68px;
  margin-right: 60px
}

.position .right ul li:last-child {
  margin-right: 0
}

.position .right ul li a {
  display: block;
  padding: 0 5px;
  color: #333;
  font-size: 16px
}

.position .right ul li a:hover,
.position .right ul li.on a {
  color: #0087d2
}

.position .right ul li.on a {
  border-bottom: #0087d2 solid 2px
}

#attribute,
#comparison,
#contact-information,
#features,
#feedback,
#introduce,
#join-us,
#recommended,
#related {
  padding-top: 170px;
  margin-top: -170px
}

.product-details .attribute {
  padding: 30px 0 50px
}

.product-details .attribute .left {
  float: left;
  width: 50%
}

.pc-slide {
  position: relative;
  width: 100%;
  margin: 0 auto;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.preview,
.view {
  width: 100%;
  margin: 0 auto;
  overflow: hidden
}

.view .swiper-container {
  position: relative;
  width: 100%
}

.view .swiper-slide .bigimg {
  width: 100%;
  overflow: hidden;
  text-align: center
}

.view .swiper-slide .bigimg img {
  max-width: 100%
}

.pc-slide .arrow-left {
  background: url(../images/img38.png) no-repeat center;
  background-size: 40px 40px;
  position: absolute;
  left: 0;
  top: 38%;
  width: 40px;
  height: 40px;
  z-index: 10
}

.pc-slide .arrow-right {
  background: url(../images/img39.png) no-repeat center;
  background-size: 40px 40px;
  position: absolute;
  right: 0;
  top: 38%;
  width: 40px;
  height: 40px;
  z-index: 10
}

.preview {
  width: 100%;
  margin-top: 20px;
  position: relative
}

.preview .swiper-container {
  width: 80%;
  margin: 0 auto
}

.preview .swiper-slide .smallimg {
  width: 100%;
  overflow: hidden;
  text-align: center
}

.preview .swiper-slide .smallimg img {
  max-width: 100%
}

.preview .arrow-left {
  background: url(../images/img38.png) no-repeat center;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -13px;
  width: 25px;
  height: 25px;
  z-index: 10
}

.preview .arrow-right {
  background: url(../images/img39.png) no-repeat center;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -13px;
  width: 25px;
  height: 25px;
  z-index: 10
}

.product-details .attribute .right {
  float: left;
  width: 50%;
  padding: 0 3.34%;
  overflow: hidden;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.product-details .attribute .right .box {
  text-align: center;
  margin-top: 80px
}

.product-details .attribute .right .box .t1 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 35px;
  word-break: break-all
}

.product-details .attribute .right .box .t1 .sp {
  display: inline-block
}

.product-details .attribute .right .box .t2 {
  color: #666;
  font-size: 16px;
  line-height: 2.25;
  text-align: left
}

.product-details .attribute .right .box .btn {
  margin-top: 55px
}

.product-details .attribute .right .box .btn a {
  display: inline-block;
  margin: 0 20px 20px;
  padding: 0 20px;
  height: 56px;
  line-height: 56px;
  color: #fff;
  font-size: 20px;
  border-radius: 28px;
  background-color: #0087d2;
  min-width: 180px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.product-details .attribute .right .box .btn a.abtn {
  background-color: #0087d2
}

.product-details .attribute .right .box .btn a:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, .15)
}

.c-compare-btn {
  margin-top: 55px;
  text-align: center
}

.c-compare-btn a {
  display: inline-block;
  margin: 0 20px 20px;
  padding: 0 50px;
  height: 56px;
  line-height: 56px;
  color: #fff;
  font-size: 20px;
  border-radius: 28px;
  background-color: #0087d2
}

.c-compare-btn a:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, .15)
}

.product-icon {
  padding: 90px 0;
  background-color: #f3f3f3
}

.product-icon ul {
  text-align: center
}

.product-icon ul li {
  display: inline-block;
  width: 16%;
  text-align: center
}

.product-icon ul li .icon {
  width: 128px;
  height: 128px;
  line-height: 128px;
  border: #d1d1d1 solid 1px;
  border-radius: 50%;
  margin: 0 auto
}

.product-icon ul li .icon img {
  max-width: 100%;
  height: 41%
}

.product-icon ul li .txt {
  margin: 10px auto 10px;
  color: #333;
  font-size: 14px
}

.product-details .img-box {
  width: 100%;
  overflow: hidden;
  text-align: center
}

.product-details .img-box .box {
  width: 100%;
  overflow: hidden
}

.product-details .img-box .box img {
  width: 100%
}

.product-details .img-box .box .img1 {
  display: block
}

.product-details .img-box .box .img2 {
  display: none
}

.parameters {
  padding-bottom: 20px
}

.parameters .box {
  max-width: 1200px;
  width: 100%;
  margin: 60px auto 0;
  padding: 0 0
}

.parameters .box .right {
  float: right;
  width: 35%;
  overflow: hidden
}

.parameters .box .right img {
  max-width: 100%
}

.parameters .box .left {
  float: left;
  width: 60%;
  overflow: hidden;
  padding-right: 3%;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.parameters .box ul li {
  margin-bottom: 15px;
  overflow: hidden;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.parameters .box ul li .pointdiv {
  float: left;
  margin-right: 20px;
  margin-top: 4px;
  border: #0087d2 solid 1px;
  border-radius: 50%
}

.parameters .box ul li .pointdiv .point {
  margin: 5px;
  width: 6px;
  height: 6px;
  background-color: #0087d2;
  border-radius: 3px
}

.parameters .box ul li .txt {
  float: left;
  width: -moz-calc(100% - 45px);
  width: -webkit-calc(100% - 45px);
  width: calc(100% - 45px);
  overflow: hidden;
  color: #666;
  font-size: 16px
}

.related {
  padding: 60px 0 25px;
  background-color: #f5f5f5
}

.related-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  padding-bottom: 30px
}

.related-box .related-li {
  width: 100%;
  margin: 35px auto;
  text-align: center;
  -webkit-perspective: 1000;
  perspective: 1000;
  transform-style: preserve-3d
}

.related-box .related-li a {
  position: relative;
  display: block;
  width: 100%
}

.model-comparison {
  background-color: #eee
}

.model-comparison #box2021 {
  position: relative;
  margin-top: 80px;
  height: 500px;
  width: 100%;
  overflow: auto
}

.model-comparison .box2 {
  height: 500px
}

.model-comparison .box table {
  background-color: #f0f0f0;
  border-collapse: collapse
}

.model-comparison .box .cebian {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 11;
  width: 182px
}

.model-comparison .box .cebian table {
  width: 100%;
  background: #eee;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.model-comparison .box .cebian table tr:first-child {
  background-color: #0088d2
}

.model-comparison .box .cebian table tr:nth-child(2) {
  height: 131px
}

.model-comparison .box table,
.model-comparison .box table tr td,
.model-comparison .box table tr th {
  border: 1px solid #ddd
}

.model-comparison .box .above1 {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  border-left: 1px solid #dadada
}

.model-comparison .box .above1 table th:first-child {
  width: 180px
}

.model-comparison .box table th {
  max-width: 426px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  height: 54px;
  background-color: #0087d2
}

.model-comparison .box table td {
  padding: 0 10px;
  overflow: hidden
}

.model-comparison .box table td {
  text-align: center;
  color: #333;
  font-size: 14px;
  height: 54px;
  white-space: nowrap
}

.model-comparison .box table td:first-child {
  color: #222;
  font-weight: 700;
  font-size: 16px
}

.model-comparison .box .above1 table tr th {
  border: solid 1px #0088d2;
  background-color: #0088d2;
  color: #fff;
  height: 54px
}

.model-comparison .box .above1 table tr th a {
  color: #fff
}

.model-comparison .box .cebian table td:first-child {
  background-color: #eee
}

.model-comparison .box .cebian table tr:first-child td {
  border: solid 1px #0088d2;
  background: #0088d2
}

.model-comparison .addbtn {
  text-align: center
}

.model-comparison .addbtn a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 0 18px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  background-color: #0087d2
}

.model-comparison .proimg {
  width: 100%;
  overflow: hidden
}

.model-comparison .proimg img {
  max-width: 100%
}

.model-comparison .txt1 {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
  white-space: nowrap
}

.add-model .box {
  margin-bottom: 60px;
  padding-bottom: 20px
}

.add-model .box ul li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-top: 1.2%;
  margin-bottom: 1.2%;
  padding-bottom: 1.67%;
  background-color: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, .08);
  text-align: center
}

.add-model .box ul li:nth-child(4n) {
  margin-right: 0
}

.add-model .box ul li .imgbox {
  width: 100%;
  overflow: hidden;
  padding: 0 10px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.add-model .box ul li .imgbox img {
  max-width: 100%
}

.add-model .box ul li .txtbox {
  color: #0087d2;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px
}

.p-choice {
  width: 100%;
  margin: 0 auto;
  text-align: center
}

.choicebox {
  overflow: hidden;
  text-align: center
}

.choicebox .c-label {
  color: #666;
  font-size: 16px;
  cursor: pointer
}

.c-label .choice-inp {
  display: none
}

.choicebox .choice-inp[type=checkbox]+span {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../images/img68.png) center no-repeat;
  background-size: 25px 25px;
  position: relative;
  top: 3px
}

.choicebox .choice-inp[type=checkbox]:checked+span {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #fff url(../images/img67.png) center no-repeat;
  background-size: 25px 25px;
  position: relative;
  top: 3px
}

.product-nav {
  background-color: #fff
}

.product-nav ul {
  max-width: 1536px;
  width: 100%;
  margin: 0 auto
}

.product-nav ul li {
  float: left;
  line-height: 68px;
  margin-left: 20px;
  margin-right: 100px
}

.product-nav ul li a {
  display: block;
  min-width: 75px;
  color: #333;
  font-size: 16px;
  text-align: center
}

.product-nav ul li.on a,
.product-nav ul li:hover a {
  color: #0087d2;
  border-bottom: #0087d2 solid 4px
}

.product-list {
  background-color: #f5f5f5
}

.product-list .box {
  margin-top: 30px;
  padding-bottom: 40px
}

.product-list .box>ul>li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-top: 1.2%;
  margin-bottom: 1.2%;
  text-align: center;
  -webkit-perspective: 1000;
  perspective: 1000;
  transform-style: preserve-3d
}

.product-list .box ul li:nth-child(4n) {
  margin-right: 0
}

.product-list .box ul li a {
  position: relative;
  display: block;
  width: 100%
}

.product-list .box ul li .above,
.related-li .above {
  text-align: center;
  padding-bottom: 35px;
  background-color: #f8f8f8;
  position: relative;
  -webkit-transform: rotateX(0) rotateY(0);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateX(0) rotateY(0);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  transform: rotateY(0);
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  z-index: 24;
  box-shadow: 0 0 35px rgba(0, 0, 0, .03)
}

.product-list .box ul li:hover .above,
.related-li:hover .above {
  z-index: 35;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  transition-delay: .2s
}

.product-list .box ul li .above .imgbox,
.related-li .above .imgbox {
  width: 100%;
  overflow: hidden
}

.product-list .box ul li .above .imgbox img,
.related-li .above .imgbox img {
  max-width: 100%
}

.product-list .box ul li .above .txt,
.related-li .above .txt {
  padding:0 10px;
  line-height: 160%;
  margin-top: 10px;
  color: #333;
  font-size: 14px
}

.product-list .box ul li .below,
.related-li .below {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .95);
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  transform: rotateY(-180deg);
  -moz-transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  z-index: 13;
  box-shadow: 0 0 35px rgba(0, 0, 0, .2)
}

.product-list .box ul li:hover .below,
.related-li:hover .below {
  display: block;
  -webkit-animation: fadeIn .8s;
  animation: fadeIn .8s
}

.product-list .box ul li:hover .below,
.related-li:hover .below {
  z-index: 46;
  -webkit-transform: rotateX(0) rotateY(0);
  -moz-transform: rotateX(0) rotateY(0);
  transform: rotateY(0);
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  transition-delay: .2s
}

.product-list .box ul li .below .txtbox,
.related-li .below .txtbox {
  margin-top: 0;
  text-align: center;
  padding: 15px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.product-list .box ul li .below .txtbox .t1,
.related-li .below .t1 {
  color: #0087d2;
  font-size: 24px;
  font-weight: 700
}

.product-list .box ul li .below .txtbox .t2,
.related-li .below .t2 {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 10px;
  height: 77px;
  margin-bottom: 14px
}

.product-list .box ul li .below .txtbox .icon,
.related-li .below .txtbox .icon {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 20px
}

.product-list .box ul li .below .txtbox .icon img,
.related-li .below .txtbox .icon img {
  max-width: 10%
}

.product-list .box ul li .below .txtbox ul,
.related-li .below ul {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: left
}

.product-list .box ul li .below .txtbox ul li,
.related-li .below ul li {
  width: 100%;
  margin-bottom: 10px
}

.question-search {
  padding: 60px 0;
  background-color: #e9e9e9
}

.search-nav {
  background-color: #fff
}

.search-nav ul {
  max-width: 1536px;
  width: 100%;
  margin: 0 auto
}

.search-nav ul li {
  float: left;
  line-height: 68px;
  margin-left: 20px;
  margin-right: 30px
}

.search-nav ul li a {
  display: block;
  min-width: 75px;
  color: #333;
  font-size: 16px;
  text-align: center
}

.search-nav ul li.on a,
.search-nav ul li:hover a {
  color: #0087d2;
  border-bottom: #0087d2 solid 2px
}

.question-search-con {
  max-width: 650px;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  border: #fff solid 1px;
  border-radius: 29px
}

.question-search-con .left {
  float: left;
  width: 80%;
  padding: 0 5%;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

.question-search-con .left input {
  width: 100%;
  color: #333;
  font-size: 16px;
  height: 56px;
  line-height: 56px;
  border: none;
  background: 0 0;
  outline: 0
}

.question-search-con .left input::-webkit-input-placeholder {
  color: #c4c4c4
}

.question-search-con .left input:-moz-placeholder {
  color: #c4c4c4
}

.question-search-con .left input::-moz-placeholder {
  color: #c4c4c4
}

.question-search-con .left input:-ms-input-placeholder {
  color: #c4c4c4
}

.question-search-con .right {
  float: left;
  width: 20%;
  text-align: center;
  background-color: #0087d2;
  height: 56px;
  border-radius: 28px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

.join-us .question-search-con .right {
  background: #0087d2 url(../images/img133.png) center no-repeat
}

.question-search-con .right input {
  width: 100%;
  color: #fff;
  font-size: 20px;
  height: 56px;
  line-height: 56px;
  border: none;
  background: 0 0;
  outline: 0
}

.lookup {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f5f5f5
}

.lookup .left {
  float: left;
  width: 230px;
  background-color: #fff;
  overflow: hidden
}

.lookup-nav>ul {
  padding: 15px
}

.lookup-nav ul li .o-level {
  position: relative;
  padding-right: 40px;
  border-bottom: #e2e2e2 solid 2px;
  line-height: 50px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 20px
}

.lookup-nav ul li .o-level i {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: url(../images/img70.png) center no-repeat;
  background-size: 10px 18px
}

.lookup-nav ul li.on .o-level i {
  background: url(../images/img71.png) center no-repeat;
  background-size: 18px 10px
}

.lookup-nav ul li ul {
  display: none;
  margin-top: 20px
}

.lookup-nav ul li ul.other {
  display: block
}

.lookup-nav ul li ul li {
  border-bottom: #ebebeb solid 1px;
  margin-bottom: 15px
}

.lookup-nav ul li ul li a {
  display: block;
  width: 100%;
  color: #333;
  font-size: 14px;
  padding-bottom: 15px
}

.lookup-nav ul li ul li a:hover,
.lookup-nav ul li ul li.on a {
  color: #0087d2
}

.lookup .right {
  float: left;
  margin-left: 15px;
  width: -moz-calc(100% - 245px);
  width: -wbekit-calc(100% - 245px);
  width: calc(100% - 245px);
  overflow: hidden;
  padding: 15px 20px;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

.lookup .l-title {
  border-bottom: #e2e2e2 solid 2px;
  line-height: 50px
}

.lookup .l-title .t1 {
  color: #333;
  font-size: 18px;
  font-weight: 700
}

.lookup .l-title .t2 {
  color: #000;
  font-size: 20px;
  font-weight: 700
}

.lookup-tab {
  text-align: center
}

.top_title {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0
}

.lookup-tab ul {
  display: inline-block
}

.lookup-tab ul li {
  float: left;
  margin: 0 40px;
  color: #a9a9a9;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer
}

.lookup-tab ul li a {
  color: #a9a9a9
}

.lookup-tab ul li a:hover,
.lookup-tab ul li.on a {
  color: #000
}

.lookup-con {
  margin-top: 75px
}

.lookup-con .lookup-li {
  display: none
}

.s-width {
  max-width: 990px;
  width: 100%;
  margin: 0 auto
}

.lookup-con .lookup-li.on {
  display: block
}

.faqdiv li {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: #dfdfdf solid 1px
}

.faqdiv li a {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 42px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

.faqdiv li i {
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 100%;
  background: url(../images/img72.png) center no-repeat;
  background-size: 26px 26px
}

.faqdiv.training-documents li i {
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 100%;
  background: url(../images/img80.png) center no-repeat;
  background-size: 21px 23px
}

.faqdiv.training-documents li .icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 100%;
  background: url(../images/img82.png) center no-repeat;
  background-size: 27px 21px
}

.faqdiv li .t1 {
  float: left;
  width: -moz-calc(100% - 160px);
  width: -webkit-calc(100% - 160px);
  width: calc(100% - 160px);
  color: #666;
  font-size: 16px;
  line-height: 1.75;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.faqdiv li:hover .t1 {
  color: #0087d2
}

.faqdiv li .t2 {
  float: right;
  width: 140px;
  color: #263943;
  font-size: 16px;
  line-height: 1.75
}

.faqdiv li .t2 .sp {
  color: #a0a1a1
}

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

.customer-m .page-list,
.notice .page-list,
.order .page-list {
  float: left
}

.page-list {
  display: inline-block;
  vertical-align: middle;
  text-align: center
}

.page-list a {
  display: inline-block;
  padding: 0 12px;
  min-width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  margin-right: 14px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 16px;
  color: #999;
  background-color: #eee;
  overflow: hidden;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.page-list a:last-child {
  margin-right: 0
}

.page-list a.last,
.page-list a.sy {
  color: #fff;
  background-color: #346bae;
  padding: 0 18px
}

.page-list a.on,
.page-list a:hover {
  color: #fff;
  background-color: #77b3fd
}

.more-help {
  padding-top: 15px
}

.more-help .box {
  max-width: 990px;
  width: 100%;
  margin: 0 auto
}

.more-help .title {
  padding-bottom: 30px;
  border-bottom: #dfdfdf solid 1px
}

.more-help .title .t1 {
  color: #000;
  font-size: 24px;
  font-weight: 700
}

.more-help .box ul {
  margin: 75px auto;
  overflow: hidden
}

.more-help .box ul li {
  float: left;
  width: 33.33%;
  width: -moz-calc(100% / 3);
  width: -wbekit-calc(100% / 3);
  width: calc(100% / 3);
  padding: 40px 0;
  border-right: #dcdcdc solid 1px;
  overflow: hidden;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.more-help .box ul li:nth-child(3n) {
  border-right: none
}

.more-help .box ul li:nth-child(2) {
  text-align: center
}

.more-help .box ul li:nth-child(3) {
  text-align: right
}

.more-help .box ul li a {
  display: inline-block;
  overflow: hidden
}

.more-help .box ul li .icon {
  float: left;
  width: 95px;
  text-align: left;
  overflow: hidden
}

.more-help .box ul li .icon img {
  width: 69px;
  height: 64px
}

.more-help .box ul li .txtbox {
  float: left;
  width: -moz-calc(100% - 95px);
  width: -webkit-calc(100% - 95px);
  width: calc(100% - 95px);
  overflow: hidden;
  text-align: left
}

.more-help .box ul li .txtbox .t1 {
  color: #000;
  font-size: 24px;
  font-weight: 700
}

.more-help .box ul li .txtbox .t2 {
  color: #666;
  font-size: 16px;
  margin-top: 10px
}

.faq-detail {
  margin-top: 25px;
  padding-bottom: 55px
}

.detail-title {
  margin-top: 30px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: #eee solid 1px
}

.faq-detail .detail-title {
  margin-top: 0
}

.detail-title .t1 {
  color: #0087d2;
  font-weight: 700;
  font-size: 24px
}

.detail-title .t2 {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 40px
}

.faq-detail .detail-title .t2 {
  margin-top: 20px
}

.detail-title .t2 .txtli {
  display: inline-block;
  margin-right: 80px
}

.detail-title .t2 .sp {
  color: #888
}

.detail-title .t2 .txtli:last-child {
  margin-right: 0
}

.detail-box {
  padding: 35px 0 50px;
  color: #666;
  font-size: 16px;
  line-height: 2;
  overflow: hidden
}

.detail-box .img {
  float: right
}

.detail-box img {
  margin-bottom: 20px
}

.detail-other {
  padding-top: 35px;
  border-top: #ddd solid 1px;
  overflow: hidden
}

.faq-detail .detail-other {
  border-top: none
}

.back-to {
  float: right
}

.back-to a {
  display: inline-block;
  padding: 0 15px;
  text-align: center;
  border: #dcdcdc solid 1px;
  line-height: 50px;
  color: #0087d2;
  font-size: 18px
}

.back-to a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px
}

.nextprev {
  overflow: hidden
}

.nextprev ul {
  float: left;
  width: -moz-calc(100% - 165px);
  width: -webkit-calc(100% - 165px);
  width: calc(100% - 165px);
  overflow: hidden
}

.nextprev ul li a {
  display: inline-block;
  width: 100%;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.nextprev ul li a:hover {
  color: #0087d2
}

.nextprev ul li a .sp {
  color: #0087d2
}

.detail-share {
  text-align: right;
  margin-bottom: 25px
}

.detail-share-con {
  display: inline-block
}

.detail-share-con span {
  float: left;
  color: #333;
  font-size: 16px;
  margin-right: 10px
}

.detail-share-con ul {
  float: left;
  overflow: hidden
}

.detail-share-con ul li {
  float: left;
  margin-right: 10px
}

.detail-share-con ul li:last-child {
  margin-right: 0
}

.training .box {
  margin-bottom: 30px
}

.training-video {
  padding: 0 2.6%
}

.training-video li {
  float: left;
  width: 30.4%;
  margin-right: 4.4%;
  margin-bottom: 2.2%
}

.training-video li:nth-child(3n) {
  margin-right: 0
}

.training-video li a {
  display: block;
  width: 100%
}

.training-video li .imgbox {
  position: relative;
  width: 100%;
  overflow: hidden
}

.training-video li .imgbox>img {
  width: 100%;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s
}

.training-video li:hover .imgbox>img {
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.training-video li .imgbox .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5) url(../images/img78.png) center no-repeat
}

.training-video li .txt {
  padding: 18px 0;
  color: #333;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left
}

.download .title {
  text-align: center
}

.download .title .t1 {
  color: #000;
  font-size: 24px;
  font-weight: 700
}

.download .download-list .download-tit {
  padding-bottom: 15px;
  border-bottom: #e5e5e5 solid 2px
}

.download .download-list .download-tit .t1 {
  color: #000;
  font-size: 18px;
  font-weight: 700
}

.download .download-li {
  margin-bottom: 55px
}

.download .download-list ul {
  margin-top: 40px
}

.download .download-list ul li {
  margin-top: 20px;
  padding-bottom: 15px;
  border-bottom: #dfdfdf solid 1px
}

.download .download-list ul li a {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 40px;
  padding-right: 42px;
  overflow: hidden;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.download .download-list ul li i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: url(../images/img80.png) center no-repeat;
  background-size: 21px 23px
}

.download .download-list ul li .icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 100%;
  background: url(../images/img82.png) center no-repeat;
  background-size: 27px 21px
}

.download .download-list ul li .t1 {
  float: left;
  width: -moz-calc(100% - 150px);
  width: -webkit-calc(100% - 150px);
  width: calc(100% - 150px);
  color: #333;
  font-size: 18px;
  line-height: 1.55;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.download .download-list ul li:hover .t1 {
  color: #0087d2
}

.download .download-list ul li .t2 {
  float: left;
  width: 135px;
  text-align: left;
  overflow: hidden;
  color: #a0a1a1;
  font-size: 16px;
  line-height: 1.75
}

.d-tips .t1 {
  color: #000;
  font-size: 16px;
  font-weight: 700
}

.download .update-txt {
  margin-top: 15px !important
}

.download .update-txt li {
  position: relative;
  padding-left: 24px;
  color: #666;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 10px;
  border: none !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important
}

.download .update-txt li .point {
  position: absolute;
  left: 5px;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #0087d2;
  border-radius: 50%
}

.introduction {
  background-color: #f5f5f5
}

.introduction .box .imgbox {
  float: right;
  width: 39%;
  overflow: hidden
}

.introduction .box .imgbox img {
  max-width: 100%;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s
}

.introduction .box .txtbox {
  /* float: left; */
  /* width: 61%;
  padding-right: 4%; */
  /* overflow: hidden; */
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.introduction .box .txtbox .text {
  margin-top: 60px;
  color: #666;
  font-size: 16px;
  line-height: 2.25
}

.introduction .belief {
  margin-top: 70px
}

.introduction .belief ul li {
  float: left;
  width: 28%;
  margin-right: 8%;
  overflow: hidden
}

.introduction .belief ul li:nth-child(3n) {
  margin-right: 0
}

.introduction .belief ul li .img {
  float: left;
  text-align: center;
  width: 96px;
  height: 96px;
  line-height: 96px;
  background-color: #0087d2;
  border-radius: 50%;
  overflow: hidden
}

.introduction .belief ul li .img img {
  width: 39px
}

.introduction .belief ul li .txt {
  display: table;
  float: right;
  width: -moz-calc(100% - 96px);
  width: -webkit-calc(100% - 96px);
  width: calc(100% - 96px);
  height: 96px;
  padding-left: 16px;
  overflow: hidden;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.introduction .belief ul li .txt .cont {
  display: table-cell;
  vertical-align: middle
}

.introduction .belief ul li .t1 {
  color: #000;
  font-size: 20px;
  font-weight: 700
}

.introduction .belief ul li .t2 {
  color: #0087d2;
  font-size: 16px;
  margin-top: 5px
}

.honor {
  background: #fff
}

.honor .box {
  position: relative;
  padding: 0 75px;
  margin-top: 65px;
  overflow: hidden
}

.honor .honor-div {
  position: relative;
  width: 100%;
  overflow: hidden
}

.honor .honor-li {
  padding: 16px;
  overflow: hidden;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.honor .honor-li .con {
  display: block;
  width: 100%;
  background-color: #f5f5f5;
  padding: 8%;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.honor .honor-li:hover .con {
  -webkit-transition: all .4s;
  transition: all .4s;
  box-shadow: 0 0 16px rgba(0, 0, 0, .3)
}

.honor .honor-li .imgbox {
  width: 100%;
  overflow: hidden;
  background-color: #fff
}

.honor .honor-li .imgbox img {
  width: 100%
}

.honor .honor-li .txt {
  text-align: center;
  color: #000;
  font-size: 16px;
  margin-top: 20px;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.honor .swiper-button-next,
.honor .swiper-button-prev {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 29px;
  height: 29px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 29px 29px;
  -webkit-background-size: 29px 29px;
  background-size: 29px 29px;
  background-position: center;
  background-repeat: no-repeat
}

.honor .swiper-button-prev,
.honor .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/img88.png);
  left: 0;
  right: auto
}

.honor .swiper-button-next,
.honor .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/img89.png);
  right: 0;
  left: auto
}

.honor .swiper-button-next.swiper-button-disabled,
.honor .swiper-button-prev.swiper-button-disabled {
  opacity: 1
}

.honor .swiper-button-next.swiper-button-disabled {
  background-image: url(../images/img91.png)
}

.honor .swiper-button-prev.swiper-button-disabled {
  background-image: url(../images/img90.png)
}

.development {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover
}

.development .box {
  position: relative;
  padding: 0 70px;
  margin-top: 50px
}

.develop-preview {
  position: relative;
  width: 100%;
  overflow: hidden
}

.develop-preview .swiper-slide {
  background: url(../images/img142.png) top center no-repeat;
  background-size: 100% auto
}

.develop-preview .swiper-slide:first-child {
  background: url(../images/img143.png) top center no-repeat;
  background-size: 100% auto
}

.develop-preview .time .line {
  width: 5px;
  height: 27px;
  margin: 0 auto;
  background-color: #999
}

.develop-preview .active-nav .time .line {
  background-color: #0087d2
}

.develop-preview .time .point {
  width: 20px;
  height: 20px;
  margin: 20px auto 10px;
  background: url(../images/img138.png) center no-repeat;
  background-size: 100%
}

.develop-preview .active-nav .time .point {
  background: url(../images/img139.png) center no-repeat;
  background-size: 100%
}

.develop-preview .time .txt {
  color: #978c8c;
  font-size: 24px;
  font-weight: 700;
  text-align: center
}

.develop-preview .active-nav .time .txt {
  color: #0087d2;
  font-size: 30px
}

.development .box .swiper-button-next,
.development .box .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: 80px;
  width: 29px;
  height: 29px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 29px 29px;
  -webkit-background-size: 29px 29px;
  background-size: 29px 29px;
  background-position: center;
  background-repeat: no-repeat
}

.development .box .arrow-left {
  background: url(../images/img94.png) no-repeat center;
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 29px;
  height: 29px;
  z-index: 10;
  transition: .2s;
  -moz-background-size: 29px 29px;
  -webkit-background-size: 29px 29px;
  background-size: 29px 29px;
  background-position: center;
  background-repeat: no-repeat
}

.development .box .arrow-left:hover {
  background: url(../images/img92.png) no-repeat center
}

.development .box .arrow-right {
  background: url(../images/img95.png) no-repeat center;
  position: absolute;
  right: 0;
  bottom: 80px;
  width: 29px;
  height: 29px;
  z-index: 10;
  transition: .2s;
  -moz-background-size: 29px 29px;
  -webkit-background-size: 29px 29px;
  background-size: 29px 29px;
  background-position: center;
  background-repeat: no-repeat
}

.development .box .arrow-right:hover {
  background: url(../images/img93.png) no-repeat center
}

.develop-view {
  position: relative;
  width: 100%;
  overflow: hidden
}

.develop-view .event {
  position: relative;
  padding-bottom: 28px;
  max-width: 600px;
  width: 90%;
  margin: 30px auto;
  padding-left: 20px;
  padding-right: 20px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.develop-view .txtbox {
  padding: 10% 3%;
  text-align: center;
  background-color: #fff;
  color: #0087d2;
  font-size: 20px;
  font-weight: 700;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1)
}

.develop-view .triangle {
  position: absolute;
  left: 50%;
  bottom: 0;
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 20px 0;
  border-color: #fff transparent transparent transparent;
  filter: drop-shadow(0 5px 12px rgba(0, 0, 0, .1))
}

.blogdiv {
  margin-bottom: 50px
}

.blogdiv ul {
  margin-bottom: 50px
}

.blogdiv ul li {
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: #e9e9e9 solid 1px
}

.blogdiv ul li a {
  display: inline-block;
  width: 100%
}

.blogdiv ul li .txt-top {
  overflow: hidden
}

.blogdiv ul li .t1 {
  float: left;
  width: -moz-calc(100% - 110px);
  width: -webkit-calc(100% - 110px);
  width: calc(100% - 110px);
  color: #000;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.blogdiv ul li:hover .t1 {
  color: #0087d2
}

.blogdiv ul li .time {
  float: right;
  text-align: right;
  width: 100px;
  color: #a69a9a;
  font-size: 16px;
  line-height: 1.75
}

.blogdiv ul li .t2 {
  color: #666;
  font-size: 16px;
  line-height: 1.75;
  margin-top: 18px;
  margin-bottom: 8px
}

.blogdiv ul li .t3 {
  text-align: left
}

.blogdiv ul li .t3 span {
  display: inline-block;
  vertical-align: middle;
  color: #0087d2;
  font-size: 16px;
  line-height: 1.75
}

.blogdiv ul li .t3 span img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px
}

.blog-detail {
  padding: 40px 0 60px;
  background-color: #f5f5f5
}

.blog-detail .box .left {
  float: left;
  width: 83%;
  overflow: hidden;
  background-color: #fff
}

.blog-detail .box .blog-con {
  padding: 30px
}

.blog-detail .box .right {
  float: right;
  width: 16%;
  overflow: hidden
}

.blog-detail .box .right .module {
  padding: 10px;
  margin-bottom: 15px;
  background-color: #fff
}

.blog-detail .box .right .module .title {
  padding-top: 5px;
  padding-bottom: 12px;
  border-bottom: #e2e2e2 solid 2px
}

.blog-detail .box .right .module .title .t1 {
  color: #0087d2;
  font-weight: 700;
  font-size: 18px
}

.a-module {
  margin-top: 20px
}

.a-module li {
  width: 100%;
  margin-bottom: 15px
}

.a-module li a {
  position: relative;
  display: inline-block;
  width: 100%
}

.a-module li .imgbox {
  width: 100%;
  overflow: hidden
}

.a-module li .imgbox img {
  width: 100%;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s
}

.a-module li:hover .imgbox img {
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.a-module li .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .59)
}

.a-module li .txt {
  position: absolute;
  top: 50%;
  left: 0;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 0 15px;
  overflow: hidden;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.b-module {
  padding: 15px
}

.b-module li {
  border-bottom: #eee solid 1px
}

.b-module li:last-child {
  border-bottom: none
}

.b-module li a {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  color: #333;
  font-size: 16px;
  line-height: 1.8
}

.b-module li:hover a {
  color: #0087d2
}

.c-module {
  padding-bottom: 15px
}

.c-module li {
  border-bottom: #eee solid 1px
}

.c-module li:last-child {
  border-bottom: none
}

.c-module li a {
  display: block;
  width: 100%;
  padding: 10px 0;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.c-module li:hover a {
  color: #0087d2
}


/*公司简介*/
.comp-profile{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.comp-profile-tu{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.comp-profile-tu img{
	width: 100%;
}
.mt90{margin-top:90px;}
.comp-profile-con{
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 50%;
	/*padding: 60px 0px;*/
	height: 100%;
	background: rgba(0,0,0,.5);
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.comp-profile-div{
	display: table;
	height: 100%;
	width: 72.9%;
	padding-left: 60px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.comp-p{
	display: table-cell;
	vertical-align: middle;
}
.comp-p-h1{
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	font-family: arial;
	margin-bottom: 10px;
}
.comp-p-h2{
	color: #333333;
	font-size: 24px;
	font-weight: bold;
}
.comp-p-line{
	display: inline-block;
	width: 30px;
	height: 3px;
	background-color: #333333;
	margin: 20px auto;
	font-size: 0;
}
.comp-p-sp{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	/* height: 72px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; */
	overflow: hidden;
	margin-bottom: 15px;
}
.more{
	display: inline-block;
}
.more a{
	position: relative;
	display: inline-block;
	width: 140px;
	height: 45px;
	line-height: 45px;
	color: #ffffff;
	font-size: 14px;
	vertical-align: middle;
	background-color: #3f3f3f;
	border-radius: 23px;
	text-align: center;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.more a i{
	display: inline-block;
	margin-left: 5px;
	width: 16px;
	height: 10px;
	background: url(../images/r-arrow1.png) left center no-repeat;
	background-size:12px 10px;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.more a:hover{
	background-color: #d00b0b;
}

.cases {
  background-color: #f5f5f5
}

.cases .box ul li {
  float: left;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 5%
}

.cases .box ul li:nth-child(3n) {
  margin-right: 0
}

.cases .box ul li a {
  position: relative;
  display: inline-block;
  width: 100%
}

.cases .box ul li .imgbox {
  width: 100%;
  overflow: hidden
}

.cases .box ul li .imgbox img {
  width: 100%;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s
}

.cases .box ul li:hover .imgbox img {
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.cases .box ul li .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.cases .box ul li:hover .mask {
  display: none
}

.cases .box ul li .txt {
  position: absolute;
  top: 50%;
  left: 0;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center
}

.cases .box ul li:hover .txt {
  display: none
}

.cases .box ul li .txt .icon {
  margin-bottom: 10px
}

.cases .box ul li .txt .t1 {
  color: #fff;
  font-size: 18px;
  padding: 0 15px;
  overflow: hidden;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden
}

.cases .box ul li .txt .t2 {
  width: 100px;
  margin: 15px auto 0;
  background-color: #0087d2;
  line-height: 2;
  border-radius: 15px;
  color: #fff;
  font-size: 14px
}

.d-consultation a {
  display: block;
  width: 100%;
  background-color: #0087d2;
  text-align: center;
  height: 65px;
  line-height: 65px;
  color: #fff;
  font-size: 18px;
  font-weight: 700
}

.d-consultation a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 29px;
  height: 29px
}

.d-consultation a:hover {
  background-color: #0087d2
}

.news {
  background-color: #f5f5f5
}

.news .box ul {
  margin-bottom: 30px
}

.news .box ul li {
  width: 100%;
  overflow: hidden;
  padding: 25px 0;
  margin:0 0 25px 0;
  border-bottom: 1px dotted #e0e0e0;
}

.news .box ul li a {
  display: block;
  width: 100%
}

.news .box ul li .imgbox {
  float: left;
  width: 240px;
  margin-right: 30px;
  overflow: hidden
}

.news .box ul li .imgbox img {
  width: 100%;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s
}

.news .box ul li:hover .imgbox img {
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.news .box ul li .txtbox {
  float: left;
  width: -moz-calc(100% - 270px);
  width: -webkit-calc(100% - 270px);
  width: calc(100% - 270px);
  overflow: hidden;
  padding-bottom: 10px;  
}

.news .box ul li .txtbox .other {
  overflow: hidden
}

.news .box ul li .txtbox .other .tag {
  float: left;
  color: #757676;
  font-size: 18px
}

.news .box ul li .txtbox .other .time {
  float: left;
  color: #a69a9a;
  font-size: 18px
}

.news .box ul li .txtbox .t1 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.news .box ul li:hover .txtbox .t1 {
  color: #0087d2
}

.news .box ul li .txtbox .t2 {
  color: #666;
  font-size: 16px;
  line-height: 2;
  height: 64px;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.new-detail {
  padding: 40px 0 60px;
  background-color: #f5f5f5
}

.new-detail .box {
  padding: 45px 100px 35px;
  background-color: #fff
}

.partner {
  height: 680px;
  background: #f5f5f5 url(../images/img108.png) bottom center no-repeat;
  overflow: hidden;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.partner .box {
  margin-top: 60px
}

.partner .box .txt {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  color: #777;
  line-height: 2.25;
  text-align: left
}

.win .box .boxli {
  background-color: #fff;
  overflow: hidden
}

.win .box .boxli:nth-child(even) {
  background-color: #f5f5f5
}

.win .box .boxli .tu {
  float: left;
  width: 50%;
  overflow: hidden
}

.win .box .boxli .imgbox {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
  margin-right: 32px
}

.win .box .boxli:nth-child(even) .tu {
  float: right;
  text-align: right
}

.win .box .boxli .imgbox .img {
  position: relative;
  z-index: 2;
  width: 100%
}

.win .box .boxli .imgbox .img img {
  width: 100%;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s
}

.win .box .boxli:hover .imgbox .img img {
  -o-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06)
}

.win .box .boxli .imgbox .imgbg {
  position: absolute;
  bottom: -32px;
  left: 32px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #e3e3e3
}

.win .box .boxli:nth-child(odd) .imgbox .imgbg {
  left: 32px
}

.win .box .boxli:nth-child(even) .imgbox .imgbg {
  right: 32px
}

.win .box .boxli .txtbox {
  float: left;
  width: 50%;
  padding-top: 80px;
  padding-left: 60px;
  overflow: hidden;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.win .box .boxli:nth-child(odd) .txtbox {
  padding-left: 60px
}

.win .box .boxli:nth-child(even) .txtbox {
  padding-right: 60px
}

.win .box .boxli .txtbox .t1 {
  position: relative;
  padding-bottom: 55px;
  color: #0087d2;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px
}

.win .box .boxli .txtbox .t1::before {
  content: '';
  position: absolute;
  left: 12px;
  bottom: 0;
  width: 1px;
  height: 55px;
  border-left: #c2bfbf solid 1px
}

.win .box .boxli .txtbox .t2 {
  color: #0087d2;
  font-size: 24px;
  font-weight: 700
}

.win .box .boxli .txtbox .t3 {
  color: #535e64;
  font-size: 18px;
  line-height: 2;
  margin-top: 60px
}

.apply {
  background-color: #fff
}

.apply .box,
.feedback .box {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto
}

.apply .box .tit {
  max-width: 560px;
  width: 90%;
  margin: 0 auto;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  text-align: center
}

.applydiv .txtli .half {
  float: left;
  width: 46%;
  margin-right: 8%;
  border: #eaeaea solid 1px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
  margin-bottom: 12px;
  margin-top: 12px;
  line-height: 48px;
  background-color: #fff;
  overflow: hidden;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.applydiv .txtli .half:nth-child(2n) {
  margin-right: 0
}

.applydiv .txtli .t1 {
  float: left;
  width: 65px;
  padding-left: 15px;
  color: #666;
  font-size: 16px
}

.applydiv .txtli .textli .t1 {
  width: 100%
}

.applydiv .txtli .t1 .must {
  display: inline-block;
  margin-right: 3px;
  color: #fe0000
}

.applydiv .txtli .t2 {
  float: right;
  width: -moz-calc(100% - 80px);
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  padding-right: 15px;
  overflow: hidden;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.applydiv .txtli .textli .t2 {
  width: 100%;
  padding: 0 15px
}

.applydiv .txtli .t2 input {
  width: 100%;
  color: #666;
  font-size: 16px;
  height: 48px;
  border: none;
  background: 0 0;
  outline: 0
}

.applydiv .txtli .t2 .select-li {
  float: left;
  width: 33.33%
}

.applydiv .txtli .t2 .select-li select {
  width: 100%;
  color: #666;
  line-height: 3;
  font-size: 16px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0;
  background: #fff url(../images/img112.png) no-repeat center right 10px;
  background-size: 15px 9px;
  padding-left: 15px;
  padding-right: 25px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.applydiv .txtli .t2 .select-li select::-ms-expand {
  display: none
}

.applydiv .txtli .textli {
  width: 100%;
  border: #eaeaea solid 1px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
  margin-bottom: 12px;
  margin-top: 12px;
  line-height: 48px;
  background-color: #fff;
  overflow: hidden;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.feedback .applydiv .txtli .half,
.feedback .applydiv .txtli .textli {
  box-shadow: none
}

.applydiv .txtli .textli .re-textarea {
  width: 100%;
  height: 70px;
  resize: none;
  border: none;
  background: 0 0;
  outline: 0;
  color: #666;
  font-size: 16px
}

.applydiv .btn {
  width: 190px;
  text-align: center;
  background-color: #0087d2;
  margin: 70px auto 0;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s
}

.applydiv .btn:hover {
  background-color: #fcac00
}

.applydiv .btn input {
  width: 100%;
  height: 58px;
  line-height: 58px;
  color: #fff;
  font-size: 24px;
  background: 0 0;
  border: none;
  outline: 0
}

.agent-login {
  background-color: #f5f5f5
}

.agent-login .box {
  max-width: 480px;
  width: 90%;
  margin: 60px auto 0
}

.agent-login .box .input-li {
  width: 100%;
  padding: 0 15px;
  border: #eaeaea solid 1px;
  background-color: #fff;
  margin-bottom: 25px;
  overflow: hidden;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.agent-login .box .input-li input {
  width: 100%;
  color: #666;
  font-size: 16px;
  line-height: 48px;
  height: 48px;
  border: none;
  background: 0 0;
  outline: 0
}

.agent-login .box .input-li input::-webkit-input-placeholder {
  color: #aaa
}

.agent-login .box .input-li input:-moz-placeholder {
  color: #aaa
}

.agent-login .box .input-li input::-moz-placeholder {
  color: #aaa
}

.agent-login .box .input-li input:-ms-input-placeholder {
  color: #aaa
}

.agent-login .box .tips {
  text-align: center;
  margin-bottom: 30px
}

.agent-login .box .tips a {
  display: inline-block;
  color: #0087d2;
  font-size: 16px
}

.agent-login .box .btn {
  width: 51%;
  text-align: center;
  margin: 0 auto;
  background-color: #0087d2;
  border-radius: 28px;
  overflow: hidden;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s
}

.agent-login .box .btn:hover {
  background-color: #0087d2
}

.agent-login .box .btn input {
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  height: 55px;
  line-height: 55px;
  background: 0 0;
  border: none;
  outline: 0
}

.apply-account {
  background-color: #fff
}

.apply-account .box {
  max-width: 980px;
  width: 100%;
  margin: 110px auto 0
}

.apply-account .box ul li {
  float: left;
  width: 50%;
  overflow: hidden;
  text-align: left
}

.apply-account .box ul li:nth-child(even) {
  text-align: right
}

.apply-account .box ul li .con {
  display: inline-block
}

.apply-account .box ul li .icon {
  float: left;
  display: inline-block;
  margin-right: 30px;
  width: 98px;
  height: 98px;
  line-height: 98px;
  border-radius: 50%;
  border: #dfdfdf solid 1px;
  text-align: center
}

.apply-account .box ul li .icon img {
  width: 60px;
  height: 51px
}

.apply-account .box ul li .txtbox {
  float: left;
  text-align: left
}

.apply-account .box ul li .txtbox .t1 {
  color: #333;
  font-size: 20px;
  font-weight: 700
}

.apply-account .box ul li .txtbox .t2 {
  color: #888;
  font-size: 16px;
  margin-top: 10px
}

.apply-account .box ul li .txtbox .t3 {
  margin-top: 20px
}

.apply-account .box ul li .txtbox .t3 a {
  padding: 0 22px;
  font-size: 16px;
  line-height: 30px;
  color: #0087d2;
  border: #d2d2d2 solid 1px;
  background-color: #f7f7f7;
  border-radius: 10px;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s
}

.apply-account .box ul li .txtbox .t3 a:hover {
  background-color: #0087d2;
  color: #fff
}

.scheme-introduction .title {
  text-align: center
}

.scheme-introduction .title .t1 {
  color: #0087d2;
  font-size: 34px;
  font-weight: 700
}

.scheme-introduction .content ul {
  display: flex;
  flex-wrap: wrap
}

.scheme-introduction .box .txtbox {
  text-align: center
}

.scheme-introduction .box .txtbox .t1 {
  color: #000;
  font-weight: 700;
  font-size: 24px;
  text-align: left;
  max-width: 72%;
  margin: 0 auto
}

.scheme-introduction .box .txtbox .t2 {
  width: 72%;
  color: #777;
  font-size: 16px;
  line-height: 2;
  margin: 20px auto 0;
  text-align: left
}

.scheme-introduction .box .txtbox ul {
  display: inline-block;
  text-align: left;
  margin: 20px auto 0
}

.scheme-introduction .box .txtbox ul li {
  color: #777;
  font-size: 16px;
  line-height: 2
}

.scheme-introduction .box .imgbox {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 50px
}

.scheme-introduction .box .imgbox img {
  max-width: 100%
}

.scheme-introduction .box .imgbox .img2 {
  display: none
}

.scheme-advantage .content ul li {
  display: flex;
  align-items: center;
  float: left;
  width: 44%;
  margin: 0 3% 3%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  border-radius: 20px;
  padding: 30px 20px;
  background-color: #fff;
  overflow: hidden;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.scheme-advantage .content ul li .icon {
  float: left;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  background-color: #0087d2;
  border-radius: 50%;
  
  color: #fff;
  font-size: 30px;
  margin-right: 25px
}

.scheme-advantage .content ul li .txt {
  float: left;
  width: -moz-calc(100% - 90px);
  width: -webkit-calc(100% - 90px);
  width: calc(100% - 90px);
  color: #888;
  font-size: 18px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.successful-case {
  padding: 60px 0 70px
}

.successful-div {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 60px
}

.success-li {
  position: relative;
  display: inline-block;
  width: 100%
}

.success-li .imgbox {
  width: 100%;
  overflow: hidden
}

.success-li .imgbox img {
  width: 100%;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s
}

.success-li:hover .imgbox img {
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.success-li .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .59)
}

.success-li:hover .mask {
  display: none
}

.success-li .txt {
  position: absolute;
  top: 50%;
  left: 0;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center
}

.success-li:hover .txt {
  display: none
}

.success-li .txt .icon {
  margin-bottom: 10px
}

.success-li .txt .t1 {
  color: #fff;
  font-size: 26px;
  padding: 0 15px;
  overflow: hidden;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.successful-case .more {
  text-align: center
}

.successful-case .more a {
  width: 118px;
  height: 36px;
  line-height: 36px;
  border: #0d0d0d solid 1px;
  color: #000;
  font-size: 16px
}

.successful-case .more a:hover {
  color: #fff;
  background-color: #0087d2;
  border: #0087d2 solid 1px;
  -webkit-transition: all .4s;
  transition: all .4s
}

.consultbg {
  padding: 4% 0 5%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.consultbg .box {
  text-align: center
}

.consultbg .box .btn a {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  padding: 0 50px;
  height: 56px;
  line-height: 56px;
  border-radius: 30px;
  background-color: #0087d2;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s
}

.consultbg .box .btn a:hover {
  background-color: #fcac00
}

.exhibition {
  padding-bottom: 10px;
  background-color: #f5f5f5
}

.exhibition .box ul {
  padding: 0 15px;
  overflow: hidden
}

.exhibition .box ul li {
  position: relative;
  float: left;
  width: 27.33%;
  width: -moz-calc(82% / 3);
  width: -webkit-calc(82% / 3);
  width: calc(82% / 3);
  margin-right: 3%;
  margin-left: 3%;
  margin-bottom: 4%;
  background-color: #fff
}

.exhibition .box ul li .con {
  display: block;
  width: 100%
}

.exhibition .box ul li .imgbox {
  width: 100%;
  overflow: hidden
}

.exhibition .box ul li .imgbox img {
  width: 100%;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s
}

.exhibition .box ul li:hover .imgbox img {
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.exhibition .box ul li .txtbox {
  padding: 15px 7px;
  color: #888;
  font-size: 18px;
  line-height: 1.75
}

.exhibition .box ul li .txtbox div {
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.exhibition .box ul li .txtbox .t3 {
  width: 100%
}

.exhibition .box ul li .txtbox .tit {
  padding-bottom: 15px;
  border-bottom: #bcbbbb dotted 1px;
  color: #000;
  font-size: 20px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.sign-up {
  position: absolute;
  right: 15px;
  bottom: 25px
}

.sign-up a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  padding: 0 15px;
  border-radius: 16px;
  background-color: #0087d2;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s
}

.exhibition .box ul li:hover .sign-up a {
  background-color: #fcac00
}

.contact-information {
  background-color: #f5f5f5
}

.contact-information .imgbox {
  float: left;
  width: 50%;
  overflow: hidden
}

.contact-information .box {
  position: relative;
  background-color: #fff
}

.contact-information .box .part1 {
  float: left;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 25px;
  padding-top: 30px
}

.contact-information .box .part1 ul {
  text-align: center
}

.contact-information .box .part1 ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px
}

.contact-information .box .part1 ul li .con {
  width: 85%;
  padding-left: 10%;
  padding-right: 5%;
  overflow: hidden
}

.contact-information .box .part1 ul li .icon {
  float: left;
  width: 50px;
  margin-right: 30px
}

.contact-information .box .part1 ul li .icon img {
  width: 50px;
  height: auto
}

.contact-information .box .part1 ul li .txtbox {
  float: left;
  width: -moz-calc(100% - 130px);
  width: -webkit-calc(100% - 130px);
  width: calc(100% - 130px);
  text-align: left
}

.contact-information .box .part1 ul li .txtbox .tit {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px
}

.contact-information .box .part1 ul li .txtbox .txtli {
  overflow: hidden;
  margin-bottom: 10px
}

.contact-information .box .part1 ul li .txtbox .txtli .t1 {
  float: left;
  width: 110px;
  overflow: hidden;
  color: #000;
  font-size: 16px
}

.contact-information .box .part1 ul li .txtbox .txtli .t2 {
  float: left;
  width: -moz-calc(100% - 110px);
  width: -webkit-calc(100% - 110px);
  width: calc(100% - 110px);
  overflow: hidden;
  color: #888;
  font-size: 14px;
  word-wrap: break-word
}

.contact-information .box .part2 {
  padding: 60px 0;
  background-color: #fff
}

.contact-information .box .part2 ul li {
  float: left;
  width: 30%;
  margin-right: 5%;
  overflow: hidden
}

.contact-information .box .part2 ul li:nth-child(3n) {
  margin-right: 0
}

.contact-information .box .part2 ul li .txtbox {
  padding: 0 11%;
  overflow: hidden
}

.contact-information .box .part2 ul li .t1 {
  color: #000;
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: 700
}

.contact-information .box .part2 ul li .txtli {
  color: #666;
  font-size: 16px;
  margin-bottom: 10px;
  overflow: hidden
}

.contact-information .box .part2 ul li .txtli .sp1 {
  float: left;
  width: 50px;
  text-align: left;
  overflow: hidden
}

.contact-information .box .part2 ul li .txtli .sp2 {
  float: left;
  width: -moz-calc(100% - 50px);
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  word-break: break-word
}

.feedback {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.feedback .box {
  margin-top: 60px
}

.join-us {
  padding: 50px 0;
  background-color: #e2e2e2;
  ackground-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

.join-us .box {
  margin: 40px auto 20px
}

.recruitment .txtbox {
  max-width: 710px;
  width: 100%;
  margin: 0 auto;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 2.5;
  text-align: center
}

.recruitment .recruitment-div {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto
}

.recruitment .recruitment-div ul li {
  position: relative;
  float: left;
  width: 42%;
  margin: 1.5% 4%;
  padding: 0 2%;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 32px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
  line-height: 64px
}

.recruitment .recruitment-div ul li:nth-child(2n) {
  margin-right: 0
}

.recruitment .recruitment-div ul li.on,
.recruitment .recruitment-div ul li:hover {
  background-color: #0087d2
}

.recruitment .recruitment-div ul li .icon {
  float: left;
  width: 11%;
  height: 64px;
  overflow: hidden;
  background: url(../images/img136.png) center no-repeat;
  background-size: 48%
}

.recruitment .recruitment-div ul li:hover .icon {
  background: url(../images/img135.png) center no-repeat
}

.recruitment .recruitment-div ul li .txt {
  float: left;
  width: 89%;
  overflow: hidden;
  color: #333;
  font-size: 20px
}

.recruitment .recruitment-div ul li:hover .txt {
  color: #fff
}

.hot-r {
  width: 100%;
  overflow: hidden;
  margin-top: 65px
}

.hot-r .box {
  margin-top: 50px;
  padding-top: 200px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top
}

.hot-r-con {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  margin: 0 auto 70px;
  padding: 0 5%;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  padding-bottom: 60px;
  box-shadow: 0 9px 54px rgba(0, 0, 0, .09)
}

.hot-r-table {
  width: 100%;
  border-collapse: collapse
}

.hot-r-table thead {
  border-bottom: #ececec solid 4px
}

.hot-r-table thead tr td {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  height: 130px
}

.hot-r-table tr {
  cursor: pointer
}

.hot-r-table tr:hover {
  background-color: #f0f0f0
}

.hot-r-table td {
  height: 80px;
  color: #888;
  font-size: 18px;
  padding: 0 20px 0 40px;
  border-bottom: #ececec solid 1px;
  text-align: center
}

.hot-r-table tbody tr td:first-child,
.zhiwei {
  color: #333
}

.hot-r-table tbody tr td:first-child:hover,
.zhiwei:hover {
  color: #0087d2
}

.zpbg {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8)
}

.zp_close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer
}

.zp_close img {
  width: 50px
}

.r-detail {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 870px;
  max-height: 880px
}

.recruit-detail {
  width: 790px;
  max-height: 88%;
  height: calc(100% - 50px);
  overflow: auto;
  background-color: #fff;
  padding: 45px 25px;
  margin-top: 70px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto
}

.r-d-t {
  background-color: #0087d2;
  padding: 0 20px;
  overflow: hidden;
  color: #fff;
  font-size: 20px;
  line-height: 55px
}

.r-d-o {
  width: 100%;
  overflow: hidden;
  margin: 30px auto;
  padding: 0 20px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.r-d-oli {
  float: left;
  display: inline-block;
  margin-right: 50px;
  color: #888;
  font-size: 16px
}

.r-d-olit {
  color: #000
}

.rd-describe {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 0 20px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.rd-describe-t {
  color: #333;
  font-size: 16px;
  margin-bottom: 15px
}

.rd-describe-p {
  color: #888;
  font-size: 16px;
  line-height: 32px
}

.rd-mark {
  color: #000;
  font-size: 16px;
  line-height: 32px
}

.rd-apply {
  display: inline-block;
  padding: 0 25px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background-color: #0087d2;
  margin-left: 20px
}

.rd-apply a {
  color: #fff;
  font-size: 16px
}

.i-solution{
	padding-top: 75px;
	padding-bottom: 75px;
}
.i-solution .box{
	margin-top: 50px;
}
.i-solution .content{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 50px;
}
.i-solution .slideli{
	width: 100%;
	overflow: hidden;
}
.i-solution .slideli a{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
.i-solution .slideli a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0,42,82,0.45);
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.i-solution .slideli:hover a:before{
	background: rgba(0,78,152,0.85);
}
.i-solution .slideli .img{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.i-solution .slideli .img img{
	width: 100%;
  height: 300px;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.i-solution .slideli:hover .img img{
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.i-solution .slideli .txt{
	position: absolute;
	left: 0;
	top: 50%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	width: 100%;
	text-align: center;
}
.i-solution .slideli .txt .icon{
	width: 100%;
	text-align: center;
}
.i-solution .slideli .txt .icon img{
	max-width: 15.6%;
}
.i-solution .slideli .txt .t1{
	color: #ffffff;
	font-size: 28px;
	font-weight: bold;
	margin-top: 8px;
}
.i-solution .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0px 6px;
}
.i-solution .swiper-container-horizontal>.swiper-pagination-bullets, 
.i-solution .swiper-pagination-custom, 
.i-solution .swiper-pagination-fraction{
	bottom: 0;
}
.i-solution .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #dadada;
    opacity: 1;
}
.i-solution .swiper-pagination-bullet-active {
    opacity: 1;
    background: #055aa6;
}

@media screen and (max-width:1024px) {
  .hot-r-con {
    width: 96%;
    padding: 0 4%
  }
  .mt90{margin-top:80px;}

  .hot-r .box {
    padding-top: 130px
  }

  .hot-r-table td {
    padding: 0;
    font-size: 16px
  }

  .rd-describe-p {
    font-size: 15px
  }
  .i-solution{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .i-solution .slideli .txt .t1{
    font-size: 20px;
  }
  .i-solution .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
  }

  .r-detail {
    width: 100%;
    padding: 0 5%;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .zp_close {
    right: 5%
  }

  .recruit-detail {
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px)
  }
}

@media screen and (max-width:768px) {
  .hot-r .box {
    padding-top: 80px
  }
  .mt90{margin-top:40px;}
  .comp-p-sp{color:#333;}
  
}

@media screen and (max-width:414px) {
  .hot-r {
    margin-top: 30px
  }
  .mt90{margin-top:30px;}
  .comp-p-sp{color:#333;}

  .hot-r .conwidth {
    padding: 0 3%
  }

  .hot-r .a-title {
    padding-top: 20px
  }

  .hot-r .box {
    padding-top: 40px
  }

  .hot-r-table td {
    font-size: 14px;
    padding: 0;
    height: 60px
  }

  .hot-r-table thead tr td {
    font-size: 15px;
    height: 70px
  }

  .a-recruit-con {
    margin-top: 20px
  }

  .a-recruit-p {
    font-size: 15px;
    line-height: 28px
  }

  .zp_close {
    right: 0;
    top: 5%
  }

  .zp_close img {
    width: 30px
  }

  .recruit-detail {
    width: 100%;
    max-height: 80%
  }

  .r-d-o {
    margin: 15px auto;
    padding: 0 10px
  }

  .r-d-t {
    font-size: 16px;
    line-height: 45px
  }

  .r-d-oli {
    font-size: 14px
  }

  .rd-describe {
    margin: 15px auto;
    padding: 0 10px
  }

  .rd-describe-t {
    font-size: 14px;
    margin-bottom: 10px
  }

  .rd-describe-p {
    font-size: 14px;
    line-height: 26px
  }

  .rd-mark {
    font-size: 14px;
    line-height: 26px
  }

  .rd-apply {
    height: 36px;
    line-height: 36px
  }

  .rd-apply a {
    font-size: 14px
  }
}

.increased .box .txtbox {
  text-align: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto
}

.increased .box .t1 {
  color: #0678b9;
  font-size: 34px;
  font-weight: 700
}

.increased .box .t2 {
  color: #777;
  font-size: 16px;
  line-height: 2;
  margin: 20px auto 0
}

.product-icon.xinicon ul {
  text-align: center
}

.product-icon.xinicon ul li {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 15.6%;
  min-width: 114px
}

@media screen and (max-width:1680px) {
  .header .nav>ul>li {
    /* margin: 0 25px */
  }

  .header-other {
    padding-left: 25px
  }
  .i-solution .slideli .txt .t1{
    font-size: 26px;
  }

  .product-list .box ul li .below .txtbox ul,
  .related-li .below ul {
    font-size: 14px;
    margin-top: 10px
  }
}

@media screen and (max-width:1440px) {
  .header .nav>ul>li {
    /* margin: 0 20px */
  }

  .header-other {
    padding-left: 15px
  }

  .header-share .icon {
    margin-left: 15px
  }
  .comp-profile-div{
    width: 85%;
  }
  .comp-p-sp{
    margin-bottom: 25px;
  }

  .i-banner .box .t1 {
    font-size: 60px
  }

  .i-banner .box .btn span {
    font-size: 20px
  }

  .obanner .bannerzi .box .t1 {
    font-size: 36px
  }

  .obanner .bannerzi .box .t1 .sp {
    font-size: 20px;
    display: block;
    margin-left: 0;
  }

  .obanner .bannerzi .box .t2 {
    font-size: 16px
  }

  .pad-t1 {
    padding-top: 70px
  }

  .pad-t2 {
    padding-top: 35px
  }

  .pad-t3 {
    padding-top: 60px
  }

  .pad-t4 {
    padding-top: 50px
  }

  .lookup.pad-t5,
  .pad-t5 {
    padding-top: 40px
  }

  .pad-t6 {
    padding-top: 80px
  }

  .pad-b1 {
    padding-bottom: 100px
  }

  .pad-b2 {
    padding-bottom: 35px
  }

  .pad-b3,
  .recommended.pad-b3 {
    padding-bottom: 80px
  }

  .pad-b4 {
    padding-bottom: 60px
  }

  .pad-b5 {
    padding-bottom: 20px
  }

  .pad-b6 {
    padding-bottom: 50px
  }

  .mar-b1 {
    margin-bottom: 55px
  }

  .i-title .t0 {
    font-size: 16px;
    padding: 10px 0;
    color: #999;
  }

  .i-title .t1 {
    font-size: 32px
  }

  .i-title .t3 {
    font-size: 30px
  }

  .i-title .t4 {
    font-size: 32px
  }

  .i-title .t5 {
    font-size: 32px
  }

  .i-title .t7 {
    font-size: 30px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #e0e0e0;
  }

  .scheme-introduction .title .t1 {
    font-size: 30px
  }

  .volp .box {
    margin-top: 80px
  }

  .i-new .box {
    margin-top: 40px
  }

  .product-nav ul li {
    margin-right: 40px
  }

  .apply-account .box {
    margin-top: 80px
  }

  .develop-preview .time .line {
    width: 4px;
    height: 24px
  }

  .exhibition .box ul li {
    width: 31%;
    margin-left: 0;
    margin-right: 3.5%
  }

  .exhibition .box ul li:nth-child(3n) {
    margin-right: 0
  }

  .introduction .box .txtbox .text {
    font-size: 14px;
    line-height: 2;
    margin-top: 20px
  }

  .product-list .box ul li .below .txtbox .t1,
  .related-li .below .t1 {
    font-size: 22px
  }

  /* .ft-nav ul li {
    margin: 0 25px 0 35px
  } */
}

@media screen and (max-width:1280px) {
  .header .nav>ul>li {
    /* margin: 0 15px */
  }

  .introduction .box .txtbox .text {
    margin-top: 20px
  }

  .introduction .belief ul li {
    width: 30%;
    margin-right: 5%
  }

  .develop-preview .time .line {
    width: 4px;
    height: 22px
  }

  .product-list .box ul li .below .txtbox .t1,
  .related-li .below .t1 {
    font-size: 20px
  }
}

@media screen and (max-width:1220px) {
  .conwidth {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .header .nav,
  .header-other::before,
  .header-search,
  .header-share {
    display: none
  }

  .header .menubtn {
    display: block
  }

  .header .logo a {
    line-height: 60px
  }

  .header .logo a img {
    max-height: 40px
  }

  .header .language {
    height: 60px;
    line-height: 60px
  }

  .header .language .drop-down {
    top: 59px
  }

  .pad {
    padding-top: 60px
  }

  .position.fixed {
    top: 60px
  }

  /* .ft-nav ul li {
    margin: 0 10px 0 20px
  } */
}

@media screen and (max-width:1024px) {
  .footer .footer-top {
    padding-bottom: 30px
  }

  .footer .footer-logo {
    text-align: center
  }

  .footer-nav,
  .footer-share {
    display: none
  }

  .footer .footer-left {
    width: 100%;
    border-right: none;
    padding-right: 0
  }

  .footer .footer-info {
    max-width: 100%;
    text-align: center
  }

  .footer .copyright .txt {
    float: none;
    display: inline-block;
    text-align: center
  }

  .footer .t-support {
    display: block;
    float: none;
    text-align: center
  }
  .comp-profile .comp-profile-tu{
    width: 100%;
  }
  .comp-profile-con{
    position: static;
    width: 100%;
    height: auto;
    margin-top: 40px;
    -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #FFFFFF;
  }
  .comp-profile-div{
    height: auto;
    width: 100%;
    padding: 0 3%;
  }

  .ft-nav {
    display: none
  }

  .oimg1 {
    display: none
  }

  .oimg2 {
    display: block
  }

  .i-banner .box .t1 {
    font-size: 50px
  }

  .i-banner .box .btn span {
    font-size: 18px;
    min-width: 180px;
    height: 50px;
    line-height: 50px
  }

  .lunbotu .swiper-pagination-custom,
  .lunbotu .swiper-pagination-fraction,
  .lunbotu>.swiper-pagination-bullets {
    bottom: 3%
  }

  .obanner .bannerzi .box .t1 {
    font-size: 32px
  }

  .obanner .bannerzi .box .t1 .sp {
    font-size: 20px
  }

  .obanner .bannerzi .box .t2 {
    font-size: 15px
  }

  .i-title .t1 {
    font-size: 30px
  }

  .i-title .t3 {
    font-size: 28px
  }

  .i-title .t4 {
    font-size: 30px
  }

  .i-title .t5 {
    font-size: 30px
  }

  .i-title .t6 {
    margin: 15px auto 0
  }

  .i-title .t7 {
    font-size: 28px
  }

  .i-title .line {
    margin: 15px auto 0;
    height: 4px
  }

  .i-title .line1 {
    margin: 15px auto 0
  }

  .i-title .line2 {
    margin: 12px auto 0
  }

  .scheme-introduction .title .t1 {
    font-size: 28px
  }

  .pad-t1 {
    padding-top: 50px
  }

  .pad-t2 {
    padding-top: 50px
  }

  .pad-t3 {
    padding-top: 50px
  }

  .pad-t4 {
    padding-top: 40px
  }

  .pad-t5 {
    padding-top: 50px
  }

  .pad-t6 {
    padding-top: 50px
  }

  .pad-b1 {
    padding-bottom: 50px
  }

  .pad-b2 {
    padding-bottom: 50px
  }

  .pad-b3 {
    padding-bottom: 50px
  }

  .pad-b4 {
    padding-bottom: 40px
  }

  .pad-b5 {
    padding-bottom: 30px
  }

  .pad-b6 {
    padding-bottom: 30px
  }

  .mar-b1 {
    margin-bottom: 30px
  }

  .volp .box {
    margin-top: 50px
  }

  .volp .box ul li .icon {
    width: 100px;
    height: 100px;
    line-height: 100px
  }

  .volp .box ul li .txtbox {
    margin-top: 15px
  }

  .volp .box ul li .txtbox .t1 {
    font-size: 20px
  }

  .volp .box ul li .txtbox .t2 {
    margin-top: 15px;
    font-size: 15px
  }

  .i-product .box {
    margin-top: 50px
  }

  .i-product .box ul li .txt {
    font-size: 20px
  }

  .i-product .box ul li .txtbox .t1 {
    font-size: 20px;
    margin-bottom: 10px
  }

  .i-product .box ul li .txtbox .t2 {
    font-size: 15px;
    line-height: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
  }

  .i-product .box ul li.short .txtbox .t2 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
  }

  .i-product .box ul li .txtbox .t3 span {
    font-size: 16px
  }

  .i-newsdiv {
    margin-top: 15px
  }

  .new-box .txtbox {
    padding: 20px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .new-box .txtbox .other .tag {
    font-size: 15px
  }

  .new-box .txtbox .other .time {
    font-size: 16px
  }

  .new-box .txtbox .t1 {
    margin-top: 15px;
    font-size: 18px
  }

  .new-box .txtbox .t2 {
    font-size: 16px
  }

  .i-partnerdiv {
    padding-bottom: 30px
  }

  .i-partnerdiv .swiper-pagination-bullet {
    width: 10px;
    height: 10px
  }

  .conbanner .box .t1 {
    font-size: 32px;
    margin-bottom: 30px
  }

  .conbanner .box .btn a {
    font-size: 20px
  }

  .consultbg .box .btn a {
    font-size: 20px;
    height: 50px;
    line-height: 50px
  }

  .product-nav ul {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap
  }

  .product-nav ul::-webkit-scrollbar {
    width: 0;
    height: 0
  }

  .product-nav ul::-webkit-scrollbar-button {
    background-color: rgba(0, 0, 0, 0)
  }

  .product-nav ul::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0)
  }

  .product-nav ul::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0)
  }

  .product-nav ul::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0)
  }

  .product-nav ul::-webkit-scrollbar-corner {
    background-color: rgba(0, 0, 0, 0)
  }

  .product-nav ul::-webkit-scrollbar-resizer {
    background-color: rgba(0, 0, 0, 0)
  }

  .product-nav ul::-webkit-scrollbar {
    width: 0;
    height: 0
  }

  .product-nav ul li {
    float: none;
    display: inline-block;
    line-height: 60px
  }

  .search-nav ul {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap
  }

  .search-nav ul::-webkit-scrollbar {
    width: 0;
    height: 0
  }

  .search-nav ul::-webkit-scrollbar-button {
    background-color: rgba(0, 0, 0, 0)
  }

  .search-nav ul::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0)
  }

  .search-nav ul::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0)
  }

  .search-nav ul::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0)
  }

  .search-nav ul::-webkit-scrollbar-corner {
    background-color: rgba(0, 0, 0, 0)
  }

  .search-nav ul::-webkit-scrollbar-resizer {
    background-color: rgba(0, 0, 0, 0)
  }

  .search-nav ul::-webkit-scrollbar {
    width: 0;
    height: 0
  }

  .search-nav ul li {
    float: none;
    display: inline-block;
    line-height: 60px
  }

  .introduction .box {
    position: relative
  }

  .introduction .box .imgbox {
    position: absolute;
    right: 0;
    bottom: 0
  }

  .introduction .box .txtbox .text {
    font-size: 14px;
    line-height: 2;
    margin-top: 20px
  }

  .introduction .belief {
    margin-top: 50px
  }

  .introduction .belief ul li .img {
    width: 72px;
    height: 72px;
    line-height: 72px
  }

  .introduction .belief ul li .txt {
    width: -moz-calc(100% - 72px);
    width: -webkit-calc(100% - 72px);
    width: calc(100% - 72px);
    height: 72px
  }

  .introduction .belief ul li .t1 {
    font-size: 18px
  }

  .introduction .belief ul li .t2 {
    font-size: 15px
  }

  .honor .box {
    padding: 0 50px;
    margin-top: 40px
  }

  .honor .honor-li .txt {
    font-size: 16px
  }

  .development .box {
    padding: 0 50px;
    margin-top: 30px
  }

  .develop-preview .time .line {
    width: 4px;
    height: 20px
  }

  .develop-preview .time .txt {
    font-size: 20px
  }

  .develop-preview .active-nav .time .txt {
    font-size: 26px
  }

  .develop-view .event {
    padding-bottom: 20px
  }

  .develop-view .event::before,
  .develop-view .triangle {
    border-width: 20px 16px 0
  }

  .position .left {
    float: none;
    line-height: 50px
  }

  .position .right {
    float: none
  }

  .position .right ul {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    text-align: center
  }

  .position .right ul::-webkit-scrollbar {
    width: 0;
    height: 0
  }

  .position .right ul::-webkit-scrollbar-button {
    background-color: rgba(0, 0, 0, 0)
  }

  .position .right ul::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0)
  }

  .position .right ul::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0)
  }

  .position .right ul::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0)
  }

  .position .right ul::-webkit-scrollbar-corner {
    background-color: rgba(0, 0, 0, 0)
  }

  .position .right ul::-webkit-scrollbar-resizer {
    background-color: rgba(0, 0, 0, 0)
  }

  .position .right ul::-webkit-scrollbar {
    width: 0;
    height: 0
  }

  .position .right ul li {
    float: none;
    display: inline-block;
    line-height: 58px
  }

  .add-model .box {
    margin-bottom: 30px
  }

  .model-comparison .box {
    margin-top: 40px
  }

  .add-model .box ul li .txtbox {
    font-size: 18px
  }

  .agent-login .box {
    margin-top: 40px
  }

  .agent-login .box .input-li input {
    font-size: 15px
  }

  .agent-login .box .btn input {
    font-size: 20px;
    height: 50px;
    line-height: 50px
  }

  .agent-login .box .tips a {
    font-size: 15px
  }

  .apply-account .box {
    margin-top: 40px
  }

  .apply-account .box ul li,
  .apply-account .box ul li:nth-child(even) {
    text-align: center
  }

  .apply-account .box ul li .txtbox .t1 {
    font-size: 18px
  }

  .apply-account .box ul li .txtbox .t2 {
    font-size: 15px
  }

  .apply-account .box ul li .txtbox .t3 a {
    font-size: 15px
  }

  .page-list a {
    font-size: 15px
  }

  .blogdiv {
    margin-bottom: 40px
  }

  .blogdiv ul {
    margin-bottom: 40px
  }

  .blogdiv ul li {
    margin-top: 20px;
    padding-bottom: 20px
  }

  .blogdiv ul li .t1 {
    font-size: 18px
  }

  .blogdiv ul li .time {
    font-size: 15px
  }

  .blogdiv ul li .t2 {
    font-size: 15px;
    margin-top: 12px
  }

  .blogdiv ul li .t3 span {
    font-size: 15px
  }

  .blog-detail .box .left {
    width: 78%
  }

  .blog-detail .box .right {
    width: 20%
  }

  .detail-title {
    margin-top: 15px
  }

  .detail-title .t2 {
    margin-top: 20px
  }

  .detail-title .t2 .txtli {
    margin-right: 50px
  }

  .detail-box {
    padding: 25px 0 35px;
    font-size: 15px
  }

  .blog-detail .box .right .module .title .t1 {
    font-size: 16px
  }

  .d-consultation a {
    height: 55px;
    line-height: 55px;
    font-size: 16px
  }

  .a-module li {
    margin-bottom: 10px
  }

  .a-module li .txt {
    font-size: 16px
  }

  .b-module {
    padding: 5px
  }

  .b-module li a {
    font-size: 15px
  }

  .c-module li a {
    font-size: 15px
  }

  .nextprev ul {
    width: 100%
  }

  .nextprev ul li a {
    font-size: 15px
  }

  .back-to {
    display: none
  }

  .cases .box ul li {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 3.5%
  }

  .cases .box ul li .txt .icon img {
    width: 50px;
    height: 50px
  }

  .cases .box ul li .txt .t1 {
    font-size: 20px
  }

  .contact-information .box .part1 {
    padding: 50px 0
  }

  .contact-information .box .part1 ul li .con {
    width: 90%
  }

  .contact-information .box .part1 ul li .icon {
    width: 60px;
    margin-right: 20px
  }

  .contact-information .box .part1 ul li .icon img {
    width: 50px;
    height: auto
  }

  .contact-information .box .part1 ul li .txtbox {
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px)
  }

  .contact-information .box .part1 ul li .txtbox .tit {
    margin-bottom: 15px
  }

  .contact-information .box .part1 ul li .txtbox .txtli .t1 {
    width: 90px
  }

  .contact-information .box .part2 {
    padding: 50px 0
  }

  .contact-information .box .part2 ul {
    padding: 0 3%
  }

  .contact-information .box .part2 ul li {
    width: 32%;
    margin-right: 2%
  }

  .contact-information .box .part2 ul li .txtbox {
    padding: 0
  }

  .feedback .box {
    margin-top: 30px
  }

  .apply .box .tit {
    font-size: 20px
  }

  .applydiv .txtli .half {
    margin-top: 10px;
    margin-bottom: 10px
  }

  .applydiv .btn {
    margin-top: 40px
  }

  .applydiv .txtli .t1,
  .applydiv .txtli .t2 {
    font-size: 15px
  }

  .applydiv .btn input {
    font-size: 20px
  }

  .question-search {
    padding-bottom: 50px
  }

  .question-search-con .right input {
    font-size: 18px
  }

  .join-us .box {
    margin: 30px auto 10px
  }

  .recruitment {
    min-height: 1px;
    padding-bottom: 50px
  }

  .recruitment .recruitment-div ul li {
    line-height: 55px
  }

  .recruitment .recruitment-div ul li .txt {
    font-size: 18px
  }

  .recruitment .recruitment-div ul li .icon {
    height: 55px
  }

  .partner {
    height: 600px
  }

  .partner .box {
    margin-top: 40px
  }

  .partner .box .txt {
    font-size: 15px
  }

  .win .box .boxli:nth-child(odd) .txtbox {
    padding-top: 40px;
    padding-left: 50px
  }

  .win .box .boxli:nth-child(even) .txtbox {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 50px
  }

  .win .box .boxli .txtbox .t1,
  .win .box .boxli .txtbox .t2 {
    font-size: 20px
  }

  .win .box .boxli .txtbox .t3 {
    margin-top: 30px;
    font-size: 16px
  }

  .lookup .l-title .t2 {
    font-size: 18px
  }

  .download .pad-t5 {
    padding-top: 30px
  }

  .download .title .t1 {
    font-size: 22px
  }

  .download .download-li {
    margin-bottom: 40px
  }

  .download .download-list ul {
    margin-top: 30px
  }

  .download .download-list ul li .t1 {
    font-size: 16px;
    width: 95%
  }

  .download .download-list ul li .t2 {
    display: none
  }

  .download .download-list .download-tit .t1 {
    font-size: 16px
  }

  .d-tips .t1 {
    font-size: 15px
  }

  .download .update-txt li {
    font-size: 15px
  }

  .more-help .title {
    padding-bottom: 20px
  }

  .more-help .title .t1 {
    font-size: 20px
  }

  .more-help .box ul {
    width: 90%;
    margin: 30px auto 10px
  }

  .more-help .box ul li {
    width: 50%;
    padding: 20px 0 0;
    margin-bottom: 20px;
    border-right: none
  }

  .more-help .box ul li:nth-child(3n) {
    text-align: left
  }

  .more-help .box ul li .icon {
    width: 70px;
    margin-right: 10px
  }

  .more-help .box ul li .icon img {
    width: 60px;
    height: auto
  }

  .more-help .box ul li .txtbox .t1 {
    font-size: 20px
  }

  .more-help .box ul li .txtbox .t2 {
    font-size: 15px
  }

  .exhibition .box ul {
    padding: 0
  }

  .exhibition .box ul li {
    width: 31%;
    margin-right: 3.5%;
    margin-left: 0
  }

  .exhibition .box ul li:nth-child(3n) {
    margin-right: 0
  }

  .exhibition .box ul li .txtbox .tit {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px
  }

  .exhibition .box ul li .txtbox {
    font-size: 16px
  }

  .sign-up a {
    font-size: 15px
  }

  .faq-detail {
    padding-bottom: 0
  }

  .model-comparison .box {
    overflow-x: auto
  }

  .model-comparison .box table {
    min-width: 1100px
  }

  .model-comparison .addbtn a {
    font-size: 15px;
    padding: 0 10px
  }

  .model-comparison .box table td:first-child {
    font-size: 15px
  }

  .model-comparison .box .above1,
  .model-comparison .box .cebian {
    display: none
  }

  .news .box ul {
    margin-bottom: 15px
  }

  .news .box ul li {
    /* margin-bottom: 30px */
  }

  .news .box ul li .txtbox .other .tag,
  .news .box ul li .txtbox .other .time {
    font-size: 16px
  }

  .news .box ul li .txtbox .t1 {
    font-size: 18px
  }

  .news .box ul li .txtbox .t2 {
    font-size: 15px;
    height: 60px
  }

  .new-detail {
    padding-bottom: 50px
  }

  .new-detail .box {
    padding: 3% 5% 3%
  }

  .product-details .attribute .right .box {
    margin-top: 40px
  }

  .product-details .attribute .right .box .t1 {
    font-size: 26px;
    margin-bottom: 20px
  }

  .product-details .attribute .right .box .t2 {
    font-size: 15px
  }

  .product-details .attribute .right .box .btn {
    margin-top: 30px
  }

  .product-details .attribute .right .box .btn a {
    min-width: 140px;
    height: 50px;
    line-height: 50px;
    margin: 0 10px 10px;
    font-size: 18px
  }

  .c-compare-btn {
    margin-top: 30px
  }

  .c-compare-btn a {
    padding: 0 36px;
    height: 50px;
    line-height: 50px;
    margin: 0 10px 10px;
    font-size: 18px
  }

  .product-icon {
    padding: 50px 0
  }

  .product-icon ul li .icon {
    width: 100px;
    height: 100px;
    line-height: 100px
  }

  .product-icon ul li .txt {
    font-size: 14px;
    margin: 10px auto 10px
  }

  .product-details .img-box .box .img1 {
    display: none
  }

  .product-details .img-box .box .img2 {
    display: block
  }

  .parameters {
    padding-bottom: 50px
  }

  .parameters .box {
    margin-top: 40px;
    padding: 40px 0
  }

  .parameters .box ul li {
    padding: 0 5%
  }

  .parameters .box ul li .txt {
    font-size: 15px
  }

  .related {
    padding-top: 50px
  }

  .related-box {
    margin-top: 10px
  }

  .related-box .related-li .txtbox {
    font-size: 22px;
    padding-bottom: 20px
  }

  .product-list .box {
    padding-bottom: 40px
  }

  .product-list .box ul li {
    width: 32%;
    margin-right: 2%
  }

  .product-list .box ul li:nth-child(4n) {
    margin-right: 2%
  }

  .product-list .box ul li:nth-child(3n) {
    margin-right: 0
  }

  .product-list .box ul li .below .txtbox .t1,
  .related-li .below .txtbox .t1 {
    font-size: 20px
  }

  .product-list .box ul li .below .txtbox ul,
  .related-li .below ul {
    font-size: 14px
  }

  .lookup .faq .box.pad-t5,
  .training .box.pad-t5 {
    padding-top: 40px
  }

  .lookup-con {
    margin-top: 30px
  }

  .lookup-tab ul li {
    font-size: 20px
  }

  .faqdiv li .t1,
  .faqdiv li .t2 {
    font-size: 15px
  }

  .training-video li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 3%
  }

  .training-video li:nth-child(3n) {
    margin-right: 4%
  }

  .training-video li:nth-child(2n) {
    margin-right: 0
  }

  .training-video li .txt {
    font-size: 14px;
    padding: 15px 0
  }

  .scheme-introduction .box .txtbox .t1 {
    font-size: 20px
  }

  .scheme-introduction .box .txtbox .t2,
  .scheme-introduction .box .txtbox ul li {
    font-size: 15px
  }

  .scheme-introduction .box .imgbox .img1 {
    display: none
  }

  .scheme-introduction .box .imgbox .img2 {
    display: block
  }

  .scheme-advantage .content ul li .icon {
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 24px;
    margin-right: 20px
  }

  .scheme-advantage .content ul li {
    padding: 20px
  }

  .scheme-advantage .content ul li .txt {
    font-size: 16px
  }

  .recommended.pad-b3 {
    padding-bottom: 40px
  }

  .successful-case {
    padding: 40px 0 50px
  }

  .successful-div {
    margin-top: 40px;
    margin-bottom: 40px
  }

  .success-li .txt .t1 {
    font-size: 22px
  }
}

@media screen and (max-width:990px) {
  .develop-preview .time .line {
    width: 3px;
    height: 19px
  }
}

@media screen and (max-width:768px) {

  .header .m-nav ul li>a,
  .one-level {
    font-size: 18px;
    line-height: 60px
  }

  .submenu .submenu-li a {
    font-size: 15px
  }

  .submenu-li .two-level {
    font-size: 15px
  }
  .i-solution{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .i-solution .box{
    margin-top: 40px;
  }
  .i-solution .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
  }

  .ft-nav {
    display: none
  }

  .sidebar {
    right: 30px
  }

  .i-banner .box .t1 {
    font-size: 40px
  }

  .i-banner .box .btn span {
    font-size: 16px;
    min-width: 150px;
    height: 45px;
    line-height: 45px
  }

  .i-banner .box .t2 {
    font-size: 16px;
    margin-bottom: 40px
  }

  .obanner .bannerzi .box .t1 {
    font-size: 28px
  }

  .obanner .bannerzi .box .t1 .sp {
    font-size: 18px
  }

  .obanner .bannerzi .box .t2 {
    font-size: 14px
  }

  .i-title .t1 {
    font-size: 26px
  }

  .i-title .t2 {
    font-size: 15px
  }

  .i-title .t3 {
    font-size: 24px
  }

  .i-title .t4 {
    font-size: 26px
  }

  .i-title .t5 {
    font-size: 26px
  }

  .i-title .t6 {
    margin: 10px auto 0;
    font-size: 15px
  }

  .i-title .t7 {
    font-size: 24px
  }

  .i-title .line {
    margin: 10px auto 0;
    width: 40px;
    height: 3px
  }

  .i-title .line1 {
    margin: 10px auto 0;
    width: 40px
  }

  .i-title .line2 {
    margin: 10px auto 0;
    width: 40px
  }

  .scheme-introduction .title .t1 {
    font-size: 24px
  }

  .pad-t1 {
    padding-top: 40px
  }

  .pad-t2 {
    padding-top: 40px
  }

  .pad-t3 {
    padding-top: 40px
  }

  .pad-t4 {
    padding-top: 30px
  }

  .pad-t5 {
    padding-top: 40px
  }

  .pad-t6 {
    padding-top: 40px
  }

  .pad-b1 {
    padding-bottom: 40px
  }

  .pad-b2 {
    padding-bottom: 40px
  }

  .pad-b3 {
    padding-bottom: 40px
  }

  .pad-b4 {
    padding-bottom: 40px
  }

  .volp .box {
    margin-top: 40px
  }

  .volp .box ul li .icon {
    width: 80px;
    height: 80px;
    line-height: 80px
  }

  .volp .box ul li .txtbox {
    margin-top: 10px
  }

  .volp .box ul li .txtbox .t1 {
    font-size: 16px
  }

  .volp .box ul li .txtbox .t2 {
    margin-top: 10px;
    font-size: 14px
  }

  .i-product .box {
    margin-top: 40px
  }

  .i-product .box ul {
    width: 100%;
    /* margin-right: 0;
    margin-bottom: 20px */
  }

  .i-product .box ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .i-product .box ul li:nth-child(1) {
    margin-right: 0;
  }
  .i-product .box ul li:nth-child(2) {
    margin-bottom: 20px;
  }

  .i-product .box ul:last-child {
    margin-bottom: 0
  }

  .i-product .box ul li .txt {
    font-size: 20px
  }

  .i-product .box ul li .txtbox .t1 {
    font-size: 20px;
    margin-bottom: 10px
  }

  .i-product .box ul li .txtbox .t2 {
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
  }

  .i-product .box ul li.short .txtbox .t2 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
  }

  .i-product .box ul li .txtbox .t3 span {
    font-size: 16px
  }

  .i-new .box {
    margin-top: 20px
  }

  .new-box .txtbox .other .tag {
    font-size: 14px
  }

  .new-box .txtbox .other .time {
    font-size: 15px
  }

  .new-box .txtbox .t1 {
    margin-top: 10px;
    font-size: 16px
  }

  .new-box .txtbox .t2 {
    font-size: 15px
  }

  .i-partnerdiv {
    padding-bottom: 30px
  }

  .i-partnerdiv .swiper-pagination-bullet {
    width: 10px;
    height: 10px
  }

  .i-new-more a {
    font-size: 16px
  }

  .conbanner .box .t1 {
    font-size: 28px;
    margin-bottom: 20px
  }

  .conbanner .box .btn a {
    font-size: 18px;
    padding: 0 40px;
    height: 48px;
    line-height: 48px
  }

  .consultbg .box .btn a {
    font-size: 18px;
    padding: 0 40px;
    height: 45px;
    line-height: 45px
  }

  .product-nav ul li {
    margin-right: 25px
  }

  .introduction .box .txtbox .text {
    font-size: 14px
  }

  .introduction .box .imgbox {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%)
  }

  .introduction .belief {
    margin-top: 40px
  }

  .introduction .belief ul li .img {
    width: 60px;
    height: 60px;
    line-height: 60px
  }

  .introduction .belief ul li .txt {
    width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    height: 60px
  }

  .introduction .belief ul li .t1 {
    font-size: 16px
  }

  .introduction .belief ul li .t2 {
    font-size: 14px
  }

  .honor .box {
    margin-top: 30px
  }

  .honor .honor-li .txt {
    font-size: 15px
  }

  .development .box {
    margin-top: 20px
  }

  .develop-view .txtbox {
    font-size: 22px
  }

  .develop-preview::before {
    top: 23px
  }

  .develop-preview .time .txt {
    font-size: 18px
  }

  .develop-preview .active-nav .time .txt {
    font-size: 22px
  }

  .model-comparison .box {
    margin-top: 30px
  }

  .add-model .box ul li {
    width: 31%;
    margin-right: 3.5%;
    margin-top: 2%;
    margin-bottom: 2%;
    padding-bottom: 20px
  }

  .add-model .box ul li:nth-child(4n) {
    margin-right: 3.5%
  }

  .add-model .box ul li:nth-child(3n) {
    margin-right: 0
  }

  .add-model .box ul li .txtbox {
    margin-top: 10px
  }

  .agent-login .box {
    margin-top: 30px
  }

  .agent-login .box .input-li input {
    font-size: 14px
  }

  .agent-login .box .btn input {
    font-size: 18px
  }

  .agent-login .box .tips {
    margin-bottom: 20px
  }

  .apply-account .box {
    margin-top: 30px
  }

  .apply-account .box ul li .txtbox .t1 {
    font-size: 16px
  }

  .apply-account .box ul li .icon {
    width: 72px;
    height: 72px;
    line-height: 72px;
    margin-right: 20px
  }

  .apply-account .box ul li .icon img {
    width: 40px;
    height: auto
  }

  .page-list a {
    font-size: 14px;
    margin-right: 10px
  }

  .lookup .left {
    width: 200px
  }

  .lookup-nav ul li ul {
    margin-top: 15px
  }

  .lookup-nav ul li .o-level {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 45px
  }

  .lookup-nav ul li .o-level i {
    background-size: 7px 13px
  }

  .lookup-nav ul li.on .o-level i {
    background-size: 13px 7px
  }

  .lookup-nav ul li ul li a {
    padding-bottom: 15px
  }

  .lookup .right {
    margin-left: 10px;
    width: -moz-calc(100% - 210px);
    width: -webkit-calc(100% - 210px);
    width: calc(100% - 210px)
  }

  .blogdiv {
    margin-bottom: 30px
  }

  .blogdiv ul {
    margin-bottom: 30px
  }

  .blogdiv ul li {
    margin-top: 15px;
    padding-bottom: 15px
  }

  .blogdiv ul li .t1 {
    font-size: 16px
  }

  .blogdiv ul li .time {
    font-size: 14px
  }

  .blogdiv ul li .t2 {
    font-size: 14px;
    margin-top: 8px
  }

  .blogdiv ul li .t3 span {
    font-size: 14px
  }

  .blog-detail {
    padding-bottom: 45px
  }

  .blog-detail .box .left {
    width: 100%
  }

  .blog-detail .box .right {
    width: 100%;
    margin-top: 20px
  }

  .detail-title {
    margin-top: 0
  }

  .detail-title .t1 {
    font-size: 20px
  }

  .detail-title .t2 {
    margin-top: 15px
  }

  .detail-box {
    padding: 20px 0 30px
  }

  .blog-detail .box .right .module {
    margin-bottom: 20px
  }

  .detail-other {
    padding-top: 20px
  }

  .a-module {
    overflow: hidden
  }

  .a-module li {
    float: left;
    width: 48%;
    margin-right: 4%
  }

  .a-module li:nth-child(2n) {
    margin-right: 0
  }

  .b-module {
    padding: 0
  }

  .cases .box ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%
  }

  .cases .box ul li:nth-child(3n) {
    margin-right: 4%
  }

  .cases .box ul li:nth-child(2n) {
    margin-right: 0
  }

  .cases .box ul li .txt .icon img {
    width: 40px;
    height: 40px
  }

  .cases .box ul li .txt .t1 {
    font-size: 18px
  }

  .contact-information .box .part1 {
    padding: 40px 0
  }

  .contact-information .box .part1 ul li {
    width: 100%;
    margin-bottom: 20px
  }

  .contact-information .box .part1 ul li .con {
    max-width: 90%;
    width: 90%;
    text-align: left
  }

  .contact-information .box .part1 ul li .icon {
    width: 50px;
    margin-right: 20px
  }

  .contact-information .box .part1 ul li .icon img {
    width: 40px;
    height: auto
  }

  .contact-information .box .part1 ul li .txtbox {
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px)
  }

  .contact-information .box .part1 ul li .txtbox .tit {
    font-size: 18px;
    margin-bottom: 10px
  }

  .contact-information .box .part1 ul li .txtbox .txtli .t1 {
    font-size: 15px;
    width: 90px
  }

  .contact-information .box .part2 {
    padding: 40px 0
  }

  .contact-information .box .part2 ul {
    padding: 0 5%
  }

  .contact-information .box .part2 ul li {
    width: 100%;
    margin-right: 0
  }

  .feedback .box {
    margin-top: 20px
  }

  .applydiv .txtli .half {
    width: 48%;
    margin-right: 4%
  }

  .applydiv .btn {
    margin-top: 30px
  }

  .applydiv .txtli .t1,
  .applydiv .txtli .t2 {
    font-size: 15px
  }

  .applydiv .btn input {
    font-size: 18px;
    height: 48px;
    line-height: 48px
  }

  .applydiv .txtli .t2 .select-li select {
    background: #fff url(../images/img112.png) no-repeat center right 0
  }

  .question-search {
    padding-bottom: 40px
  }

  .join-us {
    padding: 40px 0
  }

  .join-us .box {
    margin: 30px auto 0
  }

  .question-search-con .right {
    height: 48px
  }

  .question-search-con .right input {
    font-size: 16px
  }

  .join-us .question-search-con .right {
    background: #0088d2 url(../images/img133.png) center no-repeat;
    background-size: 26px 25px !important
  }

  .question-search-con .left input,
  .question-search-con .right input {
    height: 48px;
    line-height: 48px
  }

  .recruitment {
    min-height: 1px;
    padding-bottom: 50px
  }

  .recruitment .txtbox {
    font-size: 15px;
    line-height: 1.8
  }

  .recruitment .recruitment-div ul li {
    line-height: 48px
  }

  .recruitment .recruitment-div ul li .txt {
    font-size: 16px
  }

  .recruitment .recruitment-div ul li .icon {
    height: 48px
  }

  .partner {
    height: 560px
  }

  .partner .box {
    margin-top: 30px
  }

  .win .box .boxli:nth-child(odd) .txtbox {
    padding-top: 30px;
    padding-left: 40px
  }

  .win .box .boxli:nth-child(even) .txtbox {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 40px
  }

  .win .box .boxli .imgbox .imgbg {
    bottom: -25px;
    left: 25px
  }

  .win .box .boxli:nth-child(odd) .imgbox .imgbg {
    left: 25px
  }

  .win .box .boxli .txtbox .t1 {
    padding-bottom: 10px
  }

  .win .box .boxli .txtbox .t1::before {
    display: none
  }

  .win .box .boxli .txtbox .t1,
  .win .box .boxli .txtbox .t2 {
    font-size: 18px
  }

  .win .box .boxli .txtbox .t3 {
    margin-top: 15px;
    font-size: 15px
  }

  .download .title .t1 {
    font-size: 20px
  }

  .download .download-li {
    margin-bottom: 30px
  }

  .download .download-list ul {
    margin-top: 20px
  }

  .download .download-list ul li .t1 {
    font-size: 15px
  }

  .download .download-list .download-tit .t1 {
    font-size: 15px
  }

  .d-tips .t1 {
    font-size: 15px
  }

  .download .update-txt li {
    font-size: 14px
  }

  .more-help .title {
    padding-bottom: 15px
  }

  .more-help .title .t1 {
    font-size: 18px
  }

  .more-help .box ul {
    margin: 20px auto 10px
  }

  .more-help .box ul li {
    width: 50%;
    padding: 15px 0 0;
    margin-bottom: 20px;
    border-right: none
  }

  .more-help .box ul li:nth-child(3n) {
    text-align: left
  }

  .more-help .box ul li .txtbox .t1 {
    font-size: 18px
  }

  .more-help .box ul li .txtbox .t2 {
    font-size: 14px
  }

  .more-help .box ul li .icon {
    width: 60px
  }

  .more-help .box ul li .icon img {
    width: 50px
  }

  .exhibition .box ul li {
    width: 48%;
    margin-right: 4%;
    margin-left: 0
  }

  .exhibition .box ul li:nth-child(3n) {
    margin-right: 4%
  }

  .exhibition .box ul li:nth-child(2n) {
    margin-right: 0
  }

  .exhibition .box ul li .txtbox .tit {
    font-size: 16px
  }

  .exhibition .box ul li .txtbox {
    font-size: 15px
  }

  .sign-up a {
    font-size: 14px
  }

  .news .box ul {
    margin-bottom: 10px
  }

  .news .box ul li {
    /* margin-bottom: 25px */
  }

  .news .box ul li .txtbox {
    margin-top: 10px;
    padding-bottom: 20px
  }

  .news .box ul li .txtbox .other .tag,
  .news .box ul li .txtbox .other .time {
    font-size: 15px
  }

  .news .box ul li .txtbox .t1 {
    font-size: 16px
  }

  .news .box ul li .txtbox .t2 {
    font-size: 14px;
    height: 56px;
    margin-top: 10px
  }

  .new-detail {
    padding-bottom: 40px
  }

  .new-detail .box {
    padding: 4%
  }

  .product-details .attribute {
    padding-bottom: 40px
  }

  .product-details .attribute .right .box {
    margin-top: 30px
  }

  .product-details .attribute .right .box .t1 {
    font-size: 22px;
    margin-bottom: 15px
  }

  .product-details .attribute .right .box .t2 {
    font-size: 14px
  }

  .product-details .attribute .right .box .btn {
    margin-top: 30px
  }

  .product-details .attribute .right .box .btn a {
    min-width: 120px;
    height: 45px;
    line-height: 45px;
    margin: 0 10px 10px;
    font-size: 16px
  }

  .c-compare-btn {
    margin-top: 30px
  }

  .c-compare-btn a {
    min-width: 120px;
    height: 45px;
    line-height: 45px;
    margin: 0 10px 10px;
    font-size: 16px
  }

  .product-icon {
    padding: 40px 0
  }

  .product-icon ul li .icon {
    width: 80px;
    height: 80px;
    line-height: 80px
  }

  .product-icon ul li .txt {
    font-size: 12px;
    margin: 8px auto 10px
  }

  .parameters {
    padding-bottom: 40px
  }

  .parameters .box {
    margin-top: 30px;
    padding: 30px 0
  }

  .parameters .box ul li .txt {
    font-size: 14px
  }

  .related {
    padding-top: 40px
  }

  .related-box {
    margin-top: 0
  }

  .related-box .related-li .txtbox {
    font-size: 18px;
    padding-bottom: 15px
  }

  .product-list .box {
    padding-bottom: 30px
  }

  .product-list .box ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%
  }

  .product-list .box ul li:nth-child(4n) {
    margin-right: 4%
  }

  .product-list .box ul li:nth-child(3n) {
    margin-right: 4%
  }

  .product-list .box ul li:nth-child(2n) {
    margin-right: 0
  }

  .product-list .box ul li .above .txt,
  .related-li .txt {
    font-size: 18px
  }

  .product-list .box ul li .below .txtbox .t1,
  .related-li .below .txtbox .t1 {
    font-size: 16px
  }

  .product-list .box ul li .below .txtbox .t2,
  .related-li .below .txtbox .t2 {
    font-size: 15px
  }

  .product-list .box ul li .below .txtbox ul,
  .related-li .below ul {
    font-size: 14px;
    margin-top: 10px
  }

  .product-list .box ul li .below .txtbox ul li,
  .related-li .below ul li {
    margin-bottom: 5px
  }

  .lookup .faq .box.pad-t5,
  .training .box.pad-t5 {
    padding-top: 30px
  }

  .lookup-con {
    margin-top: 20px
  }

  .lookup-tab ul li {
    font-size: 18px;
    margin: 0 20px
  }

  .faqdiv li {
    padding-bottom: 15px;
    margin-top: 15px
  }

  .faqdiv li i {
    background-size: 20px 20px
  }

  .faqdiv li .t1 {
    width: 100%;
    font-size: 14px
  }

  .faqdiv li .t2 {
    display: none
  }

  .scheme-introduction .box .txtbox .t1 {
    font-size: 18px
  }

  .scheme-introduction .box .txtbox .t2,
  .scheme-introduction .box .txtbox ul li {
    font-size: 14px;
    width: 100%
  }

  .scheme-advantage .content ul li .icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    margin-right: 15px
  }

  .scheme-advantage .content ul li {
    padding: 18px
  }

  .scheme-advantage .content ul li .txt {
    font-size: 15px
  }

  .recommended.pad-b3 {
    padding-bottom: 30px
  }

  .successful-case {
    padding: 30px 0 40px
  }

  .successful-div {
    margin-top: 30px;
    margin-bottom: 30px
  }

  .success-li .txt .t1 {
    font-size: 18px
  }
}

@media screen and (max-width:640px) {
  .sidebar {
    right: 20px
  }

  .i-banner .box .t1 {
    font-size: 32px
  }

  .i-banner .box .btn span {
    min-width: 130px;
    height: 40px;
    line-height: 40px
  }

  .i-banner .box .t2 {
    font-size: 15px;
    margin-bottom: 25px
  }

  .lunbotu .swiper-pagination-bullet {
    width: 8px;
    height: 8px
  }

  .lunbotu .swiper-pagination-bullet-active {
    width: 30px
  }

  .obanner .bannerzi .box .t1 {
    font-size: 24px
  }

  .obanner .bannerzi .box .t1 .sp {
    font-size: 16px
  }

  .obanner .bannerzi .box .t2 {
    margin-top: 10px
  }

  .i-title .t1 {
    font-size: 20px
  }

  .i-title .t3 {
    font-size: 20px
  }

  .i-title .t4 {
    font-size: 20px
  }

  .i-title .t5 {
    font-size: 20px
  }

  .i-title .t7 {
    font-size: 20px
  }

  .scheme-introduction .title .t1 {
    font-size: 20px
  }

  .volp .box {
    margin-top: 30px
  }

  .volp .box ul li {
    width: 50%
  }

  .i-product .box {
    margin-top: 30px
  }

  .i-product .box ul li .txt {
    font-size: 18px
  }

  .i-product .box ul li .txtbox .t1 {
    font-size: 18px
  }

  .i-product .box ul li .txtbox .t3 span {
    font-size: 15px
  }

  .i-product .box ul li .txtbox .t2 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
  }

  .i-product .box ul li.short .txtbox .t2 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
  }

  .i-new-more a {
    font-size: 15px
  }

  .i-partnerdiv {
    margin-top: 20px
  }

  .i-partnerdiv .swiper-pagination-bullet {
    width: 8px;
    height: 8px
  }

  .conbanner .box .t1 {
    font-size: 24px
  }

  .conbanner .box .btn a {
    font-size: 16px;
    padding: 0 30px;
    height: 40px;
    line-height: 40px
  }

  .consultbg .box .btn a {
    font-size: 16px;
    padding: 0 30px;
    height: 40px;
    line-height: 40px
  }

  .product-nav ul li {
    line-height: 50px
  }

  .introduction .box .imgbox {
    position: static;
    width: 100%;
    transform: none;
    margin-bottom: 30px
  }

  .introduction .box .txtbox {
    width: 100%;
    padding-right: 0
  }

  .introduction .belief ul li .t1 {
    font-size: 15px
  }

  .introduction .belief ul li .img {
    float: none;
    margin: 0 auto;
    width: 45px;
    height: 45px;
    line-height: 45px
  }

  .introduction .belief ul li .txt {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 10px;
    padding-left: 0
  }

  .introduction .belief ul li .img img {
    width: 28px
  }

  .development .box {
    margin-top: 10px
  }

  .develop-view .txtbox {
    font-size: 18px;
    padding: 8% 5%
  }

  .develop-preview .time .txt {
    font-size: 15px
  }

  .develop-preview .active-nav .time .txt {
    font-size: 18px
  }

  .development .box {
    padding: 0 40px
  }

  .develop-view .event {
    padding-bottom: 16px;
    width: 100%;
    margin: 20px auto
  }

  .develop-view .event::before,
  .develop-view .triangle {
    border-width: 16px 12px 0
  }

  .develop-preview .time .point {
    width: 18px;
    height: 18px;
    margin: 15px auto 5px
  }

  .position .right ul li {
    line-height: 48px;
    margin-right: 40px
  }

  .model-comparison .box {
    margin-top: 20px
  }

  .model-comparison.add-model .box {
    margin-bottom: 0;
    padding-bottom: 40px
  }

  .add-model .box ul li {
    width: 48%;
    margin-right: 4%;
    margin-top: 2.5%;
    margin-bottom: 2.5%
  }

  .add-model .box ul li:nth-child(4n) {
    margin-right: 4%
  }

  .add-model .box ul li:nth-child(3n) {
    margin-right: 4%
  }

  .add-model .box ul li:nth-child(2n) {
    margin-right: 0
  }

  .agent-login .box .input-li {
    margin-bottom: 20px
  }

  .apply-account .box ul li .icon {
    display: block;
    float: none;
    margin: 0 auto 15px
  }

  .apply-account .box ul li .txtbox {
    text-align: center
  }

  .lookup.pad-t5 {
    padding-top: 30px
  }

  .lookup .left {
    width: 100%
  }

  .lookup .right {
    margin-left: 0;
    width: 100%;
    padding: 15px
  }

  .blog-detail {
    padding: 30px 0 30px
  }

  .blog-detail .box .blog-con {
    padding: 20px
  }

  .detail-title .t2 .txtli {
    margin: 0 15px
  }

  .detail-share {
    display: none
  }

  .detail-box {
    font-size: 14px
  }

  .a-module li .txt {
    font-size: 15px
  }

  .b-module li a {
    font-size: 14px
  }

  .c-module li a {
    font-size: 14px
  }

  .nextprev ul li a {
    font-size: 14px
  }

  .contact-information .box .part1 {
    padding: 30px 0
  }

  .contact-information .box .part2 {
    padding: 30px 0
  }

  .contact-information .box .part2 ul li .t1 {
    margin-bottom: 20px
  }

  .feedback .box {
    margin-top: 10px
  }

  .apply .box .tit {
    font-size: 18px
  }

  .applydiv .txtli .half {
    width: 100%;
    margin-right: 0
  }

  .applydiv .btn {
    margin-top: 30px
  }

  .applydiv .txtli .t1,
  .applydiv .txtli .t2 {
    font-size: 15px
  }

  .applydiv .btn input {
    font-size: 16px;
    height: 40px;
    line-height: 40px
  }

  .applydiv .txtli .t2 .select-li select {
    background: #fff url(../images/img112.png) no-repeat center right 10px
  }

  .question-search {
    padding-bottom: 30px
  }

  .join-us {
    padding: 30px 0
  }

  .join-us .box {
    margin: 25px auto 0
  }

  .question-search-con .left input {
    font-size: 15px
  }

  .recruitment {
    min-height: 1px;
    padding-bottom: 50px
  }

  .pad-t4.recruitment-div {
    padding-top: 20px
  }

  .recruitment .txtbox {
    font-size: 15px;
    line-height: 1.8
  }

  .recruitment .recruitment-div ul li {
    width: 100%;
    margin: 2% auto
  }

  .recruitment .recruitment-div ul li .txt {
    font-size: 16px
  }

  .recruitment .recruitment-div ul li .icon {
    height: 48px
  }

  .partner .box {
    margin-top: 25px
  }

  .win .box .boxli .tu {
    width: 100%
  }

  .win .box .boxli .imgbox {
    display: block
  }

  .win .box .boxli .txtbox {
    width: 100%;
    padding: 20px 20px 0 !important
  }

  .win .box .boxli .imgbox .imgbg {
    bottom: -25px;
    left: 25px
  }

  .win .box .boxli:nth-child(odd) .imgbox .imgbg {
    left: 25px
  }

  .win .box .boxli .txtbox .t1 {
    padding-bottom: 10px
  }

  .win .box .boxli .txtbox .t1::before {
    display: none
  }

  .win .box .boxli .txtbox .t1,
  .win .box .boxli .txtbox .t2 {
    font-size: 16px
  }

  .win .box .boxli .txtbox .t3 {
    margin-top: 10px;
    font-size: 14px
  }

  .download .download-list ul li .t1 {
    font-size: 14px;
    min-height: 24px
  }

  .more-help .box ul li .txtbox .t1 {
    font-size: 16px
  }

  .more-help .box ul li,
  .more-help .box ul li:nth-child(2),
  .more-help .box ul li:nth-child(3) {
    width: 100%;
    text-align: left
  }

  .more-help .box ul li a {
    width: 100%
  }

  .exhibition .box ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px
  }

  .exhibition .box ul li .txtbox {
    font-size: 14px
  }

  .news .box ul li {
    background-color: #fff;
    /* margin-bottom: 20px */
  }

  .news .box ul li .imgbox {
    width: 100%
  }

  .news .box ul li .txtbox {
    width: 100%;
    margin-top: 0;
    padding: 20px;
    border-bottom: none;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .news .box ul li .txtbox .other .tag,
  .news .box ul li .txtbox .other .time {
    font-size: 14px
  }

  .news .box ul li .txtbox .t1 {
    font-size: 16px
  }

  .news .box ul li .txtbox .t2 {
    font-size: 14px
  }

  .new-detail {
    padding-bottom: 30px
  }

  .new-detail .box {
    padding: 5%
  }

  .product-details .attribute {
    padding-bottom: 30px
  }

  .product-details .attribute .left {
    width: 100%
  }

  .product-details .attribute .right {
    width: 100%;
    margin-top: 20px
  }

  .product-details .attribute .right .box {
    margin-top: 20px
  }

  .product-details .attribute .right .box .t1 {
    font-size: 18px;
    margin-bottom: 10px
  }

  .product-details .attribute .right .box .btn {
    margin-top: 20px
  }

  .product-details .attribute .right .box .btn a {
    padding: 0 20px;
    height: 42px;
    line-height: 42px
  }

  .product-icon {
    padding: 30px 0
  }

  .product-icon ul li {
    float: left;
    width: 33.33%;
    width: -moz-calc(100% / 3);
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    margin: 10px auto
  }

  .product-icon ul li .icon {
    width: 60px;
    height: 60px;
    line-height: 60px
  }

  .parameters .box .right {
    width: 100%;
    padding-bottom: 3%
  }

  .parameters .box .left {
    width: 100%;
    padding-right: 0
  }

  .parameters .box ul li {
    padding: 0
  }

  .product-icon ul li .txt {
    font-size: 12px;
    margin: 8px auto 10px
  }

  .parameters {
    padding-bottom: 30px
  }

  .parameters .box {
    margin-top: 20px;
    padding: 20px 0
  }

  .parameters .box ul li {
    width: 100%
  }

  .parameters .box ul li .pointdiv {
    margin-right: 15px;
    margin-top: 2px
  }

  .related {
    padding-top: 40px
  }

  .related-box {
    margin-top: 0
  }

  .related-box .related-li {
    margin: 30px auto 20px
  }

  .related-box .related-li .txtbox {
    font-size: 18px;
    padding-bottom: 15px
  }

  .product-list .box ul li .below .txtbox ul,
  .related-li .below ul {
    max-width: 480px;
    width: 100%;
    margin: 20px 10px 0 0
  }

  .scheme-advantage .content ul li {
    float: none;
    width: 90%;
    margin: 0 auto 20px
  }
}

@media screen and (max-width:639px) {
  .cases .box ul li {
    width: 100%;
    margin-right: 0
  }

  .cases .box ul li .txt .t1 {
    font-size: 16px
  }

  .question-search-con .left {
    width: 75%
  }

  .question-search-con .right {
    width: 25%
  }

  .new-detail .box {
    padding: 6%
  }

  .product-list .box {
    padding-bottom: 20px
  }

  .product-list .box ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px
  }

  .product-list .box ul li .below .txtbox .t2,
  .related-li .below .txtbox .t2 {
    font-size: 14px
  }

  .product-list .box ul li .below .txtbox .icon,
  .related-li .below .txtbox .icon {
    margin-top: 30px
  }

  .training-video li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px
  }

  .training-video li .txt {
    font-size: 14px;
    padding: 15px 0 5px
  }

  .question-search-con .right {
    height: 42px
  }

  .question-search-con .left input,
  .question-search-con .right input {
    height: 42px;
    line-height: 42px
  }
}

@media screen and (max-width:414px) {
  .sidebar {
    right: 10px
  }

  .i-banner .box .t1 {
    font-size: 26px
  }

  .i-banner .box .btn span {
    font-size: 15px;
    min-width: 120px;
    height: 36px;
    line-height: 36px
  }

  .i-banner .box .t2 {
    margin-bottom: 15px
  }
  .comp-profile-div{
    padding: 0 4%;
  }
  .comp-p-h1{
    font-size: 30px;
  }
  .comp-p-h2{
    font-size: 20px;
  }

  .obanner .bannerzi .box .t1 {
    font-size: 20px
  }

  .obanner .bannerzi .box .t1 .sp {
    font-size: 15px
  }

  .footer {
    padding-top: 30px
  }

  .footer .footer-top {
    padding-bottom: 20px
  }

  .footer .footer-info .txtli {
    line-height: 1.8
  }

  .pad-t1 {
    padding-top: 30px
  }

  .pad-t2 {
    padding-top: 30px
  }

  .pad-t3 {
    padding-top: 30px
  }

  .pad-t4 {
    padding-top: 30px
  }

  .pad-t5 {
    padding-top: 30px
  }

  .pad-t6 {
    padding-top: 30px
  }

  .pad-b1 {
    padding-bottom: 30px
  }

  .pad-b2 {
    padding-bottom: 30px
  }

  .pad-b3 {
    padding-bottom: 30px
  }

  .pad-b4 {
    padding-bottom: 30px
  }

  .volp .box ul li .icon {
    width: 70px;
    height: 70px;
    line-height: 70px
  }

  .volp .box ul li .txtbox .t1 {
    font-size: 15px
  }

  .i-product .box {
    margin-top: 20px
  }

  .i-product .box ul {
    /* margin-bottom: 15px */
  }

  .i-product .box ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .i-product .box ul li:nth-child(1) {
    margin-right: 0;
  }
  .i-product .box ul li:nth-child(2) {
    margin-bottom: 20px;
  }

  .i-product .box ul li {
    /* margin-bottom: 15px */
  }

  .i-product .box ul li .txt {
    font-size: 16px
  }

  .i-product .box ul li .txtbox .t2 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
  }

  .i-product .box ul li.short .txtbox .t2 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
  }

  .i-new .box {
    margin-top: 10px
  }

  .i-partnerdiv {
    margin-top: 10px
  }

  .conbanner .box .t1 {
    font-size: 20px
  }

  .conbanner .box .btn a {
    padding: 0 20px;
    height: 36px;
    line-height: 36px
  }

  .consultbg .box .btn a {
    padding: 0 20px;
    height: 36px;
    line-height: 36px
  }

  .product-nav ul li {
    line-height: 45px;
    margin: 0 10px
  }

  .product-nav ul li a {
    font-size: 15px
  }

  .honor .box {
    margin-top: 20px
  }

  .position .right ul li {
    line-height: 38px;
    margin-right: 25px
  }

  .position .right ul li a {
    font-size: 15px
  }

  .add-model .box ul li .txtbox {
    font-size: 16px
  }

  .apply-account .box ul li .txtbox .t2 {
    min-height: 45px;
    line-height: 1.5
  }

  .apply-account .box ul li .txtbox .t3 {
    margin-top: 10px
  }

  .blogdiv {
    margin-bottom: 20px
  }

  .blogdiv ul {
    margin-bottom: 20px
  }

  .blogdiv ul li {
    margin-top: 10px;
    padding-bottom: 10px
  }

  .blogdiv ul li .t1 {
    font-size: 15px
  }

  .blogdiv ul li .t2 {
    font-size: 14px;
    margin-top: 8px
  }

  .related {
    padding-top: 30px
  }

  .develop-preview::before {
    top: 18px
  }

  .develop-preview .time .line {
    height: 15px
  }

  .develop-preview .time .point {
    width: 15px;
    height: 15px;
    margin: 10px auto 5px
  }

  .applydiv .txtli .t2 .select-li select {
    padding-left: 5px
  }

  #attribute,
  #comparison,
  #contact-information,
  #features,
  #feedback,
  #introduce,
  #join-us,
  #recommended,
  #related {
    padding-top: 150px;
    margin-top: -150px
  }

  .product-details .attribute .right .box .btn a {
    min-width: 110px
  }
}

@media screen and (max-width:320px) {
  .develop-preview .time .line {
    width: 2px;
    height: 12px
  }
}

.p-choice {
  margin: 0 auto
}

.add-model .box ul li .txtbox {
  margin-bottom: 10px
}

.confirm-add {
  text-align: center;
  margin-bottom: 80px
}

.confirm-add a {
  color: #fff;
  background-color: #0088d2;
  line-height: 40px;
  padding: 0 30px;
  box-shadow: none;
  border-radius: 40px;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s;
  font-size: 16px
}

.confirm-add a:hover {
  background-color: #fcac00
}

.template {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 0
}

.template .img {
  float: left;
  width: 50%;
  text-align: center
}

.template .img img {
  max-width: 100%
}

.template .txtbox {
  float: left;
  width: 50%;
  overflow: hidden;
  margin-top: 190px;
  padding: 0 4.6%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

.template.template1 .txtbox {
  float: right
}

.template.template3 .img,
.template.template3 .txtbox {
  width: 100%;
  overflow: hidden;
  text-align: center
}

.template.template3 .txtbox {
  margin-top: 0;
  margin-bottom: 60px
}

.template .txtbox.center {
  text-align: center
}

.template .txtbox .t1 {
  color: #333;
  font-size: 24px;
  text-align: left;
  font-weight: 700;
  margin-bottom: 25px
}

.template .txtbox .t2 {
  color: #666;
  font-size: 20px;
  line-height: 1.8;
  text-align: left
}

.template .txtbox img {
  display: block;
  margin: 50px auto 0
}

@media screen and (max-width:1024px) {
  .ft-t-wpa{
    margin-left: 0px;
  }
  .confirm-add {
    margin-bottom: 60px
  }

  .template {
    padding: 60px 0 0
  }

  .template .txtbox {
    margin-top: 50px
  }

  .template.template3 .txtbox {
    margin-bottom: 40px
  }

  .template .txtbox .t1 {
    font-size: 22px
  }

  .template .txtbox .t2 {
    font-size: 16px
  }
}

@media screen and (max-width:768px) {
  .confirm-add {
    margin-bottom: 50px
  }

  .template {
    padding: 50px 0 0
  }

  .template .txtbox {
    margin-top: 0
  }

  .template.template3 .txtbox {
    margin-bottom: 40px
  }

  .template .txtbox .t1 {
    font-size: 22px;
    margin-bottom: 15px
  }

  .template .txtbox .t2 {
    font-size: 15px
  }

  .template .txtbox img {
    margin-top: 30px
  }
  .ft-t-wpa{
    margin-left: 0px;
    margin-right: 20px;
  }
  .qrcode{
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
  .qrcode img{
    width: 80px;
    height: 80px;
  }
  .ft-t-ta{
    float: right;
    width: -moz-calc(100% - 110px);
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
  }
  .f-phone{
    padding-top: 0;
  }
  .ft-top{
    padding-bottom: 20px;
  }
  .ft-share{
    display: none;
  }
  .ft-bot-infor{
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width:640px) {
  .confirm-add a {
    font-size: 15px
  }

  .template {
    padding: 40px 0 0
  }

  .template .img,
  .template .txtbox {
    width: 100%;
    overflow: hidden
  }

  .template .txtbox {
    margin-bottom: 40px
  }

  .template .txtbox img {
    margin-top: 20px
  }

  .template .txtbox .t1 {
    font-size: 22px;
    margin-bottom: 12px
  }

  .template .txtbox .t2 {
    font-size: 14px
  }
}

@media screen and (max-width:414px) {
  .confirm-add a {
    font-size: 14px;
    line-height: 36px
  }

  .template {
    padding: 30px 0 0
  }

  .template .txtbox {
    margin-bottom: 30px
  }

  .template.template3 .txtbox {
    margin-bottom: 30px
  }

  .template .txtbox .t1 {
    font-size: 20px
  }
}

.model-comparison .box table th {
  min-width: 180px
}

.model-comparison .box table td {
  min-width: 160px
}

.sidebar ul li .istop {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #0088d2
}

.sidebar ul li .istop .imgbox {
  margin-bottom: 0
}

.sidebar ul li .imgbox img {
  max-width: 14px
}

.sidebar ul li .t3 {
  color: #fff;
  font-size: 13px
}

.develop-preview .slick-slide {
  background: url(../images/img142.png) top center no-repeat;
  background-size: 100% auto
}

.develop-preview .slick-slide:first-child {
  background: url(../images/img143.png) top center no-repeat;
  background-size: 100% auto
}

.develop-preview .time {
  width: 190px;
  text-align: center;
  cursor: pointer
}

.develop-preview .slick-current .time .line {
  background-color: #0259ab
}

.develop-preview .slick-current .time .point {
  background: url(../images/img139.png) center no-repeat;
  background-size: 100%
}

.develop-preview .slick-current .time .txt {
  color: #0259ab;
  font-size: 30px
}

.development .box {
  position: relative
}

.development .slick-arrow {
  position: absolute;
  bottom: 70px;
  font-size: 12px;
  color: #999;
  -moz-transition: all .36s cubic-bezier(.32, .17, 0, 1);
  -o-transition: all .36s cubic-bezier(.32, .17, 0, 1);
  -webkit-transition: all .36s cubic-bezier(.32, .17, 0, 1);
  transition: all .36s cubic-bezier(.32, .17, 0, 1);
  width: 29px;
  height: 29px;
  line-height: 29px
}

.arrow_prev {
  left: 0;
  text-align: left;
  background: url(../images/img94.png) no-repeat center
}

.arrow_next {
  right: 0;
  text-align: right;
  background: url(../images/img95.png) no-repeat center
}

@media screen and (max-width:1600px) {
  .parameters .box .left {
    padding-left: 10%
  }

  .template .txtbox {
    margin-top: 140px
  }
}

@media screen and (max-width:1440px) {
  .develop-preview .time {
    width: 170px
  }

  .contact-information .box .part1 {
    padding-top: 0
  }

  .contact-information .box .part1 ul li {
    margin-bottom: 20px
  }

  .contact-information .box .part1 ul li .txtbox .tit {
    margin-bottom: 15px
  }

  .template .txtbox {
    margin-top: 80px
  }
}

@media screen and (max-width:1280px) {
  .develop-preview .time {
    width: 160px
  }
}

@media screen and (max-width:1024px) {
  .parameters .box .left {
    padding-left: 8%
  }

  .develop-preview .time {
    width: 130px
  }

  .contact-information .imgbox {
    width: 100%
  }

  .contact-information .box .part1 {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 10px
  }

  .contact-information .box .part1 ul li {
    float: left
  }

  .contact-information .box .part2 ul li .txtbox {
    margin-bottom: 20px
  }
}

@media screen and (max-width:768px) {
  .parameters .box .left {
    padding-left: 0
  }

  .develop-preview .slick-current .time .txt {
    font-size: 22px
  }

  .contact-information .box .part1 ul li .con {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto
  }

  .contact-information .box .part1 ul li .icon {
    width: 40px
  }
}

@media screen and (max-width:640px) {
  .develop-preview .slick-current .time .txt {
    font-size: 18px
  }

  #attribute,
  #comparison,
  #contact-information,
  #features,
  #feedback,
  #introduce,
  #join-us,
  #recommended,
  #related {
    padding-top: 160px;
    margin-top: -160px
  }
}

.lunbotu .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 46px;
  margin-top: -23px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 25px 46px;
  -webkit-background-size: 25px 46px;
  background-size: 25px 46px;
  background-position: center;
  background-repeat: no-repeat
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(../images/img157.png);
  left: 10px;
  right: auto;
  background-size: 20px
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/img158.png);
  right: 10px;
  left: auto;
  background-size: 20px
}

@media screen and (max-width:768px) {

  .lunbotu .swiper-button-next,
  .lunbotu .swiper-button-prev {
    width: 20px;
    height: 36px;
    -moz-background-size: 20px 36px;
    -webkit-background-size: 20px 36px;
    background-size: 20px 36px
  }
}

.xin-add {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden
}

.page-list a.p-prev {
  background: #eee url(../images/img159.png) center no-repeat;
  background-size: 8px 15px
}

.page-list a.p-prev:hover {
  background: #77b3fd url(../images/img161.png) center no-repeat;
  background-size: 8px 15px
}

.page-list a.p-next {
  background: #eee url(../images/img160.png) center no-repeat;
  background-size: 8px 15px
}

.page-list a.p-next:hover {
  background: #77b3fd url(../images/img162.png) center no-repeat;
  background-size: 8px 15px
}

.one {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.two {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.x-partner {
  width: 100%;
  overflow: hidden;
  background-color: #f6f6f6
}

.x-partner .box {
  margin-top: 50px
}

.x-partner .box ul li {
  float: left;
  width: 19%;
  margin-right: 1.25%;
  margin-bottom: 1.25%
}

.x-partner .box ul li:nth-child(5n) {
  margin-right: 0
}

.x-partner .box ul li .partner-logo {
  margin: 0 auto !important
}

.x-partner .box ul li .partner-logo img {
  width: 100%
}

@media screen and (max-width:1024px) {
  .x-partner .box {
    margin-top: 40px
  }

  .x-partner .box ul li {
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 1.33%
  }

  .x-partner .box ul li:nth-child(5n) {
    margin-right: 1.33%
  }

  .x-partner .box ul li:nth-child(4n) {
    margin-right: 0
  }

  .x-partner .box ul li .partner-logo {
    line-height: 110px
  }

  .privacy {
    width: auto;
    padding-left: 20px
  }
}

@media screen and (max-width:768px) {
  .x-partner .box {
    margin-top: 30px
  }

  .x-partner .box ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%
  }

  .x-partner .box ul li:nth-child(5n) {
    margin-right: 2%
  }

  .x-partner .box ul li:nth-child(4n) {
    margin-right: 2%
  }

  .x-partner .box ul li:nth-child(3n) {
    margin-right: 0
  }
}

@media screen and (max-width:640px) {
  .x-partner .box ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%
  }

  .x-partner .box ul li:nth-child(5n) {
    margin-right: 4%
  }

  .x-partner .box ul li:nth-child(4n) {
    margin-right: 4%
  }

  .x-partner .box ul li:nth-child(3n) {
    margin-right: 4%
  }

  .x-partner .box ul li:nth-child(2n) {
    margin-right: 0
  }

  .x-partner .box ul li .partner-logo {
    line-height: 100px
  }

  .privacy {
    display: inline-block;
    float: none;
    padding-left: 10px
  }
}

@media screen and (max-width:1024px) {
  .increased .box .t1 {
    font-size: 28px
  }

  .increased .box .t2 {
    font-size: 15px
  }
}

@media screen and (max-width:768px) {
  .increased .box .t1 {
    font-size: 24px
  }

  .increased .box .t2 {
    font-size: 14px;
    margin-top: 15px
  }
}

@media screen and (max-width:640px) {
  .increased .box .t1 {
    font-size: 20px
  }

  .template .txtbox {
    margin-top: 10px
  }
}

@media screen and (max-width:576px) {
  .product-icon ul li .txt {
    font-size: 15px
  }
  .i-solution{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .i-solution .box{
    margin-top: 30px;
  }
  .i-solution .content{
    padding-bottom: 40px;
  }
  .i-solution .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
  }
}

.introduction .belief ul li {
  float: none;
  width: 100%;
  margin-bottom: 5%;
  margin-right: 0
}

.introduction .belief ul li:last-child {
  margin-bottom: 0
}

.introduction .belief ul li .t2 {
  line-height: 1.6
}

@media screen and (max-width:640px) {
  .introduction .belief ul li .img {
    float: left
  }

  .introduction .belief ul li .txt {
    width: 80%;
    width: -webkit-calc(100% - 55px);
    width: -moz-calc(100% - 55px);
    width: calc(100% - 55px);
    text-align: left;
    margin-top: 5px
  }

  .introduction .belief ul li .img img {
    width: 24px
  }
}

.ft-t-infor {
  float: right
}

.fix-contact {
  z-index: 999;
  position: fixed;
  bottom: 10%;
  right: 0
}

.fix-contact li {
  margin-bottom: 10px
}

.fix-contact .icon {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  background: #5b5b5b url(../images/fixed.png) no-repeat;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px
}

.fix-contact .icon:hover {
  background-color: #f38402
}

.fix-contact .icon1 {
  background-position: center 4px
}

.fix-contact .icon2 {
  background-position: center -34px
}

.fix-contact .icon3 {
  background-position: center -34px
}

.fix-contact .icon4 {
  background-position: center -72px
}

.fix-contact .icon5 {
  background-position: center bottom
}

.fix-contact .left {
  position: absolute;
  top: 0;
  right: 55px;
  display: none;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #f38402;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px
}

.fix-contact .icon:hover .left {
  display: block
}

.fix-contact .code {
  position: absolute;
  top: -80px;
  right: 55px;
  display: none;
  padding: 20px 25px;
  background-color: #f38402;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px
}

.fix-contact .code img {
  max-width: 100px
}

.fix-contact .icon:hover .code {
  display: block
}
