p{margin: 0 0 0 0;}
.fl{float: left;}
.fr{float: right;}





.x-about {
  padding: 54px 0;
  background: url(../images/gywm.png)no-repeat fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.x-about-right h2{
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 37px;
    letter-spacing: 0px;
    color: #ffffff;
}
.x-about-right h3{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 17px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 22px;
    opacity: 0.8;
}


@media (min-width: 990px) {
  .x-about .x-title {
    float: left;
    width: 32.5%;
  }
}



@media (min-width: 990px) {
  .x-about-box {
    overflow: hidden;
  }
}

@media (min-width: 990px) {
  .x-about-left {
    width: 43.4%;
    float: left;
    overflow: hidden;
  }
}

.x-about-left > p {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 1em;
}

.x-about-left img {
  max-width: 100%;
  transition: all ease-in-out 0.3s; 
}

.x-about-left img:hover{
  transform: scale(1.1);     transition: all ease-in-out 0.3s; 
}

.x-about-left ul {
  font-size: 0;
}

.x-about-left ul li {
  display: inline-block;
  width: 33.33333%;
  vertical-align: middle;
}

.x-about-left ul li h3 {
  font-size: 40px;
  color: #ab001a;
  line-height: 1.6;
}

@media (max-width: 1366px) {
  .x-about-left ul li h3 {
    font-size: 30px;
  }
}

.x-about-left ul li p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .x-about-left > p {
    font-size: 14px;
  }
  .x-about-left ul li h3 {
    font-size: 20px;
  }
  .x-about-left ul li p {
    font-size: 14px;
  }
}

.x-about-right {
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
}

.x-about-right a.more {
  margin-top: 2.5%;
  border: 1px solid rgba(249, 249, 249, 0.5);
  width: 164px;
  height: 42px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  transition: all .7s ease;
}

.flex{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.shudinghu{
  margin-top: 4%;
}
.shudinghu li{
  width: 25%;
  text-align: center;
  color: #fff;
}

.shudinghu_a{
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
}
.shudinghu_a span{
  font-size: 3.2rem;
  font-weight: 600;
  padding-right: 2%;
}

.shudinghu_b{
  font-size: 17px;
  line-height: 35px;
}

.nei2{
  padding: 3% 0;
  overflow: hidden;
}

.rongyyh_img img{
  width: 100%;
  height: auto;
}

.rongyyh{
  overflow: hidden;
}


.com-img{ overflow:hidden;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}




.x-about-right a.more:hover {
  background: #fff;
  color: #345998;
}

@media (min-width: 990px) {
  .x-about-right {
    overflow: hidden;
    width: 100%;
    float: left;
    padding-top: 1vw;
  }
}

.x-about-right strong {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 1.1em;
  font-weight: normal;
}

.x-about-right p {
  margin-bottom: 0;
  margin-top: 38px;
  padding: 0 10%;
}
.x-about-right p a{
    color:#fff;
}

@media (max-width: 1024px) {
  .x-about-right {
    font-size: 12px;
  }
  .x-about-right strong {
    font-size: 14px;
    color: #000;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}












.x-product {
  padding: 4.16666667% 0 1.125%;
}

.x-product-list {
  font-size: 0;
  margin: 35px -12px 0 -12px;
}

.x-product-list li {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 24px);
  margin: 0 12px 20px 12px;
}

.x-product-list li h3 {
  font-size: 16px;
  color: #222438;
  line-height: 1;
  line-height: 55px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  text-align: center;
}

.x-product-list li:hover h3 {
  color: #003c8a;
}
.x-product-list li:hover a .img{
  border: solid 1px #003c8a;
}


.x-product-list li a .img {
  position: relative;
  border: solid 1px #eeeeee;
  /*padding: 20px 0px;*/
}

.x-product-list li a .img .shaow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(34,36,56,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.x-product-list li:hover a .img .shaow {
  opacity: 1;
}

.x-product-list li a .img .shaow span {
  display: inline-block;
  width: 118px;
  height: 38px;
  border: 1px solid #fff;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 38px;
}


.yyimg{overflow: hidden;}
.yyimg img{ transition: all ease-in-out 0.3s;  }
.x-case-item:hover .yyimg img{ transform: scale(1.1);     transition: all ease-in-out 0.3s;  }


@media (max-width: 1024px) {
  .x-product-list li {
    margin-bottom: 20px;
  }
  .x-product-list li h3 {
    font-size: 14px;
    padding: 1em 0;
  }
}

.x-case {
  padding: 3.16666667% 0 0;
}

.x-case-list {
  margin: 2.5% -5px 0 -5px;
}



.x-case-item {
  padding: 0 5px;
}

.x-case-item a {
  display: block;
  position: relative;
}

.x-case-item .wz {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  padding: 15%;
  text-align: center;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}

.bbgy{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
}

.bbgynr{
    width: 20%;
}

.bbgynr .wz{
  background: rgba(0, 0, 0, 0);
}
.bbgynr .wz .shaow{
    padding-top: 20% !IMPORTANT;
    display: none;
}
.bbgynr:hover .wz .shaow{
    display: block;
}
.x-case-item .wz h3 {
  font-size: 26px;
  color: #fff;
  line-height: 1.6;
  margin-bottom: .3em;
}

.x-case-item .wz .summary {
  font-size: 16px;
  color: #fff;
  line-height: 2;
}

.x-case-item .wz span {
  display: inline-block;
}

.x-case-item .wz .icon-right-arrow {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #b0b3b8;
  border-radius: 50%;
}

.x-case-item .wz .icon-right-arrow:after {
  background-position: -29px -450px;
}

.x-case-item .wz .content {
  margin: 0.5em 0 4em 0;
  color: #dfdfdf;
  font-size: 14px;
  line-height: 26px;
  padding: 0 2%;
}

.x-case-item .wz .bg-line {
  display: inline-block;
  width: 50px;
  height: 4px;
  background: #fff;
}

.x-case-item .wz .word,.x-case-item .wz .shaow-word {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.x-case-item .wz .shaow {
  padding-top: 80%;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}

.x-case-item .wz .shaow .shaow-hide {
  font-size: 14px;
  color: #fff;
  line-height: 2;
  height: 0;
  font-weight: normal;
  overflow: hidden;
  margin-top: 20px;
  display: block;
}

.x-case-item .wz .coverline {
  position: absolute;
  left: 20px;
  top: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  padding: 20px;
  z-index: 99;
}

.x-case-item .wz .coverline .overlay-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: rgba(255, 255, 255, .3);
}

.x-case-item .wz .coverline .overlay-left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2px;
  height: 0;
  background-color: rgba(255, 255, 255, .3);
}

.x-case-item .wz .coverline .overlay-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 2px;
  background-color: rgba(255, 255, 255, .3);
}

.x-case-item .wz .coverline .overlay-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 0;
  background-color: rgba(255, 255, 255, .3);
}

@media (max-width: 1024px) {
  .x-case-item .wz h3 {
    font-size: 16px;
  }
  .x-case-item .wz p {
    font-size: 13px;
    margin-bottom: 1.5em;
  }
}

.x-case-item:hover a {
  border-color: #e5e5e5;
}

.x-case-item:hover .word {
  display: none;
}

.x-case-item:hover .wz {
  background: rgba(0,0,0,0.6);
}

.x-case-item:hover .wz .shaow {
  padding-top: 20%;
}

.x-case-item:hover .wz .shaow .shaow-hide {
  height: auto;
}

.x-case-item:hover .overlay-bottom {
  animation: borderslideBottom .15s linear 1;
  -moz-animation: borderslideBottom .15s linear 0s 1;
  -webkit-animation: borderslideBottom .15s linear 0s 1;
  animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.x-case-item:hover .overlay-left {
  animation: bordersildeLeft .2s linear .15s 1;
  -moz-animation: bordersildeLeft .2s linear .15s 1;
  -webkit-animation: bordersildeLeft .2s linear .15s 1;
  animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.x-case-item:hover .overlay-top {
  animation: bordersildeTop .15s linear .35s 1;
  -moz-animation: bordersildeTop .15s linear .35s 1;
  -webkit-animation: bordersildeTop .15s linear .35s 1;
  animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.x-case-item:hover .overlay-right {
  animation: bordersildeRight .2s linear .5s 1;
  -moz-animation: bordersildeRight .2s linear .5s 1;
  -webkit-animation: bordersildeRight .2s linear .5s 1;
  animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.bbgynr .wz h3{font-size: 17px;}


@-moz-keyframes borderslideBottom {
  from {
      width: 0
  }
  to {
      width: 100%
  }
}

@-webkit-keyframes borderslideBottom {
  from {
      width: 0
  }
  to {
      width: 100%
  }
}

@keyframes borderslideBottom {
  from {
      width: 0
  }
  to {
      width: 100%
  }
}

@-moz-keyframes bordersildeLeft {
  from {
      height: 0
  }
  to {
      height: 100%
  }
}

@-webkit-keyframes bordersildeLeft {
  from {
      height: 0
  }
  to {
      height: 100%
  }
}

@keyframes bordersildeLeft {
  from {
      height: 0
  }
  to {
      height: 100%;
  }
}

@-moz-keyframes bordersildeTop {
  from {
      width: 0
  }
  to {
      width: 100%
  }
}

@-webkit-keyframes bordersildeTop {
  from {
      width: 0
  }
  to {
      width: 100%
  }
}

@keyframes bordersildeTop {
  from {
      width: 0
  }
  to {
      width: 100%
  }
}

@-moz-keyframes bordersildeRight {
  from {
      height: 0
  }
  to {
      height: 100%
  }
}

@-webkit-keyframes bordersildeRight {
  from {
      height: 0
  }
  to {
      height: 100%
  }
}

@keyframes bordersildeRight {
  from {
      height: 0
  }
  to {
      height: 100%
  }
}

.x-company {
  background: #f0f0f0;
  padding: 2.60416667% 0 2.08333333%;
}

.x-company-title {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 1.6;
}

.x-company-title:after {
  content: '';
  display: block;
  width: 20px;
  height: 4px;
  background: #3d3d3d;
  margin-top: 10px;
}

@media (max-width: 990px) {
  .x-company-title {
    font-size: 18px;
  }
  .x-company-title:after {
    height: 3px;
  }
}

.x-company-list {
  margin-top: 1.875%;
}

.x-company-item {
  padding: 0 15px;
}

.x-company-item a {
  display: block;
  text-align: center;
  width: 100%;
  height: 45px;
  font-size: 0;
}

.x-company-item a img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.x-company-item a:after {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.x-company-item a img {
  width: auto !important;
  display: inline-block !important;
}

.x-news {
  background: #fff;
  padding: 4.20833333% 0;
}

.x-news-box {
  margin-top: 3.125%;
  font-size: 0;
}

@media (min-width: 990px) {
  .x-news-img {
    width: 43.75%;
    margin-right: 3.4375%;
    display: inline-block;
    vertical-align: middle;
  }
}

@media (min-width: 990px) {
  .x-news-right {
    display: inline-block;
    vertical-align: middle;
    width: 52.8125%;
  }
}

.x-news-top {
  position: relative;
  padding-right: 18.93491124%;
  margin-bottom: 5.91715976%;
}

.x-news-top h3 {
  font-size: 18px;
  color: #000000;
  line-height: 1.6;
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.x-news-top p {
  font-weight: 100;
  font-size: 13px;
  color: #000;
  line-height: 1.6;
}

.x-news-top .date {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 70px;
}

.x-news-top .date h4 {
  font-size: 44px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1;
}

.x-news-top .date h5 {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.6;
}

.x-news-top .date span {
  display: inline-block;
}

.x-news-top .date span .icon-right-arrow {
  display: block;
  color: #fff;
  width: 25px;
  height: 25px;
  background: #000;
  border-radius: 50%;
}

.x-news-top .date span .icon-right-arrow:after {
  background-position: -28px -241px;
}

.x-news-top:hover h3 {
  color: #ab001a;
}

.x-news-list li {
  position: relative;
  padding: 18px 80px 18px 0;
  border-bottom: 1px solid #ededed;
}

@media (max-width: 1366px) {
  .x-news-list li {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

.x-news-list li a {
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
}

.x-news-list li a:hover {
  color: #ab001a;
}

.x-news-list li span {
  position: absolute;
  right: 0;
  width: 80px;
  text-align: right;
  top: 50%;
  margin-top: -9px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}

.x-link {
  margin-top: 10px;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
}

.x-link a {
  color: rgba(255,255,255,0.6);
}

.x-message {
  background: #f0f0f0;
  padding: 2.34375% 0;
}

.x-message-wrap {
  margin-left: 24.375%;
  margin-right: 24.375%;
}

@media (max-width: 1366px) {
  .x-message-wrap {
    margin-left: 12.5%;
    margin-right: 12.5%;
  }
}

.x-message-wrap .row {
  margin-left: -5px;
  font-size: 0;
  margin-right: -5px;
}

.x-message-wrap div[class^='col-'] {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

.x-message-wrap input[type='text'],
.x-message-wrap textarea {
  width: 100%;
  height: 42px;
  border: 1px solid #d8d8d8;
  padding: 0 10px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
  background: #f0f0f0;
  outline: none;
  margin-bottom: 10px;
}

.x-message-wrap input[type='text']::-webkit-input-placeholder,
.x-message-wrap textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.x-message-wrap input[type='text']:-ms-input-placeholder,
.x-message-wrap textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.x-message-wrap input[type='text']::-ms-input-placeholder,
.x-message-wrap textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.x-message-wrap input[type='text']::placeholder,
.x-message-wrap textarea::placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.x-message-wrap textarea {
  padding-top: 5px;
  height: 95px;
  resize: none;
}

.x-message-wrap #checkcode {
  float: left;
  width: 32.29813665%;
  margin-bottom: 0;
}

.x-message-wrap .checkCodeImg {
  float: left;
  display: block;
  text-align: center;
  width: 17.39130435%;
  height: 42px;
  font-size: 0;
  background: #e7e4e4;
  padding: 5px 10px;
}

.x-message-wrap .checkCodeImg img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.x-message-wrap .checkCodeImg:after {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.x-message-wrap .checkCodeImg img {
  cursor: pointer;
}

.x-message-wrap .x-submit {
  float: right;
  width: 49.68944099%;
  height: 42px;
  background: #2d323b;
  color: #fff;
  font-size: 14px;
  border: none;
  outline: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-message-wrap .x-submit:hover {
  background: #ab001a;
}

.n-default .n-invalid {
  border-color: #ab001a !important;
}

.n-default .msg-wrap {
  top: 8px;
  right: 5px;
  margin-left: 0;
}

.n-default .x-textarea .msg-wrap {
  top: 65px;
}

/* 手机样式 */
@media (max-width: 990px) {
  .x-title h3 {
    font-size: 14px;
    margin-top: 5px;
  }
  .x-title h3 span {
    display: inline-block;
    margin-left: 5px;
  }
  .x-title h3 span:before {
    margin-right: 5px;
    content: '-';
  }


  .x-product-list {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 20px;
  }
  .x-product-list li {
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }


  
  .x-case-list {
    margin-left: 0;
    margin-top: 20px;
  }
  .x-company-title {
    font-size: 14px;
  }
  .x-company-title p {
    margin-bottom: 0;
  }
  .x-company-title:after {
    margin-top: 5px;
  }
  .x-company-list {
    margin-top: 15px;
  }
  .x-news-box {
    margin-top: 20px;
  }
  .x-news-img,
  .x-news-right {
    width: 100%;
  }
  .x-news-img {
    margin-bottom: 15px;
  }
  .x-news-top h3 {
    font-size: 16px;
    padding-bottom: 7px;
    margin-bottom: 7px;
  }
  .x-news-top p {
    font-size: 12px;
  }
  .x-news-top .date h4 {
    font-size: 30px;
  }
  .x-news-top .date h5 {
    font-size: 12px;
  }
  .x-message-wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .x-message-wrap #checkcode {
    width: 65%;
  }
  .x-message-wrap .checkCodeImg {
    width: 35%;
  }
  .x-message-wrap .x-submit {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
}

#container {
  width: 1000px;
  margin: 0 auto;
  margin-top: 10px;
  border: 1px solid #f4f4f4;
  padding: 10px;
}

#container .city_list {
  padding-top: 10px;
}

#container .city_list .item {
  padding: 10px 0;
  line-height: 24px;
  overflow: hidden;
  border-bottom: 1px dashed #ddd;
}

#container .city_list .item dt {
  float: left;
  font-family: arial;
  font-weight: bold;
  font-size: 18px;
  width: 35px;
  padding-left: 25px;
  color: #444;
  display: table-cell;
}

#container .city_list .item dd {
  margin: 0 0 0 55px;
  padding-left: 15px;
  border-left: 1px dashed #b2b2b2;
}

#container .city_list .item dd a {
  padding: 1px 12px 1px 12px;
  white-space: nowrap;
  float: left;
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

#container .city_list .item dd a:hover {
  text-decoration: none;
  background: #eb2830;
  color: #fff;
}

#foot {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
  line-height: 24px;
  color: #666;
  border-top: 2px solid #eb2830;
  padding-top: 10px;
  font-size: 14px;
}

#foot a {
  color: #666;
  text-decoration: none;
}

#foot a:hover {
  color: #0aa8dd;
}

.return {
  position: relative;
  height: 36px;
  padding: 6px;
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  font: bold 22px/42px "5FAE8F6F96C59ED1";
  color: #737372;
}

.return a {
  position: absolute;
  right: 10px;
  top: 12px;
  height: 36px;
  width: 100px;
  text-align: center;
  display: block;
  background: #eb2830;
  color: #fff;
  line-height: 36px;
  font-size: 12px;
  font-weight: bold;
}

.return a:hover {
  text-decoration: none;
  background: #f39c11;
  color: #fff;
}














/* 公共 */
.container-fluid {
    max-width: 1580px;
    margin: 0 auto;
}

/* 头部 */
.headline .tel-img {
    float: left;
    border-right: 1px solid #d7d7d7;
    padding: 5px 0;
    padding-right: 8px;
    margin-top: 5px;
}

.headline .tel-img img {
    width: 24px;
    height: 24px;
}

.headline .tel-txt {
    float: left;
    padding-left: 8px;
}

.headline .tel-txt span {
    color: rgba(0,0,0,0.5);
    font-size: 12px;
}

.headline .tel-txt p {
    font-family: 'Arial';
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 15px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 2px;
}

.headline .tel-txt p:nth-child(2){
  	font-family: ArialMT;
  	font-size: 22px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 25px;
  	letter-spacing: 0px;
  	color: #222438;
  	margin-top: 0;
}


/* 5大优势 */
.x-advantage {
    background: #fafafa;
    padding: 3% 0;
}

.advantage-title {
    text-align: center;
    position: relative;
}

.advantage-title h3 {
    color: #003c8a;
    font-size: 36px;
    font-weight: bold;
    display: inline-block;
    background: #fafafa;
    position: relative;
    z-index: 101;
    padding: 0 20px;
}

.advantage-title p {
    font-size: 15px;
    color: #999;
    font-family: 'Arial';
    text-transform: uppercase;
    margin-top: 10px;
}

.advantage-title:after {
    content: '';
    position: absolute;
    z-index: 100;
    left: 0;
    top: 34%;
    width: 100%;
    height: 1px;
    background: #dfdfdf;
}

.advantage-list {
    margin-top: 5%;
}

.advantage-list li {
    width: 20%;
    float: left;
    text-align: center;
    list-style: none;
    padding: 3.5vw 24px 5.3vw;
    cursor: pointer;
    position: relative;
}
.dnfj{
  margin-top: -89px;
  transform:rotateY(0deg); 
  transition: all ease-in-out 0.3s; 
  opacity: 0;
}
.advantage-list li:hover .dnfj{
  transform:rotateY(360deg); 
  transition: all ease-in-out 0.3s; 
  opacity: 1;
}
.advantage-list li .img img{
 
  transition: all ease-in-out 0.3s; 
}
.advantage-list li:hover .img img{
  transform:rotateY(360deg); 
  
  transition: all ease-in-out 0.3s; 
  opacity: 0;
}
.hhhu{
    position: relative;
    z-index: 99
}
.advantage-list li::after{
    position: absolute;
    bottom:0px;
    height: 0%;
    left: 0px;
    content:'';
    background-color: #003c8a;
     transition: all ease-in-out 0.3s; 
     width: 100%;
}
.advantage-list li:hover::after{
     transition: all ease-in-out 0.3s; 
     height: 100%;
}
/*.advantage-list li:hover{*/
/*  background-color: #003c8a;*/
/*}*/

.advantage-list li:hover h3{
  color: #fff;
}
.advantage-list li:hover p{
  color: #fff;
}


.advantage-list li h3 {
    color: #333;
    font-size: 18px;
    line-height: 4;
}

.advantage-list li p {
    font-size: 12px;
    color: #848484;
    line-height: 22px;
}






/* 新闻中心 */
.news-list {
    margin: 3% -20px 0 -20px;
}

.news-list li {
    list-style: none;
    padding: 0 20px;
}

.news-list li a {
    display: block;
}

.news-list li .img {
    border: 1px solid #7a7a7a;
    overflow: hidden;
}

.news-list li .img img {
    width: 100%;
    transition: all ease-in-out 0.3s;  
}
.news-list li:hover .img{
    border-color: #003c8a;
}

.news-list li:hover .img img{
  transform: scale(1.1);     transition: all ease-in-out 0.3s;  
}


.news-list li h3 {
    font-size: 16px;
    color: #323232;
    line-height: 4;
    margin-top: 0.5em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news-list li p {
    font-size: 13px;
    color: #7a7a7a;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.news-list li .date {
    line-height: 3;
    color: #454545;
    font-size: 18px;
    font-family: 'Arial';
    position: relative;
    margin-top: 2em;
    opacity: 1;
}

.news-list li .date:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 1.5px;
    background: #999;
    content: "";
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.news-list li .date span {
    position: absolute;
    top: 0;
    right: 0;
}

.news-list li:hover h3 {
    color: #003c8a;
    font-weight: bold;
}



.news-list li:hover .date {
    opacity: 1;
    color: #003c8a;
}

.news-list li:hover .date:after {
    width: 100%;
}


/* 您需要什么帮助 */
.index-seo {
    background: #fafafa;
    padding: 3% 0;
}

.index-seo .container-fluid {
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-seo .help {
    display: flex;
    align-items: center;
}

.index-seo .help span {
    display: inline-block;
    padding-left: 20px;
    color: #000;
    font-size: 31px;
}

.index-seo .x-search {
    margin-left: 2%;
}

.index-seo .x-search #keyword {
    width: 370px;
    height: 40px;
    padding-left: 10px;
    color: #c1c3c6;
}

.index-seo .x-search #s_btn {
    width: 98px;
    height: 40px;
    position: relative;
    left: -6px;
}

.index-seo .x-keyword {
    margin-left: 2%;
    color: #777373;
}

.index-seo .x-keyword a {
    color: #777373;
    margin: 0 8px;
}

.index-seo .x-keyword a:hover {
    color: #333;
}

/* 内页banner */
.page-banner {
    position: relative;
}

.page-banner img {
    max-width: 100%;
}

.page-banner .wz {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.page-banner .wz h3 {
    font-size: 46px;
    color: #fff;
    font-weight: bold;
}

.page-banner .wz p {
    color: #999;
    font-weight: bold;
    font-size: 30px;
    font-family: 'Arial';
    margin-top: 10px;
}

.slick-vertical .slick-slide {
    border: none;
}

.product-detail-slick a.slick-item {
    border: 1px solid #fff;
}

.slick-vertical .slick-slide > div {
    padding: 8px 0;
}

.mob-left-menu {
    margin-top: 10px;
}

.mob-left-menu .title {
    position: relative;
    color: #333;
    font-size: 16px;
    line-height: 40px;
}

.mob-left-menu .title .xymob-page-navbtn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 4px;
    right: 0;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-right-content {
    margin-top: 10px;
}

.xypg-right-content p img {
    max-width: 100%;
}


@media (max-width: 1024px) {
    .x-case-item .wz .summary {
        font-size: 12px;
    }
}


@media (max-width: 990px) {

  .advantage-title h3 {
    font-size: 22px;
  }

  .advantage-list li {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    padding: 0;
  }

  .advantage-list li .img {
    width: 88px;
    float: left;
  }

  .advantage-list li .text {
    width: calc(100% - 88px);
    float: left;
    padding-left: 10px;
  }

  .advantage-list li h3 {
    line-height: 2;
    font-size: 14px;
  }

  .advantage-list li p {
    height: 44px;
    overflow: hidden;
  }

  .x-case-item {
    margin-bottom: 10px;
  }




  .news-list li .date {
    opacity: 1;
  }

  .news-list li .date:after {
    width: 100%;
  }

  .index-seo .container-fluid {
    display: block;
  }

  .index-seo .x-search,.index-seo .x-keyword {
    margin-left: 0;
    margin: 10px 0
  }

  .xymob-nav .xymob-sub-menu {
    background: none;
  }

  .page-banner .wz h3 {
    font-size: 18px;
  }

  .page-banner .wz p {
    font-size: 12px;
  }

  .xypg-left-con {
    width: 100%;
    text-align: left;
    padding: 0 15px;
  }

  .xypg-left-nav > li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #f5f5f5;
  }

  .xypg-left-nav > li > a {
    border: none;
    padding: 8px 0;
  }

  .xypg-left-nav > li > a {
    line-height: 28px;
  }

  .xypg-left-nav .xypg-left-subnav {
    padding: 10px 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    box-shadow: none;
    display: none;
  }

  .xypg-left-nav .xypg-left-subnav > li > a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 14px;
    text-align: left;
  }

  .index-seo .help span {
    font-size: 20px;
  }

  #message-form .inquiry-title {
    font-size: 16px;
  }

  #message-form #checkcode {
    width: 30%;
  }

  .index-seo .x-search #keyword {
    width: 200px;
  }

  .index-seo .x-search #s_btn {
    width: 60px;
    margin-top: 3px;
  }

  .x-case-item:hover .wz .shaow .shaow-hide {
    height: 0;
  }

  .x-case-item:hover .wz .coverline {
    display: none !important;
  }

  .x-case-item:hover .wz .shaow {
    padding-top: 80%;
  }

  .xypg-detail-pn div {
    width: 100%;
  }

  .x-product-list li:hover a .img .shaow {
    opacity: 0;
  }

  .xypg-product-list li a.img .shaow {
    display: none;
  }

  .xypg-product-list li h3 a {
    font-size: 14px;
  }

  .news-list li h3 {
    font-size: 14px;
    line-height: 3;
  }

  .news-list li p {
    font-size: 12px;
  }

  .news-list li .date {
    font-size: 14px;
  }

  .x-layout .company {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .x-layout .x-seo,.x-layout-contact p,.x-link {
    font-size: 12px;
  }
}

@media(max-width:768px){
    .hhhu{
        display: flex;
    justify-content: space-between;
    }
    .dnfj {
    display: none;
}
}


/* 手机底部 */

.mob_foot {
    display: none;
}

.mob_dbb {
    height: 50px;
}

.mob_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #003c8a;
}

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

.mob_footer ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.mob_footer ul li:nth-child(n+2) a {
    border-left: 1px solid rgba(214, 216, 221, 1);
}

.mob_footer ul li.active {
    background: #eb4944;
}

.mob_footer ul li a {
    display: block;
    width: 100%;
    color: #fff;
}

.mob_footer ul li .iconfont {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    background-size: 100% auto;
    margin-right: 0.4em;
}

.mob_footer ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
}

.mob_footer li .icon-home {
    background: url("../images/home.png") no-repeat;
}

.mob_footer li .icon-home2 {
    background: url("../images/product.png") no-repeat;
}

.mob_footer li .icon-phone {
    background: url("../images/phone.png") no-repeat;
}

.mob_footer li .icon-contact {
    background: url("../images/message.png") no-repeat;
}

.mob_footer li .icon-phone:before {
    font-size: 0;
}

@media(max-width:768px) {
    .mob_foot {
        display: block;
    }
}

@media(max-width:420px) {
    .mob_footer ul li span {
        font-size: 14px;
    }
    .mob_footer ul li .iconfont {
        font-size: 16px;
    }
    .mob_footer ul li a {
        height: 24px;
        line-height: 24px;
        width: 100%;
    }
}


ul,ol,li{list-style-type:none;}





.x-title {
  color: #333;
  position: relative;
}

.x-title p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
  color: #999;
  font-family: 'Arial'
}

.x-title h3 {
  font-size: 35px;
  color: inherit;
  line-height: 1.3;
  font-weight: bold;
}

.x-title h3 span {
  display: block;
}

.x-title .a {
  position: absolute;
  top: 17px;
  right: 0;
  line-height: 35px;
  color: #616161;
  font-size: 16px;
}

.x-title .a:hover {
  color: #003c8a;
}

.x-title .a:hover .icon-add:after {
  background-position: -30px -450px;
}

.x-title .icon-add {
  width: 100%;
  height: 100%;
  display: block;
}

.x-title .icon-add:after {
  background-position: 0 -450px;
}

@media (max-width: 1024px) {
  .x-title h3 {
    font-size: 20px;
  }
  .x-title a {
    font-size: 14px;
  }
}

.x-title.white {
  color: #fff;
}

.x-title.white a {
  border: 1px solid #fff;
  background: transparent;
  opacity: .8;
}

.x-title.white a .icon-font:after {
  background-position: -30px -450px;
}

.x-title.white a:hover {
  background: #fff;
}

.x-title.white a:hover .icon-font:after {
  background-position: 0 -450px;
}








.bb1hd{
  float: right;
  position: absolute;
  right: 0px;
  top: 15px;
}
.bb1hd li{
  float: left;
  height: 37px;
  padding: 0 25px;
  position: relative;
}
.bb1hd li:after{content: '';height: 18px;width: 1px;color: #000000;position: absolute;background-color: #000;top: 11px;left: 0;} 
.bb1hd li:first-child:after{
  display: none;
}
.bb1hd li.on{
background-color: #003c8a;
}
.bb1hd li.on a{
color: #fff;
}


.bb1hd li a{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #000000;
  line-height: 37px;
}

.bb1bd{}


.bb1bd { position: relative; }
.bb1bd .tt { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.bb1bd .tt { opacity: 0; visibility: hidden; transition: all .5s ease; }
.bb1bd .tt.on { position: static; opacity: 1; visibility: visible; }








.bb2hd{
  float: right;
  position: absolute;
  right: 100px;
  top: 15px;
}
.bb2hd li{
  float: left;
  height: 37px;
  padding: 0 25px;
  position: relative;
}
.bb2hd li:after{content: '';height: 18px;width: 1px;color: #000000;position: absolute;background-color: #000;top: 11px;left: 0;} 
.bb2hd li:first-child:after{
  display: none;
}
.bb2hd li.on{
background-color: #003c8a;
}
.bb2hd li.on a{
color: #fff;
}


.bb2hd li a{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #000000;
  line-height: 37px;
}





.bb2bd { position: relative;  overflow: hidden;}
.bb2bd .tt { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.bb2bd .tt { opacity: 0; visibility: hidden; transition: all .5s ease; }
.bb2bd .tt.on { position: static; opacity: 1; visibility: visible; }





.x-layout-ewm li{width: 31%;display: inline-block;vertical-align: middle;margin: 0 3%;}
.x-layout-ewm li img{ max-width:100%;}



.xypg-left-con2 .xypg-left-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3%;
}

.xypg-left-con2 .xypg-left-nav > li {
  width: 18%;
  position: relative;
  text-align: center;
  background: #f7f7f7;
  border-right: 1px solid #dedede;
}

.xypg-left-con2 .xypg-left-nav > li:last-child {
  border: none;
}

.xypg-left-con2 .xypg-left-nav > li > a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #4c4c4c;
  padding: 15px 18px;
}

.xypg-left-con2 .xypg-left-nav > li:hover > a,
.xypg-left-con2 .xypg-left-nav > li.clicked > a {
  color: #fff;
  background: #003c8a;
}

.xypg-left-con2 .xypg-left-nav>li .first-nav-btn{display: none;}



@media (max-width: 768px) {
   .xypg-left-con2 .xypg-left-nav{display:none!important;}
   .xypg-right-content img{width:100%!important;height:auto!important;}
}


.adff{
  overflow: hidden;
}
.adff .swiper-wrapper .swiper-slide  img{
  width: 100%;
  height: auto;
}


@media (min-width: 1200px) {
  .page-product-detail-effect {
      margin:2% 12.22222222%;
  }
}

.page-product-detail-effect .big-img {
  float: left;
  width: 76.86567164%;
  height: 510px;
  border: 1px solid #efefef
}

.page-product-detail-effect .big-img a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 0
}

.page-product-detail-effect .big-img a img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle
}

.page-product-detail-effect .big-img a:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle
}

.page-product-detail-effect .product-detail-slick {
  float: right;
  width: 20.89552239%
}

.page-product-detail-effect .product-detail-slick a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 0;
  border: 1px solid #efefef
}

.page-product-detail-effect .product-detail-slick a img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle
}

.page-product-detail-effect .product-detail-slick a:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle
}

.page-product-detail-effect .product-detail-slick .slick-slide {
  outline: none;
  height: 140px;
  margin: 5px 0
}

.page-product-detail-effect .product-detail-slick .slick-slide.active a {
  border-color: #013f98
}

.page-product-detail-effect .product-detail-slick .slick-arrow {
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #838383;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer
}

.page-product-detail-effect .product-detail-slick .slick-arrow:hover {
  background: #013f98
}

.page-product-detail-effect .product-detail-slick .slick-arrow .iconfont {
  color: #fff;
  font-size: 20px
}

@media (max-width: 530px) {
  .page-product-detail-effect {
      height:290px
  }

  .page-product-detail-effect .big-img {
      height: 280px
  }

  .page-product-detail-effect .product-detail-slick .slick-slide {
      height: 70px
  }

  .page-product-detail-effect .product-detail-slick .slick-arrow {
      height: 20px;
      line-height: 20px
  }

  .page-product-detail-effect .product-detail-slick .slick-arrow .iconfont {
      font-size: 16px
  }
}








@media (max-width: 1200px) {  
  .x-menu > li:not(:last-of-type):after{display: none;}
  .x-menu > li{padding: 0%;}
  .x-menu > li > a{    padding: 0 0.3vw;}
  
  .x-about-right h2{
      font-size: 28px;
  }
  .x-about-right{
      width: 100%;

      padding-top: 1vw;
  }
  .x-about-right h3{
      margin-top: 8px;
  }
  
  .x-about-right p{
      margin-top: 23px;
      font-size: 12px;
  }
  .index-seo .x-search #keyword{width: 200px;}
  .index-seo .x-keyword a{margin: 0 3px;}
  
  }




@media (max-width: 992px) { 
.bb1hd{
    position: relative;
    right: 0;
    top: 11px;
    width: 100%;
    margin-bottom: 30px;
}

.bb1hd li{
    width: 33%;
    padding: 0;
    text-align: center;
}
.bb1hd li:after{
    display: none;
}
.bb1hd li a{
    font-size: 12px;
}

.x-about-right{
    width: 100%;
    margin-left: 0;
}

.x-about-right h2{
    font-size: 24px;
    margin-top: 15px;
}
.x-about-right h3{
    margin-top: 8px;
    font-size: 14px;
}
.x-about-right p{
    margin-top: 10px;
}



.bb2hd{
  position: relative;
  right: 0;
  top: 11px;
  width: 100%;
  margin-bottom: 30px;
}

.bb2hd li{
  width: 33%;
  padding: 0;
  text-align: center;
}
.bb2hd li:after{
  display: none;
}
.bb2hd li a{
  font-size: 12px;
}


.bb2bd{    overflow: revert;}


}



@media(max-width:1440px){
  .x-about-right p{
    padding: 0px;
  }
  .shudinghu_a span{
    font-size: 2.8rem;
  }
}

@media(max-width:1440px){
  .x-about-right p{
    padding: 0px;
  }
  .shudinghu_a span{
    font-size: 2.4rem;
  }
}

@media(max-width:1200px){
  .x-about-right p{
    padding: 0px;
  }
  .shudinghu_a span{
    font-size: 2.2rem;
  }
  .bb1hd li{
    padding: 0 10px;
  }
  .bb1hd li a{
    font-size: 14px;
  }
}

@media(max-width:1024px){
  .x-about-right p{
    padding: 0px;
  }
  .shudinghu_a span{
    font-size: 2rem;
  }
  .x-header-right{
    display: none;
  }
  .x-menu{
    width: calc(80% - 95px);
  }
  .x-about-right h2{
    font-size: 20px;
  }
}


@media(max-width:992px){
  .x-product-list li h3{
    line-height: 30px;
  }
  .shudinghu_a span{
    font-size: 30px;
  }
}

@media(max-width:500px){
  .bb1hd li {
    width: 49%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.shudinghu_a span{
  font-size: 20px;
}
.shudinghu_b{
  font-size: 14px;
  line-height: 28px;
}
}

