@charset "utf-8";
/* CSS Document */
html{color:#333;background:#fff}
body,div,p,h1,h2,h3,h4,h5,h6,img,ul,li,a,strong,dl,dt,dd,input,textarea{
    margin:0;
    padding:0;
    list-style:none;
    border:0;
    text-decoration:none;
    font-family:"microsoft yahei";
    font-weight: normal;
    font-size:14px;
}
table{border-collapse:collapse;border-spacing:0}
a{ text-decoration:none;}
a:hover{text-decoration: none !important;}
a:focus {text-decoration: none!important;}
fieldset,img{border:0}
ol,ul{list-style:none}
.w-100{width:100%; height:auto; overflow:hidden;}
.w-1260{width:1200px; margin:0 auto; overflow:hidden;}
.w-1260-1{width:1200px; margin:0 auto;}
.fl{ float:left;}
.fr{ float:right;}
.clear{ clear:both;}
.mt-10{ margin-top:10px;}
.mt-15{ margin-top:15px;}
.mt-20{ margin-top:20px;}
.mt-30{ margin-top:30px;}
.mt-35{ margin-top:35px;}
.mt-40{ margin-top:40px;}
.mt-50{ margin-top:55px;}
.mt-60{ margin-top:55px;}
.mt-65{ margin-top:65px;}
.mt-70{ margin-top:60px;}
.mt-80{ margin-top:80px;}
.mt-90{ margin-top:90px;}
.mt-100{ margin-top:100px;}
.t-align-c{ text-align:center;}
.clearfix:after {content:""; display: block; clear:both; }

.margin0{margin:0 0px;}
.margin3{margin:0 3px;}
.margin5{margin:0 5px;}
.margin8{margin:0 8px;}
.margin-20{margin:0 -20px;}
.padding0{padding:0px;}
.padding3{padding:0 3px;}
.padding8{padding:0 8px;}
.padding-8{padding-right: 3px;padding-left:3px;}
.padding-15{padding:0 -15px !important;}
.padding3-sm{padding:0 3px;}
.padding-r-0{padding-right:0px;}
.ys-padd{padding:0px;}
.padding-5-xs{}
.padding15{
  padding:15px;
}
.padding15-8{
  padding:15;
}
.case-padding{
  padding:5px;
}
.padding0-sm15{padding:0px;}
.mydh{transition: all 0.3s;}
#w-90{margin:0 auto;width: 90%;overflow: hidden;}
#w-1260{margin:0 auto;width: 1260px;overflow: hidden;}
#w-1260-1{margin:0 auto;width: 1260px;}
.p-img{width: 100%;}

/*====================top====================*/
.top-bg{
  width: 100%;
  background: rgba(0,0,0,0.7);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
}
.top-menu-wz{
  position: absolute;
  top:0px;
  left:0px;
  z-index: 111111;
}
.top-tit1{
  position: relative;
  z-index: 11111;
  height: 117px;
}
.top-tit1-1{
  position: absolute;
  top: 0px;
  left:0px;
  z-index: 10000;
}
.top-tit1-2{
  position: absolute;
  top:0px;
  left:121px;
  z-index: 1000;
}
.mini-top{
  text-align: center;
  background-color: #000000 !important;
}
.top-tit-img{
  position: absolute; top:0px; left:0px; z-index: 10;
}
/*====================menu====================*/
.menu-bg{
  width: 100%;
  height: auto;
}
.pc-menu li{
  position: relative;
  z-index: 200;
  float: left;
  width: 11%;
  padding:0px 0.1% 0px  0.1%;
  color: #222222;
  list-style: none;
  transition: all 0.3s ease-out;
}
.pc-menu-bg1{
/*  background: url(../Img/menu-bg1.png) top right no-repeat;*/
}
.pc-menu-bg1:hover{
  background: none;
}
.pc-menu li:hover{
 /* background-color: #fd5f20;*/
}
.pc-menu li a{
  position: absolute;
  z-index: 1000;
  display: block;
  height: 96px;
  line-height: 92px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  /*text-transform: capitalize;*/
  position: relative;
}
.pc-menu li:hover a{
  color:#fff;
}
.pc-menu li .active{
  background-color: #eb0909;
  color: #fff !important;
}
.pc-menu li:after {
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: 10;
  background-color: #eb0909;
  content: "";
  height: 96px;
  transition: all 0.2s ease 0s;
  width: 0%;
}
.pc-menu li:hover:after {
  width: 100%;
  left: 0px;
}
.pc-menu li ul{
  position: absolute;
  top:96px;
  left:0px;
  z-index: 111111111;
  z-index: 1000;
  margin:0px;
  margin-left:0px;
  padding:15px 0px 30px 0px;
  width:230px;
  display: none;
  background:rgba(30,30,30,0.8);
  border-radius: 0px 0px 15px 15px;
}
.pc-menu li ul a{
  display: block;
  margin:0 auto;
  padding:0px;
  width: 90%;
  height: 30px;
  font-size: 15px;
  color: #ffffff !important;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  border-bottom: 1px dashed #8d8c8c;
}
.pc-menu li ul a:hover{
  color: #fff !important;
  background-color: #eb0909 !important;
}
.pc-menu li ul a:hover:after{
  content: "";
  height: 0px;
  left: 0;
  position: absolute;
  transition: all 0.2s ease 0s;
  width: 0%;
}

.yuyan{
  float: right;
  margin-top: 10px;
  width: 11%;
}
.yuyan a{
  display: block;
  padding:4px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  margin:3px;
  border:1px solid #efefef;
  background-color: #eb0909;
}
.mini-yuyan{
  width: 100%;
  padding:3px;
  background-color: #efefef;
  overflow: hidden;
  text-align: center;
}
.mini-yuyan a{
  display: inline-block;
  margin:3px auto;
  width: 100px;
  padding:3px;
  font-size: 15px;
  color: #fff;
  border:1px solid #efefef;
  background-color: #eb0909;
  text-align: center;
}

/*====================手机站menu====================*/
.ph-menu {
  display: block;
  width: 100%;
  padding: 10px 0px;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.iphone {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
}

.iphone-tit {
  padding: 10px 0px;
  width: 100%;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.iphone__screen {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  width: 100%;
  /*height:100%;*/
  overflow: hidden;
}

.iphone__content {
  position: relative;
  width: 100%;
  height: 100%;
}

.nav {
  position: absolute;
  z-index: 100;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.nav--active .nav {
  opacity: 1;
  background-color: #333;
}

.nav__list {
  margin: 0;
  padding: 10px;
  padding-top: 30px;
}

.nav__item {
  margin: 0 auto;
  width: 90%;
  padding: 7px;
  list-style-type: none;
  text-align: left;
}

.nav__item:after {
  content: '';
  display: block;
  position: relative;
  bottom: -8px;
  width: 50%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.nav__link {
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.nav__trigger {
  display: block;
  position: relative;
  z-index: 111111;
  position: fixed;
  top: 20px;
  right: 10px;
  padding: 10px;
  padding-bottom: 15px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}

.nav--active .nav__trigger {
  opacity: 0.5;
}

.nav__icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 5px;
  background-color: #FFFFFF;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.nav__icon:before,
.nav__icon:after {
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  background: #FFFFFF;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.nav__icon:before {
  margin-top: -10px;
}

.nav__icon:after {
  margin-top: 10px;
}


/*====================手机站menu2====================*/
.ph-menu2 {
  height: auto;
  padding: 5px;
  background-color: #2c2c2c;
  overflow: hidden;
}

.ph-menu2 li {
  float: left;
  width: 25%;
  height: auto;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -ms-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
}

.ph-menu2 li a {
  display: block;
  margin: 2px auto;
  padding: 6px 0px;
  width: 96%;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 5px;
  text-transform: uppercase;
}

/*====================手机站 end menu2====================*/

/* 样式一*/
.style-1 .nav {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
}

.style-1 .nav--active {
  height: 100%;
}

.style-1 .nav__link {
  opacity: 0;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.style-1 .nav--active .nav__link {
  opacity: 1;
}

.style-1 .nav--active .nav {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.style-1 .nav--active .nav__icon {
  background: rgba(0, 0, 0, 0);
}

.style-1 .nav--active .nav__icon:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.style-1 .nav--active .nav__icon:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*====================end手机站menu====================*/
.hy-logo{
  margin-top: 29px;
}
/*====================title====================*/
.tit01{
  width: 100%;
  /* height: 108px; */
  background: url(../Img/tit-bg1.jpg) bottom center no-repeat;
  overflow: hidden;
}
.tit01 h2{
  display: block;
  margin-bottom: 8px;
  width: 100%;
  font-size: 37px;
  color: #555555;
  text-align: center;
  letter-spacing: 0px;
  font-weight: bold;
  text-transform: uppercase;
}
.tit01 p{
  display: block;
  padding: 0px 15px 30px 15px;
  text-align: center;
  font-size: 17px;
  color: #7f8c8d;
  letter-spacing: 0px;
  overflow: hidden;
}

.news-tit{
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  text-align: center;
  overflow: hidden;
}
.news-tit p{
  font-size: 28px;
  color: #4c4c4c;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}
.news-tit h2{
  font-size: 21px;
  color: #4c4c4c;
  margin-bottom: 20px;
  font-weight: normal !important;
}
.news-tit span{
  height: 30px;
  position: relative;
}
.news-tit span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -0.5px;
    width: 1px;
    height: 30px;
    background: #787878;
}
/*====================middle====================*/
.h-gg{
  padding:10px 0px;
  width: 100%;
  background-color: #ededed;
}
.h-gg-l{
  padding-top: 7px;
}
.h-gg-l img{
  float: left;
}
.h-gg-l p.biaoti{
  padding:0px;
  margin:0px;
  text-indent: 0px;
  display: inline-block;
  float: left;
  width: 100px;
  height: 35px;
  background-color: #eb0909;
  color: #fff;
  text-align: center;
  line-height: 35px;
}
.h-gg-l p{
  display: inline-block;
  float: left;
  font-size: 15px;
  color: #393939;
  line-height: 28px;
  text-indent: 8px;
}
.h-gg-l p a{
  display: inline-block;
  float: left;
  font-size: 15px;
  color: #393939;
  line-height: 35px;
  text-indent: 8px;
}
.h-gg-r{
  /* margin-top: 8px; */
  float: right; 
  width: 410px; 
}
.h-input1{
  float: left;
  width: 328px;
  height: 50px;
  border:1px solid #dcdcdc;
  background-color: #fff;
  font-size: 14px;
  color: #666;
  line-height: 31px;
  text-indent: 15px;
}
.h-input2{
  /* float: right; */
  width: 82px;
  height: 50px;
  background-color: #eb0909;
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 31px;
}
/*分类*/
.proc{
  /* padding:15px; */
  height: auto;
  text-align: left;
}
.proc a h3{
  display:block;
  float: left;
  margin:0.5%;
  padding:11px 0px;
  width: 23.5%;
  font-size: 15px;
  color: #fff;
  background-color: #313131;
  text-align: center;
  border-radius: 5px;
  transition: all 0.3s ease-out;
}
.proc a:hover h3{
  background-color: #ff2a2a;
}
/*====================自适应产品====================*/
.ht-pro{
  margin-bottom: 30px;
}
.ht-pro .tu1{
  position: relative;
  width: auto;
  height: auto;
 /* border:1px solid #eeeeee;*/
  border-bottom:none;
  overflow: hidden;
}
.ht-pro .tu1 img{
  width: 100%;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.ht-pro:hover .tu1 img{
   transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1); 
     -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.ht-pro .tu1 .up-name{
  position: absolute;
  left:0px;
  bottom:0px;
  z-index: 10;
  width: 271px;
  height: 43px;
  background:url(../Img/pro-name.png);
}
.ht-pro .tu1 .up-name p{
  display: block;
  line-height: 43px;
  font-size: 17px;
  color: #fff;
  text-indent: 15px;
}
.ht-pro .p01-cont{
  padding:10px 3px 18px 3px;
  border-bottom:4px solid #eeeeee;
  transition: all 0.35s ease-out;
}
.ht-pro:hover .p01-cont{
  background-color: #313131;
  border-bottom: 4px solid #ff2a2a;
}
.ht-pro .p01-cont a h3{
  display: block;
  float: left;
  height: 48px;
  font-size: 17px;
  color: #000;
  line-height: 150%;
  overflow: hidden;
  transition: all 0.35s ease-out;
}
.ht-pro:hover .p01-cont a h3{
  margin-left:12px;
  color: #fff;
}
.ht-pro .p01-cont .more1 a{
  float: right;
  width: 86px;
  height: 29px;
  background-color: #ff2a2a;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 29px;
  border-radius: 5px;
  transition: all 0.35s ease-out;
}
.ht-pro:hover .p01-cont .more1 a{
  margin-right: 8px;
}
.ht-pro .p01-cont .phone p{
  display: block;
  margin-top: 5px;
  font-size: 15px;
  color: #313131;
  transition: all 0.35s ease-out;
}
.ht-pro:hover .p01-cont .phone p{
  color: #fff;
  margin-left:12px;
}
.my-pro-phone{
  display: none;
}

.xt-more a{
  display: block;
  margin:15px auto;
  width: 100px;
  height: 35px;
  background-color: #ff2a2a;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  border-radius: 6px;
}

.xt-about{
  padding:10px 0px 30px 0px;
  width: 100%;
  background: url(../img/about-bg.jpg) top center no-repeat;
  overflow: hidden;
}
.xt-about-con{
  margin-top: 100px;
  background-color: #fff;
  padding:30px;
  overflow: hidden;
  
}
.about-t{
  width: 100%;
  height: 29px;
  vertical-align: middle;
}
.about-t img{
  display: inline-block;
  float: left;
  vertical-align: middle;
}
.about-t h2{
  display: inline-block;
  float: left;
  font-size: 26px;
  color: #161616;
  font-weight: bold;
}
.about-zi{
  margin:25px auto;
  width: 90%;
  text-align: center;
  padding:3px 3px;
  background-color: #ff3131;
  font-size: 16px;
  color: #fff;
}
.about-nr{
  width: 100%;
  height: 345px;
  font-size: 16px;
  color: #161616;
  line-height: 170%;
  overflow: hidden;
}
.about-nr p{
  font-size: 16px;
  color: #161616;
  line-height: 170%;
}
.about-more a{
  display: block;
  margin:0 auto;
  margin-top: 20px;
  margin-bottom:50px;
  width: 133px;
  height: 42px;
  border-radius: 8px;
  border:1px solid #1b1b1b;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  color: #161616;
}
.about-tua{
  width: 100%;
  height: 314px;
  background: url(../Img/about-tub.jpg) top center repeat-x;
  overflow: hidden;
}
.about-tua{
  width: 100%;
  height: 314px;
  background: url(../Img/about-tuc.jpg) top center repeat-x;
  overflow: hidden;
}
.about-r-margin{
  margin-top:70px;
}
.about-r-tu{
  width: 100%;
  height: 314px;
  background: url(../Img/about-tub.jpg) top center repeat-x;
  overflow: hidden;
}
.about-r{
  width: 100%;
  height: 314px;
  background-color: #ff3131;
}
.about-r .zia{
  display: block;
  padding:50px 30px 20px 30px;
  text-align: center;
  font-size: 23px;
  color: #fff;
  font-weight: bold;
}
.about-r .zib{
  padding:0px 30px;
  font-size: 16px;
  color: #fff;
  line-height: 170%;
}
.about-r2{
  width: 100%;
  height: 343px;
  background-color: #313131;
  overflow: hidden;
}
.about-r2 img{
  margin:0 auto;
  margin-top: 20px;
  display: block;
}
.about-r2 .zia{
  display: block;
  padding:5px 30px 10px 30px;
  text-align: center;
  font-size: 23px;
  color: #ff3131;
  font-weight: bold;
}
.about-r2 .zib{
  padding:0px 30px;
  font-size: 16px;
  color: #fff;
  line-height: 150%;
}
/*优势*/
.xt-ys{
  padding:10px 0px 30px 0px;
  width: 100%;
  background: url(../Img/ys-bg.jpg) top center no-repeat;
  overflow: hidden;
}
.ys-ys-tit{
  width: 100%;
  height: auto;
  text-align: center;
}
.ys-ys-tit img{
  display: block;
  margin:0 auto;
  margin-top: 120px;
  margin-bottom: 140px;
}
.xt-ys-r{float: right;}
.xt-ys-list{
  width: 95%;
  overflow: hidden;
}
.xt-ys-list li{
  margin-bottom: 40px;
  overflow: hidden;
}
.xt-ys-list li .num{
  float: left;
  width: 15%;
  height: 112px;
  background-color: #ff3131;
  text-align: center;
  line-height: 112px;
  font-size: 41px;
  color: #fff;
  font-weight: bold;
}
.xt-ys-list li .ys-nr{
  float: right;
  width: 80%;
  overflow: hidden;
}
.xt-ys-list li .ys-nr h3{
  display: block;
  margin-bottom: 12px;
  font-size: 32px;
  color: #1b1919;
  font-weight: bold;
}
.xt-ys-list li .ys-nr p{
  font-size: 18px;
  color: #1b1919;
  line-height: 190%;
}
.xt-ys-tu{
  overflow: hidden;
}
.xt-ys-tu img{
  width: 100%;
}
.xt-ys-zj{
  width: 100%;
  margin-top: 45px;
}
/*资质*/
.xt-rongyu-bg{
  padding:25px 0px;
  background-color: #efefef;
}
.xt-rongyu{
  margin-bottom: 8px;
  height: auto;
  overflow: hidden;
}
.xt-rongyu .tu{
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  border:1px solid #efefef;
  box-sizing: border-box;
}
.xt-rongyu .tu img{
  width: 100%;
}

.xt-rongyu a{
  display: block;
  margin-top: 3px;
  padding:2px 0px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  background-color: #ff3131;
  overflow: hidden;
}
/*案例*/
.case{
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.case img{
  width: 100%;
  display: block;
}
.case .uptu{
  position: absolute;
  top:100%;
  left:0%;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  ilter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
  transition: all 0.3s ease-out;
}
.case:hover .uptu{
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}
.case .case1-tit{
  position: absolute;
  top:-50%;
  left:0px;
  z-index: 100;
  width: 100%;
  padding:0px 15px;
  opacity: 0;
  transition: all 0.5s ease-out;
}
.case:hover .case1-tit{
  opacity: 1;
  top:40%;
}
.case .case1-tit a h3{
  display: block;
  margin:0 auto;
  width: 90%;
  padding:10px;
  font-size: 17px;
  color: #fff;
  background-color:#ff3131;
  text-align: center;
  border-radius: 10px;
}
/*end 案例*/
/*新闻背景*/
.news-bg{
  padding:50px 0px;
  background:#f2f2f2;
  overflow: hidden;
}
/*新闻*/
.xt-news{
  position: relative;
  padding:4%;
  background-color: #fff;
  overflow: hidden; 
  transform: all 0.3s ease-out;
}
.xt-news:hover{
  box-shadow: 3px 3px 6px #ddd;
}
.xt-news:before{
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 5px;
  background: #ff3131;
  transition: all 0.3s ease-out;
}
.xt-news:hover:before{
  width: 100%;
}
.xt-news .tu{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.xt-news .tu img{
  width: 100%;
  -webkit-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
}
.xt-news:hover .tu img{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.xt-news .tit{
  padding: 30px 20px;
}
.xt-news .tit p.date{
  font-size: 12px;
  color: #8a8a8a;
  margin-bottom: 14px;
}
.xt-news .tit a h3{
  display: block;
  margin-bottom: 12px;
  font-weight: normal !important;
  font-size: 17px;
  color: #505050;
  white-space: nowrap;
  transition: all 0.3s ease-out;
  overflow: hidden;
}
.xt-news .tit p.con{
  margin-bottom: 42px;
  font-size: 15px;
  line-height: 22px;
  color: #8a8a8a;
  height: 44px;
  overflow: hidden;
}
.xt-news .tit .more{
  position: relative;
  padding: 0 0 0 84px;
}
.xt-news .tit .more a{
  font-size: 12px;
  color: #a6a6a6;
  font-style: italic;
}
.xt-news .tit .more:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 10px;
    width: 70px;
    height: 1px;
    background: #a6a6a6;
}
/*====================end middle====================*/
.foot-lx{
	width: 100%;
	height: 490px;
	background: url(../Img/foot-cont.jpg) top center no-repeat;
	overflow: hidden;
}
.foot-lx h2{
	display: block;
/*	width: 110px;*/
    height: 81px;
    margin: 0 auto;
    padding-top: 53px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
}
.foot-lx .linea{
	width: 80px;
	height: 3px;
	background-color: #fff;
	margin:0 auto;
	margin-top: 5px;
}
.foot-lx-nr{
	margin-top: 43px;
	padding:15px;
	background: url(../Img/foot-bg2.jpg);
	overflow: hidden;
}
.foot-lx-nr p.com-name{
	display: block;
	margin-top: 70px;
	text-align: center;
	font-size: 23px;
	color: #333;
	font-weight: 800;
	letter-spacing: 1px;
}
.foot-lx-nr p.con-name-en{
	display: block;
	margin-top: 5px;
	font-size: 15px;
	color: #333;
	text-align: center;
	font-weight: bold;
}
.foot-lx-nr p.con-phone{
	display: block;
	margin-top:5px;
	font-size: 37px;
	color: #eb0909;
	font-weight: bold;
	text-align: center;
	font-family: "宋体";
}
.foot-lx-nr a{
	display: block;
	margin:0 auto;
	margin-top: 15px;
	width: 120px;
	height: 35px;
	line-height: 35px;
	border:1px solid #eb0909;
	text-align: center;
	font-size: 15px;
	color: #eb0909;
}

/*====================foot====================*/
.foot-bg{
  margin-bottom: 57px;
  padding: 57px 0px 10px 0px;
  width: 100%;
  height: auto;
  background-color: #1f1f1f;
}
.foot-tit{
  margin-bottom: 20px;
  height: 26px;
  width: 100%;
  border-left:3px solid #eb0909;
}
.foot-tit h3{
  display: inline-block;
  float: left;
  text-indent: 15px;
  font-size: 17px;
  color: #fff;
  line-height: 24px;
}
.foot-proc{
  width: 100%;
}
.foot-proc a{
  display: block;
  padding-bottom: 7px;
  width: 100%;
  font-size: 15px;
  color: #cfcfcf;
}
.foot-menu{
  width: 100%;
}
.foot-menu a{
  display: block;
  padding-bottom: 7px;
  float: left;
  width: 50%;
  font-size: 15px;
  color: #cfcfcf;
}
.foot-phone{
  width: 100%;
  height: 34px;
}
.foot-phone img{
  display: inline-block;
  float: left;
}
.foot-phone p{
  display: inline-block;
  float: left;
  font-size: 26px;
  color: #fff;
  text-indent: 10px;
}
.foot-ewm{
  width: 113px;
  margin-top: 15px;
}
.foot-ewm img{
  text-align: center;
}
.foot-ewm p{
  margin-top: 10px;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
}
.foot-cont{
  margin-top: 15px;
}
.foot-cont a,
.foot-cont p,
.foot-cont p a{
  font-size: 15px;
  color: #fff;
  line-height: 170%;
}
.foot-bq{
  margin-top: 15px;
  border-top:1px solid #363636;
  padding:10px 0px;
  text-align: center;
}
.foot-bq p,
.foot-bq p a{
  text-align: center;
  font-size: 15px;
  color: #fff;
}
/*内页左侧*/
.ny-l-fenlei{
  padding:20px 20px 50px 20px;
  background-color: #ff3131;
  border-radius: 15px;
}
.ny-l-fenlei .ny-fl-tit{
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.ny-l-fenlei .line01{
  margin:0 auto;
  margin-top: 15px;
  width: 60%;
  height: 5px;
  background-color: #fff;
}
.ny-fenlei1{
  height: auto;
  overflow: hidden;
}
.ny-fenlei1 dt a{
  display: block;
  margin:15px 0px;
  padding:3px;
  width: 100%;
  background-color: #fff;
  font-size: 17px;
  color: #333;
  text-align: center;
  line-height: 30px;
  border-radius: 20px;
}
.ny-fenlei1 dd a{
  display: block;
  width: 100%;
  padding:3px;
  border-bottom:1px solid #999;
  font-size: 16px;
  color: #fff;
  text-align: center;
  /* line-height: 30px; */
  transition: all 0.3s ease-out;
}
.ny-fenlei1 dd a:hover{
  background-color: #333;
  color: #fff;
}
.ny-fenlei1-hover{
  background-color: #ea8b11 !important;
  color: #fff !important;
}

/*====================PC====================*/
@media only screen and (max-width: 1260px){
  #w-1260{width:100%;}
  #w-1260-1{width:100%;}
  #w-90{width: 100%;}

  .hy-logo img{width: 100%;}


}

/*====================992====================*/
@media only screen and (max-width: 992px ){
  #w-1260{width:100%;}
  #w-1260-1{width:100%;}
  #w-90{width: 100%;}
  .padding15-8{padding:8px;}
  .padding0-sm15{padding:15px;}


  .h-gg{padding:10px;height: auto;}
  .h-gg-l {padding-top: 3px;}
  
  .h-gg-r{margin-top: 0px;}
  .h-input1{width: 76%;}

  .mini-tit img{width: 100%;}
  /*简介*/
  .xt-about-con{margin-top:5px;padding:0px;}
  .about-zi{margin:10px auto;}
  .xt-about{padding:0px;}
  .about-nr{padding:15px; height: auto; overflow: hidden;}
  .about-more a{margin-top:0px; margin-bottom: 40px;}
  .xt-ys{ height: auto;}
  .xt-ys-tu{width: 80%;margin:0 auto;}
  .about-r{height: auto; padding:20px 15px;}
  .about-r2{height: auto; padding:20px 15px;}
  .about-r .zia{padding:0px;font-size: 25px;}
  .about-r .zib{padding:0px;font-size: 15px; text-align: center; line-height: 150%;}
  .about-r2 .zia{padding:0px;font-size: 25px;}
  .about-r2 .zib{padding:0px;font-size: 15px; text-align: center; line-height: 150%;}
  .ys-ys-tit img{width: 90%;display: block; margin:0 auto;}
  .ys-ys-tit {margin-bottom:20px;}
  /*新闻*/
  .xt-news .tit p.con{overflow: hidden; margin-bottom: 15px;font-size: 14px;}
  .xt-news .tit{padding:10px 10px;}
  .xt-news .tit a h3{font-size: 15px;}
  .news-tit p{font-size: 23px;}
  .news-bg{padding-top:20px;padding-bottom:30px;}

  /*优势*/
  .ys-padd{padding:15px;}
  .xt-ys-list{margin:0 auto;}
  .xt-ys-r{float: none;}
  .xt-ys-list li{margin-bottom: 25px;}
  .xt-ys-list li .ys-nr h3{font-size: 22px;}
  .xt-ys-list li .ys-nr p{font-size: 16px; line-height: 170%;}
  .xt-ys-zj{margin-top:15px;}
  .xt-ys-list li .num{font-size: 30px;}
  .xt-ys{background:url(../Img/mini-ys-bg.jpg) top center no-repeat;}

  

}


/*====================手机====================*/
@media only screen and (max-width: 768px){
  #w-1260{width:100%;}
  #w-1260-1{width:100%;}
  #w-90{width: 100%;}
  .padding0-sm15{padding:15px;}
  .padding-5-xs{
    padding:0px 5px;
  }

  .h-input1 {width: 67%; height: 40px;;}
  .h-gg-r {float: none;width: 100%;overflow: hidden;}
  .h-input2{margin-top: 1px; height: 38px;}
  .case-padding{padding:10px;}
  .tit01 h2{font-size: 26px;}
  .tit01 p{font-size: 14px;}
  .ht-pro .p01-cont .more1{
    text-align: center;
}
.ht-pro .p01-cont .more1 a{
  float: none;
  margin-top: 10px;
  margin-left:1px;
  margin-right: 1px;
  display: inline-block;
  width: 48%;
  font-size: 12px;
}
.my-pro-phone{
  display: block;
  background-color: #333 !important;
}
.ht-pro .p01-cont a h3{
  font-size: 13px;
  height: auto;
  line-height: 130%;
  letter-spacing: 0px;
}
.ht-pro:hover .p01-cont a h3{
margin-left:0px;
color: #333;
}
.ht-pro:hover .p01-cont{
background-color: #fff;
border-bottom: 4px solid #fff;
}
.ht-pro:hover .p01-cont .more1 a{
margin-right: 0px;
}
.pro-pad{padding:0px;}
.proc{
  padding-bottom:15px;
  padding-top:10px;
  overflow: hidden;
}
.proc a h3 {
  width: 49%;
  padding: 6px 0px;
  font-size: 15px;
}
/*简介*/





}
