/* ***************************************在线购买 */
/* 二级banner */
.erji_banner {
  width: 100%;
  height: 350px;
  margin-top: 114px;
  overflow: hidden;
}
.erji_banner .erji_title {
  width: 238px;
  height: 68px;
  line-height: 68px;
  font-size: 40px;
  color: #fff;
  border: 1px solid #fff;
  margin: 140px auto 0;
  text-align: center;
}
/* 二级导航 */
.erji_nav {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #c91921;
}
.erji_nav .nav {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
}
.erji_nav .nav ul {
  overflow: hidden;
  float: right;
}
.erji_nav .nav ul li {
  float: left;
  padding: 0 20px;
  height: 20px;
  line-height: 20px;
  border-right: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
  cursor: pointer;
}
.erji_nav .nav ul li.cur {
  height: 38px;
  line-height: 38px;
  border: 1px solid #fff;
  margin-top: 10px;
  font-weight: 700;
}
.erji_nav .nav ul li a{
    color: #fff;
}
.erji_nav .nav ul li:hover a{
    color:#000000;
}
/* 二级新闻/二级产品公用右侧 */
.erji_public .r .tit {
  width: 320px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #797979;
  font-size: 16px;
  font-weight: 700;
}
.erji_public .r .search .search_box {
  overflow: hidden;
  margin: 20px 0 40px;
}
.erji_public .r .search .search_box input {
  float: left;
  width: 198px;
  height: 38px;
  line-height: 38px;
  padding-left: 20px;
  border: 1px solid #ccc;
  color: #999;
}
.erji_public .r .search .search_box a {
  float: right;
  width: 80px;
  height: 40px;
  line-height: 40px;
  background: #c91921;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.erji_public .r .pics ul li {
  width: 320px;
  height: 145px;
  line-height: 145px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.erji_public .r .pics ul li::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.erji_public .r .pics ul li p {
  width: 320px;
  height: 145px;
  line-height: 145px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.erji_public .r .pics ul li img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.erji_public .r .pics ul li:hover img {
  transform: scale(1.1);
}
/* ************************************************在线购买 */
/* 内容区 */
.content {
  width: 1200px;
  min-height: 400px;
  margin: 0 auto;
  padding: 60px 0 20px;
}
.online h2.title {
  width: 1170px;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  background: #ce3030;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.online ul {
  overflow: hidden;
  margin: 40px 0 70px;
}
.online ul li {
  float: left;
  width: 370px;
  height: 260px;
  margin-right: 45px;
  overflow: hidden;
}
.online ul li:nth-child(3n) {
  margin-right: 0;
}
.online ul li img {
  transition: all 0.5s linear 0s;
}
.online ul li:hover img {
  transform: scale(1.1);
}
/* *******************************************北京西餐单页 */
.about {
  padding: 60px 0 90px;
}
.about .pic {
  width: 450px;
  height: 300px;
  overflow: hidden;
  float: left;
  margin: 0 40px 0 0;
}
.about .txt p {
  font-size: 16px;
  color: #666;
  line-height: 33px;
  text-indent: 2em;
}
.about .txt p.spc {
  margin-top: 20px;
}
/*********************************************公司产品 */
.erji_products {
  overflow: hidden;
}
.erji_products .l {
  width: 850px;
}
.erji_products .l ul {
  overflow: hidden;
}
.erji_products .l ul li {
  float: left;
  width: 270px;
  height: 180px;
  position: relative;
  margin: 0 20px 30px 0;
  overflow: hidden;
}
.erji_products .l ul li:nth-child(3n) {
  margin-right: 0px;
}
.erji_products .l ul li .pic {
  width: 270px;
  height: 180px;
}
.erji_products .l ul li .name {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
}
.erji_products .l ul li h3 {
  width: 230px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.erji_products .l ul li .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 130px;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.erji_products .l ul li .mask p {
  padding: 0 20px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.erji_products .l ul li:hover .mask {
  top: 0;
}
.erji_products .r {
  width: 320px;
}
.erji_products .r .tit {
  width: 320px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #797979;
  font-size: 16px;
  font-weight: 700;
}
.erji_products .r .series ul {
  overflow: hidden;
  padding: 20px 0;
}
.erji_products .r .series ul li {
  float: left;
  width: 98px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #ccc;
  font-size: 14px;
  text-align: center;
  margin: 0 10px 10px 0;
  cursor: pointer;
}
.erji_products .r .series ul li:nth-child(3n) {
  margin-right: 0;
}
.erji_products .r .series ul li.cur {
  background: #c91921;
  border-color: #c91921;
  color: #fff;
}
.erji_products .r .series ul li:hover {
  background: #c91921;
  border-color: #c91921;
  color: #fff;
}
/* ******************************************新闻动态 */
.erji_news {
  overflow: hidden;
  padding: 30px 0 80px;
}
.erji_news .l {
  width: 850px;
}
.erji_news .l ul {
  overflow: hidden;
}
.erji_news .l ul li {
  float: left;
  width: 270px;
  height: 340px;
  margin-top: 30px;
  margin-right: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.erji_news .l ul li:nth-child(3n) {
  margin-right: 0px;
}
.erji_news .l ul li > a .pic {
  width: 270px;
  height: 166px;
  overflow: hidden;
}
.erji_news .l ul li > a .pic img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.erji_news .l ul li > a .pic:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.erji_news .l ul li > a h4 {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 50px;
}
.erji_news .l ul li > a p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.erji_news .l ul li > a p span {
  font-weight: 700;
}
.erji_news .r {
  width: 320px;
}
/* ********************************************发展历程 */
.erji_course {
  padding: 60px 0 90px;
  position: relative;
}
.erji_course .line {
  width: 4px;
  height: 1890px;
  background: #999;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -2px;
}
.erji_course ul {
  padding-top: 40px;
}
.erji_course ul li {
  width: 560px;
  height: 115px;
  position: relative;
}
.erji_course ul li .txt {
  width: 370px;
}
.erji_course ul li .txt h3 {
  font-size: 16px;
  margin: 25px 0 10px;
  text-align: right;
}
.erji_course ul li .txt p {
  font-size: 14px;
  color: #666;
  text-align: right;
  line-height: 24px;
}
.erji_course ul li .pic {
  width: 160px;
  height: 115px;
  overflow: hidden;
}
.erji_course ul li .pic img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.erji_course ul li .pic:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.erji_course ul li:nth-child(2n+1) {
  padding-right: 40px;
}
.erji_course ul li:nth-child(2n+1) .txt {
  float: left;
}
.erji_course ul li:nth-child(2n+1) .pic {
  float: right;
}
.erji_course ul li:nth-child(2n+1)::after {
  content: '';
  width: 22px;
  height: 22px;
  border: 1px solid #999;
  background: #c91921;
  position: absolute;
  top: 0;
  right: -12px;
  border-radius: 50%;
}
.erji_course ul li:nth-child(2n+1)::before {
  content: '';
  width: 12px;
  height: 12px;
  background: #fff;
  position: absolute;
  top: 6px;
  right: -6px;
  border-radius: 50%;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.erji_course ul li:nth-child(2n) {
  margin-left: 600px;
  padding-left: 40px;
}
.erji_course ul li:nth-child(2n) .txt {
  float: right;
}
.erji_course ul li:nth-child(2n) .txt h3,
.erji_course ul li:nth-child(2n) .txt p {
  text-align: left;
}
.erji_course ul li:nth-child(2n) .pic {
  float: left;
}
.erji_course ul li:nth-child(2n)::after {
  content: '';
  width: 22px;
  height: 22px;
  border: 1px solid #999;
  background: #c91921;
  position: absolute;
  top: 0;
  left: -12px;
  border-radius: 50%;
}
.erji_course ul li:nth-child(2n)::before {
  content: '';
  width: 12px;
  height: 12px;
  background: #fff;
  position: absolute;
  top: 6px;
  left: -6px;
  border-radius: 50%;
  z-index: 2;
}
.erji_course ul li:hover::before {
  background: #c91921;
}
.erji_course ul li:hover::after {
  background: #c91921;
}

/*分页*/
.pages{width:100%;min-height:42px; margin-top: 30px; overflow: hidden; display: block; }
.pages ol{min-width:280px; color:#666; float:right;}
.pages ol li{padding: 5px 10px; font-size: 14px; margin:5px 0; margin-right: 8px; float: left; border: 1px solid #cccccc;}
.pages ol li a{color:#333;}
.pages ol li.cur{background-color:#2f6db6; border: 0px; }
.pages ol li.cur a{color: #fff;}


/*内页标题*/
.content_tit{
    width:100%;
    font-size: 20px;
    color: #333;
    height:36px;
    line-height:36px;
    font-weight:bold;
    margin: 20px auto;
    text-align:center;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
/*分页*/
.fenye{ height: 30px; line-height: 30px;margin: 0 auto; font-size: 14px; color: #333333;}

/* 右侧漂浮 */
.fixed_float {
  width: 80px;
  height: 400px;
  position: fixed;
  right: 0;
  bottom: 50px;
  display: block;
}
.fixed_float > ul li a {
  display: block;
  width: 80px;
  height: 30px;
  margin-bottom: 1px;
  padding-top: 50px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #c91921;
  background-position: top 12px center;
  background-repeat: no-repeat;
}
.fixed_float > ul li a:hover {
  background-color: #a7171d;
}
.fixed_float .tbzx a {
  background-image: url('../pro_images/float_icon_tb.png');
}
.fixed_float .dhzx {
  position: relative;
}
.fixed_float .dhzx a {
  background-image: url('../pro_images/float_icon_tel.png');
}
.fixed_float .dhzx .phone {
  width: 160px;
  height: 80px;
  padding: 0 10px;
  line-height: 80px;
  position: absolute;
  top: 0;
  right: -160px;
  background: #a7171d;
  color: #fff;
  font-size: 20px;
  transition: all 0.3s;
  visibility: hidden;
  z-index: -1;
}
.fixed_float .dhzx:hover .phone {
  visibility: visible;
  right: 81px;
}
.fixed_float .qq a {
  background-image: url('../pro_images/float_icon_qq.png');
}
.fixed_float .wechat {
  position: relative;
}
.fixed_float .wechat a {
  background-image: url('../pro_images/float_icon_wx.png');
}
.fixed_float .wechat .ewm-img {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 0px;
  right: -84px;
  transition: all 0.3s;
  visibility: hidden;
  z-index: -1;
}
.fixed_float .wechat:hover .ewm-img {
  visibility: visible;
  right: 84px;
}
.fixed_float .gotop {
  display: none;
}
.fixed_float .gotop a {
  background: url('../pro_images/float_icon_top.png') no-repeat center 15px;
}
.fixed_float .gotop a:hover {
  background-color: transparent;
}
.fixed_float .gotop.active {
  display: block;
}


.content_new{
    width:860px;
    margin: 0 auto;
}
.content_new .contpro{
  margin:30px auto 60px;
  overflow: hidden;
}
.content_new p{
    text-indent: 0px !important;
}
.content_new .contpro .proimg{
    width:50%;
    float:left;
}
.content_new .contpro .proimg img{
    max-width: 90%;
    max-height: 90%;
}
.content_new .contpro .procon{
    width:45%;
    font-size: 16px;
    color: #666;
    line-height: 33px;
    padding-top:20px;
    padding-left:20px;
    float:left;
}
.content_new .conttit{
    width:100%;
    font-size: 28px;
    color: #333;
    font-weight:bold;
    margin: 40px auto;
    text-align:center;
}
.content_new .contfutit .protit{
    width:100%;
    font-size: 20px;
    color: #333;
    font-weight:bold;
    margin: 15px auto;
    text-align:center;
}
.content_new .contfutit .proxian{
    width:70px;
    height:5px;
    background-color:#4c793e;
    margin:0 auto;
}
.content_new .contfutit .prodec{
    width:100%;
    font-size: 16px;
    color: #4c793e;
    text-align:center;
    margin: 15px auto;
}
.content_new .contvid iframe{
    width:100%;
    height:390px;
    background-color:#000;
    margin: 15px auto;
}
.content_new .contcon {
    margin:30px auto 50px;
}
.content_new .contcon .contit{
    width:96%;
    font-size: 18px;
    color: #333;
    height:50px;
    line-height:50px;
    padding-left:30px;
    font-weight:bold;
    text-align:left;
    background-color:#f6f6f6;
}
.content_new .contcon .concont{
    padding:20px 30px 30px 30px;
    font-size: 16px;
    color: #666;
    line-height: 33px;
    background-color:#fbfbfb;
}