@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-1260{width:1340px; margin:0 auto; overflow:hidden;}
#w-1260-1{width:1340px; 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;}
.clearfix:after {content:""; display: block; clear:both; }
#show-h{display: block;}
.p-img{width: 100%;}
.padding0-sm15{ padding-left:0px; padding-right:0px;}
.padding-r0-sm15{ padding-right: 0px;}
.padding-l0-sm15{ padding-left: 0px;}
.padding8{ padding:8px;}
.padding6{ padding:6px;}
.padding0{ padding:0px;}
/*====================top====================*/


.case-top{
  margin-top: 20px;
}
/*====================menu====================*/
.pc-menu-bg {
  position: relative;
  /*z-index: 111111;*/
  width: 100%;
  background-color: #fecb00;
}

.pc-menu {
  width: 100%;
  padding: 0px 0px;
  text-align: center;
}

/*.pc-menu *{
  transition: all 0.3s ease-out;
}*/
.pc-menu li {
  padding: 13px 0px;
  position: relative;
  /*z-index: 1111111;*/
  display: inline-block;
  width: 12%;
  transition: all 0.3s ease-out;
}

.pc-menu li #menu1-a {
  display: block;
  padding: 5px 0px;
  width: 95%;
  text-align: center;
  font-size: 17px;
  color: #333;
  text-transform:uppercase;
  transition: all 0.3s ease-out;
}

.pc-menu li:hover #menu1-a {
  background-color: #fff;
  color: #333;
  border-radius: 15px;

}

.pc-menu li:after {
  content: "";
  position: absolute;
  top: 21px;
  right: 1px;
  width: 1px;
  height: 18px;
  background-color: #8d740f;
}

.pc-menu li:last-child:after {
  display: none;
}

.h-menu-hover {
  background-color: #1e1e1e !important;
  color: #fff !important;
  border-radius: 15px;
}
.h-menu-hover:hover{
  background-color: #1e1e1e !important;
  color: #fff !important;
  border-radius: 15px;
}

.pc-menu li .menu-2 {
  display: none;
  position: absolute;
  top: 60px;
  left: 0px;
  z-index: 111111111;
  padding: 0px 37px 30px 37px;
  width: 450px;
  background: rgba(30, 30, 30, 0.8);
  /*background-image: url(img/menu2-bg.png);*/
  border: 1px solid #b2a775;
  border-top: none;
  border-radius: 0px 0px 8px 8px;
}

.pc-menu li .menu-2 .menu2-l {
  float: left;
  margin-top: 30px;
  width: 186px;
  height: auto;
}

.pc-menu li .menu-2 .menu2-l img {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

.pc-menu li .menu-2 .menu2-l .zi1 {
  display: block;
  margin-top: 12px;
  padding-bottom: 5px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 140%;
  border-bottom: 1px solid #a6a46e;
  letter-spacing: 0px;
}

.pc-menu li .menu-2 .menu2-r {
  float: right;
  margin-top: 30px;
  width: 150px;
  height: auto;
}

.pc-menu li .menu-2 .menu2-r a {
  display: block;
  padding:3px;
  border: 1px solid #ededee;
  font-size: 15px;
  color: #ededee;
  text-align: center;
  padding: 2px;
  margin-bottom: 5px;
  border-radius: 5px;
}

.pc-menu li .menu-2 .menu2-r a:hover {
  background-color: #fff;
  color: #0f2a67;
}

/*====================手机站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;
}

/*====================手机站 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====================*/

/*====================title====================*/
.h-case-tit{
  width: 100%;
}
.h-case-tit h2{
  float: left;
  font-size: 25px;
  color: #313131;
}
.h-case-tit p{
  float: left;
  margin-top: 3px;
  text-indent: 10px;
  text-transform: uppercase;
  font-size: 17px;
  color: #313131;
}
.h-case-tit .line1{
  margin-top: 13px;
  width: 50px;
  height: 5px;
  background-color: #fec900;
}

.h-tit1{
  padding: 15px 0px 10px 0px;
  width: 100%;
  height: auto;
}
.h-tit1 h2{
  font-size: 20px;
  color: #1e1b1b;
  text-transform:uppercase;
}
.h-tit1 .line1{
  margin-top: 10px;
  width: 40px;
  height: 3px;
  background-color: #fecb00;
}
.h-tit1 a{
  display: block;
  float: right;
  width: 78px;
  height: 26px;
  border:1px solid #feca00;
  font-size: 14px;
  color: #868686;
  text-align: center;
  line-height: 26px;
}

.h-tit2{
  padding:0px 15px;
  width: 100%;
}
.h-tit2 h2{
  display: block;
  margin-bottom: 15px;
  text-align: center;
  font-size: 26px;
  color: #fd8f00;
  font-weight: bold;
}
.h-tit2 .line1{
  margin:0 auto;
  width: 50px;
  height: 4px;
  background-color: #fdca00;
}
.h-tit2 p{
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  color: #434242;
}
/*====================middle====================*/
.top-xinxi {
  width: 100%;
  height: 41px;
  border-bottom: 1px solid #e5e5e5;
}

.top-xinxi .top-gg {
  width: 557px;
  float: left;
  font-size: 14px;
  color: #434242;
  line-height: 40px;
  overflow: hidden;
}

.top-xinxi .top-gg p {
  font-size: 14px;
  color: #434242;
  line-height: 40px;
}

.top-fweb {
  float: right;
  width: 210px;
  height: 34px;
  background-color: #feca00;
  border-radius: 0px 0px 10px 10px;
  text-align: center;
}

.top-fweb a {
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
  font-size: 15px;
  color: #000;
  width: 75px;
  background: url(../Img/top-tu1.jpg)top right no-repeat;
  line-height: 33px;
  text-align: left;
  text-indent: 8px;
}

.m1-zi {
  margin-top: 40px;
  width: 100%;
  margin-bottom: 17px;
  background: url(../Img/jiantu01.jpg) top center no-repeat;
}

.m1-zi p {
  padding-bottom: 5px;
  font-size: 46px;
  color: #fd8f00;
  text-align: center;
  font-weight: bold;
}

.m1-zi span {
  display: block;
  font-size: 16px;
  color: #626262;
  text-align: center;
}

.fenlei-tit {
  padding: 24px 35px;
  background-color: #313131;
}

.fl-tit {
  padding-left: 18px;
  border-left: 5px solid #ffcc00;
}

.fl-tit h2 {
  padding-bottom: 5px;
  font-size: 23px;
  color: #fff;
}

.fl-tit p {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
/*menu 分类*/
.menu-proc{
  margin:0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.menu-proc a{
  display: inline-block;
  margin-left:3px;
  margin-right: 3px;
  margin-bottom: 8px;
  padding:6px;
  width: 45%;
  height: 56px;
  line-height: 18px;
  font-size: 17px;
  color: #000;
  border:1px solid #fecb00;
  background-color: #fecb00;
  border-radius: 6px;
  transition: all 0.3s ease-out;
}
.menu-proc a:hover{
  background-color: #333;
  color: #fff;
}
/*分类*/
.h-proc {
  padding: 12px 20px;
  padding-bottom: 30px;
  background-color: #ffcc01;
}

.h-proc li {
  margin-bottom: 4px;
  padding: 3px 12px;
  border: 1px solid #313131;
}

.h-proc li a {
  display: block;
  padding-left: 25px;
  font-size: 17px;
  color: #313131;
  line-height: 130%;
  background: url(../Img/pro-bg1.png) top left no-repeat;
  background-position: 0px 3px;
}

/*产品*/
.pro01{
  margin-bottom: 15px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.pro01 *{
  transition: all 0.35s ease-out;
}
.pro01 .tu1{
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.pro01 .tu1 .uptu{
  position: absolute;
  bottom:-300px;
  left:0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding-top: 25%;
  background: url(../Img/pro-uptu.png);
  text-align: center;
}
.pro01:hover .tu1 .uptu{
  bottom:0px;
  text-align: center;
}
.pro01 .tu1 .uptu img{
  display: block;
  margin:0 auto;
}
.pro01 .tu1 .uptu h2{
  display: block;
  padding:0px 15px;
  margin-top: 5px;
  text-align: center;
  font-size: 22px;
  color: #feca00;
  font-weight: bold;
}
.pro01 .pro-tit{
  margin-top: 10px;
  padding:10px;
  border-left:3px solid #fecb02;
  box-sizing: border-box;
}
.pro01 .pro-tit a h2{
  display: block;
  font-size: 15px;
  color: #434242;
  text-transform: uppercase;
}
.casec{
  padding:12px 0px;
  width: 100%;
  height: auto;
}
.casec a{
  display: block;
  margin-left: 6px;
  float: right;
  width: 97px;
  height: 29px;
  background-color: #fff100;
  font-size: 15px;
  color: #323232;
  text-align: center;
  line-height: 29px;
  transition: all 0.2s ease-out;
}
.casec a:hover{
  background-color: #1e1d19;
  color: #fff;
}
.h-case{
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.h-case *{
  transition: all 0.3s ease-out;
}
.h-case .up-case{
  position: absolute;
  top:0px; 
  left:50%;
  z-index: 10;
  width: 0%;
  height: 100%;
  background:url(../Img/pro-uptu.png);
  

}
.h-case:hover .up-case{
  left:0px;
  width: 100%;
}
.h-case .up-case .up-tit{
  margin-top:8%;
  margin-left:8%;
  width: 84%;
  height: 80%;
  /*background:url(../Img/case-up.png);*/
  background: rgba(255,241,0,0.8);
  ilter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffcc01,endColorstr=#C8ffcc01);
  overflow: hidden;
}
.h-case .up-case .up-tit h3{
  margin-top: 20%;
  margin-bottom: 5%;
  font-size: 20px;
  color: #313131;
  text-align: center;
  font-weight: bold;
}
.h-case .up-case .up-tit .more1 a{
  display: block;
  margin:0 auto;
  padding:2% 0px;
  width: 40%;
  text-align: center;
  border:1px solid #959595;
  font-size: 12px;
  color: #313131;
}
.zhongj{
  padding:40px 15px;
  width: 100%;
  height: auto;
  background: url(../Img/bg6.jpg) top center no-repeat;
}
.zhongj strong{
  display: block;
  text-align: center;
  font-size: 33px;
  color: #161412;
  font-weight: bold;
}
.zhongj span{
  display: block;
  margin-top: 6px;
  font-size: 16px;
  color: #161412;
  text-align: center;
}
.zhongj p{
  display: block;
  margin:0 auto;
  margin-top: 5px;
  padding:5px 10px;
  width: 50%;
  font-size: 18px;
  color: #161412;
  text-align: center;
  border:1px solid #434343;
}
.h-about-l{
  margin-top: 30px;
  width: 100%;
  font-size: 20px;
}
.h-about-l p{
  display: block;
  text-align: right;
  font-size: 3em;
  color: #e1e1e1;
  font-weight: bold;
}
.h-about-l h2{
  display: block;
  text-align: right;
  font-size: 1.3em;
  font-weight: bold;
}
.h-about-l a{
  display: block;
  float: right;
  margin-top: 22px;
  padding: 5px;
  width: 46%;
  border:3px solid #dcdcdc;
  font-size: 0.75em;
  text-align: center;
  color: #333;
}
.h-about{
  float: right;
  margin-top: 50px;
  width: 97%;
  height:360px;
  font-size: 16px;
  color: #161412;
  overflow: hidden;
  line-height: 170%;
}
.h-about p, .h-about a{
  font-size: 16px;
  color: #161412;
  line-height:200%;
}
.h-about strong{
  font-size: 15px;
  color: #161412;
  line-height: 170%;
  font-weight: bold;
}
.h-about-img{
  display: block;
  margin-top: 30px;
}
.h-about-img img{
  width: 100%;
}

.h-rongyu{
  margin-bottom: 15px;
  width: 100%;
  height: auto;
  border:3px solid #feca00;
  box-sizing: border-box;
  overflow: hidden;
}
.h-rongyu .tu1{
  width: 100%;
  overflow: hidden;
}
.h-rongyu .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; 
}
.h-rongyu: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; 
}
.ys-tit-bg{
  margin-top: 20px;
  width: 100%;
  height: 143px;
  background: url(../Img/bg7.jpg) top center no-repeat;
  overflow: hidden;
}
.ys-tit-l{
  float: left;
  padding-top: 33px;
  padding-right: 54px;
  width: 50%;
}
.ys-tit-l p{
  display: block;
  text-align: right;
  font-size: 24px;
  color: #151718;
  line-height:100%;
}
.ys-tit-l strong{
  display: block;
  font-size: 35px;
  color: #151718;
  font-weight: bold;
  text-align: right;
}
.ys-tit-r{
  float: right;
  padding-top: 23px;
  padding-left: 43px;
  width: 50%;
}
.ys-tit-r strong{
  float: left;
  font-size: 56px;
  color: #fff;
  font-weight: bold;
}
.ys-tit-r .ra{
  float: left;
  padding-top:10px;
  padding-left:15px;
}
.ys-tit-r .ra span{
  font-size: 23px;
  color: #fecc00;
}
.ys-tit-r .ra p{
  font-size: 25px;
  color: #fff;
}
.ys1{
  float: right;
  margin-top: 75px;
  width: 50%;
  height: auto;
  overflow: hidden;
}
.ys1-l{
  width: 83px;
  float: left;
}
.ys1-l img{
  display: block;
  margin-left:24px;
}
.ys1-r{
  float: right;
  width: 540px;
  height: auto;
}
.ys1-r h3{
  font-size: 32px;
  color: #fe8300;
  font-weight: bold;
}
.ys1-r p{
  display: block;
  margin-top: 26px;
  font-size: 18px;
  color: #404040;
  line-height: 150%;
}
.ys2{
  float: left;
  margin-top: 46px;
  width: 50%;
  height: auto;
  overflow: hidden;
}
.ys2-l{
  width: 60px;
  float: left;
}
.ys2-l img{
  display: block;
}
.ys2-r{
  float: right;
  width: 550px;
  height: auto;
}
.ys2-r h3{
  font-size: 32px;
  color: #fe8300;
  font-weight: bold;
}
.ys2-r p{
  display: block;
  margin-top: 26px;
  margin-bottom:20px;
  font-size: 18px;
  color: #404040;
  line-height: 150%;
}
.ys3{
  float: right;
  margin-top: 43px;
  width: 50%;
  height: auto;
  overflow: hidden;
}
.ys3-l{
  width: 60px;
  float: left;
}
.ys3-l img{
  display: block;
  margin-left:24px;
}
.ys3-r{
  float: right;
  width: 550px;
  height: auto;
}
.ys3-r h3{
  font-size: 32px;
  color: #fe8300;
  font-weight: bold;
}
.ys3-r p{
  display: block;
  margin-top: 26px;
  margin-bottom:20px;
  font-size: 18px;
  color: #404040;
  line-height: 150%;
}
.lc-bg{
  width: 100%;
  padding:40px 0px;
  background: url(../Img/bg8.jpg) top center no-repeat;
  overflow: hidden;
}
.lc-tit h2{
  font-size: 37px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
.lc-tit .line1{
  margin-top: 10px;
  margin-bottom:10px;
  width: 74px;
  height: 3px;
  background-color: #2e323e;
}
.lc-tit p{
  display: block;
  width: 90%;
  font-size: 21px;
  color: #272727;
  font-weight: bold;
  line-height:110%;
}
.lc-gc *{
  transition: all 0.3s ease-out;
}
.lc-gc .lc-l{
  float: left;
  width: 70%;
  text-align: center;
}
.lc-gc .lc-l p{
  padding-top: 10px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.lc-gc .lc-r{
  float: left;
  width: 30%;
  text-align: center;
}
.news-bg1{
  padding:50px 0px;
  width: 100%;
  background: url(../Img/bg9.jpg) top center repeat-y;
  overflow: hidden;
}
.news-tit{
  width: 100%;
  height: 50px;
}
.news-tit h2{
  float: left;
  font-size: 25px;
  color: #313131;
}
.news-tit p{
  float: left;
  padding-top: 5px;
  padding-left:15px;
  font-size: 17px;
  color: #313131;
  text-transform: uppercase;
}
.news01 .tu01{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.news01 .tu01 img{
  width: 100%;
}
.news01 .tu01 .update{
  position: absolute;
  top:0px;
  left:0px;
  width: 85px;
  height: 76px;
  background-color: #fff100;
}
.news01 .tu01 .update .zi01{
  margin-left:15px;
  margin-top: 17px;
  font-size: 20px;
  color: #232323;
  font-weight: bold;
}
.news01 .tu01 .update .zi02{
  margin-left:15px;
  font-size: 16px;
  color: #232323;
}
.news01 .neirong{
  margin-top: 22px;
}
.news01 .neirong .n1-nl{
  float: left;
  margin-right:-32px;
}
.news01 .neirong .n1-nr{
  float: left;
  margin-left:32px; 
}
.news01 .neirong .n1-nr a h3{
  font-size: 16px;
  color: #232323;
  line-height: 130%;
}

.news01 .neirong .n1-nr p{
  display: block;
  margin-top: 15px;
  margin-bottom: 25px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #6d6d6d;
  line-height: 150%;
  overflow: hidden;
}
.news01 .neirong .n1-nr .more1 a{
  display: block;
  width: 80px;
  height: 24px;
  border:1px solid #898989;
  font-size: 12px;
  color: #6d6d6d;
  text-align: center;
  line-height: 22px;
  transition: all 0.3s ease-out;
}
.news01:hover .neirong .n1-nr .more1 a{
  background-color: #fff100;
  color: #000;
}
.news02 li{
  padding:22px 0px;
  border-bottom: 1px solid #474747;
  overflow: hidden;
}
.news02 li:first-child{
  border-top: 1px solid #474747;
}
.news02 li .dian1{
  float: left;
  width: 6%;
}
.news02 li .dian1 .di-tu{
  margin-top: 10px;
  width: 5px;
  height: 5px;
  background-color: #fff100;
  border-radius: 50%;
}
.news02 li .n2-nr{
  float: left;
  width: 70%;
}
.news02 li .n2-nr a h3{
  display: block;
  width: 100%;
  height: 38px;
  font-size: 15px;
  color: #ffde00;
  line-height: 150%;
  overflow: hidden;
}
.news02 li .n2-nr p{
  display: block;
  width: 100%;
  height: 41px;
  font-size: 14px;
  color: #989898;
  overflow: hidden;
  line-height: 150%;
}
.news02 li .n2-r2{
  float: right;
  width: 20%;
}
.news02 li .n2-r2 p{
  width:70%;
  height: 32px;
  font-size: 12px;
  color: #989898;
  text-align:left;
  overflow: hidden;
}
.news02 li .n2-r2 .jiant2{
  margin-left: 20%;
  width: 25px;
  height: 19px;
  border-left:1px solid #5c5c5c;
  background-image: url(../Img/news-jiantou.png);
  background-position: -25px 0px;
  background-repeat:no-repeat;
  transition: all 0.3s ease-out;
}
.news02 li:hover .n2-r2 .jiant2{
  background-position: 0px 0px;
}
.news03{
  margin-bottom: 30px;
}
.news03 .tu{
  width: 100%;
  border-radius: 6px;
  border:1px solid #d5c0ab;
  overflow: hidden;
}
.news03 .tu 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; 
}
.news03:hover .tu 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; 
}
.news03 .n3-nr a h3{
  display: block;
  width: 100%;
  height: 37px;
  font-size: 18px;
  color: #494745;
  border-bottom: 1px solid #e8e8e8;
  line-height: 37px;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.news03:hover .n3-nr a h3{
  color: #fd8f00
}
.news03 .n3-nr p{
  display: block;
  margin-top: 10px;
  width: 100%;
  height: 42px;
  font-size: 14px;
  color: #494745;
  line-height: 150%;
  overflow: hidden;
}
.news03 .n3-nr .more1 a{
  float: right;
  display: block;
  margin:0 auto;
  margin-top: 11px;
  font-size: 12px;
  color: #494745;
}
/*====================end middle====================*/
/*====================foot====================*/
.foot-bg{
  padding:45px 0px 33px 0px;
  background-color: #2f2f2f;
}
.foot-name{
  font-size: 23px;
  color: #fff;
}
.foot-phone{
  margin-bottom: 6px;
  overflow: hidden;
}
.foot-phone p{
  float: left;
  text-indent: 15px;
  font-size: 23px;
  color: #fff;
  line-height: 34px;
}
.foot-con, .foot-con p, .foot-con a{
  font-size: 15px;
  color: #bcbcbc;
  line-height: 170%;
}
.foot-ewm{
  text-align: center;
}
.foot-ewm p{
  padding-top: 10px;
  font-size: 15px;
  color: #fff;
  text-align: center;
}
.foot-tit{
  width: 100%;
  padding-bottom: 15px;
}
.foot-tit p{
  font-size: 18px;
  color: #fff;
}
.foot-tit .line1{
  margin-top: 8px;
  width: 42px;
  height: 4px;
  background-color: #fff100;
}
.foot-proc a{
  display: block;
  padding:2px;
  font-size: 15px;
  color: #d0d0d0;
  line-height: 120%;
}
.foot-casec a{
  display: block;
  padding:3px;
  font-size: 15px;
  color: #d0d0d0;
  line-height: 120%;
}
.bq, .bq a, .bq p{
  text-align: center;
  font-size: 15px;
  color: #fff;
}
.foot-line1{
  padding:0px 35px;
  border-left:1px solid #3d3d3d;
  border-right:1px solid #3d3d3d;
}
.foot-line2{
  padding:0px 30px;
  border-right:1px solid #3d3d3d;
}

/*====================PC====================*/
@media only screen and (max-width: 1200px){
  #w-1260 {  width: 100%;}
  #w-1260-1 { width: 100%;  }
  .myys{display: none;}
}

/*====================992====================*/
@media only screen and (max-width: 992px){
  #w-1260 {  width: 100%;}
  #w-1260-1 { width: 100%;  }
  /*pc menu*/
  .pc-menu {
    height: auto;
    margin: 0px;
    padding: 5px;
    text-align: left;
    overflow: hidden;
  }

  .pc-menu li {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 25%;
  }

  .pc-menu li:after {
    display: none;
  }

  .pc-menu li a {
    margin: 2px auto;
    padding: 6px 0px;
    width: 96%;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 5px;
  }

  .pc-menu li a:hover {
    border-radius: 5px;
  }

  .pc-menu-hover {
    background-color: #fff;
    border-radius: 5px;
    color: #333 !important;
  }

  .h-foot1{width: 100%;}
  .m1-zi p {
      font-size: 35px;
  }
  
  .h-case-tit{
    margin-top: 15px;
  }
  .casec{
    text-align: center;
  }
  .casec a {
      display: inline-block;
      margin-left: 1%;
      margin-right: 1%;
      margin-bottom: 1%;
      float: none;
  }
  .myys{
    display: none;
  }
}


/*====================手机====================*/
@media only screen and (max-width: 768px){
  #w-1260 {  width: 100%;}
  #w-1260-1 { width: 100%;  }
  .padding-5-xs{padding:0px 5px;}
  .topimg{width: 100%; margin-left: 10px;}
  .ny-menu{padding: 15px 10px 0px 10px;}
  .ny-menu a{font-size: 14px; padding:3px 8px;width: 90px;}
  .padding0-sm15{
    padding:15px;
  }
  .m1-zi{
    margin-top: 20px;
  }
  .m1-zi p {
      font-size: 20px;
  }
  .m1-zi span{
    padding:0px 15px;
    font-size: 14px;
  }
  .h-tit1 {
      padding: 6px 0px 6px 0px;
  }
  .casec{
    text-align: center;
  }
  .casec a {
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    width: 47%;
    height: 29px;
    float: none;
}
  .zhongj strong{
    font-size: 26px;
  }
  .zhongj p{
    width: 90%;
  }
  .h-about-l{
    margin-top: 5px;
  }
  .h-about-l p, .h-about-l h2{
    text-align: center;
  }
  .h-about-l a{
    float: none;
    margin:0 auto;
    margin-top: 15px;
  }
  .h-about{
    width: 98%;
    margin:0 auto;
    margin-top: 20px;
  }
  .h-about-img{
    margin-top: 0px;
  }
  .myys{
    display: none;
  }
  .news-bg1{
    background: none;
  }
  .news02 li .dian1 .di-tu {
      background-color: #fe8f01;
  }
  .news02 li .n2-nr a h3{
    color: #333;
  }
  .news02 li:first-child{
    margin-top:15px;
  }
  .news-bg1{
    padding:0px 10px;
  }
  .news-tit h2{
    font-size: 20px;
  }
  .news-tit p{
    padding-top: 3px;
      padding-left: 6px;
      font-size: 14px;
  }
  .news03 .n3-nr{
    margin-bottom: 15px;
  }
  .news03 .n3-nr a h3{
    font-size: 15px;
    color: #000;
    height: 30px;
    line-height: 30px;
  }
  .foot-bg{
    padding-top: 15px;
    padding-bottom:58px;
  }
  .h-case .up-case .up-tit h3{
    font-size: 20px;
  }
  .pro01 .tu1 .uptu{
    padding-top:10%;
  }
  .pro01 .tu1 .uptu h2{
    font-size: 18px;
  }
  .foot-ewm img{
    width: 100%;
  }
  /*.padding0-sm15{
    padding-left:15px;
    padding-right: 15px;
  }*/
}
