@import url("https://at.alicdn.com/t/font_1360053_801ctydhfc.css");
body,
html {
  font-family: "Microsoft Yahei", "\5FAE\8F6F\96C5\9ED1", Arial, "Hiragino Sans GB", "\5B8B\4F53";
  background: #fff;
}
@media screen and (max-width: 640px) {
  body,
  html {
    font-size: calc(100vw / 3.75);
  }
}
* {
  word-wrap: break-word;
  outline: none;
}
a {
  text-decoration: none;
}
b {
  font-weight: normal;
}
img {
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999999;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999999;
  font-family: "Microsoft Yahei", "\5FAE\8F6F\96C5\9ED1", Arial, "Hiragino Sans GB", "\5B8B\4F53";
}
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  font-family: "Microsoft Yahei", "\5FAE\8F6F\96C5\9ED1", Arial, "Hiragino Sans GB", "\5B8B\4F53";
}
.main {
  background: #fff;
  min-width: 1200px;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.i_header {
  width: 100%;
}
.i_header .w1200 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 24px 0;
}
.i_header .w1200 .log {
  height: 98px;
}
.i_header .w1200 .log img {
  height: 100%;
}
.i_header .w1200 .tip {
  font-size: 18px;
  font-weight: bold;
  width: 560px;
  color: #696969;
  line-height: 2;
}
.i_header .w1200 .tel {
  display: -webkit-box;
  display: flex;
}
.i_header .w1200 .tel .txt {
  margin: 0 0 0 12px;
}
.i_header .w1200 .tel .txt p {
  color: #707070;
}
.i_header .w1200 .tel .txt p:nth-child(1) {
  font-size: 16px;
  line-height: 2;
}
.i_header .w1200 .tel .txt p:nth-child(n + 2) {
  font-size: 24px;
}
.i_menu {
  width: 100%;
  background: #0080e5;
}
.i_menu .w1200 ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.i_menu .w1200 ul li {
  -webkit-box-flex: 1;
          flex: 1;
  text-align: center;
  background: url(../images/nav_line.png) right center no-repeat;
}
.i_menu .w1200 ul li:last-child {
  background: none;
}
.i_menu .w1200 ul li a {
  display: block;
  line-height: 50px;
  color: #ffffff;
  font-size: 14px;
}
.i_swiper {
  width: 100%;
  position: relative;
}
.i_swiper .swiper-container {
  width: 100%;
}
.i_product {
  width: 100%;
}
.i_product .w1200 {
  padding: 40px 0;
}
.i_product .w1200 .tit {
  text-align: center;
  position: relative;
}
.i_product .w1200 .tit:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 56px;
  height: 4px;
  margin-top: -2px;
  margin-left: -28px;
  background: #0859c4;
}
.i_product .w1200 .tit p {
  line-height: 1;
  font-weight: bold;
  font-size: 24px;
}
.i_product .w1200 .tit p:nth-child(2) {
  margin: 40px 0 0 0;
}
.i_product .w1200 .box {
  margin: 20px 0 0 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.i_product .w1200 .box .col {
  width: calc((100% - 30px) / 4);
  margin: 0 10px 10px 0;
}
.i_product .w1200 .box .col:nth-child(4n) {
  margin-right: 0;
}
.i_product .w1200 .box .col:nth-child(n + 5) {
  margin-bottom: 0;
}
.i_product .w1200 .box .col a {
  display: block;
}
.i_product .w1200 .box .col a .pic {
  width: 100%;
  height: 190px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
}
.i_product .w1200 .box .col a .pic img {
  width: 140%;
  max-width: 140%;
}
.i_product .w1200 .box .col a .txt {
  line-height: 40px;
  font-size: 14px;
  color: #272727;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.i_reason {
  background: url(../images/ys_tit_line.png) center center no-repeat #0759c4;
}
.i_reason .w1200 {
  padding: 46px 0;
}
.i_reason .w1200 p {
  line-height: 1;
  text-align: center;
}
.i_reason .w1200 p:nth-child(1) {
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
}
.i_reason .w1200 p:nth-child(1) span {
  margin: 0 0 0 10px;
  color: #707070;
}
.i_reason .w1200 p:nth-child(2) {
  font-size: 14px;
  font-weight: bold;
  color: #ccd6ee;
  margin: 16px 0 0 0;
  padding: 0 140px 0 0;
}
.i_advantage {
  width: 100%;
  min-height: 1653px;
  background: url(../images/YS_BG.png) center center no-repeat;
}
.i_advantage .w1200 .row:nth-child(1) {
  background: url(../images/23.png) right 60px no-repeat;
  padding: 100px 0;
}
.i_advantage .w1200 .row:nth-child(1) .txt {
  padding: 0 0 0 110px;
  width: 620px;
  position: relative;
}
.i_advantage .w1200 .row:nth-child(1) .txt:after {
  position: absolute;
  left: 110px;
  top: 56px;
  content: "";
  width: 56px;
  height: 2px;
  background: #0859c4;
}
.i_advantage .w1200 .row:nth-child(1) .txt:nth-child(1) {
  background: url(../images/ys_icon01.png) left top no-repeat;
}
.i_advantage .w1200 .row:nth-child(1) .txt:nth-child(2) {
  background: url(../images/ys_icon02.png) left top no-repeat;
  margin: 80px 0 0 0;
}
.i_advantage .w1200 .row:nth-child(1) .txt p {
  line-height: 1.6;
}
.i_advantage .w1200 .row:nth-child(1) .txt p:nth-child(1) {
  font-size: 30px;
  font-weight: bold;
  color: #171717;
}
.i_advantage .w1200 .row:nth-child(1) .txt p:nth-child(2) {
  font-size: 14px;
  color: #777777;
  margin: 26px 0 0 0;
}
.i_advantage .w1200 .row:nth-child(2) {
  margin: 80px 0 0 0;
  background: url(../images/ys_tu02.png) left 80px no-repeat;
  padding: 100px 0 100px 620px;
}
.i_advantage .w1200 .row:nth-child(2) .txt {
  padding: 0 0 0 110px;
  width: 100%;
  position: relative;
}
.i_advantage .w1200 .row:nth-child(2) .txt:after {
  position: absolute;
  left: 110px;
  top: 56px;
  content: "";
  width: 56px;
  height: 2px;
  background: #0859c4;
}
.i_advantage .w1200 .row:nth-child(2) .txt:nth-child(1) {
  background: url(../images/ys_icon03.png) left top no-repeat;
}
.i_advantage .w1200 .row:nth-child(2) .txt:nth-child(2) {
  background: url(../images/ys_icon04.png) left top no-repeat;
  margin: 80px 0 0 0;
}
.i_advantage .w1200 .row:nth-child(2) .txt p {
  line-height: 1.6;
}
.i_advantage .w1200 .row:nth-child(2) .txt p:nth-child(1) {
  font-size: 30px;
  font-weight: bold;
  color: #171717;
}
.i_advantage .w1200 .row:nth-child(2) .txt p:nth-child(2) {
  font-size: 14px;
  color: #777777;
  margin: 26px 0 0 0;
}
.i_advantage .w1200 .row:nth-child(3) {
  background: url(../images/107.png) right 70px no-repeat;
  padding: 50px 0;
}
.i_advantage .w1200 .row:nth-child(3) .txt {
  padding: 0 0 0 110px;
  width: 600px;
  position: relative;
}
.i_advantage .w1200 .row:nth-child(3) .txt:after {
  position: absolute;
  left: 110px;
  top: 56px;
  content: "";
  width: 56px;
  height: 2px;
  background: #0859c4;
}
.i_advantage .w1200 .row:nth-child(3) .txt:nth-child(1) {
  background: url(../images/ys_icon01.png) left top no-repeat;
}
.i_advantage .w1200 .row:nth-child(3) .txt:nth-child(2) {
  background: url(../images/ys_icon02.png) left top no-repeat;
  margin: 80px 0 0 0;
}
.i_advantage .w1200 .row:nth-child(3) .txt p {
  line-height: 1.6;
}
.i_advantage .w1200 .row:nth-child(3) .txt p:nth-child(1) {
  font-size: 30px;
  font-weight: bold;
  color: #171717;
}
.i_advantage .w1200 .row:nth-child(3) .txt p:nth-child(2) {
  font-size: 14px;
  color: #777777;
  margin: 26px 0 0 0;
}
.i_device {
  width: 100%;
  background: url(../images/case_bg.jpg) center top no-repeat;
}
.i_device .w1200 {
  padding: 60px 0;
}
.i_device .w1200 .tit {
  background: url(../images/case_bg.png) center center no-repeat;
  padding: 20px 0;
}
.i_device .w1200 .tit p {
  line-height: 1;
  text-align: center;
}
.i_device .w1200 .tit p:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  color: #0859c4;
}
.i_device .w1200 .tit p:nth-child(1) span {
  font-size: 20px;
  margin: 0 0 0 10px;
  color: #d2d2d2;
}
.i_device .w1200 .tit p:nth-child(2) {
  color: #171717;
  margin: 10px 0 0 0;
}
.i_device .w1200 .box {
  margin: 30px 0 0 0;
  width: 100%;
  position: relative;
}
.i_device .w1200 .box .swiper-container {
  width: 100%;
}
.i_device .w1200 .box .swiper-container .col .pic {
  width: 100%;
  height: 230px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
}
.i_device .w1200 .box .swiper-container .col .txt {
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  background: #0859c4;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.i_company {
  width: 100%;
  background: url(../images/35.png) center top no-repeat;
}
.i_company .w1200 {
  padding: 60px 0;
}
.i_company .w1200 .tit {
  text-align: center;
  position: relative;
}
.i_company .w1200 .tit:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 56px;
  height: 4px;
  margin-top: -2px;
  margin-left: -28px;
  background: #0859c4;
}
.i_company .w1200 .tit p {
  line-height: 1;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}
.i_company .w1200 .tit p:nth-child(2) {
  margin: 40px 0 0 0;
  font-size: 16px;
  font-weight: normal;
}
.i_company .w1200 .box {
  margin: 40px 0 0 0;
  padding: 40px;
  background: #ffffff;
  box-shadow: 0 0 6px #eeeeee;
}
.i_company .w1200 .box .fir {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.i_company .w1200 .box .fir .pic {
  width: 565px;
}
.i_company .w1200 .box .fir .txt {
  -webkit-box-flex: 1;
          flex: 1;
  margin: 0 0 0 50px;
}
.i_company .w1200 .box .fir .txt p:nth-child(1) {
  font-size: 22px;
  font-weight: bold;
  color: #171717;
}
.i_company .w1200 .box .fir .txt p:nth-child(2) {
  margin: 20px 0 0 0;
  font-size: 14px;
  line-height: 2;
  color: #707070;
}
.i_company .w1200 .box .fir .txt p:nth-child(3) {
  margin: 20px 0 0 0;
  font-size: 14px;
  line-height: 2;
}
.i_company .w1200 .box .fir .txt p:nth-child(3) a {
  color: #707070;
}
.i_company .w1200 .box .fir .txt p:nth-child(3) a:hover {
  color: #0859c4;
}
.i_company .w1200 .box .sec {
  margin: 40px 0 0 0;
  display: -webkit-box;
  display: flex;
}
.i_company .w1200 .box .sec .col {
  width: calc((100% - 90px) / 4);
  margin: 0 30px 0 0;
}
.i_company .w1200 .box .sec .col:last-child {
  margin: 0;
}
.i_news {
  width: 100%;
}
.i_news .w1200 {
  padding: 0 0 40px 0;
}
.i_news .w1200 .tit {
  text-align: center;
  position: relative;
}
.i_news .w1200 .tit:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 56px;
  height: 4px;
  margin-top: -2px;
  margin-left: -28px;
  background: #0859c4;
}
.i_news .w1200 .tit p {
  line-height: 1;
  font-weight: bold;
  font-size: 24px;
}
.i_news .w1200 .tit p:nth-child(2) {
  margin: 40px 0 0 0;
}
.i_news .w1200 .box {
  margin: 30px 0 0 0;
  width: 100%;
  position: relative;
}
.i_news .w1200 .box .col {
  width: 100%;
  border: 1px solid #eeeeee;
  padding: 5px;
}
.i_news .w1200 .box .col .pic {
  width: 100%;
  height: 195px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
}
.i_news .w1200 .box .col .txt {
  font-size: 16px;
  color: #707070;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin: 10px;
}
.i_news .w1200 .box .col .des {
  font-size: 14px;
  margin: 5px 10px;
  color: #666666;
}
.i_footer {
  width: 100%;
}
.i_footer .ifo {
  background: url(../images/93.png) center center no-repeat;
}
.i_footer .ifo .w1200 {
  padding: 60px 0;
}
.i_footer .ifo .w1200 .top {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.i_footer .ifo .w1200 .top p {
  line-height: 1;
  color: #ffffff;
}
.i_footer .ifo .w1200 .top p:nth-child(1) {
  font-size: 30px;
  font-weight: bold;
}
.i_footer .ifo .w1200 .top p:nth-child(2) {
  font-size: 16px;
  margin: 10px 0 0 0;
}
.i_footer .ifo .w1200 .bot {
  margin: 40px 0 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.i_footer .ifo .w1200 .bot .col {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}
.i_footer .ifo .w1200 .bot .col .pic {
  height: 60px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.i_footer .ifo .w1200 .bot .col .txt {
  line-height: 1;
  margin: 15px 0 0 0;
}
.i_footer .ifo .w1200 .bot .col .txt p {
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}
.i_footer .ifo .w1200 .bot .col .txt p:nth-child(1) {
  margin: 0 0 10px 0;
}
.i_footer .fot {
  background: #1969cc;
}
.i_footer .fot .w1200 {
  display: -webkit-box;
  display: flex;
}
.i_footer .fot .w1200 p {
  color: #dddddd;
  line-height: 60px;
  font-size: 14px;
}
.i_footer .fot .w1200 p:nth-child(1) {
  -webkit-box-flex: 1;
          flex: 1;
}
.i_footer .fot .w1200 p a {
  color: #dddddd;
}
.i_position {
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
}
.i_position .w1200 {
  height: 60px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
.i_position .w1200 .lef {
  font-size: 14px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.i_position .w1200 .lef i {
  color: #999999;
  margin: 0 10px 0 0;
}
.i_position .w1200 .lef b {
  font-size: 12px;
  margin: 0 10px;
  color: #999999;
}
.i_position .w1200 .lef a {
  color: #999999;
}
.i_position .w1200 .lef a:hover {
  text-decoration: underline;
}
.i_position .w1200 .rig {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.i_position .w1200 .rig a {
  font-size: 14px;
  color: #676767;
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin: 0 0 0 20px;
  line-height: 36px;
  border-radius: 36px;
  padding: 0 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.i_position .w1200 .rig a:hover {
  color: #ffffff;
  background: #0859c4;
  border: 1px solid #0859c4;
}
.i_position .w1200 .rig a.active {
  color: #ffffff;
  background: #0859c4;
  border: 1px solid #0859c4;
}
.v_page {
  background: #f8f8f8;
  padding: 40px 0;
}
.v_page .w1200 {
  background: #ffffff;
  padding: 40px;
  box-sizing: border-box;
}
.v_page .w1200 .tit {
  text-align: center;
  font-size: 30px;
  line-height: 1;
}
.v_page .w1200 .box {
  margin: 40px 0 0 0;
  padding: 40px 0 0 0;
  border-top: 1px solid #eeeeee;
}
.v_page .w1200 .box p {
  color: #555555;
  text-indent: 2em;
  line-height: 2;
  margin: 0 0 10px 0;
}
.v_page .w1200 .box img {
  max-width: 100%;
  margin: 0 auto;
}
.v_product {
  background: #f8f8f8;
  padding: 40px 0;
}
.v_product .w1200 .box {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.v_product .w1200 .box .col {
  width: calc((100% - 30px) / 4);
  margin: 0 10px 10px 0;
  position: relative;
  overflow: hidden;
}
.v_product .w1200 .box .col:hover .txt {
  top: 0;
}
.v_product .w1200 .box .col:nth-child(4n) {
  margin-right: 0;
}
.v_product .w1200 .box .col .pic {
  width: 100%;
  height: 220px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
}
.v_product .w1200 .box .col .txt {
  position: absolute;
  left: 0;
  top: 220px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  padding: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.v_product .w1200 .box .col .txt p {
  color: #ffffff;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  line-height: 2;
}
.v_product .w1200 .pag {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.v_product .w1200 .pag ul {
  display: -webkit-box;
  display: flex;
}
.v_product .w1200 .pag ul li {
  margin: 0 5px 0 0;
}
.v_product .w1200 .pag ul li.active span {
  background: #0859c4;
  color: #ffffff;
}
.v_product .w1200 .pag ul li.disabled span {
  cursor: not-allowed;
}
.v_product .w1200 .pag ul li span,
.v_product .w1200 .pag ul li a {
  width: 30px;
  height: 30px;
  display: block;
  line-height: 30px;
  text-align: center;
  background: #f2f2f2;
  color: #333333;
  font-size: 14px;
}
.v_product .w1200 .pag ul li a:hover {
  background: #0859c4;
  color: #ffffff;
}
.v_article {
  background: #f8f8f8;
  padding: 40px 0;
}
.v_article .w1200 {
  background: #ffffff;
  padding: 40px;
  box-sizing: border-box;
}
.v_article .w1200 .box .row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #f5f5f5;
}
.v_article .w1200 .box .row:nth-child(1) {
  padding-top: 0;
}
.v_article .w1200 .box .row .tit {
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 14px;
  padding: 0 0 0 20px;
  position: relative;
}
.v_article .w1200 .box .row .tit:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid #0859c4;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.v_article .w1200 .box .row .tit:hover:before {
  background: #0859c4;
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.v_article .w1200 .box .row .tit:hover a {
  color: #0859c4;
}
.v_article .w1200 .box .row .tit a {
  color: #333333;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.v_article .w1200 .box .row .tim {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 14px;
  color: #999999;
}
.v_article .w1200 .box .row .tim i {
  font-size: 14px;
  margin: 0 5px 0 0;
}
.v_article .w1200 .pag {
  margin: 10px 0 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.v_article .w1200 .pag ul {
  display: -webkit-box;
  display: flex;
}
.v_article .w1200 .pag ul li {
  margin: 0 5px 0 0;
}
.v_article .w1200 .pag ul li.active span {
  background: #0859c4;
  color: #ffffff;
}
.v_article .w1200 .pag ul li.disabled span {
  cursor: not-allowed;
}
.v_article .w1200 .pag ul li span,
.v_article .w1200 .pag ul li a {
  width: 30px;
  height: 30px;
  display: block;
  line-height: 30px;
  text-align: center;
  background: #f2f2f2;
  color: #333333;
  font-size: 14px;
}
.v_article .w1200 .pag ul li a:hover {
  background: #0859c4;
  color: #ffffff;
}
.v_view {
  background: #f8f8f8;
  padding: 40px 0;
}
.v_view .w1200 {
  padding: 40px;
}
.v_view .w1200 .tit h1 {
  line-height: 1;
  text-align: center;
  margin: 0;
}
.v_view .w1200 .tim {
  text-align: center;
  margin: 40px 0 0 0;
  color: #999999;
  font-size: 12px;
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 10px 0;
}
.v_view .w1200 .des {
  margin: 20px 0 0 0;
  padding: 10px 17px;
  border: 1px solid #eeeeee;
  background: #ffffff;
  font-size: 14px;
  line-height: 2;
  color: #999999;
}
.v_view .w1200 .box {
  margin: 20px 0 0 0;
  line-height: 2;
  font-size: 14px;
}
.v_view .w1200 .box p {
  margin: 0 0 10px 0;
}
.v_view .w1200 .box img {
  max-width: 100%;
  margin: 0 auto;
}
.v_view .w1200 .nex {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #eeeeee;
  padding: 20px 0 0 0;
}
.v_view .w1200 .nex p {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 500px;
  line-height: 1;
  font-size: 14px;
}
.v_view .w1200 .nex p:nth-child(2) {
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.v_view .w1200 .nex p span {
  color: #999999;
}
.v_view .w1200 .nex p a {
  color: #666666;
  max-width: 400px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.v_view .w1200 .nex p a:hover {
  color: #0859c4;
}
.v_content {
  background: #f8f8f8;
  padding: 40px 0;
}
.v_content .w1200 {
  background: #ffffff;
  padding: 80px 40px;
  box-sizing: border-box;
}
.v_content .w1200 .tip {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.v_content .w1200 .tip span {
  color: red;
}
.v_content .w1200 .tit {
  text-align: center;
  font-size: 32px;
  margin: 60px 0 0 0;
}
.v_content .w1200 .des {
  font-size: 14px;
  margin: 20px 40px 0 40px;
  color: #999999;
  text-align: center;
  line-height: 2;
}
.v_content .w1200 .ifo {
  margin: 40px 0 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.v_content .w1200 .ifo .col {
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.v_content .w1200 .ifo .col .txt {
  margin: 20px 0 0 0;
}
.v_content .w1200 .ifo .col .txt p {
  line-height: 1;
  text-align: center;
  font-size: 16px;
}
.v_content .w1200 .ifo .col .txt p:nth-child(2) {
  margin: 10px 0 0 0;
}
.v_message {
  background: #f8f8f8;
  padding: 40px 0;
}
.v_message .w1200 {
  background: #ffffff;
  padding: 80px 40px;
  box-sizing: border-box;
}
.v_message .w1200 .tip {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.v_message .w1200 .tip span {
  color: red;
}
.v_message .w1200 .box {
  margin: 80px 0 0 0;
}
.v_message .w1200 .box .row {
  display: -webkit-box;
  display: flex;
  margin: 30px 0 0 0;
}
.v_message .w1200 .box .row:last-child {
  -webkit-box-pack: center;
          justify-content: center;
}
.v_message .w1200 .box .row input {
  width: calc((100% - 30px) / 2);
  height: 40px;
  border: 1px solid #ddd;
  padding: 0 15px;
  font-size: 14px;
  margin: 0 30px 0 0;
}
.v_message .w1200 .box .row input:nth-child(2) {
  margin: 0;
}
.v_message .w1200 .box .row textarea {
  width: 100%;
  height: 80px;
  font-size: 14px;
  line-height: 1.6;
  border: 1px solid #ddd;
  padding: 8px 15px;
  font-family: "Microsoft Yahei", "\5FAE\8F6F\96C5\9ED1", Arial, "Hiragino Sans GB", "\5B8B\4F53";
}
.v_message .w1200 .box .row button {
  height: 34px;
  font-size: 14px;
  background: #0859c4;
  color: #fff;
  border: none;
  margin: 0 15px;
  padding: 0 25px;
  border-radius: 4px;
  cursor: pointer;
}
.v_map {
  background: #f8f8f8;
  padding: 40px 0;
}
.v_map .w1200 {
  background: #ffffff;
  padding: 40px;
  box-sizing: border-box;
}
.v_map .w1200 .tip {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.v_map .w1200 .tip span {
  color: red;
}
.v_map .w1200 .box {
  margin: 40px 0 0 0;
  border: 1px solid #999999;
}
.v_map .w1200 .box #mapContainer {
  width: 100%;
  height: 460px;
}
.i_qq {
  width: 38px;
  height: 150px;
  background: #65beba;
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 10000;
}
.i_qq:hover .lef {
  width: 220px;
}
.i_qq .lef {
  position: absolute;
  top: 0;
  right: 38px;
  height: 250px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background: #ffffff;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.i_qq .lef .tit {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  width: 220px;
  box-sizing: border-box;
  padding: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border-bottom: 1px solid #dddddd;
  font-size: 16px;
  line-height: 1;
}
.i_qq .lef .tit span {
  margin: 0 0 0 5px;
}
.i_qq .lef .box {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  width: 220px;
  box-sizing: border-box;
  padding: 40px 20px;
  border-bottom: 1px solid #dddddd;
}
.i_qq .lef .box p {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1;
  color: #999999;
}
.i_qq .lef .box p:nth-child(2) {
  margin: 10px 0 0 0;
}
.i_qq .lef .box p i {
  margin: 0 5px 0 0;
}
.i_qq .lef .box p a {
  color: #999999;
}
.i_qq .lef .box p a:hover {
  color: #0859c4;
}
.i_qq .lef .tim {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  width: 220px;
  box-sizing: border-box;
  -webkit-box-flex: 1;
          flex: 1;
  padding: 0 20px;
  font-size: 14px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  color: #999999;
}
.i_qq .lef .tim i {
  margin: 0 5px 0 0;
}
.i_qq .rig {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.i_qq .rig i,
.i_qq .rig span {
  color: #ffffff;
  line-height: 1;
  font-size: 14px;
  margin: 2px 0;
}
