@import url("https://at.alicdn.com/t/font_1360053_801ctydhfc.css");
@font-face {
  font-family: "AlibabaPuHuiTi-2-55-Regular";
  src: url(../font/AlibabaPuHuiTi-2-55-Regular.ttf);
}
body,
html {
  font-family: "AlibabaPuHuiTi-2-55-Regular";
  background: #ffffff;
}
@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 {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
iframe {
  width: 100%;
  height: 500px;
}
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 {
  width: 100%;
  overflow: hidden;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.i_head {
  width: 100%;
}
.i_head .sha {
  width: 100%;
  background: #f7f7f7;
  border-bottom: 1px solid #f1f1f1;
}
.i_head .sha .w1200 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 32px;
  font-size: 14px;
  line-height: 1;
}
.i_head .sha .w1200 .rig {
  display: flex;
  align-items: center;
}
.i_head .sha .w1200 .rig a {
  color: #333333;
  margin: 0 0 0 30px;
  position: relative;
}
.i_head .sha .w1200 .rig a:before {
  position: absolute;
  left: -17px;
  top: 0;
  content: "/";
  font-size: 12px;
  color: #999999;
}
.i_head .sha .w1200 .rig a:first-child:before {
  display: none;
}
.i_head .xia {
  padding: 30px 0;
}
.i_head .xia .w1200 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.i_head .xia .w1200 .lef {
  width: 592px;
}
.i_head .xia .w1200 .rig {
  display: flex;
  align-items: center;
}
.i_head .xia .w1200 .rig .pic {
  width: 45px;
}
.i_head .xia .w1200 .rig .txt {
  margin: 0 0 0 10px;
  display: flex;
  flex-direction: column;
}
.i_head .xia .w1200 .rig .txt span {
  line-height: 1;
}
.i_head .xia .w1200 .rig .txt span:nth-child(1) {
  font-size: 14px;
  color: #666666;
}
.i_head .xia .w1200 .rig .txt span:nth-child(2) {
  font-size: 30px;
  font-weight: bold;
  margin: 5px 0 0 0;
}
.i_menu {
  background: url(../images/menu_bg.png) center center no-repeat;
}
.i_menu .w1200 {
  display: flex;
  align-items: center;
}
.i_menu .w1200 .col {
  width: calc(100% / 8);
  background: url(../images/menu_bg_line.png) right center no-repeat;
  position: relative;
}
.i_menu .w1200 .col:last-child .nam {
  background: none;
}
.i_menu .w1200 .col.active {
  background: linear-gradient(180deg, #e20003 0%, #970d2e 100%);
}
.i_menu .w1200 .col:hover .chi {
  display: block;
}
.i_menu .w1200 .col .nam {
  text-align: center;
}
.i_menu .w1200 .col .nam a {
  display: block;
  line-height: 57px;
  font-size: 16px;
  color: #ffffff;
}
.i_menu .w1200 .col .chi {
  position: absolute;
  left: 0;
  top: 57px;
  width: 100%;
  z-index: 100;
  display: none;
}
.i_menu .w1200 .col .chi ul {
  padding: 5px 0 0 0;
}
.i_menu .w1200 .col .chi ul li {
  background: linear-gradient(180deg, #007ec5 0%, #006fae 100%);
}
.i_menu .w1200 .col .chi ul li:hover {
  background: #3d97cf;
}
.i_menu .w1200 .col .chi ul li a {
  padding: 0 15px;
  display: block;
  line-height: 46px;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.i_bann {
  width: 100%;
  position: relative;
}
.i_sear {
  border-bottom: 1px solid #cccccc;
  padding: 30px 0;
}
.i_sear .w1200 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.i_sear .w1200 .lef {
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
}
.i_sear .w1200 .lef span {
  font-weight: bold;
}
.i_sear .w1200 .lef a {
  color: #666666;
  margin: 0 10px;
}
.i_sear .w1200 .rig {
  border: 1px solid #dddddd;
  border-radius: 38px;
  overflow: hidden;
}
.i_sear .w1200 .rig form {
  display: flex;
  align-items: center;
}
.i_sear .w1200 .rig form input {
  width: 280px;
  height: 38px;
  border: none;
  padding: 0 20px;
  font-size: 14px;
}
.i_sear .w1200 .rig form button {
  background: none;
  width: 50px;
  height: 38px;
  border: none;
  font-weight: bold;
  color: #0d7cbc;
  cursor: pointer;
}
.i_shop {
  padding: 40px 0;
}
.i_shop .w1200 {
  display: flex;
}
.i_shop .w1200 .lef {
  width: 285px;
}
.i_shop .w1200 .lef .sha {
  background: url(../images/ABUIABAEGAAgv6DUmgYovbTpkAEwnAI4Vw.png) center top no-repeat;
  border: 3px solid #3d97cf;
}
.i_shop .w1200 .lef .sha .nam {
  padding: 18px 0 0 65px;
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
  font-weight: bold;
}
.i_shop .w1200 .lef .sha .lis {
  margin: 40px 0 0 0;
}
.i_shop .w1200 .lef .sha .lis .row {
  padding: 0 10px;
}
.i_shop .w1200 .lef .sha .lis .row:last-child a {
  border: none;
}
.i_shop .w1200 .lef .sha .lis .row a {
  padding: 0 10px;
  line-height: 52px;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #dddddd;
  color: #666666;
}
.i_shop .w1200 .lef .sha .lis .row a:hover {
  background: #f6f6f6;
}
.i_shop .w1200 .lef .sha .lis .row a:hover span {
  color: #3d97cf;
}
.i_shop .w1200 .lef .sha .lis .row a i {
  font-size: 20px;
}
.i_shop .w1200 .lef .sha .lis .row a span {
  font-size: 18px;
  margin: 0 0 0 5px;
}
.i_shop .w1200 .lef .xia {
  margin: 10px 0 0 0;
  border: 3px solid #3d97cf;
}
.i_shop .w1200 .lef .xia .nam {
  background: #3d97cf;
  line-height: 46px;
  padding: 0 20px 3px 20px;
  color: #ffffff;
  font-size: 18px;
}
.i_shop .w1200 .lef .xia .box {
  padding: 15px 20px;
}
.i_shop .w1200 .lef .xia .box p {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 5px 0;
  color: #666666;
}
.i_shop .w1200 .lef .xia .box p:first-child {
  padding: 0 0 5px 0;
}
.i_shop .w1200 .lef .xia .box p:first-child img {
  width: 25px;
}
.i_shop .w1200 .lef .xia .box p:first-child span {
  font-weight: bold;
  font-size: 15px;
  margin: 0 0 0 5px;
}
.i_shop .w1200 .lef .xia .box p:last-child {
  margin: 0;
}
.i_shop .w1200 .rig {
  width: calc(100% - 315px);
  margin: 0 0 0 30px;
}
.i_shop .w1200 .rig .sha {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(../images/ABUIABAEGAAg3L3UmgYo2Jv__gcw_gY4CQ.png) center bottom no-repeat;
  background-size: 100% auto;
}
.i_shop .w1200 .rig .sha .nam {
  font-size: 20px;
  line-height: 40px;
  padding: 0 0 10px 0;
}
.i_shop .w1200 .rig .sha .mor {
  font-size: 15px;
  line-height: 1;
}
.i_shop .w1200 .rig .sha .mor a {
  color: #3d97cf;
}
.i_shop .w1200 .rig .xia {
  display: flex;
  flex-wrap: wrap;
}
.i_shop .w1200 .rig .xia .col {
  width: calc((100% - 20px) / 3);
  margin: 10px 10px 0 0;
}
.i_shop .w1200 .rig .xia .col:nth-child(3n) {
  margin-right: 0;
}
.i_shop .w1200 .rig .xia .col a {
  display: block;
}
.i_shop .w1200 .rig .xia .col a:hover .pic img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.i_shop .w1200 .rig .xia .col a .pic {
  width: 100%;
  height: 245px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 2px solid #a9a9a9;
}
.i_shop .w1200 .rig .xia .col a .pic img {
  max-width: 100%;
  width: auto;
  transition: all 0.3s;
}
.i_shop .w1200 .rig .xia .col a .nam {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  padding: 15px 10px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.i_adva {
  background: url(../images/ABUIABAEGAAgsenUmgYozrOoaTCADzjIAQ.png) center top no-repeat;
}
.i_adva .hed {
  padding: 30px 0 0 0;
}
.i_adva .hed .w1200 {
  display: flex;
  justify-content: space-between;
}
.i_adva .hed .w1200 .lef {
  width: 674px;
}
.i_adva .hed .w1200 .lef .sha {
  background: url(../images/ABUIABAEGAAg2unUmgYotdyqNTCiBTg1.png) center center no-repeat;
  padding: 0 40px;
  text-align: center;
}
.i_adva .hed .w1200 .lef .sha p {
  color: #ffffff;
  line-height: 1;
}
.i_adva .hed .w1200 .lef .sha p:nth-child(1) {
  font-size: 30px;
}
.i_adva .hed .w1200 .lef .sha p:nth-child(2) {
  font-size: 24px;
  margin: 20px 0 0 0;
}
.i_adva .hed .w1200 .lef .xia {
  margin: 20px 0 0 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.i_adva .hed .w1200 .lef .xia .tel {
  display: flex;
  align-items: center;
}
.i_adva .hed .w1200 .lef .xia .tel .pic {
  width: 46px;
}
.i_adva .hed .w1200 .lef .xia .tel .txt {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  margin: 0 0 0 10px;
}
.i_adva .hed .w1200 .lef .xia .tel .txt span {
  line-height: 1;
}
.i_adva .hed .w1200 .lef .xia .tel .txt span:nth-child(2) {
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0 0 0;
}
.i_adva .hed .w1200 .lef .xia .lik {
  display: flex;
}
.i_adva .hed .w1200 .lef .xia .lik a {
  font-size: 15px;
  width: 130px;
  line-height: 38px;
  color: #ffffff;
  text-align: center;
}
.i_adva .hed .w1200 .lef .xia .lik a:nth-child(1) {
  background: #c40000;
}
.i_adva .hed .w1200 .lef .xia .lik a:nth-child(2) {
  background: #2b2b2b;
}
.i_adva .hed .w1200 .rig {
  width: 251px;
}
.i_adva .bod {
  position: relative;
}
.i_adva .bod:before {
  position: absolute;
  width: 404px;
  height: 535px;
  left: 0;
  top: -58px;
  content: "";
  background: url(../images/ABUIABAEGAAgq_7UmgYouPn6uQIwlAM4lwQ.png) center center no-repeat;
}
.i_adva .bod:after {
  position: absolute;
  width: 369px;
  height: 532px;
  right: 0;
  bottom: 0;
  content: "";
  background: url(../images/ABUIABAEGAAggKHVmgYonvCpkAMw8QI4lAQ.png) center center no-repeat;
}
.i_adva .bod .w1200 {
  padding: 50px 0;
}
.i_adva .bod .w1200 .tit {
  height: 122px;
  background: url(../images/ABUIABAEGAAg1u-UmgYo9ezB0gMw1gM4eg.png) center bottom no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.i_adva .bod .w1200 .tit:before {
  position: absolute;
  left: 235px;
  top: -40px;
  content: "“";
  font-size: 120px;
  line-height: 1;
  color: #c40000;
}
.i_adva .bod .w1200 .tit:after {
  position: absolute;
  right: 235px;
  bottom: -100px;
  content: "”";
  font-size: 120px;
  line-height: 1;
  color: #c40000;
}
.i_adva .bod .w1200 .tit p {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.i_adva .bod .w1200 .tit p:nth-child(1) {
  margin-top: -45px;
}
.i_adva .bod .w1200 .tit p:nth-child(1) img {
  width: 93px;
  margin: 0 5px;
}
.i_adva .bod .w1200 .tit p:nth-child(1) span {
  font-size: 36px;
  color: #666666;
  padding: 0 0 20px 0;
}
.i_adva .bod .w1200 .tit p:nth-child(2) {
  font-size: 30px;
  color: #666666;
}
.i_adva .bod .w1200 .box {
  margin: 50px 0 0 0;
}
.i_adva .bod .w1200 .box .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.i_adva .bod .w1200 .box .row:nth-child(2n) {
  flex-direction: row-reverse;
}
.i_adva .bod .w1200 .box .row .lef {
  width: 540px;
  background: url(../images/ABUIABAEGAAgwJfVmgYoxvrm0AcwswM4Dg.png) left 105px no-repeat;
}
.i_adva .bod .w1200 .box .row .lef .nam {
  display: flex;
  align-items: center;
}
.i_adva .bod .w1200 .box .row .lef .nam .txt {
  margin: 0 0 0 10px;
  display: flex;
  flex-direction: column;
}
.i_adva .bod .w1200 .box .row .lef .nam .txt span {
  line-height: 1;
}
.i_adva .bod .w1200 .box .row .lef .nam .txt span:nth-child(1) {
  font-size: 36px;
  font-weight: bold;
  color: #3d97cf;
}
.i_adva .bod .w1200 .box .row .lef .nam .txt span:nth-child(2) {
  margin: 10px 0 0 0;
  font-size: 30px;
  color: #666666;
}
.i_adva .bod .w1200 .box .row .lef .des {
  margin: 50px 0 0 0;
}
.i_adva .bod .w1200 .box .row .lef .des p {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 20px 0;
  padding: 0 0 0 30px;
  color: #666666;
  position: relative;
}
.i_adva .bod .w1200 .box .row .lef .des p:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/ABUIABAEGAAgppfVmgYo7s3AuwQwFDgT.png) center center no-repeat;
}
.i_adva .bod .w1200 .box .row .lef .des p:last-child {
  margin: 0;
}
.i_adva .bod .w1200 .box .row .lef .des p span {
  color: #3d97cf;
}
.i_adva .bod .w1200 .box .row .rig {
  width: 512px;
}
.i_stre {
  background: url(../images/ABUIABAEGAAg4KHVmgYooMirtAUwgA84yAE.png) center top no-repeat;
}
.i_stre .hed {
  padding: 50px 0;
}
.i_stre .hed .w1200 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.i_stre .hed .w1200 .lef p {
  color: #ffffff;
}
.i_stre .hed .w1200 .lef p:nth-child(1) {
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
}
.i_stre .hed .w1200 .lef p:nth-child(2) {
  margin: 20px 0 0 0;
  font-size: 20px;
  line-height: 40px;
  padding: 0 15px;
  border: 2px solid #ffffff;
}
.i_stre .hed .w1200 .lef p:nth-child(2) span {
  font-size: 24px;
  font-weight: bold;
}
.i_stre .hed .w1200 .rig {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.i_stre .hed .w1200 .rig span {
  color: #ffffff;
}
.i_stre .hed .w1200 .rig a {
  box-shadow: 0px 2px 8px rgba(196, 0, 0, 0.5);
  border-color: rgba(196, 0, 0, 0.5);
  background: -webkit-linear-gradient(bottom, #c40000, #e17f7f);
  color: #ffffff;
  width: 140px;
  text-align: center;
  line-height: 38px;
  margin: 10px 0 0 0;
  border-radius: 4px;
}
.i_stre .bod {
  padding: 80px 0;
}
.i_stre .bod .w1200 .tit {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.i_stre .bod .w1200 .tit span {
  font-size: 36px;
  font-weight: bold;
}
.i_stre .bod .w1200 .tit img {
  width: 528px;
  margin: 20px 0;
}
.i_stre .bod .w1200 .tit a {
  font-size: 12px;
  background: #4b4b4b;
  color: #ffffff;
  width: 82px;
  line-height: 26px;
  text-align: center;
}
.i_stre .bod .w1200 .box {
  margin: 50px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.i_stre .bod .w1200 .box .col {
  width: calc((100% - 30px) / 4);
  margin: 10px 10px 0 0;
}
.i_stre .bod .w1200 .box .col:hover .pic img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.i_stre .bod .w1200 .box .col:nth-child(-n + 4) {
  margin-top: 0;
}
.i_stre .bod .w1200 .box .col:nth-child(4n) {
  margin-right: 0;
}
.i_stre .bod .w1200 .box .col .pic {
  width: 100%;
  height: 195px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.i_stre .bod .w1200 .box .col .pic img {
  transition: all 0.3s;
}
.i_stre .bod .w1200 .box .col .nam {
  text-align: center;
  padding: 10px 10px 0 10px;
  font-size: 16px;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.i_cert {
  background: url(../images/ABUIABACGAAg_KrVmgYoxv7pCzCADziVBQ.jpg) center center no-repeat;
  background-size: auto 100%;
  min-height: 669px;
}
.i_cert .w1200 {
  padding: 80px 0;
}
.i_cert .w1200 .tit {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.i_cert .w1200 .tit span {
  font-size: 36px;
  font-weight: bold;
}
.i_cert .w1200 .tit img {
  width: 528px;
  margin: 20px 0;
}
.i_cert .w1200 .tit a {
  font-size: 12px;
  background: #4b4b4b;
  color: #ffffff;
  width: 82px;
  line-height: 26px;
  text-align: center;
}
.i_cert .w1200 .box {
  margin: 50px 0 0 0;
  position: relative;
}
.i_cert .w1200 .box .col {
  width: 100%;
}
.i_cert .w1200 .box .col .pic {
  width: 100%;
  height: 320px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i_cert .w1200 .box .col .nam {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1;
}
.i_with .hed {
  padding: 80px 0;
  background: #f1f1f1;
}
.i_with .hed .w1200 {
  display: flex;
  align-items: center;
}
.i_with .hed .w1200 .lef {
  width: 566px;
}
.i_with .hed .w1200 .rig {
  width: calc(100% - 596px);
  margin: 0 0 0 30px;
}
.i_with .hed .w1200 .rig .nam {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
.i_with .hed .w1200 .rig .nam span {
  font-weight: normal;
  font-size: 20px;
  color: #333333;
}
.i_with .hed .w1200 .rig .des {
  margin: 30px 0 0 0;
}
.i_with .hed .w1200 .rig .des p {
  font-size: 14px;
  line-height: 2;
  color: #666666;
}
.i_with .hed .w1200 .rig .lik {
  margin: 30px 0 0 0;
  display: flex;
}
.i_with .hed .w1200 .rig .lik a {
  width: 150px;
  text-align: center;
  font-size: 16px;
  line-height: 38px;
  color: #ffffff;
}
.i_with .hed .w1200 .rig .lik a:nth-child(1) {
  background: #2b2b2b;
}
.i_with .hed .w1200 .rig .lik a:nth-child(2) {
  background: #c40000;
}
.i_with .bod {
  padding: 80px 0 20px 0;
}
.i_with .bod .w1200 .itm {
  display: flex;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.i_with .bod .w1200 .itm span {
  flex: 1;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  cursor: pointer;
}
.i_with .bod .w1200 .itm span.active {
  background: #3d97cf;
  color: #ffffff;
  position: relative;
}
.i_with .bod .w1200 .itm span.active:after {
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -8px;
  content: "\e999";
  font-family: "iconfont";
  color: #3d97cf;
  line-height: 1;
}
.i_with .bod .w1200 .box {
  margin: 20px 0 0 0;
}
.i_with .bod .w1200 .box .row {
  position: relative;
  display: none;
}
.i_with .bod .w1200 .box .row:nth-child(1) {
  display: block;
}
.i_with .bod .w1200 .box .row .col {
  width: 100%;
}
.i_with .bod .w1200 .box .row .col .pic {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.i_with .bod .w1200 .box .row .col .nam {
  text-align: center;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1;
  padding: 10px 10px 0 10px;
}
.i_news .hed {
  background: url(../images/ABUIABAEGAAg4KHVmgYooMirtAUwgA84yAE.png) center bottom no-repeat;
}
.i_news .hed .w1200 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.i_news .hed .w1200 .rig {
  padding: 30px 0;
}
.i_news .hed .w1200 .rig .sha {
  color: #ffffff;
}
.i_news .hed .w1200 .rig .sha p {
  line-height: 1;
  text-align: right;
}
.i_news .hed .w1200 .rig .sha p:nth-child(1) {
  font-size: 36px;
  font-weight: bold;
}
.i_news .hed .w1200 .rig .sha p:nth-child(2) {
  font-size: 20px;
  margin: 20px 0 0 0;
}
.i_news .hed .w1200 .rig .sha p:nth-child(2) span {
  font-weight: bold;
}
.i_news .hed .w1200 .rig .xia {
  margin: 20px 0 0 0;
  display: flex;
  align-items: center;
}
.i_news .hed .w1200 .rig .xia .tel {
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
}
.i_news .hed .w1200 .rig .xia .tel span {
  font-size: 24px;
}
.i_news .hed .w1200 .rig .xia .lik {
  margin: 0 0 0 20px;
  display: flex;
}
.i_news .hed .w1200 .rig .xia .lik a {
  width: 150px;
  text-align: center;
  font-size: 16px;
  line-height: 38px;
  color: #ffffff;
}
.i_news .hed .w1200 .rig .xia .lik a:nth-child(1) {
  background: #2b2b2b;
}
.i_news .hed .w1200 .rig .xia .lik a:nth-child(2) {
  background: #c40000;
}
.i_news .bod {
  padding: 80px 0;
}
.i_news .bod .w1200 .tit {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.i_news .bod .w1200 .tit span {
  font-size: 36px;
  font-weight: bold;
}
.i_news .bod .w1200 .tit img {
  width: 528px;
  margin: 20px 0;
}
.i_news .bod .w1200 .tit a {
  font-size: 12px;
  background: #4b4b4b;
  color: #ffffff;
  width: 82px;
  line-height: 26px;
  text-align: center;
}
.i_news .bod .w1200 .box {
  margin: 50px 0 0 0;
  display: flex;
}
.i_news .bod .w1200 .box .col {
  width: calc((100% - 10px) / 2);
  border: 1px solid #ebebeb;
  box-sizing: border-box;
}
.i_news .bod .w1200 .box .col:nth-child(1) {
  margin-right: 10px;
}
.i_news .bod .w1200 .box .col .nam {
  font-size: 16px;
  line-height: 50px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  background: #fafafa;
}
.i_news .bod .w1200 .box .col .nam i {
  color: #3d97cf;
  font-weight: bold;
  margin: 0 5px 0 0;
  font-size: 20px;
}
.i_news .bod .w1200 .box .col .con {
  padding: 20px;
}
.i_news .bod .w1200 .box .col .con .sha a {
  display: flex;
  align-items: center;
}
.i_news .bod .w1200 .box .col .con .sha a .pic {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.i_news .bod .w1200 .box .col .con .sha a .pic:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.i_news .bod .w1200 .box .col .con .sha a .pic img {
  transition: all 0.3s;
}
.i_news .bod .w1200 .box .col .con .sha a .txt {
  width: calc(100% - 175px);
  margin: 0 0 0 15px;
}
.i_news .bod .w1200 .box .col .con .sha a .txt .tlt {
  line-height: 1;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.i_news .bod .w1200 .box .col .con .sha a .txt .des {
  font-size: 14px;
  line-height: 1.6;
  color: #999999;
  margin: 10px 0;
}
.i_news .bod .w1200 .box .col .con .sha a .txt .mor {
  width: 120px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  background: #c40000;
  font-size: 14px;
}
.i_news .bod .w1200 .box .col .con .xia {
  margin: 15px 0 0 0;
}
.i_news .bod .w1200 .box .col .con .xia .row {
  padding: 0 0 0 15px;
  border-bottom: 1px dashed #dddddd;
  position: relative;
}
.i_news .bod .w1200 .box .col .con .xia .row:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  content: "";
  width: 6px;
  height: 6px;
  background: #3d97cf;
  border-radius: 50%;
}
.i_news .bod .w1200 .box .col .con .xia .row a {
  height: 46px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666666;
}
.i_news .bod .w1200 .box .col .con .xia .row a:hover {
  color: #3d97cf;
}
.i_news .bod .w1200 .box .col .con .xia .row a span:nth-child(1) {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.i_mess {
  background: url(../images/AD0ItviMBhAEGAAg-amAlgYoqM6prgIwgA84igU.png) center center no-repeat;
}
.i_mess .w1200 {
  padding: 60px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.i_mess .w1200 .lef {
  width: 520px;
}
.i_mess .w1200 .lef .nam {
  font-size: 24px;
  line-height: 1;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #dddddd;
}
.i_mess .w1200 .lef .nam span {
  font-size: 20px;
}
.i_mess .w1200 .lef .box {
  margin: 20px 0 0 0;
}
.i_mess .w1200 .lef .box .row {
  display: flex;
  flex-direction: column;
  margin: 0 0 15px 0;
}
.i_mess .w1200 .lef .box .row:last-child {
  margin: 0;
}
.i_mess .w1200 .lef .box .row span {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 8px 0;
}
.i_mess .w1200 .lef .box .row input {
  height: 36px;
  border: 1px solid #dddddd;
  padding: 0 10px;
  font-size: 14px;
}
.i_mess .w1200 .lef .box .row textarea {
  height: 60px;
  border: 1px solid #dddddd;
  padding: 0 10px;
  font-size: 14px;
}
.i_mess .w1200 .lef .box .row button {
  background: #3d97cf;
  color: #ffffff;
  height: 36px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  width: 160px;
  cursor: pointer;
}
.i_mess .w1200 .rig .txt {
  background: #dbdbdb;
  padding: 20px;
}
.i_mess .w1200 .rig .txt .des {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.i_mess .w1200 .rig .txt .des:after {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  width: 100%;
  height: 25px;
  border: 1px solid #333333;
}
.i_mess .w1200 .rig .txt .des span {
  background: #dbdbdb;
  line-height: 1;
  z-index: 1;
  padding: 0 10px;
}
.i_mess .w1200 .rig .txt .des span:nth-child(1) {
  font-size: 18px;
}
.i_mess .w1200 .rig .txt .des span:nth-child(2) {
  font-size: 24px;
  font-weight: bold;
  margin: 5px 0 0 0;
}
.i_mess .w1200 .rig .txt .tel {
  margin: 10px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i_mess .w1200 .rig .txt .tel img {
  width: 30px;
}
.i_mess .w1200 .rig .txt .tel span {
  font-size: 28px;
  margin: 0 0 0 10px;
  color: #c40000;
}
.i_foot {
  background: url(../images/ABUIABACGAAgoo3YmgYo75qj5QcwgA84zgI.jpg) center center no-repeat;
  border-top: 2px solid #3d97cf;
}
.i_foot .w1200 {
  display: flex;
  align-items: center;
}
.i_foot .w1200 .lef {
  width: 188px;
  background: #ffffff;
  box-sizing: border-box;
  padding: 20px;
}
.i_foot .w1200 .lef .ewm {
  margin: 20px 0 0 0;
}
.i_foot .w1200 .rig {
  width: calc(100% - 228px);
  margin: 0 0 0 40px;
}
.i_foot .w1200 .rig .mnu {
  display: flex;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #dddddd;
}
.i_foot .w1200 .rig .mnu .col {
  font-size: 16px;
  line-height: 1;
  margin: 0 45px 0 0;
}
.i_foot .w1200 .rig .mnu .col a {
  color: #ffffff;
}
.i_foot .w1200 .rig .ifo {
  margin: 20px 0 0 0;
}
.i_foot .w1200 .rig .ifo p {
  font-size: 14px;
  color: #ffffff;
  margin: 0 0 10px 0;
}
.i_foot .w1200 .rig .ifo p:last-child {
  margin: 0;
}
.i_foot .w1200 .rig .ifo p a {
  color: #ffffff;
}
.n_shop {
  padding: 20px 0;
}
.n_shop .w1200 {
  display: flex;
}
.n_shop .w1200 .lef {
  width: 285px;
}
.n_shop .w1200 .lef .sha {
  background: url(../images/ABUIABAEGAAgv6DUmgYovbTpkAEwnAI4Vw.png) center top no-repeat;
  border: 3px solid #3d97cf;
}
.n_shop .w1200 .lef .sha .nam {
  padding: 18px 0 0 65px;
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
  font-weight: bold;
}
.n_shop .w1200 .lef .sha .lis {
  margin: 40px 0 0 0;
}
.n_shop .w1200 .lef .sha .lis .row {
  padding: 0 10px;
}
.n_shop .w1200 .lef .sha .lis .row:last-child a {
  border: none;
}
.n_shop .w1200 .lef .sha .lis .row a {
  padding: 0 10px;
  line-height: 52px;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #dddddd;
  color: #666666;
}
.n_shop .w1200 .lef .sha .lis .row a:hover {
  background: #f6f6f6;
}
.n_shop .w1200 .lef .sha .lis .row a:hover span {
  color: #3d97cf;
}
.n_shop .w1200 .lef .sha .lis .row a i {
  font-size: 20px;
}
.n_shop .w1200 .lef .sha .lis .row a span {
  font-size: 18px;
  margin: 0 0 0 5px;
}
.n_shop .w1200 .lef .xia {
  margin: 10px 0 0 0;
  border: 3px solid #3d97cf;
}
.n_shop .w1200 .lef .xia .nam {
  background: #3d97cf;
  line-height: 46px;
  padding: 0 20px 3px 20px;
  color: #ffffff;
  font-size: 18px;
}
.n_shop .w1200 .lef .xia .box {
  padding: 15px 20px;
}
.n_shop .w1200 .lef .xia .box p {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 5px 0;
  color: #666666;
}
.n_shop .w1200 .lef .xia .box p:first-child {
  padding: 0 0 5px 0;
}
.n_shop .w1200 .lef .xia .box p:first-child img {
  width: 25px;
}
.n_shop .w1200 .lef .xia .box p:first-child span {
  font-weight: bold;
  font-size: 15px;
  margin: 0 0 0 5px;
}
.n_shop .w1200 .lef .xia .box p:last-child {
  margin: 0;
}
.n_shop .w1200 .rig {
  width: calc(100% - 315px);
  margin: 0 0 0 30px;
}
.n_shop .w1200 .rig .sha {
  font-size: 14px;
  line-height: 1;
  border-bottom: 1px solid #dddddd;
  color: #666666;
  line-height: 2;
  padding: 0 0 10px 0;
}
.n_shop .w1200 .rig .sha a {
  color: #666666;
}
.n_shop .w1200 .rig .xia {
  padding: 10px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.n_shop .w1200 .rig .xia .col {
  width: calc((100% - 20px) / 3);
  margin: 10px 10px 0 0;
}
.n_shop .w1200 .rig .xia .col:nth-child(3n) {
  margin-right: 0;
}
.n_shop .w1200 .rig .xia .col a {
  display: block;
}
.n_shop .w1200 .rig .xia .col a:hover .pic img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.n_shop .w1200 .rig .xia .col a .pic {
  width: 100%;
  height: 245px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 2px solid #a9a9a9;
}
.n_shop .w1200 .rig .xia .col a .pic img {
  max-width: 100%;
  width: auto;
  transition: all 0.3s;
}
.n_shop .w1200 .rig .xia .col a .nam {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  padding: 15px 10px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.n_shop .w1200 .rig .pag {
  margin: 20px 0 0 0;
  display: flex;
  justify-content: center;
}
.n_shop .w1200 .rig .pag ul {
  display: flex;
}
.n_shop .w1200 .rig .pag ul li {
  margin: 0 5px;
  font-size: 14px;
}
.n_shop .w1200 .rig .pag ul li.disabled {
  cursor: not-allowed;
}
.n_shop .w1200 .rig .pag ul li.active span {
  background: #3d97cf;
  color: #ffffff;
}
.n_shop .w1200 .rig .pag ul li:hover a {
  background: #3d97cf;
  color: #ffffff;
}
.n_shop .w1200 .rig .pag ul li span,
.n_shop .w1200 .rig .pag ul li a {
  display: block;
  line-height: 32px;
  width: 34px;
  text-align: center;
  border: 1px solid #cccccc;
  color: #666666;
  border-radius: 4px;
}
.v_shop {
  padding: 20px 0;
}
.v_shop .w1200 {
  display: flex;
}
.v_shop .w1200 .lef {
  width: 285px;
}
.v_shop .w1200 .lef .sha {
  background: url(../images/ABUIABAEGAAgv6DUmgYovbTpkAEwnAI4Vw.png) center top no-repeat;
  border: 3px solid #3d97cf;
}
.v_shop .w1200 .lef .sha .nam {
  padding: 18px 0 0 65px;
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
  font-weight: bold;
}
.v_shop .w1200 .lef .sha .lis {
  margin: 40px 0 0 0;
}
.v_shop .w1200 .lef .sha .lis .row {
  padding: 0 10px;
}
.v_shop .w1200 .lef .sha .lis .row:last-child a {
  border: none;
}
.v_shop .w1200 .lef .sha .lis .row a {
  padding: 0 10px;
  line-height: 52px;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #dddddd;
  color: #666666;
}
.v_shop .w1200 .lef .sha .lis .row a:hover {
  background: #f6f6f6;
}
.v_shop .w1200 .lef .sha .lis .row a:hover span {
  color: #3d97cf;
}
.v_shop .w1200 .lef .sha .lis .row a i {
  font-size: 20px;
}
.v_shop .w1200 .lef .sha .lis .row a span {
  font-size: 18px;
  margin: 0 0 0 5px;
}
.v_shop .w1200 .lef .xia {
  margin: 10px 0 0 0;
  border: 3px solid #3d97cf;
}
.v_shop .w1200 .lef .xia .nam {
  background: #3d97cf;
  line-height: 46px;
  padding: 0 20px 3px 20px;
  color: #ffffff;
  font-size: 18px;
}
.v_shop .w1200 .lef .xia .box {
  padding: 15px 20px;
}
.v_shop .w1200 .lef .xia .box p {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 5px 0;
  color: #666666;
}
.v_shop .w1200 .lef .xia .box p:first-child {
  padding: 0 0 5px 0;
}
.v_shop .w1200 .lef .xia .box p:first-child img {
  width: 25px;
}
.v_shop .w1200 .lef .xia .box p:first-child span {
  font-weight: bold;
  font-size: 15px;
  margin: 0 0 0 5px;
}
.v_shop .w1200 .lef .xia .box p:last-child {
  margin: 0;
}
.v_shop .w1200 .rig {
  width: calc(100% - 315px);
  margin: 0 0 0 30px;
}
.v_shop .w1200 .rig .sha {
  font-size: 14px;
  line-height: 1;
  border-bottom: 1px solid #dddddd;
  color: #666666;
  line-height: 2;
  padding: 0 0 10px 0;
}
.v_shop .w1200 .rig .sha a {
  color: #666666;
}
.v_shop .w1200 .rig .xia {
  padding: 40px 0 0 0;
}
.v_shop .w1200 .rig .xia .ifo {
  display: flex;
}
.v_shop .w1200 .rig .xia .ifo .pic {
  width: 325px;
  height: 325px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #eeeeee;
}
.v_shop .w1200 .rig .xia .ifo .txt {
  width: calc(100% - 350px);
  margin: 0 0 0 25px;
}
.v_shop .w1200 .rig .xia .ifo .txt .tit {
  font-size: 18px;
}
.v_shop .w1200 .rig .xia .ifo .txt .des {
  font-size: 14px;
  line-height: 1.8;
  color: #999999;
  margin: 20px 0 0 0;
}
.v_shop .w1200 .rig .xia .ifo .txt .tel {
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 0 0;
  border: 1px solid #3d97cf;
  border-radius: 4px;
  line-height: 42px;
  color: #3d97cf;
}
.v_shop .w1200 .rig .xia .ifo .txt .tel span {
  margin: 0 0 0 10px;
}
.v_shop .w1200 .rig .xia .box {
  margin: 40px 0 0 0;
}
.v_shop .w1200 .rig .xia .box .tip {
  display: flex;
  border-bottom: 1px solid #eeeeee;
}
.v_shop .w1200 .rig .xia .box .tip span {
  line-height: 46px;
  border-top: 4px solid #3d97cf;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  font-size: 14px;
  padding: 0 40px;
  color: #3d97cf;
}
.v_shop .w1200 .rig .xia .box .con {
  padding: 20px 0 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: #666666;
}
.v_shop .w1200 .rig .xia .box .con p {
  margin: 0 0 20px 0;
}
.v_shop .w1200 .rig .xia .box .con img {
  max-width: 100%;
  margin: 0 auto;
}
.n_cert .w1200 .sha {
  font-size: 14px;
  line-height: 1;
  color: #666666;
  line-height: 50px;
  border-bottom: 1px solid #eeeeee;
}
.n_cert .w1200 .sha a {
  color: #666666;
}
.n_cert .w1200 .xia .itm {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.n_cert .w1200 .xia .itm .col {
  width: 200px;
  text-align: center;
  border: 1px solid #eeeeee;
  margin: 20px 5px 0 5px;
  border-radius: 4px;
}
.n_cert .w1200 .xia .itm .col.active {
  background: #3d97cf;
  border: 1px solid #3d97cf;
  position: relative;
}
.n_cert .w1200 .xia .itm .col.active:after {
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -8px;
  content: "\e999";
  font-family: "iconfont";
  color: #3d97cf;
  line-height: 1;
}
.n_cert .w1200 .xia .itm .col.active a {
  color: #ffffff;
}
.n_cert .w1200 .xia .itm .col a {
  display: block;
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 44px;
  font-size: 15px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.n_cert .w1200 .xia .box {
  padding: 20px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.n_cert .w1200 .xia .box .col {
  width: calc((100% - 60px) / 4);
  margin: 20px 20px 0 0;
}
.n_cert .w1200 .xia .box .col:nth-child(4n) {
  margin-right: 0;
}
.n_cert .w1200 .xia .box .col a {
  display: block;
}
.n_cert .w1200 .xia .box .col a .pic {
  width: 100%;
  height: 320px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.n_cert .w1200 .xia .box .col a .pic img {
  max-width: 80%;
  width: auto;
}
.n_cert .w1200 .xia .box .col a .nam {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  padding: 15px 10px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.n_cert .w1200 .xia .pag {
  margin: 20px 0 40px 0;
  display: flex;
  justify-content: center;
}
.n_cert .w1200 .xia .pag ul {
  display: flex;
}
.n_cert .w1200 .xia .pag ul li {
  margin: 0 5px;
  font-size: 14px;
}
.n_cert .w1200 .xia .pag ul li.disabled {
  cursor: not-allowed;
}
.n_cert .w1200 .xia .pag ul li.active span {
  background: #3d97cf;
  color: #ffffff;
}
.n_cert .w1200 .xia .pag ul li:hover a {
  background: #3d97cf;
  color: #ffffff;
}
.n_cert .w1200 .xia .pag ul li span,
.n_cert .w1200 .xia .pag ul li a {
  display: block;
  line-height: 32px;
  width: 34px;
  text-align: center;
  border: 1px solid #cccccc;
  color: #666666;
  border-radius: 4px;
}
.n_fact .w1200 .sha {
  font-size: 14px;
  line-height: 1;
  color: #666666;
  line-height: 50px;
  border-bottom: 1px solid #eeeeee;
}
.n_fact .w1200 .sha a {
  color: #666666;
}
.n_fact .w1200 .xia .itm {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.n_fact .w1200 .xia .itm .col {
  width: 200px;
  text-align: center;
  border: 1px solid #eeeeee;
  margin: 20px 5px 0 5px;
  border-radius: 4px;
}
.n_fact .w1200 .xia .itm .col.active {
  background: #3d97cf;
  border: 1px solid #3d97cf;
  position: relative;
}
.n_fact .w1200 .xia .itm .col.active:after {
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -8px;
  content: "\e999";
  font-family: "iconfont";
  color: #3d97cf;
  line-height: 1;
}
.n_fact .w1200 .xia .itm .col.active a {
  color: #ffffff;
}
.n_fact .w1200 .xia .itm .col a {
  display: block;
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 44px;
  font-size: 15px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.n_fact .w1200 .xia .box {
  padding: 20px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.n_fact .w1200 .xia .box .col {
  width: calc((100% - 60px) / 4);
  margin: 20px 20px 0 0;
}
.n_fact .w1200 .xia .box .col:nth-child(4n) {
  margin-right: 0;
}
.n_fact .w1200 .xia .box .col a {
  display: block;
}
.n_fact .w1200 .xia .box .col a .pic {
  width: 100%;
  height: 200px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.n_fact .w1200 .xia .box .col a .nam {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  padding: 15px 10px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.n_fact .w1200 .xia .pag {
  margin: 20px 0 40px 0;
  display: flex;
  justify-content: center;
}
.n_fact .w1200 .xia .pag ul {
  display: flex;
}
.n_fact .w1200 .xia .pag ul li {
  margin: 0 5px;
  font-size: 14px;
}
.n_fact .w1200 .xia .pag ul li.disabled {
  cursor: not-allowed;
}
.n_fact .w1200 .xia .pag ul li.active span {
  background: #3d97cf;
  color: #ffffff;
}
.n_fact .w1200 .xia .pag ul li:hover a {
  background: #3d97cf;
  color: #ffffff;
}
.n_fact .w1200 .xia .pag ul li span,
.n_fact .w1200 .xia .pag ul li a {
  display: block;
  line-height: 32px;
  width: 34px;
  text-align: center;
  border: 1px solid #cccccc;
  color: #666666;
  border-radius: 4px;
}
.n_with .sha .w1200 {
  font-size: 14px;
  line-height: 1;
  color: #666666;
  line-height: 50px;
}
.n_with .sha .w1200 a {
  color: #666666;
}
.n_with .zho {
  background: url(../images/AD0ItviMBhACGAAg4-D0lQYoprOb2AIwgA846Ac.jpg) center center no-repeat;
  background-attachment: fixed;
  padding: 80px 0;
}
.n_with .zho .w1200 {
  background: #ffffff;
  padding: 60px;
  box-sizing: border-box;
}
.n_with .zho .w1200 .tit {
  display: flex;
  flex-direction: column;
}
.n_with .zho .w1200 .tit span:nth-child(1) {
  font-size: 30px;
  line-height: 70px;
  z-index: 1;
}
.n_with .zho .w1200 .tit span:nth-child(2) {
  font-family: "Times New Roman";
  font-size: 70px;
  font-style: italic;
  color: #f6f6f6;
  line-height: 1;
  margin: -70px 0 0 0;
}
.n_with .zho .w1200 .box {
  font-size: 14px;
  line-height: 1.6;
  color: #666666;
}
.n_with .zho .w1200 .box p {
  text-indent: 2em;
  margin: 10px 0;
}
.n_with .xia {
  background: #f6f7f8;
}
.n_with .xia .w1200 {
  padding: 80px 0;
}
.n_with .xia .w1200 .tit {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.n_with .xia .w1200 .tit span {
  line-height: 1;
}
.n_with .xia .w1200 .tit span:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
.n_with .xia .w1200 .tit span:nth-child(1):before {
  position: absolute;
  left: -80px;
  top: 50%;
  content: "";
  width: 40px;
  height: 1px;
  background: #dddddd;
}
.n_with .xia .w1200 .tit span:nth-child(1):after {
  position: absolute;
  right: -80px;
  top: 50%;
  content: "";
  width: 40px;
  height: 1px;
  background: #dddddd;
}
.n_with .xia .w1200 .tit span:nth-child(2) {
  font-size: 14px;
  color: #666666;
  margin: 10px 0 0 0;
}
.n_with .xia .w1200 .itm {
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
  background: #ffffff;
  padding: 30px 20px;
}
.n_with .xia .w1200 .itm .col {
  margin: 0 80px;
}
.n_with .xia .w1200 .itm .col.active a {
  color: #3d97cf;
  position: relative;
}
.n_with .xia .w1200 .itm .col.active a:after {
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -8px;
  content: "\e99b";
  font-family: "iconfont";
  color: #3d97cf;
  line-height: 1;
}
.n_with .xia .w1200 .itm .col a {
  color: #666666;
}
.n_with .xia .w1200 .box {
  padding: 20px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.n_with .xia .w1200 .box .col {
  width: calc((100% - 60px) / 4);
  margin: 20px 20px 0 0;
}
.n_with .xia .w1200 .box .col:nth-child(4n) {
  margin-right: 0;
}
.n_with .xia .w1200 .box .col a {
  display: block;
}
.n_with .xia .w1200 .box .col a .pic {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.n_with .xia .w1200 .box .col a .nam {
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1;
  padding: 10px 10px 0 10px;
  color: #333333;
}
.n_with .xia .w1200 .pag {
  display: flex;
  justify-content: center;
}
.n_with .xia .w1200 .pag ul {
  padding: 40px 0 0 0;
  display: flex;
}
.n_with .xia .w1200 .pag ul li {
  margin: 0 5px;
  font-size: 14px;
}
.n_with .xia .w1200 .pag ul li.disabled {
  cursor: not-allowed;
}
.n_with .xia .w1200 .pag ul li.active span {
  background: #3d97cf;
  color: #ffffff;
}
.n_with .xia .w1200 .pag ul li:hover a {
  background: #3d97cf;
  color: #ffffff;
}
.n_with .xia .w1200 .pag ul li span,
.n_with .xia .w1200 .pag ul li a {
  display: block;
  line-height: 32px;
  width: 34px;
  text-align: center;
  border: 1px solid #cccccc;
  color: #666666;
  border-radius: 4px;
}
.n_news {
  padding: 20px 0;
}
.n_news .w1200 {
  display: flex;
}
.n_news .w1200 .lef {
  width: 285px;
}
.n_news .w1200 .lef .sha {
  margin: 0 0 10px 0;
  border: 3px solid #3d97cf;
}
.n_news .w1200 .lef .sha .nam {
  line-height: 50px;
  background: #3d97cf;
  padding: 0 20px;
  color: #ffffff;
  font-size: 24px;
}
.n_news .w1200 .lef .sha .lis .row {
  padding: 0 10px;
}
.n_news .w1200 .lef .sha .lis .row:last-child a {
  border: none;
}
.n_news .w1200 .lef .sha .lis .row a {
  padding: 0 10px;
  line-height: 52px;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #dddddd;
  color: #666666;
}
.n_news .w1200 .lef .sha .lis .row a:hover {
  background: #f6f6f6;
}
.n_news .w1200 .lef .sha .lis .row a:hover span {
  color: #3d97cf;
}
.n_news .w1200 .lef .sha .lis .row a i {
  font-size: 20px;
}
.n_news .w1200 .lef .sha .lis .row a span {
  font-size: 18px;
  margin: 0 0 0 5px;
}
.n_news .w1200 .lef .xia {
  border: 3px solid #3d97cf;
}
.n_news .w1200 .lef .xia .nam {
  background: #3d97cf;
  line-height: 46px;
  padding: 0 20px 3px 20px;
  color: #ffffff;
  font-size: 24px;
}
.n_news .w1200 .lef .xia .box {
  padding: 15px 20px;
}
.n_news .w1200 .lef .xia .box p {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 5px 0;
  color: #666666;
}
.n_news .w1200 .lef .xia .box p:first-child {
  padding: 0 0 5px 0;
}
.n_news .w1200 .lef .xia .box p:first-child img {
  width: 25px;
}
.n_news .w1200 .lef .xia .box p:first-child span {
  font-weight: bold;
  font-size: 15px;
  margin: 0 0 0 5px;
}
.n_news .w1200 .lef .xia .box p:last-child {
  margin: 0;
}
.n_news .w1200 .rig {
  width: calc(100% - 315px);
  margin: 0 0 0 30px;
}
.n_news .w1200 .rig .sha {
  font-size: 14px;
  line-height: 1;
  color: #666666;
  line-height: 2;
  padding: 0 0 10px 0;
}
.n_news .w1200 .rig .sha a {
  color: #666666;
}
.n_news .w1200 .rig .xia {
  border: 1px solid #dddddd;
}
.n_news .w1200 .rig .xia .nam {
  font-size: 16px;
  line-height: 50px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  background: #fafafa;
}
.n_news .w1200 .rig .xia .nam i {
  color: #3d97cf;
  font-weight: bold;
  margin: 0 5px 0 0;
  font-size: 20px;
}
.n_news .w1200 .rig .xia .box {
  padding: 0 20px;
}
.n_news .w1200 .rig .xia .box .row {
  border-bottom: 1px solid #dddddd;
}
.n_news .w1200 .rig .xia .box .row a {
  display: flex;
  align-items: center;
  padding: 40px 0;
}
.n_news .w1200 .rig .xia .box .row a .tim {
  width: 80px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #dddddd;
}
.n_news .w1200 .rig .xia .box .row a .tim span {
  line-height: 1;
}
.n_news .w1200 .rig .xia .box .row a .tim span:nth-child(1) {
  font-size: 24px;
  color: #666666;
}
.n_news .w1200 .rig .xia .box .row a .tim span:nth-child(2) {
  font-size: 14px;
  color: #666666;
  margin: 5px 0 0 0;
}
.n_news .w1200 .rig .xia .box .row a .txt {
  width: calc(100% - 100px);
  box-sizing: border-box;
  padding: 0 0 0 25px;
}
.n_news .w1200 .rig .xia .box .row a .txt .tit {
  font-size: 16px;
  color: #333333;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.n_news .w1200 .rig .xia .box .row a .txt .des {
  font-size: 14px;
  line-height: 1.6;
  margin: 10px 0 0 0;
  color: #999999;
}
.n_news .w1200 .rig .xia .pag {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}
.n_news .w1200 .rig .xia .pag ul {
  display: flex;
}
.n_news .w1200 .rig .xia .pag ul li {
  margin: 0 5px;
  font-size: 14px;
}
.n_news .w1200 .rig .xia .pag ul li.disabled {
  cursor: not-allowed;
}
.n_news .w1200 .rig .xia .pag ul li.active span {
  background: #3d97cf;
  color: #ffffff;
}
.n_news .w1200 .rig .xia .pag ul li:hover a {
  background: #3d97cf;
  color: #ffffff;
}
.n_news .w1200 .rig .xia .pag ul li span,
.n_news .w1200 .rig .xia .pag ul li a {
  display: block;
  line-height: 32px;
  width: 34px;
  text-align: center;
  border: 1px solid #cccccc;
  color: #666666;
  border-radius: 4px;
}
.v_news {
  padding: 20px 0;
}
.v_news .w1200 {
  display: flex;
}
.v_news .w1200 .lef {
  width: 285px;
}
.v_news .w1200 .lef .sha {
  border: 3px solid #3d97cf;
}
.v_news .w1200 .lef .sha .nam {
  line-height: 50px;
  background: #3d97cf;
  padding: 0 20px;
  color: #ffffff;
  font-size: 24px;
}
.v_news .w1200 .lef .sha .lis .row {
  padding: 0 10px;
}
.v_news .w1200 .lef .sha .lis .row:last-child a {
  border: none;
}
.v_news .w1200 .lef .sha .lis .row a {
  padding: 0 10px;
  line-height: 52px;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #dddddd;
  color: #666666;
}
.v_news .w1200 .lef .sha .lis .row a:hover {
  background: #f6f6f6;
}
.v_news .w1200 .lef .sha .lis .row a:hover span {
  color: #3d97cf;
}
.v_news .w1200 .lef .sha .lis .row a i {
  font-size: 20px;
}
.v_news .w1200 .lef .sha .lis .row a span {
  font-size: 18px;
  margin: 0 0 0 5px;
}
.v_news .w1200 .lef .xia {
  margin: 10px 0 0 0;
  border: 3px solid #3d97cf;
}
.v_news .w1200 .lef .xia .nam {
  background: #3d97cf;
  line-height: 46px;
  padding: 0 20px 3px 20px;
  color: #ffffff;
  font-size: 18px;
}
.v_news .w1200 .lef .xia .box {
  padding: 15px 20px;
}
.v_news .w1200 .lef .xia .box p {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 5px 0;
  color: #666666;
}
.v_news .w1200 .lef .xia .box p:first-child {
  padding: 0 0 5px 0;
}
.v_news .w1200 .lef .xia .box p:first-child img {
  width: 25px;
}
.v_news .w1200 .lef .xia .box p:first-child span {
  font-weight: bold;
  font-size: 15px;
  margin: 0 0 0 5px;
}
.v_news .w1200 .lef .xia .box p:last-child {
  margin: 0;
}
.v_news .w1200 .rig {
  width: calc(100% - 315px);
  margin: 0 0 0 30px;
}
.v_news .w1200 .rig .sha {
  font-size: 14px;
  line-height: 1;
  border-bottom: 1px solid #dddddd;
  color: #666666;
  line-height: 2;
  padding: 0 0 10px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.v_news .w1200 .rig .sha a {
  color: #666666;
}
.v_news .w1200 .rig .xia {
  margin: 20px 0 0 0;
}
.v_news .w1200 .rig .xia .tit {
  font-size: 25px;
}
.v_news .w1200 .rig .xia .ifo {
  font-size: 14px;
  color: #999999;
  margin: 20px 0 0 0;
}
.v_news .w1200 .rig .xia .con {
  margin: 20px 0 0 0;
  border-top: 1px solid #eeeeee;
  padding: 20px 0 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: #666666;
}
.v_news .w1200 .rig .xia .con p {
  margin: 0 0 20px 0;
}
.v_news .w1200 .rig .xia .con img {
  max-width: 100%;
  margin: 0 auto;
}
.n_cont .sha .w1200 {
  font-size: 14px;
  line-height: 1;
  color: #666666;
  line-height: 50px;
  border-bottom: 1px solid #dddddd;
}
.n_cont .sha .w1200 a {
  color: #666666;
}
.n_cont .zho {
  padding: 40px 0;
}
.n_cont .zho .w1200 {
  display: flex;
}
.n_cont .zho .w1200 .map {
  width: calc((100% - 40px) / 2);
  height: 340px;
}
.n_cont .zho .w1200 .ifo {
  width: calc((100% - 40px) / 2);
  margin: 0 0 0 40px;
  border: 1px solid #eeeeee;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.n_cont .zho .w1200 .ifo .nam {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  padding: 0 0 20px 0;
}
.n_cont .zho .w1200 .ifo .row {
  margin: 20px 0 0 0;
  display: flex;
  align-items: center;
  line-height: 24px;
}
.n_cont .zho .w1200 .ifo .row i {
  color: #3d97cf;
  font-size: 20px;
}
.n_cont .zho .w1200 .ifo .row span {
  font-size: 16px;
  margin: 0 0 0 10px;
}
.n_cont .xia {
  background: url(../images/AD0ItviMBhAEGAAg-amAlgYoqM6prgIwgA84igU.png) center center no-repeat;
}
.n_cont .xia .w1200 {
  padding: 60px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.n_cont .xia .w1200 .lef {
  width: 520px;
}
.n_cont .xia .w1200 .lef .nam {
  font-size: 24px;
  line-height: 1;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #dddddd;
}
.n_cont .xia .w1200 .lef .nam span {
  font-size: 20px;
}
.n_cont .xia .w1200 .lef .box {
  margin: 20px 0 0 0;
}
.n_cont .xia .w1200 .lef .box .row {
  display: flex;
  flex-direction: column;
  margin: 0 0 15px 0;
}
.n_cont .xia .w1200 .lef .box .row:last-child {
  margin: 0;
}
.n_cont .xia .w1200 .lef .box .row span {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 8px 0;
}
.n_cont .xia .w1200 .lef .box .row input {
  height: 36px;
  border: 1px solid #dddddd;
  padding: 0 10px;
  font-size: 14px;
}
.n_cont .xia .w1200 .lef .box .row textarea {
  height: 60px;
  border: 1px solid #dddddd;
  padding: 0 10px;
  font-size: 14px;
}
.n_cont .xia .w1200 .lef .box .row button {
  background: #3d97cf;
  color: #ffffff;
  height: 36px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  width: 160px;
  cursor: pointer;
}
.n_cont .xia .w1200 .rig .txt {
  background: #dbdbdb;
  padding: 20px;
}
.n_cont .xia .w1200 .rig .txt .des {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.n_cont .xia .w1200 .rig .txt .des:after {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  width: 100%;
  height: 25px;
  border: 1px solid #333333;
}
.n_cont .xia .w1200 .rig .txt .des span {
  background: #dbdbdb;
  line-height: 1;
  z-index: 1;
  padding: 0 10px;
}
.n_cont .xia .w1200 .rig .txt .des span:nth-child(1) {
  font-size: 18px;
}
.n_cont .xia .w1200 .rig .txt .des span:nth-child(2) {
  font-size: 24px;
  font-weight: bold;
  margin: 5px 0 0 0;
}
.n_cont .xia .w1200 .rig .txt .tel {
  margin: 10px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.n_cont .xia .w1200 .rig .txt .tel img {
  width: 30px;
}
.n_cont .xia .w1200 .rig .txt .tel span {
  font-size: 28px;
  margin: 0 0 0 10px;
  color: #c40000;
}
.n_recr .w1200 .sha {
  font-size: 14px;
  line-height: 1;
  color: #666666;
  line-height: 50px;
  border-bottom: 1px solid #eeeeee;
}
.n_recr .w1200 .sha a {
  color: #666666;
}
.n_recr .w1200 .xia .itm {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.n_recr .w1200 .xia .itm .col {
  width: 200px;
  text-align: center;
  border: 1px solid #eeeeee;
  margin: 20px 5px 0 5px;
  border-radius: 4px;
}
.n_recr .w1200 .xia .itm .col.active {
  background: #3d97cf;
  border: 1px solid #3d97cf;
  position: relative;
}
.n_recr .w1200 .xia .itm .col.active:after {
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -8px;
  content: "\e999";
  font-family: "iconfont";
  color: #3d97cf;
  line-height: 1;
}
.n_recr .w1200 .xia .itm .col.active a {
  color: #ffffff;
}
.n_recr .w1200 .xia .itm .col a {
  display: block;
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 44px;
  font-size: 15px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.n_recr .w1200 .xia .box {
  margin: 40px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #666666;
}
.n_recr .w1200 .xia .box p {
  margin: 0 0 20px 0;
}
.n_recr .w1200 .xia .box img {
  max-width: 100%;
  margin: 0 auto;
}
