﻿
.x-title{
  text-align: center;
}
.x-title h3{
  color:#333;
  font-size: 38px;
  line-height: 1.5;
}
.x-title h3 span{
  color:#132b83;
  font-weight:600;
  font-size: 42px;
  padding-right:20px;
  text-transform: uppercase;
}
.x-title .intro{
  color:#888;
  font-size: 16px;
  line-height: 2;
}

/* äº§å“ä¸­å¿ƒ */
.product{
  padding:5vh 0 7vh;
}
.x-product{
  margin-top:5vh;
  margin-left:-15px;
  margin-right: -15px;
}

.x-product-list .x-pro-item{
  text-align: center;
  padding:0 15px;
}
.x-product-list .x-pro-item a{
  display: block;
  border:1px solid #e9e9e9;
}
.x-product-list .x-pro-item .img{
  overflow: hidden;
}
.x-product-list .x-pro-item img{
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.x-product-list .x-pro-item:hover img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.x-product-list .text{
   background: #f7f7f7;
   padding:2vh 8%;
} 
.x-product-list .text h3{
  color:#333;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}
.x-product-list .text .intro{
  color:#999;
  font-size: 14px;
  line-height: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.x-product-list .text span{
  display: inline-block;
  width: 110px;
  background:#333;
  color:#fff;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 36px;
  border-radius: 3px;
  margin-top:1.5vh;
}

.x-product-list .x-pro-item:hover a{
  border-color: #132b83;
}
.x-product-list .x-pro-item:hover .text h3{
  color:#132b83;
}
.x-product-list .x-pro-item:hover .text span{
  background: #132b83;
}
.x-product .owl-carousel .owl-nav .owl-prev {
  left: -78px;
  background:url(http://cdn.myxypt.com/73ab1e9e/23/03/62b3a90b1a9ec2025cb415b9a74c36bc5629132f.png) no-repeat 50% 50% #333;
}

.x-product .owl-carousel .owl-nav .owl-next {
  right: -78px;
  background:url(http://cdn.myxypt.com/73ab1e9e/23/03/578ba6f67739da1d6a285b66fb3b0f4b2a140b20.png) no-repeat 50% 50% #333;
}

.x-product .owl-carousel .owl-nav button.owl-prev,
.x-product .owl-carousel .owl-nav button.owl-next {
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 9999;
  height: 60px;
  width: 38px;
  margin-top: -32.5px;
  border-radius: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.x-product .owl-carousel .owl-nav .icon-font:after {
  background:none;
 }
.x-product .owl-carousel .owl-nav button.owl-prev:hover {
  background:url(http://cdn.myxypt.com/73ab1e9e/23/03/62b3a90b1a9ec2025cb415b9a74c36bc5629132f.png) no-repeat 50% 50% #132b83;
}
.x-product .owl-carousel .owl-nav button.owl-next:hover {
  background:url(http://cdn.myxypt.com/73ab1e9e/23/03/578ba6f67739da1d6a285b66fb3b0f4b2a140b20.png) no-repeat 50% 50% #132b83;
}
/* è§£å†³æ–¹æ¡ˆ */
.solution{
  padding:6vh 0 7vh;
  background:url(http://cdn.myxypt.com/73ab1e9e/23/03/2dede0d02be1a3a3afaf77dcdcfd02fbd3c157e2.jpg) no-repeat 50% 0;
}
.x-solution{
  margin-top:5vh;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.so-cate{
  width: 360px;
  background:#f6f6f6;
}
.so-cate li{
  width: 50%;
  float: left;
}
.so-cate li a{
  display: block;
  padding:19px 5px 19px 18px;
  border-right:2px solid #fff;
  border-bottom:2px solid #fff;
}
.so-cate li:nth-child(2n) a{
  border-right: none;
}
.so-cate li:nth-child(11) a,.so-cate li:nth-child(12) a{
  border-bottom: none;
}
.so-cate li .img{
  height: 50px;
  overflow: hidden;;
}
.so-cate li .img img{
  position: relative;
  top:0;
  transition: all 0.3s;
}
.so-cate li .text{
  padding-top:5px;
}
.so-cate li .text h3{
  color:#333;
  font-size: 16px;
  line-height: 1.5;
}
.so-cate li .text .en{
  color:rgba(51,51,51,.4);
  font-size: 12px;
  line-height: 1.5;
  font-family: arial;
}
.so-cate li.on img{
  top:-50px;
}
.so-cate li.on a{
  background:#132b83;
}
.so-cate li.on .text h3{
  color:#fff;
}
.so-cate li.on .text .en{
  color:#fff;
}
.cate-img-tab{
  width: calc(100% - 360px);
}

/* æ–°é—»èµ„è®¯ */
.news{
    padding:6vh 0 8vh;
}
.news-cate a{
  color:#888;
  font-size: 16px;
  line-height: 2;
  position: relative;
  padding-left:8px;
}
.news-cate a:hover{
  color:#132b83;
  
}
.news-cate a + a:before{
  content:"|";
  padding-right: 10px;
  color:#888;
}
.news .content{
  margin-top:6vh;
}
.news-img{
  width: 50%;
}
.news-img img{
  max-width: 100%;
  height: auto;
}
.x-news{
  width: calc(50% - 22px);
}
.x-news li{
  list-style: none;
}
.x-news .date{
  width: 84px;
  background:#939393;
  text-align: center;
  color:#fff;
}
.x-news .date h4{
  font-size: 42px;
  font-weight: 600;
  line-height: 1.39;
}
.x-news .date h5{
  font-size: 14px;
  line-height: 30px;
  border-top:1px solid #fff;
}
.x-news .text{
  width: calc(100% - 110px);
}
.x-news .text h3{
  color:#333;
  font-size: 17px;
  line-height: 1.6;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.x-news .text .intro{
  color:#999;
  font-size: 14px;
  line-height: 1.5;
  margin-top:10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .slick-vertical .slick-slide{
  border-bottom:none;
  margin-bottom: 1.5vw;
}
.x-news li:hover .date{
  background:#132b83;
}
.x-news li:hover  .text h3{
   color:#132b83;
}
/* å…¬å¸ç®€ä»‹ */
.about{
  padding:8vh 0 7vh;
  background: url(http://cdn.myxypt.com/73ab1e9e/23/03/44b19330594f363c2b94be9c92220f08312833af.jpg) no-repeat 50% 0;
}
.about .content{
  margin-top:6vh;
}
.about-img{
  width: 46%;
}
.about-img img{
  max-width: 100%;
  height: auto;
}
.about-con{
  width:51%;
}
.about-con h3{
  color:#333;
  font-size: 34px;
  font-weight: 600;
  line-height: 2;
}
.about-con .con{
  color:#555;
  font-size: 16px;
  line-height: 2.125;
  margin-top: 0.5vw;
}
.about-con .more{ 
  margin-top:2vw;
}
.about-con .more a{
  display: inline-block;
  color:#fff;
  font-size: 14px;
  width: 176px;
  background: url(http://cdn.myxypt.com/73ab1e9e/23/03/ac15e08020d0bc1cdcc739ec3f9e45601689f15e.png) no-repeat 70% 50% #333;
  line-height: 54px;
  border-radius: 3px;
  padding-left:46px;
}
.about-con .more a:hover{
  background: url(http://cdn.myxypt.com/73ab1e9e/23/03/ac15e08020d0bc1cdcc739ec3f9e45601689f15e.png) no-repeat 70% 50% #132b83;
}
.quick-links{
  margin-left:-8px;
  margin-right:-8px;
  margin-top:6vh;
}
.quick-links li{
  width:calc(25% - 16px);
  float:left;
  text-align: center;
  border:1px solid #f0f0f0;
  margin:0 8px;
  padding:25px 0;
  transition: all 0.5s;
  background:#fff;
}
.quick-links li a{
  display: block;
}
.quick-links li .img{
  display: inline-block;
  width: 84px;
  line-height: 84px;
  background: #132b83;
  border-radius: 50%;
  transition: all 0.5s;
}
.quick-links li:hover{
  box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.quick-links li:hover .img{
  transform: scale(-1, 1);
}
.quick-links li h3{
  color:#333;
  font-size: 20px;
  line-height: 1.5;
  margin-top:15px;
}
.quick-links li .en{
  color:#999;
  font-size:14px;
  line-height: 1.5;
}











.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: #132b83;
}

.n-default .n-invalid {
  border-color: #132b83 !important;
}

.n-default .msg-wrap {
  top: 8px;
  right: 5px;
  margin-left: 0;
}

.n-default .x-textarea .msg-wrap {
  top: 65px;
}

/* æ‰‹æœºæ ·å¼ */
@media (max-width: 991px) {
  .x-title h3 {
    font-size: 22px;
  }
  .x-title h3 span {
    font-size: 28px;
    padding-right: 10px;
  }
  .x-title .intro{
    font-size: 12px;
  }
  .x-product-list .text h3{
    font-size: 14px;
  }
  .x-product-list .text .intro{
    font-size: 12px;
  }
  .so-cate{
    width:100%;
  }
  .so-cate li{
    width:33.333%;
  }
  .so-cate li a{
    border:1px solid #fff !important;
  }

  .news{
    padding:6vh 0 0;
  }
  .news-cate a{
    font-size: 14px;
  }
  .news-img{
    width:100%;
    margin-bottom: 20px;
  }
  .news .content{
    margin-top:4vh;
  }
  .x-news{
    width:100%;
  }
  .news .slick-vertical .slick-slide{
    margin-bottom: 10px;
  }
  .about .content{
    margin-top:4vh;
  }
  .about-img{
    width: 100%;
    margin-bottom: 20px;
  }
  .about-con{
    width: 100%;
  }
  .about-con h3{
    font-size: 22px;
  }
  .about-con .con{
    font-size: 14px;
  }
  .about-con .more{
    margin-top:15px;
  }
  .about-con .more a{
    width: 150px;
    line-height: 44px;
    padding-left:40px;
    background: url(http://cdn.myxypt.com/lxhctaa5/t/1/images/list.png) no-repeat 75% 50% #333;
  }
  .x-about-left {
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
  }

  .x-case-list {
    margin-left: 0;
    margin-top: 20px;
  }
  .x-case-item a {
    padding: 10px;
  }
  .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%;
  }
}
@media(max-width:1366px){
  .x-product .owl-carousel .owl-nav .owl-prev{
    left:-38px;
  }
  .x-product .owl-carousel .owl-nav .owl-next{
    right:-38px;
  }
}
@media(max-width:991px){
  .x-product{
    margin-left:-8px;
    margin-right: -8px;
  }
  .x-product-list .x-pro-item{
    padding:0 8px;
  }
}
@media(max-width:767px){
  .so-cate li{
    width:50%;
  }
  .quick-links li{
    margin:0 5px;
    width: calc(25% - 10px);
    padding:15px 0;
  }
  .quick-links li .img{
    width: 60px;
    line-height: 60px;
  }
  .quick-links li .img img{
    max-width: 30px;
    max-height: 30px;
  }
  .quick-links li h3{
    font-size: 15px;
  }
 
  
}
}
#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;
}



.x-layout {
  background:#222;
  padding: 4.2vh 0 2.5vh;
}

.x-layout-logo {
  margin-bottom: 20px;
}

.x-layout-desc {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}




.x-layout-menu{
  width: 64%;
  position: relative;
}
.x-layout-menu:after{
  position: absolute;
  width: 95%;
  height: 1px;
  content:"";
  background: rgba(255, 255, 255, 0.2);
  left:0;
  top:52px;
}

.x-layout-menu dl {
  float: left;
  width: 20%;
}

.x-layout-menu dl dt {
  font-size: 16px;
  color: #fff;
  font-weight: 400;

  line-height: 2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.x-layout-menu dl dd a {
  display: block;
  font-size: 14px;
  color: #bebebe;
  line-height: 2.14;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.x-layout-menu dl dd a:hover{
  color:#fff;
}
.f-contact{
  width: 31%;
}
.f-contact h3{
  font-size: 18px;
  color:#fff;
  font-weight: 600;
  line-height:2;
}
.x-layout-contact {
  margin-top: 2vh;
  font-size: 14px;
  color:#fff;
  line-height: 2;
}
.x-seo{
  color:rgba(190,190,190,.5);
  font-size: 12px;
  padding:1vh 0 0;
}
.x-seo a{
  color:rgba(190,190,190,.5);
}
.x-seo a:hover{
  color:rgba(255,255,255,.8);
}
.x-seo .text-warning{
  color:rgba(190,190,190,.5);
}
.x-layout-ewm {
  text-align: center;
  color:#bebebe;
  font-size: 12px;
  line-height: 2;
  margin-top:2.5vh;
}
.x-layout-ewm img{
  padding: 5px;
  border:1px solid #7c7c7c;
  margin-bottom:10px;
}
.x-link{
  background:url(http://cdn.myxypt.com/73ab1e9e/23/03/8b2106e230e63ec3f276a9831a190cc7663ff64e.png) no-repeat 0 50px;
  color:#bebebe;
  font-size: 14px;
  border-top:1px solid rgba(78,78,78,.4);
  padding:25px 0 0 24px;
  margin-top:2vh;
}
.x-link .tit{
  width: 75px;
}
.x-link .con{
  width: calc(100% - 75px);
}
.x-link .con a{
  color:#656565;
  font-size: 12px;
  line-height:22px;
}
.x-link .con a:hover{
  color:rgba(255,255,255,.8);
}

.x-footer {
  background: #1c1c1c;
  padding: 15px 0;
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}

.x-footer a {
  color: #666;
}

.x-footer a:hover {
  color: rgba(255, 255, 255, 0.8);
}

@media(max-width:767px){
  .x-layout-menu:after{
    background: none;
  }
  .x-layout-menu{
    width: 100%;
  }
  .x-layout-menu dl{
    width: 100%; 
  }
  .x-layout-menu dl dt{
    margin-bottom: 0;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .x-layout-menu dl dt:after{
    position: absolute;
    right:5px;
    top:0;
    color:#fff;
    content:"+";
  }
  .x-layout-menu dd{
    display: none;
  }
  .x-layout-menu dl dd a{
    transform: translateX(0);
    color: rgba(255, 255, 255);
    opacity: 0.66;
    background: url(http://cdn.myxypt.com/lxhctaa5/t/1/images/line.jpg) no-repeat 0 50%;
    padding-left:24px;
  }
}



.c-link {
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    cursor: pointer;
    display: block;
}

.c-link dd{
    width:calc(100% - 70px)
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255,255,255,.6);
    padding: 10px;
    min-width:120px;
}

.c-link a {
    color: #fff;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}



/* æ‰‹æœºé¡µè„š */

.footer3 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #222;
}

.footer3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer3 ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 0;
}

.footer3 ul li a {
    display: block;
    color: #ffffff;
}

.footer3 ul li .iconfont {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footer3 ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}
@media (max-width: 768px){
  body{
    padding-bottom: 50px;
  }
  .x-footer-r{
    display: none;
  }
}

.text-danger{
  color: red;
}
