@charset "UTF-8";

/*热门搜索*/
.search {
  text-align: left;
  height: 24px;
  width: 1180px;
  margin: 0 auto;
  border: 1px solid #f1f1f1;
  padding: 10px;
  margin-top: 15px;
}
.hotSearch {
  width: 400px;
  float: left;
  height: 24px;
  line-height: 24px;
  font-weight: normal;
}
.hotSearch a {
  margin-right: 6px;
}
#formsearch {
  width: 246px;
  /* float: right; */
}
#formsearch input {
  height: 22px;
  background: #fff;
  border: 1px solid #c8c8c8;
  line-height: 22px;
}
#formsearch input#keyword {
  height: 22px;
  line-height: 22px;
  padding-left: 4px;
  color: #666;
  font-size: 12px;
  outline: none;
  font-family: "microsoft yahei";
  width: 190px;
}
#formsearch input#s_btn {
  width: 46px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #272d80;
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: "microsoft yahei";
}

/*主体样式*/
#container {
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 10px;
}
.ul2 {
  display: none;
}
.xymob-left-close-btn {
  display: none;
}
@media (max-width: 1330px) {
  #container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 992px) {
  .left .n_news,
  .left .n_contact {
    display: none;
  }
  .right {
    width: 100% !important;
  }
  .sort_menu {
    width: 90%;
    margin: 0 auto;
    background: #fff;
  }
  .left {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90vh;
    padding: 5vh 0;
  }
  .xymob-left-close-btn {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    background: black;
  }
  .xymob-menu-click .xymob-left-close-btn i {
    font-size: 18px;
    color: #fff;
  }
  .xymob-menu-click {
    position: fixed;
    width: 100vw;
    overflow-y: scroll;
    top: 0;
    left: 100%;
    transition: all 0.5s ease;
    z-index: 999999;
    height: 100vh;
    width: 100% !important;
    background: rgba(0, 0, 0, 0.7);
  }
  .xymob-menu-click.click {
    left: 0;
  }
  .xymob-page-icon {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 9999;
  }
  .xymob-page-icon li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    background: rgba(1, 30, 65, 0.7);
    cursor: pointer;
  }
  .xymob-page-icon li i {
    font-size: 20px;
    color: #fff;
  }
  .icon-gengduo:before {
    content: "\e688";
  }
  .icon-zhiding:before {
    content: "\e66d";
  }
  .icon-close:before {
    content: "\e69a";
  }
}

@media (max-width: 768px) {
  .product_list li {
    width: 33.3%;
  }
  .case_list li {
    width: 33.3%;
  }
  #relate_p li {
    width: 30%;
  }
  .product_detail .list {
    display: none;
  }
  .product_detail .img {
  }
  .ul1 {
    display: none;
  }
  .ul2 {
    display: block;
  }
  .product_detail .img {
    width: 65%;
    height: auto !important;
    margin: 0 auto;
    float: none;
  }
  .product_detail .img img {
    width: 100%;
  }
  .relateproduct {
    display: none;
  }
  .relate_list {
    display: none;
  }
}
@media (max-width: 500px) {
  .product_list li {
    width: 100%;
  }
  .case_list li {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .xypg-wrap .xymob-page-icon {
    display: none;
  }
}
.index-sort {
  width: 1200px;
  position: relative;
  left: 50%;
  margin: 40px auto 0 -600px;
  overflow: hidden;
  height: 270px;
  background: url(../images/bodyonebj.jpg) bottom no-repeat;
}
.sortX li {
  height: 240px;
  margin: 0 10px;
  position: relative;
  width: 280px;
  float: left;
}

.sortimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 180px;
  z-index: 1;
}

.yying {
  background: #000;
  opacity: 0.6;
  height: 42px;
  width: 100%;
  position: absolute;
  bottom: 60px;
  z-index: 2;
}
.sortX li .list_item {
  font: 100 18px/42px "微软雅黑";
  color: #fff;
  position: absolute;
  bottom: 60px;
  left: 20px;
  z-index: 3;
}
.sortX li .list_item:visited {
  color: #fff;
}
.sortX li .list_item:hover {
  color: #ccc;
  text-decoration: none;
}
.sortjian {
  position: absolute;
  bottom: 72px;
  right: 25px;
  z-index: 4;
}
.sortX li p {
  font: 100 14px/35px "微软雅黑";
  color: #737373;
  position: absolute;
  bottom: 8px;
  left: 0;
  border-top: 2px solid #ccc;
}

.home-news {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 999;
  height: 350px;
  margin-top: 20px;
}
.home-news h2 {
  border-left: 5px solid #2158a9;
  color: #000;
  font: 100 24px/38px "微软雅黑";
  padding-left: 15px;
}

.news-more {
  width: 40px;
  height: 13px;
  background: url(../images/newsmore.jpg) no-repeat;
  position: absolute;
  right: 0;
  top: 13px;
}
.news-more:hover {
  opacity: 0.6;
}
.news-left {
  width: 430px;
  float: left;
  margin-top: 20px;
}
.news-right {
  width: 695px;
  float: right;
  margin-top: 20px;
}

.news-home-list {
}
.news-home-list li {
}
.news-home-list li.top {
  padding-bottom: 8px;
  background: none;
  padding-left: 0;
}
.news-home-list .news-info h3 {
  margin: 10px 0 0 0;
}
.news-home-list .news-info h3 a {
  font: 100 15px/30px "微软雅黑";
  color: #333;
}
.news-home-list .news-info h3 a:hover {
  color: #d80025;
  text-decoration: none;
}
.news-home-list .news-info h3 p {
  font: 100 12px/24px "微软雅黑";
  color: #666;
}

#news_demo {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  height: 250px;
}
#innewsdemo {
  height: 100%;
}
#news_demo1 {
}
#news_demo2 {
}
.news-home-list1 {
}
.news-home-list1 li {
  margin-top: 10px;
  background: #f5f5f5;
}
.news-home-list1 li a {
  width: 600px;
  float: right;
  font: 100 15px/24px "微软雅黑";
  color: #000;
  padding-top: 5px;
}
.news-home-list1 li a:hover {
  color: #d80025;
  text-decoration: none;
}
.news-home-list1 li p {
  width: 590px;
  float: right;
  padding-right: 10px;
}
.news-home-list1 li .news-time {
  width: 77px;
  height: 77px;
  background: #e5e5e5;
  float: left;
}
.news-home-list1 li .news-time .time1 {
  font: bold 30px/30px "arial";
  color: #2e2e2e;
  text-align: center;
  padding-top: 15px;
}
.news-home-list1 li .news-time .time2 {
  font: 100 14px/20px "arial";
  color: #2e2e2e;
  text-align: center;
}
.news-home-list1 li:hover .news-time .time1 {
  color: #fff;
}
.news-home-list1 li:hover .news-time .time2 {
  color: #fff;
}
.news-home-list1 li:hover .news-time {
  width: 77px;
  height: 77px;
  background: #d80025;
}
.news-home-list1 li:hover {
  background: #f2f2f2;
}

/*产品列表页描述*/
.prodescription {
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
  line-height: 24px;
  padding: 10px;
  margin-bottom: 15px;
  text-indent: 20px;
}

/*友情链接*/
.f_link {
  width: 1200px;
  margin: 0 auto;
  line-height: 36px;
}

/*页面底部*/
.footer1 {
  background: #888;
  margin: 0 auto;
  height: 177px;
  padding-bottom: 10px;
}
.footer2 {
  width: 1200px;
  margin: 0 auto;
}
#footer {
  line-height: 24px;
  font-size: 12px;
  color: #fff;
  background: #3d3d3d;
  text-align: center;
  padding: 8px 0;
}
#footer a {
  color: #fff;
}
#footer a:visited {
  color: #fff;
}
#footer a:hover {
  color: #e87518;
  text-decoration: none;
}
.nav_foot {
  text-align: center;
  line-height: 24px;
  color: #666;
}
.copyright {
  text-align: center;
  line-height: 24px;
  font-family: "微软雅黑";
}

.more_region {
  position: absolute;
  right: 10px;
  line-height: 30px;
  top: 0;
  font-weight: normal;
  font-size: 12px;
}
#footer h3 {
  width: 80px;
  line-height: 30px;
  position: absolute;
  right: 233px;
  top: 5px;
  font-weight: normal;
}

/*------------内页-------------------*/
.n_banner {
  /* width: 1200px; */
  margin: 0 auto;
}
.sort{
  background: #f5f5f5;
}
.left {
  width: 19%;
  float: left;
}
.left .box {
  margin-bottom: 10px;
}
.left .box h3 {
  line-height: 60px;
  font-weight: bold;
  background: #2158a9;
  font-size: 22px;
  color: #fff;
  text-indent: 40px;
  position: relative;
}
.left .box h3:after{
  position: absolute;
  content:'';
  width:6px;
  height: 6px;
  background: rgba(255,255,255,.7);
  bottom:26px;
  left:9%;
}
.left .box .content {
  border:1px solid #eee;
  padding:5px 10px;
}



.right {
  width: 78%;
  float: right;
  padding-bottom: 10px;
}
.sitemp {
  line-height: 39px;
  height: 39px;
  overflow: hidden;
  padding-right: 10px;
  
  border-bottom: 1px solid #2158a9;
}
.sitemp h2 {
  width: 340px;
  float: left;
  line-height: 39px;
  text-align: center;
  text-align: left;
  text-indent: 15px;
  color: #000;
  font-family: "微软雅黑";
  font-size: 15px;
}
.sitemp .site {
  width: 380px;
  float: right;
  text-align: right;
  line-height: 30px;
  font-family: "微软雅黑";
}

.right .content {
  overflow: hidden;
}

.top_banner{
  position: relative;
  margin-bottom: 30px;
}

.siteMap{
  line-height: 50px;
  background: rgba(0,0,0,.2);
  width: 100%;
  position: absolute;
  left:0;
  bottom:0;
   color:#fff;
}
.siteMap a{
     color:#fff;
}
.pageMap a{
  font-size:14px;
}


.nycontainer{
  margin-bottom:40px !important;
}

.case_detail h1{
  font-size: 22px;
  color:#444;
  font-weight: 600;
  padding-bottom:20px;
}