@font-face{
  font-family: 'p';
  src : url('../fonts/Poppins-Regular.ttf');
}
@font-face{
  font-family: 'pb';
  src : url('../fonts/Poppins-Bold.ttf');
}
@font-face{
  font-family: 'bar';
  src : url('../fonts/BarlowCondensed-SemiBold.ttf');
}
h1 h2 h3 h4 h5 h6{
  font-family: pb;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .pc{
      display: none;
  }
}
@media only screen and (min-width: 769px) {
  .yd{
      display: none;
  }
}
.egg_pset{
  width: 3.95rem;
  height: 14rem;
  z-index: 9999;
  margin: 0 auto;
  position: absolute;
  background: #fff;
  border: 0.01rem dashed #ebebeb;
  top: 0rem;
  border-radius: 0.2rem;
  display: none;
  /* right: 0.2rem; */
}
*{
  margin: 0;
  padding: 0;
}
body{
  background: #fff;
}
a{
  text-decoration: none;
}
li{
  list-style: none;
}
.pc_newsdetail{
  width: 100%;
  height: auto;
  max-width: 19.2rem;
  margin: 0 auto;
  /* background: url(../img/newsdetail.png) no-repeat; */
  background-size: 100% 100%;
}
.pc_newsdetailcenter{
  width: 15rem;
  height: auto;
  margin:0 auto;
}
.pc_newsdetailcenter h2{
  font-size: 0.42rem;
  font-family: pb;
  font-weight: 600;
  text-align: center;
  color: #000;
  line-height: 0.42rem;
  padding-top: 1.15rem;
  padding-bottom: 0.25rem;
}
.pc_newsdetailbox{
  width: 100%;
  height: 0.35rem;
  margin: 0 auto;
  text-align: center;
}
.pc_news_detailbox{
  float: left;
  width: auto;
  font-size: 0.2rem;
  line-height: 0.35rem;
  text-align: center;
  color: #000;
}
.pc_news_detailbox img{
  width: 0.35rem;
  height: 0.35rem;
  float: left;
  margin-right: 0.1rem;
}
.pc_news_detailbox:nth-of-type(2){
  margin-left: 0.15rem;
}
.detail_boxcontent{
  width: 15rem;
  height: auto;
  position: relative;
  margin: 0 auto;
  background: #fff;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  margin-top: 0.5rem;
  padding-bottom: 0.7rem;
}
.detail_leftcontent{
  width: 15rem;
  height: auto;
  font-size: 0.2rem;
  line-height: 0.36rem;
  text-align: left;
  /* margin-left: 0.55rem; */
  /* padding-top: 0.95rem; */
  padding-top: 0.5rem;
  border-top: 0.01rem solid #ccc;
}
.pink{
  width: 11.1rem;
  height: 0.8rem;
  background: #f9e8e8;
  border: 0.01rem solid #fcdeb1;
  position: absolute;
  top: -0.4rem;
  left: 0.4rem;
  display: none;
}
.kefu{
  width: 2.25rem;
  height: 1.95rem;
  position: absolute;
  bottom: 0.15rem;
  right: 0.39rem;
}
.pinktitles{
  width: 11.1rem;
  height: 0.8rem;
  font-size: 0.2rem;
  line-height: 0.8rem;
  color: #000;
  text-align: left;
  font-family: p;
  font-weight: 400;
  text-indent: 0.3rem;
}
.pinktitles span{
  color: #000;
  font-family: p;
  font-weight: 600;
}
.egg_right_box{
  width: 3.85rem;
  height: 14.4rem;
  position: absolute;
  right: 12%;
  top: 0.63rem;
  z-index: 9999999;
}
.egg_righttitle{
  width: 3.85rem;
  height: 0.83rem;
  line-height: 0.83rem;
  text-align: center;
  /* background: linear-gradient(to right,#1b3d85,#245dd5); */
  font-size: 0.24rem;
  font-family: pb;
  font-weight: 600;
  color: #000;
  border-radius: 0.1rem;
  margin: 0 auto;
  left: 0.05rem;
  position: relative;
  top: 0.06rem;
  z-index: 999999;
}
.egg_righttitle img{margin-top:0.3rem;}

.egg_list_right{
  width: 3.85rem;
  height: 13.8rem;
  z-index: 9999;
  margin: 0 auto;
  position: absolute;
  background: #fff;
  border: 0.01rem dashed #ebebeb;
  top: 0.05rem;
  left: 0.04rem;
  border-radius: 0.2rem;
}
.egg_list_right ul{
  width: 3.85rem;
  height: 10.46rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-content: space-between;
  flex-wrap: wrap;
  padding-top: 0.6rem;
}
.egg_list_right ul li{
  width: 3.47rem;
  height: 3rem;
  background: #fff;
  margin-top: 0.2rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.egg_list_img{
  width: 3.47rem;
  height: 2.49rem;
  overflow: hidden;
}
.egg_list_img img{
  width: 3.47rem;
  height: 2.49rem;
  transition: 0.4s;
}
.egg_list_img img:hover{
  transform: scale(1.05);
  transition: 0.4s;
}
.egg_list_right ul li h3{
  width: 3.47rem;
  height: 0.52rem;
  font-size: 0.2rem;
  text-align: center;
  color: #666666;
  line-height: 0.52rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0.2rem;
  overflow: hidden; font-family: p !important;
}
.egg_case_bots{
     width: 10rem;
     margin: initial;
     margin-bottom: 0.2rem;
}
.case_bots{
  width: auto;
  min-height: 25rem;
  background: #fff;
  /* margin: 0 auto; */
  position: relative;
  margin-top: -4.6rem;
  border-radius: 0.3rem;
  z-index: 99999;
  /* box-shadow: 0 0 0.06rem #eee; */
  overflow: hidden;
}
.egg_case_bots h2{
  font-size: 0.32rem;
  text-align: left;
  width: 92%;
  padding-top: 0.29rem;
  padding-left: 0.58rem;
  font-family: pb;
  padding-bottom: 0.2rem;
  line-height: 0.42rem;
}
.egg_case_botss{
  width: auto;
  height: 0.3rem;
  line-height: 0.3rem;
  color: #666;
  padding-left: 0.58rem;
  font-size: 0.2rem;
}
.egg_case_botss .xqlogo{
  width: 0.21rem;
  height: 0.21rem;
  float: left;
  display: block;
  margin-right: 0.1rem;
  margin-top: 0.05rem;
}
.egg_case_botss span:nth-of-type(1) {
  margin-right: 0.2rem;
}
.egg_right_box{
  width: 3.85rem;
  height: 14.4rem;
  position: absolute;
  right: 3%;
  top: 0.63rem;
  z-index: 9999999;
}
.egg_righttitle{
  width: 3.85rem;
  height: 0.83rem;
  line-height: 0.83rem;
  text-align: center;
  /* background: linear-gradient(to right,#1b3d85,#245dd5); */
  font-size: 0.24rem;
  font-family: pb;
  font-weight: 600;
  color: #000;
  border-radius: 0.1rem;
  margin: 0 auto;
  left: 0.05rem;
  position: relative;
  top: 0.06rem;
  display: none;
  z-index: 999999;
}
.egg_righttitle img{margin-top:0.3rem;}

.egg_list_right{
  width: 3.85rem;
  height: 13.8rem;
  z-index: 9999;
  margin: 0 auto;
  position: absolute;
  background: #fff;
  border: 0.01rem dashed #ebebeb;
  top: 0.05rem;
  left: 0.04rem;
  border-radius: 0.2rem;
}
.egg_list_right ul{
  width: 3.85rem;
  height: 10.46rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-content: space-between;
  flex-wrap: wrap;
  padding-top: 0.6rem;
}
.egg_list_right ul li{
  width: 3.47rem;
  height: 3rem;
  background: #fff;
  margin-top: 0.2rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.egg_list_img{
  width: 3.47rem;
  height: 2.49rem;
  overflow: hidden;
}
.egg_list_img img{
  width: 3.47rem;
  height: 2.49rem;
  transition: 0.4s;
}
.egg_list_img img:hover{
  transform: scale(1.05);
  transition: 0.4s;
}
.egg_list_right ul li h3{
  width: 3.47rem;
  height: 0.52rem;
  font-size: 0.2rem;
  text-align: center;
  color: #666666;
  line-height: 0.52rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0.2rem;
  overflow: hidden; font-family: p !important;
}
.egg_case_bots{
     width: 10rem;
     margin: initial;
     margin-bottom: 0.2rem;
}
.nextbox{
  width: 100%;
  height: auto;
  margin: 0 auto;

}
.nextboxcenter{
  width: 15rem;
  height: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 0.01rem dashed #ccc;
  margin: 0 auto;
}
.nextboxcenter ul{
  width: 15rem;
  height: auto;
  line-height: 0.36rem;
  display: flex;
  justify-content: space-between;
}
.nextboxcenter ul li{
  font-size: 0.22rem;
  color: #000;
  font-weight: 600;
  margin-top: 0.15rem;
}
.nextboxcenter ul li span{
  color: #666 !important; 
  font-weight: 400 !important;
}
.xians{
  width: 0.34rem;
  height: 0.34rem;
  float: left;
  margin-right: 0.1rem;
}
.pc{
display: block;
}
.yd{
display: none;
}
.pc_news {width: 100%;height: 5.65rem;margin: 0 auto;background: url(../img/contact465.jpg) no-repeat;background-size: 100% 100%;/* margin-top: 0.72rem; */}
.pc_newscenter_img h2 {font-size: 0.48rem;color: #fff;font-family: MyriadPro;width: 100%;text-align: center;padding-top: 2.07rem;}
.list_toptitls {
width: 9.8rem;
font-size: 0.22rem;
line-height: 0.3rem;
color: #fff;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
margin: 0 auto;
margin-top: 0.3rem;
}
.pc_newsdetailbox .pc_news_detailbox:nth-of-type(1){
  margin-left: 5rem;
}
.lianxi{
  width: 100%;
  height: 10.53rem;
  margin: 0 auto;
  background: url(../img/1052.jpg) no-repeat;
  background-size: 100% 100%;
}
.lianxicenter{
  width: 16rem;
  height: 10.53rem;
  margin: 0 auto;
}
.lianxicenter h2{
  font-size: 0.42rem;
  font-family: MyriadPro;
  width: 16rem;
  text-align: left;
  line-height: 0.42rem;
  padding-top: 1.95rem;
  padding-left: 0.7rem;
}
{
  padding-bottom: 0.8rem;
  border-radius: 10px;
  margin-top: -0.3rem;
  MARGIN-LEFT: 0REM;
}
.five1{width: 9.08rem;height: 2.55rem;margin: 0 auto;display: flex;flex-direction: row;flex-wrap: wrap;/* float: left; */justify-content: space-between;align-content: space-between;}
.five2{
width: 4.27rem;
height: 0.6rem;
}
.five2 p{
width: 4.27rem;
height: 0.3rem;
font-size: 0.22rem;
line-height: 0.3rem;
color: #000;
}
..five2 span{
color: red;
font-size: 0.2rem;
}
.five2 input{
 width: 3.92rem;
 height: 0.52rem;
 float: left;
 border: 1px solid #ccc;
 padding-left: 0.55rem;
 background: #fafafa;
 font-size: 0.2rem;
}

.five3{width: 100%;margin: 0 auto;height: 1.85rem;margin-top: 0.15rem;}
.five3 p{
width: 100%;
margin: 0 auto;
height: 0.3rem;
font-size: 0.22rem;
line-height: 0.3rem;
color: #000;
}
..five3 span{
color: red;
font-size: 0.2rem;
}
.buttons1{
  width: 4.22rem;
  height: 0.65rem;
  line-height: 0.65rem;
  text-align: center;
  font-size: 0.3rem;
  color: #fff;
  margin: 0 auto;
  font-weight: 600;
  display: table;
  border-radius: 0.65rem;
  background: #df2c25;
  box-shadow: 0.05rem -0.06rem 1px #fdedc9;
}
.five3 textarea{
  width: 8.74rem;
  height: 1.55rem;
  background: #fafafa;
  float: left;
  resize: none;
  border: 1px solid #ccc;
  padding-top: 0.1rem;
  line-height: 0.3rem;
  color: #666;
  font-size: 0.2rem;
  font-family: 'p';
  padding-left: 0.55rem;
  /* margin-left: 0.38rem; */
}
input::-webkit-input-placeholder{

color: #666;
font-size: 0.18rem;
}

input::-moz-placeholder{   /* Mozilla Firefox 19+ */

color: #666;
font-size: 0.18rem;
}

input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */

color: #666;
font-size: 0.18rem;
}

input:-ms-input-placeholder{  /* Internet Explorer 10-11 */

color: #666;
font-size: 0.18rem;

}
textarea::-webkit-input-placeholder{

color: #666;
font-size: 0.18rem;
}

.five2{
  position: relative;
}
.five2 img{
  width: 0.35rem;
  height: 0.35rem;
  position: absolute;
  top: 0.1rem;
  left: 0.06rem;
}
.five3{
  position: relative;
}
.five3 img{
  width: 0.35rem;
  height: 0.35rem;
  position: absolute;
  top: 0.1rem;
  left: 0.05rem !important;
}
.fgot{
  width: 9rem;
  height: 6rem;
  margin-left: 0.9rem;
  margin-top: 0.7rem;
}