

  



.nav {
  width: 100%;
  background: #db241c;
  height: 75px;
}

.nav ul li {
  float: left;
  width: 12.5%;
  height: 75px;
  position: relative;
}

.nav ul li a {
  width: 100%;
  text-align: center;
  line-height: 75px;
  font-size: 16px;
  color: #fff;
  display: block;
}

.nav ul li a:hover {
  background: #1a1a1a;
}

.nav ul li a.active {
  background: #1a1a1a;
}
.nav ul li .v_list {
  position: absolute;
  width: 100%;
  top: 75px;
  background: #fff;
  left: 0;
  z-index: 99;
  display: none;
}
.nav ul li .v_list a {
  color: #333;
  line-height: 42px;
  border-bottom: 1px dashed #eee;
  font-size: 14px;
}
.nav ul li .v_list a:hover {
  background: #1a1a1a;
  color: #fff;
  border-bottom: 1px dashed #1a1a1a;
}
.nav ul li:hover .v_list {
  display: block;
}



.fixed {
  position: fixed;
  max-width: 1920px;
  top: 0;
  z-index: 1000;
  float: none !important;
}

.pc_banner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.pc_banner .wappc_banner .prev {
  left: 74px;
  width: 48px;
  height: 86px;
  position: absolute;
  top: 48%;
  background: url(../img/bannerle.png) no-repeat;
  background-size: 100%;
}

.pc_banner .wappc_banner .next {
  right: 74px;
  width: 48px;
  height: 86px;
  position: absolute;
  top: 48%;
  background: url(../img/bannerri.png) no-repeat;
  background-size: 100%;
}

.pc_banner .wappc_banner .hd {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 9;
  bottom: 10px;
  overflow: hidden;
}

.pc_banner .wappc_banner .hd li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  margin: 0 3px;
}

.pc_banner .wappc_banner .hd li.on {
  background: #db241c;
}

.pc_banner .wappc_banner .bd li {
  position: relative;
}

.pc_banner .wappc_banner .bd li img {
  width: 1920px;
  height: 710px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.m_banner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: none;
}

.m_banner .mbanner {
  width: 100%;
  position: relative;
}

.m_banner .mbanner ul li {
  width: 100%;
}

.m_banner .mbanner ul li img {
  width: 100%;
  height: auto;
}

.banner_btn {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 9;
  bottom: 10px;
  overflow: hidden;
}

.banner_btn a {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  margin: 0 3px;
  overflow: hidden;
  cursor: pointer;
  background: #eee;
  opacity: .4;
  margin: 0 5px;
  border: solid 2px #FFFFFF;
}

.banner_btn a.in {
  background: #db241c;
  opacity: 1;
}

.m_header {
  width: 100%;
  overflow: hidden;
  display: none;
}

.m_header .m_head_content {
  height: .46rem;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  box-shadow: 0px 5px 10px 1px #999;
}

.m_header .m_head_content .m_head_logo {
  height: .46rem;
  float: left;
  margin-left: .05rem;
}

.m_header .m_head_content .m_head_logo img {
  max-height: 100%;
  float: left;
  height: 70px;
  margin-top: 5px;
}

.m_header .m_head_content .m_head_logo p {
  float: left;
  margin-left: 15px;
}

.m_header .m_head_content .m_head_logo p strong {
  font-size: 28px;
  line-height: 40px;
  display: block;
  color: #c7271e;
  margin-top: 6px;
}

.m_header .m_head_content .m_head_logo p span {
  font-size: 18px;
  color: #333;
  display: block;
}

.m_header .m_head_content .menu {
  float: right;
  width: .36rem;
  margin-top: .05rem;
  margin-right: .1rem;
  height: .36rem;
  background: #c7271e;
}

.m_header .m_head_content .menu i {
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: .46rem;
  display: block;
}

.app_menu {
  width: 100%;
  height: 500%;
  position: fixed;
  height: 500%;
  top: 80px;
  right: 0;
  z-index: 99;
  display: none;
  background: rgba(0, 0, 0, .5);
}

.app_menu ul {
  background: black;
}

.app_menu ul li a span {
  font-size: 14px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  color: #fff;
  display: block;
  padding-left: .15rem;
  border-bottom: 1px solid #444;
}



.main {
  width: 100%;
  overflow: hidden;
}

.search {
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #dfdfdf;
}

.search .box .fl span {
  font-size: 14px;
  color: #666;
  line-height: 90px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

.search .box .fl p {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

.search .box .fl p a {
  font-size: 14px;
  color: #666;
  line-height: 100%;
  border-left: 1px solid #666;
  padding-left: 5px;
  margin-right: 5px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

.search .box .fl p a:first-child {
  border-left: none;
}

.search .box .fl p a:hover {
  color: #db241c;
}

.search .box .fr {
  margin-top: 30px;
}

.search .box .fr .inp1 {
  height: 30px;
  width: 240px;
  border: none;
  border: 1px solid #dfdfdf;
  outline: 0;
  float: left;
  border-right: none;
  padding-left: 10px;
}

.search .box .fr .inp2 {
  height: 30px;
  width: 100px;
  border: none;
  outline: 0;
  float: left;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border: 1px solid #db241c;
  background: url(../img/sea.png) no-repeat 90% center #db241c;
}

.box_tit strong {
  font-size: 36px;
  color: #333;
  display: block;
  font-weight: bold;
  text-align: center;
}

.box_tit i {
  width: 34px;
  height: 4px;
  background: #da251c;
  display: block;
  margin: 12px auto;
  transition: 1s;
}

.box_tit span {
  font-size: 18px;
  color: #b3b3b3;
  display: block;
  text-align: center;
}

.box_tit:hover i {
  width: 68px;
  transition: 1s;
}

.i_box1 {
  width: 100%;
  padding: 60px 0;
}

.box1list {
  width: 100%;
  margin-top: 60px;
}

.box1list .hd {
  width: 100%;
}

.box1list .hd ul {
  width: 100%;
  text-align: center;
}

.box1list .hd ul li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 0 5px;
  cursor: pointer;
  padding: 50px 50px 0 50px;
  transition: 1s;
}

.box1list .hd ul li span {
  display: block;
  color: #333;
  line-height: 55px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
.box1list .hd ul li a {
  display: block;
  color: #333;
  line-height: 55px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.box1list .hd ul li.on {
  padding: 50px 80px 0 80px;
  transition: 1s;
}

.box1list .hd ul li:first-child {
  
}

.box1list .hd ul li:first-child + li {

}

.box1list .hd ul li:first-child + li + li {

}

.box1list .hd ul li:first-child + li + li + li {

}

.box1list .hd ul li.on span {
  color: #fff;
}
.box1list .hd ul li.on a {
  color: #fff;
}
.box1list .hd ul li:first-child.on {
  background: #db241c;
}

.box1list .hd ul li:first-child + li.on {
  background: #db241c;
}

.box1list .hd ul li:first-child + li + li.on {
  background: #db241c;
}

.box1list .hd ul li:first-child + li + li + li.on {
  background: #db241c;
}

.box1list .bd {
  width: 100%;
  margin-top: 50px;
}
.box1list .bd ul {
  display: block;
}
.box1list .bd ul li {
  width: 32%;
  float: left;
  margin-left: 2%;
}

.box1list .bd ul li:first-child {
  margin-left: 0;
}

.box1list .bd ul li .pic {
  width: 100%;
  background: #f0f0f0;
  padding: 30px;
}

.box1list .bd ul li .pic .imgauto {
  width: 324px;
  height: 230px;
  overflow: hidden;
}
.box1list .bd ul li .pic .imgauto img {
  display: block;
}

.box1list .bd ul li .text p {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  position: relative;
  padding-left: 24px;
  transition: 1s;
  margin-bottom: 10px;
  line-height: 180%;
}

.box1list .bd ul li .text p i {
  width: 16px;
  position: absolute;
  left: 0;
  top: 10px;
  height: 4px;
  background: #e60012;
  font-style: normal;
  float: left;
  transition: 1s;
}

.box1list .bd ul li .text a {
  font-size: 16px;
  color: #9b9b9b;
  padding-right: 30px;
  background: url(../img/jt3.png) no-repeat right 10px;
  transition: 1s;
}

.box1list .bd ul li:hover .text p {
  padding-left: 40px;
  transition: 1s;
}

.box1list .bd ul li:hover .text p i {
  width: 32px;
  transition: 1s;
}

.box1list .bd ul li:hover .text a {
  color: #e60012;
  background: url(../img/jt1.png) no-repeat right 10px;
  transition: 1s;
}

.i_box2 {
  width: 100%;
  background: #f1f4f4;
  padding: 40px 0;
}

.i_box2 .box {
  width: 100%;
  margin: 50px 0;
}

.i_box2 .box ul li {
  width: 23%;
  margin-left: 2.66%;
  float: left;
  padding-bottom: 40px;
  background: #fff;
  position: relative;
}

.i_box2 .box ul li i {
  width: 100%;
  height: 110px;
  margin-top: 12px;
  display: block;
}

.i_box2 .box ul li i img {
  display: block;
  max-height: 108px;
  margin: 0 auto;
  margin-top: 39px;
}

.i_box2 .box ul li span {
  font-size: 16px;
  color: #333;
  display: block;
  padding-top: 40px;
  text-align: center;
}

.i_box2 .box ul li p {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0;
  transition: .5s;
}

.i_box2 .box ul li p img {
  display: block;
  height: 60%;
  margin: 0 auto;
  margin-top: 17%;
}

.i_box2 .box ul li:first-child {
  margin-left: 0;
}

.i_box2 .box ul li:hover p {
  opacity: 1;
  transition: .5s;
}

.i_box3 {
  width: 100%;
  padding: 40px 0;
  margin-top: 30px;
}

.i_box3 .box {
  width: 100%;
  margin-top: 40px;
}

.box3_desc p {
  font-size: 18px;
  color: #333;
  display: block;
  text-align: center;
}

.box3_list {
  width: 100%;
  margin-top: 10px;
}

.box3_list ul li {
  width: 23%;
  margin-right: 2.66%;
  float: left;
  margin-top: 30px;
}

.box3_list ul li .pic .imgauto {
  width: 100%;
  height: 210px;
}

.box3_list ul li:nth-child(4n) {
  margin-right: 0;
}

.box3_list ul li .text p {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  position: relative;
  padding-left: 24px;
  transition: 1s;
  margin-bottom: 10px;
  line-height: 180%;
  overflow: hidden;
}

.box3_list ul li .text p i {
  width: 16px;
  position: absolute;
  left: 0;
  top: 10px;
  height: 4px;
  background: #e60012;
  font-style: normal;
  float: left;
  transition: 1s;
}

.box3_list ul li .text a {
  font-size: 16px;
  color: #9b9b9b;
  padding-right: 30px;
  background: url(../img/jt3.png) no-repeat right 10px;
  transition: 1s;
}

.box3_list ul li:hover .text p {
  padding-left: 40px;
  transition: 1s;
}

.box3_list ul li:hover .text p i {
  width: 32px;
  transition: 1s;
}

.box3_list ul li:hover .text a {
  color: #e60012;
  background: url(../img/jt1.png) no-repeat right 10px;
  transition: 1s;
}

.main_l {
  width: 25%;
  background: #171310;
}

.main_l .main_menu h3 {
  height: 80px;
  width: 100%;
  display: block;
  line-height: 80px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #d70010;
  padding: 0 20px;
}

.main_l .main_menu ul {
  padding: 10px 20px;
}

.main_l .main_menu ul span {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #fff;
  background: #4a4645;
  padding: 0 20px;
  margin-top: 10px;
  float: left;
}

.main_l .main_menu ul li {
  width: 50%;
  float: left;
  line-height: 40px;
  padding-left: 10px;
  background: url(../img/dian.png) no-repeat left center;
  border-bottom: 1px dashed #4a4645;
}

.main_l .main_menu ul li a {
  font-size: 16px;
  color: #fff;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.main_l .main_menu ul li a:hover {
  color: #e60012;
}

.i_box4 {
  width: 100%;
  padding: 60px 0;
  margin-top: 40px;
  background: url(../img/bg1.jpg) no-repeat top center;
}

.i_box4 .text {
  width: 100%;
}

.i_box4 .text ul li {
  width: 50%;
  float: left;
  padding-right: 5%;
}

.i_box4 .text ul li i {
  width: 20px;
  height: 4px;
  background: #fff;
  font-style: normal;
  transition: 1s;
  display: block;
}

.i_box4 .text ul li strong {
  font-size: 26px;
  color: #fff;
  display: block;
  margin-top: 20px;
  font-weight: normal;
}

.i_box4 .text ul li strong em {
  font-size: 30px;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  padding-right: 30px;
}

.i_box4 .text ul li span {
  font-size: 18px;
  color: #fff;
  display: block;
  margin: 20px 0;
}

.i_box4 .text ul li p {
  font-size: 14px;
  color: #fff;
  line-height: 180%;
}

.i_box4 .text ul li a {
  width: 140px;
  height: 32px;
  border-radius: 20px;
  padding-left: 20px;
  line-height: 32px;
  display: block;
  font-size: 14px;
  color: #da251c;
  padding-right: 30px;
  background: url(../img/jt1.png) no-repeat 80% 12px #fff;
  transition: 1s;
  margin-top: 20px;
}

.i_box4 .text ul li.on {
  padding-left: 5%;
  padding-right: 0;
}

.i_box4 .text ul li.on i {
  background: #da251c;
}

.i_box4 .text ul li.on strong {
  color: #333;
}

.i_box4 .text ul li.on strong em {
  color: #333;
}

.i_box4 .text ul li.on span {
  color: #333;
}

.i_box4 .text ul li.on p {
  color: #333;
}

.i_box4 .text ul li.on a {
  color: #fff;
  background: url(../img/jt2.png) no-repeat 80% 12px #da251c;
}

.i_box4 .text ul li:hover i {
  width: 40px;
  transition: 1s;
}

.i_box4 .text ul li:hover a {
  width: 210px;
  transition: 1s;
}

.i_box5 {
  width: 100%;
  margin-top: 70px;
}

.i_box5 .box ul li {
  width: 31%;
  margin-right: 2%;
  float: left;
  margin-top: 30px;
}

.i_box5 .box ul li .pic .imgauto {
  width: 100%;
  height: 260px;
}

.i_box5 .box ul li:nth-child(3n) {
  margin-right: 0;
}

.i_box5 .box ul li .text .aspan {
  display: block;
  margin-top: 12px;
}

.i_box5 .box ul li .text .aspan a {
  width: 100px;
  height: 32px;
  background: #e60012;
  border-radius: 20px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

.i_box5 .box ul li .text .aspan em {
  font-size: 13px;
  color: #a5a5a5;
  font-style: normal;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  line-height: 32px;
  margin-left: 30px;
}

.i_box5 .box ul li .text .atit {
  height: auto;
  display: block;
  margin: 0;
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  position: relative;
  padding-left: 24px;
  transition: 1s;
  line-height: 180%;
  overflow: hidden;
}

.i_box5 .box ul li .text .atit span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.i_box5 .box ul li .text .atit i {
  width: 16px;
  position: absolute;
  left: 0;
  top: 10px;
  height: 4px;
  background: #e60012;
  font-style: normal;
  float: left;
  transition: 1s;
}

.i_box5 .box ul li .text p {
  height: 82px;
  font-size: 14px;
  color: #999;
  display: block;
  line-height: 180%;
  padding-left: 24px;
  margin-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.i_box5 .box ul li .text img {
  display: block;
  max-width: 100%;
  margin-top: 12px;
}

.i_box5 .box ul li:hover .text .atit {
  padding-left: 40px;
  transition: 1s;
}

.i_box5 .box ul li:hover .text .atit i {
  width: 32px;
  transition: 1s;
}

.i_box6 {
  width: 100%;
  background: #f1f4f4;
  padding: 50px 0;
  margin-top: 70px;
}

.i_box6 .box {
  width: 100%;
  margin-top: 20px;
}

.i_box6 .box ul li {
  width: 22%;
  margin-right: 3%;
  margin-top: 3%;
  background: #fff;
  float: left;
}

.i_box6 .box ul li .imgauto {
  width: 100%;
  height: 140px;
  padding: 27px;
}

.i_box6 .box ul li .imgauto img {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  filter: grayscale(100%);
  filter: gray;
}

.i_box6 .box ul li:nth-child(4n) {
  margin-right: 0;
}

.i_box6 .box ul li:hover .imgauto img {
  filter: inherit;
}

.i_box7 {
  width: 100%;
  padding: 40px 0;
}

.i_box7 .box {
  width: 100%;
  margin-top: 30px;
}

.i_box7 .box .fl {
  width: 52%;
}

.i_box7 .box .fl img {
  max-width: 100%;
  display: block;
}

.i_box7 .box .fr {
  width: 48%;
  padding-left: 3%;
}

.i_box7 .box .fr p {
  display: block;
  font-size: 16px;
  color: 3333;
  margin: 15px 0;
}

.i_box7 .box .fr input {
  outline: 0;
  display: block;
  padding: 0 10px;
  line-height: 40px;
  width: 100%;
  border: none;
  height: 40px;
  border: 1px solid #ddd;
  margin-top: 20px;
}

.i_box7 .box .fr input:focus {
  box-shadow: 0px 1px 10px 1px #f98a85;
}

.i_box7 .box .fr textarea {
  outline: 0;
  width: 100%;
  border: none;
  height: 100px;
  border: 1px solid #ddd;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
}

.i_box7 .box .fr textarea:focus {
  box-shadow: 0px 1px 10px 1px #f98a85;
}

.i_box7 .box .fr .subbtn {
  width: 190px;
  height: 36px;
  background: #da251c;
  border-radius: 20px;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.i_box7 .box .fr .subbtn:focus {
  box-shadow: 0px 1px 10px 1px #fff;
}

.footer {
  width: 100%;
  margin-top: 50px;
  padding: 90px 0;

}

.footer .foot_logo {
  width: 100%;
}

.footer .foot_logo a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

.footer .foot_logo a img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.footer .foot_logo p {
  height: 80px;
  font-size: 28px;
  color: #fff;
  padding-left: 40px;
  margin-left: 40px;
  border-left: 1px solid #fff;
  line-height: 80px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

.footer .foot_text {
  width: 100%;
  padding: 30px;
  margin-top: 50px;
  background: #fff;
}

.footer .foot_text .fl {
  width: 45%;
  padding-left: 1%;
  padding-right: 5%;
}

.footer .foot_text .fl span {
  display: block;
  font-size: 47px;
  color: #da251c;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer .foot_text .fl p {
  font-size: 16px;
  color: #333;
  display: block;
  line-height: 30px;
  margin-top: 5px;
}

.footer .foot_text .fl a {
  display: block;
  width: 190px;
  height: 32px;
  background: #da251c;
  border-radius: 20px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}

.footer .foot_text .fr {
  width: 55%;
  border: 1px solid #ddd;
  padding: 30px;
  margin-top: 10px;
}

.footer .foot_text .fr .ewm .ewm_cont {
  float: left;
}

.footer .foot_text .fr .ewm .ewm_cont img {
  display: block;
  max-width: 100%;
}

.footer .foot_text .fr .ewm .ewm_cont span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}

.footer .foot_text .fr .ewm p {
  float: left;
  padding-top: 30px;
  text-align: center;
}

.footer .foot_text .fr .ewm p a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-left: 70px;
}

.footer .foot_text .fr .foot_contact {
  width: 100%;
  margin-top: 30px;
}

.footer .foot_text .fr .foot_contact p {
  font-size: 16px;
  color: #333;
  display: block;
  padding-left: 45px;
  line-height: 40px;
  margin-top: 12px;
}

.footer .foot_text .fr .foot_contact p:first-child {
  background: url(../img/tel2.png) no-repeat left center;
}

.footer .foot_text .fr .foot_contact p:first-child + p {
  background: url(../img/dizhi.png) no-repeat left center;
}

.copyright {
  width: 100%;
  background: #333;
}

.copyright p {
  line-height: 90px;
  font-size: 16px;
  color: #fff;
  display: block;
  text-align: center;
}

.copyright p a {
  font-size: 16px;
  color: #fff;
}

.page_banner {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.page_banner .pcimg {
  width: 1920px;
  height: 400px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  z-index: 8;
}


.page_banner .banner_text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 15%;
  z-index: 9;
}

.page_banner .banner_text strong {
  font-size: 60px;
  color: #fff;
  line-height: 140%;
  display: block;
  position: relative;
  left: -50%;
  opacity: 0;
}

.page_banner .banner_text span {
  font-size: 18px;
  color: #fff;
  line-height: 140%;
  display: block;
  position: relative;
  left: -50%;
  opacity: 0;
}

.page_banner .banner_text p {
  font-size: 14px;
  color: #fff;
  display: block;
  line-height: 200%;
  max-width: 450px;
  margin-top: 30px;
  position: relative;
  left: -50%;
  opacity: 0;
}

.page_banner .banner_text a {
  width: 200px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 16px;
  background: #db241c;
  margin-top: 20px;
  position: relative;
  left: -50%;
  opacity: 0;
}

.wrap {
  width: 100%;
  margin: 10px 0;
}

.wrap .box_tit {
  margin-bottom: 20px;
}

.wrap .box_tit strong {
  font-size: 26px;
}

.wrap .box_tit span {
  font-size: 16px;
  color: #999;
}

.wrap .box3_list ul li {
  background: #f0f0f0;
  padding: 10px;
  box-shadow: 0px 1px 10px 1px #ccc;
}

.wrap .box3_list ul li .pic .imgauto {
  width: 100%;
  padding: 20px;
}

.wrap .box3_list ul li .text a {
  background: none;
  display: block;
  margin-top: 20px;
  padding-right: 0;
}

.page_menu {
  width: 100%;
  margin-top: 25px;
}

.page_menu ul {
  width: 100%;
  display: block;
  text-align: center;
}

.page_menu ul li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 0 5px;
  box-shadow: 0px 1px 10px 1px #eee;
}

.page_menu ul li a {
  font-size: 14px;
  display: block;
  color: #333;
  padding: 8px 20px;
  transition: 1s;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.page_menu ul li:hover a {
  background: #db241c;
  border: 1px solid #db241c;
  color: #fff;
  transition: 1s;
}

.new_list {
  width: 100%;
  margin-top: 30px;
}

.new_list ul li {
  width: 100%;
  padding: 15px;
  float: left;
  margin-bottom: 20px;
  padding-bottom: 20px;
  box-shadow: 0px 1px 10px 1px #ddd;
}

.new_list ul li .fl {
  width: 22%;
}

.new_list ul li .fl .imgauto {
  width: 100%;
  height: 185px;
}

.new_list ul li .fr {
  width: 78%;
  padding-left: 20px;
}

.new_list ul li .fr span {
  font-size: 18px;
  color: #000;
  display: block;
  padding-top: 8px;
}

.new_list ul li .fr p {
  font-size: 14px;
  color: #888;
  display: block;
  margin-top: 10px;
  line-height: 24px;
  height: 96px;
  overflow: hidden;
}

.new_list ul li .fr .time {
  padding-left: 20px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  background: url(../img/time.png) no-repeat left center;
  background-size: 16px;
  margin-top: 10px;
}

.page_tit {
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.page_tit span {
  font-size: 22px;
  color: #e70012;
  font-weight: bold;
  float: left;
  margin-right: 20px;
  cursor: pointer;
  border-bottom: 3px solid #e70012;
  padding-bottom: 12px;
  float: left;
}

.page_tit p {
  float: right;
  font-size: 13px;
  color: #666;
  padding-left: 20px;
  line-height: 44px;
}

.page_tit p a {
  font-size: 13px;
  color: #666;
}

.page_tit p a:hover {
  color: #e70012;
}

.page_content {
  width: 100%;
  margin-top: 30px;
}

.page_content .fl {
  width: 46%;
}

.page_content .fl img {
  display: block;
  max-width: 100%;
}

.page_content .fr {
  width: 50%;
}

.page_content .fr span {
  font-size: 14px;
  color: #333;
  display: block;
  margin-top: 20px;
}

.page_content .fr input {
  outline: 0;
  display: block;
  padding: 0 10px;
  line-height: 40px;
  width: 100%;
  border: none;
  height: 40px;
  border: 1px solid #ddd;
  margin-top: 10px;
}

.page_content .fr input:focus {
  box-shadow: 0px 1px 10px 1px #f98a85;
}

.page_content .fr textarea {
  outline: 0;
  width: 100%;
  border: none;
  height: 100px;
  border: 1px solid #ddd;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}

.page_content .fr textarea:focus {
  box-shadow: 0px 1px 10px 1px #f98a85;
}

.page_content .fr .btnsub {
  background: #da251c;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
  text-align: center;
}

.page_content .fr .btnsub:focus {
  box-shadow: 0px 1px 10px 1px #fff;
}

.iet {
  height: 30px;
  width: 100%;
  background: #fff3d7;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.iet p {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #333;
  line-height: 30px;
}

.iet p a {
  color: #3aba50;
  font-size: 12px;
}

.iet span {
  position: absolute;
  right: 5%;
  top: 0;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}

.iet span i {
  font-size: 12px;
  color: #333;
  padding-left: 5px;
  font-style: normal;
}

.content_tit {
  width: 100%;
  border-bottom: 1px dashed #e9e9e9;
  padding-bottom: 15px;
}

.content_tit h3 {
  display: block;
  text-align: center;
  font-size: 28px;
  color: #333;
  font-weight: bold;
  margin-top: 20px;
}

.content_tit p {
  width: 100%;
  text-align: center;
}

.content_tit p span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  line-height: 50px;
  margin-right: 10px;
  padding-left: 10px;
  margin-top: 10px;
  color: #5a5a5a;
  line-height: 100%;
}

.content_tit p span:first-child {
  border-left: none;
}

.content {
  width: 100%;
  padding: 0 1%;
  padding-bottom: 20px;
}

.content p {
  font-size: 14px;
  color: #666;
  display: block;
  line-height: 24px;
  margin-top: 10px;
}

.content img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.show_pages {
  width: 100%;
  background: #f5f5f5;
  padding: 0 1%;
}

.show_pages p {
  font-size: 14px;
  color: #666;
  line-height: 50px;
}

.show_pages p a {
  font-size: 14px;
  color: #666;
  line-height: 50px;
}

.show_pages p a:hover {
  color: #ea5534;
}

/*.show_pages .fl {
  padding-left: 20px;
  background: url(../img/next.png) no-repeat left center;
}

.show_pages .fr {
  padding-right: 20px;
  background: url(../img/prve.png) no-repeat right center;
}*/

.show_text {
  width: 100%;
  margin-top: 20px;
}

.show_text h3 {
  border-bottom: 1px solid #ddd;
  display: block;
  margin-bottom: 10px;
}

.show_text h3 span {
  width: 130px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  background: #014ab5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.show_text ul li {
  width: 49%;
  float: left;
  padding-right: 2%;
  padding-left: 15px;
  line-height: 30px;
  background: url(../img/dian2.png) no-repeat 5px center;
}

.show_text ul li a {
  font-size: 14px;
  color: #666;
  float: left;
  width: 60%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.show_text ul li a:hover {
  color: #d70010;
}

.show_text ul li span {
  float: right;
  font-size: 14px;
  color: #999;
}

.show_text ul li:nth-child(2n) {
  padding-right: 0;
  float: right;
}

.content_box {
  width: 100%;
  margin-top: 20px;
}

.content_box .fl {
  width: 50%;
  float: left;
}

.content_box .fl .pic {
  padding: 1%;
  border: 1px solid #ddd;
}

.content_box .fl img {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.content_box .fr {
  width: 47%;
  float: left;
  padding-left: 3%;
}

.content_box .fr p {
  line-height: 45px;
  height: 45px;
  border-bottom: 1px dashed #ddd;
  font-size: 16px;
  color: #666;
}

.content_box .fr p span {
  font-size: 22px;
  color: #db241c;
  font-family: impact;
}

.content_box .fr a {
  width: 145px;
  height: 40px;
  background: #014ab5;
  font-size: 16px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 40px;
  margin-top: 20px;
  border-radius: 5px;
}

.show_boxa {
  width: 100%;
}

.show_boxa a {
  float: left;
  margin-right: 30px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}

.show_boxa a:hover {
  color: #db241c;
}

.show_text2 {
  width: 100%;
}

.show_text2 a {
  float: left;
  margin-right: 30px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}

.show_text2 a:hover {
  color: #db241c;
}


.pages .pagination {
  text-align: center;
    height: auto;
}
.pages .pagination a {
    padding: 0;
    padding: 0 16px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    float: none;
    border: 1px solid #eee;
}
.pages .pagination p {
    padding: 0;
    padding: 0 16px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    float: none;
    border: 1px solid #eee;
    color: #999;
}
.pages .pagination a:hover {
    border: 1px solid #db241c;
    color: #db241c;
}
.pages .pagination a.cur {
    border: none;
    background: #db241c;
    color: #fff;
    border: 1px solid #db241c;
}

.case_list {
  width: 100%;
  margin-top: 10px;
}
.case_list li {
  width: 24%;
  margin-right: 1.33%;
  margin-top: 1.33%;
  float: left;
  position: relative;
  overflow: hidden;
}
.case_list li:nth-child(4n) {
  margin-right: 0;
}
.case_list li .pic {
  width: 100%;
  height: 205px;
}
.case_list li .pic img {
  width: 100%;
  height: 205px;
  display: block;
}

.case_list li .text {
  position: absolute;
  height: 245px;
  width: 100%;
  top: 165px;
  left: 0;
  z-index: 10;
  background: rgba(0,0,0,.6);
  transition: .3s;
  padding: 0 20px;
}
.case_list li .text i {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: block;
  font-style: normal;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;

}
.case_list li .text span {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px #dab96a solid;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: #dab96a;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.case_list li .text p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.case_list li .text a {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    background: #db241c;
    color: #fff;
    margin: 0 auto;
  margin-top: 10px;
}
.case_list li:hover .text {
  top: -40px;
  transition: .3s;
}



.yunu-showcase {
  margin-bottom: 8px;
}

.yunu-showcase .yunupor {
  width: 100%;
  float: left;
}

.yunu-showcase .yunu-showcase-pic {
  position: relative;
  width: 100%;
}

.yunu-showcase .yunu-showcase-pic .cover {
  width: 100%;
  height: 320px;
  line-height: 400px;
  padding: 1px;
  overflow: hidden;
}

.yunu-showcase .yunu-showcase-pic .cover img {
  height: 100%;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
}

.yunu-showcase .prev {
  background: url(../img/prole.png) no-repeat 0 0;
  left: 0;
  position: absolute;
  width: 14px;
  height: 27px;
  bottom: 26px;
  z-index: 2;
}

.yunu-showcase .prev:hover {
  background-position: 0 bottom;
}

.yunu-showcase .next {
  background: url(../img/prori.png) no-repeat 0 0;
  right: 0;
  position: absolute;
  width: 14px;
  height: 27px;
  bottom: 26px;
  z-index: 2;
}

.yunu-showcase .next:hover {
  background-position: 0 bottom;
}

.yunu-showcase .showpropic {
  padding: 0 33px;
}

.yunu-showcase .showpropic .bd {
  width: 100%;
  font-size: 0;
  margin-top: 13px;
  overflow: hidden;
}

.yunu-showcase .showpropic .bd .picList li {
  cursor: pointer;
  float: left;
  width: 25%;
  overflow: hidden;
}
.yunu-showcase .showpropic .bd .picList li span {
  border: 1px solid #ddd;
  padding: 10px;
  display: block;
  margin: 2%;
  height: 55px;
}


.yunu-showcase .showpropic .bd .picList li.active span {
  border-color: #c40000;
}

.yunu-showcase .showpropic .bd .picList li img {
  width: auto;
  height: 100%;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.page_content .fr .input_more {}
.page_content .fr .input_more p {
    display: inline-block;
    line-height: 40px;
    margin-left: 20px;
}
.page_content .fr .input_more p:first-child {
  margin-left: 0;
}
.page_content .fr .input_more p input {    
  float: left;
    width: 16px;
    height: 16px;
    margin-top: 13px;
}
.footer .foot_text .fl input {
  outline: 0;
  display: block;
  padding: 0 10px;
  line-height: 40px;
  width: 100%;
  border: none;
  height: 40px;
  border: 1px solid #ddd;
  margin-top: 10px;
  
}
.footer .foot_text .fl input:focus { 
  box-shadow: 0px 1px 10px 1px #f98a85;
}
.footer .foot_text .fl textarea {
  outline: 0;
  width: 100%;
  border: none;
  height: 70px;
  border: 1px solid #ddd;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}
.footer .foot_text .fl textarea:focus { 
    box-shadow: 0px 1px 10px 1px #f98a85;
}
.footer .foot_text .fl .btnsub {
      background: #da251c;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
}
.footer .foot_text .fl span {
  font-size: 36px;
}



.content_pic {
  width: 100%;
  margin-top: 10px;
}
.content_pic img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.case_list figure {
    margin: 0;
    width: 24%;
    margin-right: 1.33%;
    margin-top: 1.33%;
    float: left;
    position: relative;
    overflow: hidden;
}
.case_list figure:nth-child(4n) {
    margin-right: 0;
}


.case_list figure img {
    height: 205px;
    width: 100%;
    display: block;
}
.case_list figure span {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.link {
    padding: 15px 0px;
    color: #333;
    font-size: 13px;
}
.link .list span {
    font-size: 15px;
    font-weight: bold;
}
.link .list a {
    font-size: 14px;
    padding: 0 10px 0 5px;
    margin-bottom: 5px;
    display: inline-block;
}
.link .list a:hover {
  color: #da251c;
}

.pro_typedesc {
    width: 100%;
    background: #F5F5F5;
    border: 1px dotted #E5E5E5;
    padding: 5px 2%;
    margin-top: 30px;
}
.pro_typedesc p {
    font-size: 14px;
    color: #666;
    display: block;
    line-height: 24px;
    margin: 0;
}
.flink {
    width: 100%;
    margin: 0 auto;
}
.flink_tit {
    width: 100%;
    margin-top: 30px;
    border-bottom: 1px solid #eee;
}
.flink_tit p {
    display: block;
    font-size: 22px;
    line-height: 30.8px;
    color: #c7271e;
    text-align: left;
    font-weight: bold;
    padding-bottom: 10px;
    margin: 0;
}
.flink_tit p span {
    padding-bottom: 10px;
    border-bottom: 3px solid #c7271e;
}
.flink_list {
    width: 100%;
    margin: 10px 0;
    margin-left: 10px;
}
.flink_list li {
    float: left;
    margin-right: 28px;
}
.flink_list li a {
    font-size: 14px;
    line-height: 28px;
    color: #5a5a5a;
}
.flink_list li a:hover {
  color: #da251c;
}

.m_bottom {
    display: none;
    padding-bottom: 59px;
}
.m_fixedmenu {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #c7271e;
    padding: 5px 0;
    z-index: 110;
    box-shadow: 0px 1px 10px 1px #ddd;
}
.m_fixedmenu a {
    width: 25%;
    float: left;
}
.m_fixedmenu a img {
    width: auto;
    height: 25px;
    display: block;
    margin: 0 auto;
}
.m_fixedmenu a span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}

#yanz {
  width: 100%;
  margin-top: 20px;
}
#yanz span {
  float: left;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  font-weight: normal;
  margin-top: 0;
}
#yanz input {
  float: left;
  width: 30%;
  margin-top: 0;
  margin: 0 5px;
}

#yanz img {
  height: 40px;
}
.footer #yanz {
  margin-top: 10px;
}







@media screen and (max-width: 1200px) {
  .center {
    width: 100%;
  }
  .box1list .bd ul li .pic .imgauto {
    width: 100%;
  }
  .link {
    padding: 10px 1%;
  }
  .pro_typedesc {
    width: 98%;
    margin: 20px auto;
  }
  .flink {
    width: 98%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1020px) {
  .m_header {
    display: block;
  }
  .header {
    display: none;
  }
  .m_header .m_head_content {
    height: 80px;
  }
  .m_header .m_head_content .m_head_logo {
    height: 80px;
  }
  .m_header .m_head_content .m_head_logo img {
    max-height: 100%;
    width: auto;
  }
  .m_header .m_head_content .menu {
    height: 70px;
    width: 70px;
    margin-top: 5px;
    margin-right: 10px;
  }
  .m_header .m_head_content .menu i {
    height: 70px;
    line-height: 70px;
  }
  .app_menu ul li a span {
    font-size: 14px;
    height: 42px;
    line-height: 42px;
  }
  .mtbanner {
    padding-top: 80px;
  }
  .mtop {
    padding-top: 80px;
  }
  .footer {
    padding: 70px 0;
  }
  .page_banner {
    padding-top: 80px;
    height: auto;
  }
  .page_banner .pcimg {
    width: 100%;
    position: relative;
    height: auto;
    left: 0;
    margin-left: 0;
  }
  .page_banner .wapimg {
    display: block;
  }
  .pc_banner {
    display: none;
  }
  .m_banner {
    display: block;
  }
  .page_banner .banner_text {
    display: none;
  }
  .page_tit {
    display: none;
  }
  .main_l {
    width: 100%;
  }
  .main_r {
    width: 100%;
    margin-top: 10px;
    padding: 0 5px;
  }
  .main_l .main_menu h3 {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
  }
  .main_l .main_menu ul li {
    width: 25%;
  }
  .page_tit p {
    display: none;
  }
  #pc_main_menu {
    display: none;
  }
  .wrap #m_main_menu {
    display: block;
  }
  .wrap {
    margin: 10px 0;
  }
}

@media screen and (max-width: 850px) {
  .box1list .bd ul li .pic {
    padding: 20px 10px;
  }
  .box1list .hd ul li {
    width: 25%;
    padding: 0px 0 0 0;
    background-size: 20px;
  	margin: 10px;
  }
  .box1list .hd ul li.on {
    width: 24%;
    padding: 0px 0 0 0;
    transition: 1s;
  }
  .box1list .hd ul li span {
    font-size: 16px;
    line-height: 42px;
  }
.box1list .hd ul li a {
    font-size: 16px;
    line-height: 42px;
  }
  .box1list .hd ul li:first-child {
    background: #fff;
    background-size: 15px;
  }
  .box1list .hd ul li:first-child.on {
    background: #db241c;
    background-size: 15px;
  }
  .box1list .hd ul li:first-child + li {
    background: #fff;
    background-size: 20px;
  }
  .box1list .hd ul li:first-child + li.on {
    background: #db241c;
    background-size: 20px;
  }
  .box1list .hd ul li:first-child + li + li {
    background: #fff;
    background-size: 20px;
  }
  .box1list .hd ul li:first-child + li + li.on {
    background: #db241c;
    background-size: 20px;
  }
  .box1list .hd ul li:first-child + li + li + li {
    background: #fff;
    background-size: 20px;
  }
  .box1list .hd ul li:first-child + li + li + li.on {
    background: #db241c;
    background-size: 20px;
  }
  .box1list .bd ul li {
    width: 48%;
    margin: 1%;
  }
  .box1list .bd ul li:first-child {
    margin-left: 1%;
  }
  .box1list .bd ul li:first-child + li + li {
   /*  display: none; */
  }
  .i_box2 .box ul li {
    width: 46%;
    margin: 2%;
  }
  .i_box2 .box ul li:first-child {
    margin-left: 2%;
  }
  .box3_desc p {
    display: none;
  }
  .box3_list ul li {
    width: 31.33%;
    margin: 1%;
  }
  .box3_list ul li:nth-child(4n) {
    margin-right: 1%;
  }
  .i_box4 {
    background: no-repeat;
    padding: 0;
    margin-top: 0;
  }
  .i_box4 .text ul li {
    width: 100%;
    padding: 40px 2%;
    background: #c7271e;
  }
  .i_box4 .text ul li.on {
    background: #c9c8cd;
  }
  .i_box5 {
    margin-top: 20px;
  }
  .i_box5 .box ul li .pic .imgauto {
    height: .66rem;
  }
  .footer .foot_text {
    padding: 1%;
  }
  .footer .foot_text .fl {
    width: 100%;
    padding-right: 0;
  }
  .footer .foot_text .fr {
    width: 100%;
    margin-top: 30px;
  }
  .search {
    height: auto;
  }
  .search .box .fl {
    display: none;
  }
  .search .box .fr {
    width: 100%;
    margin: 10px 0;
  }
  .search .box .fr .inp1 {
    width: 70%;
    height: 40px;
    line-height: 40px;
  }
  .search .box .fr .inp2 {
    width: 30%;
    height: 40px;
    line-height: 40px;
  }
  .footer .foot_logo {
    display: none;
  }
  .footer .foot_ewm {
    width: 40%;
  }
  .footer .foot_nav {
    display: none;
  }
  .footer .foot_contact {
    width: 55%;
  }
  .case_list li {
    width: 31.33%;
    margin: 1%;
  }
  .case_list li:nth-child(4n) {
    margin-right: 1%;
  }
  .case_list figure {
    width: 31.33%;
    margin: 1%;
  }
  .case_list figure:nth-child(4n) {
    margin-right: 1%;
  }
}

@media screen and (max-width: 585px) {
  .case_list figure {
    width: 48%;
  }
  .m_header .m_head_content {
    height: .46rem;
  }
  .m_header .m_head_content .m_head_logo {
    height: .4rem;
  }
  .m_header .m_head_content .m_head_logo img {
    margin-top: .03rem;
  }
  .m_header .m_head_content .m_head_logo p {
    margin-left: 5px;
  }
  .m_header .m_head_content .m_head_logo p strong {
    font-size: .16rem;
    line-height: 100%;
    margin-top: .07rem;
  }
  .m_header .m_head_content .m_head_logo p span {
    font-size: .11rem;
    margin-top: .03rem;
  }
  .m_header .m_head_content .qiehuan {
    display: block;
  }
  .m_header .m_head_content .menu {
    width: .36rem;
    height: .36rem;
    margin-top: .05rem;
    margin-right: .1rem;
    border-radius: 5px;
  }
  .m_header .m_head_content .menu i {
    height: .36rem;
    line-height: .36rem;
  }
  .mtbanner {
    padding-top: .46rem;
  }
  .mtop {
    padding-top: .46rem;
  }
  .page_banner {
    padding-top: .46rem;
  }
  .app_menu {
    top: .46rem;
  }
  .box3_list ul li {
    width: 48%;
    margin: 1%;
  }
  .i_box6 {
    margin-top: 20px;
  }
  .i_box7 .box {
    padding: 0 1%;
  }
  .i_box7 .box .fl {
    width: 100%;
  }
  .i_box7 .box .fr {
    width: 100%;
    padding-left: 0;
  }
  .i_box7 .box .fr input {
    margin-top: 10px;
  }
  .i_box7 .box .fr textarea {
    margin-top: 10px;
  }
  .page_content {
    margin-top: 10px;
  }
  .page_content .fl {
    width: 98%;
    margin: 1%;
  }
  .page_content .fr {
    width: 98%;
    margin: 1%;
  }
  .page_content .fr span {
    margin-top: 10px;
  }
  .box_tit strong {
    background-size: 200%;
    font-size: 24px;
  }
  .box_tit span {
    font-size: 16px;
    margin-top: 5px;
  }
  .search {
    padding: 0 5px;
  }
  .footer .foot_contact {
    width: 100%;
  }
  .footer .foot_ewm {
    width: 100%;
  }
  .new_list ul li .fl {
    width: 30%;
  }
  .new_list ul li .fr {
    width: 70%;
  }
  .show_pages p {
    line-height: 40px;
  }
  .show_pages p a {
    line-height: 40px;
  }
  .show_pages .fl {
    width: 100%;
  }
  .show_pages .fr {
    width: 100%;
    padding-right: 0;
    background: url(../img/prve.png) no-repeat left center;
  }
  .show_text ul li {
    width: 100%;
    padding-right: 0;
  }
  .show_text ul li:nth-child(2n) {
    padding-right: 0;
  }
  .pro_list ul li {
    width: 48%;
    margin: 0 1%;
    margin-bottom: 20px;
  }
  .pro_list ul li:nth-child(3n) {
    margin-right: 1%;
  }
  .content_box .fl {
    width: 100%;
  }
  .content_box .fr {
    width: 100%;
    padding-left: 0;
    margin-top: 1px;
  }
  .case_list li {
    width: 48%;
  }
  .m_bottom {
      display: block;
  }
  .m_fixedmenu {
      display: block;
  }
}

@media screen and (max-width: 450px) {
  .box1list .hd ul li a {
    font-size: 13px;
  }
.box1list .hd ul li span {
    font-size: 13px;
  }
  .box1list {
    margin-top: 15px;
  }
  .box1list .bd {
    margin-top: 15px;
  }
  .i_box1 {
    padding: 15px 0;
  }
  .box1list .bd ul li .pic .imgauto {
    width: 1.38rem;
    height: 1rem;
  }
  .box1list .bd ul li .text p {
    font-size: 14px;
  }
  .i_box2 {
    margin-top: 30px;
  }
  .i_box2 .box {
    margin: 0;
  }
  .i_box2 .box ul li span {
    font-size: 14px;
  }
  .i_box3 {
    margin-top: 0;
    padding: 30px 0;
  }
  .box3_list ul li .pic .imgauto {
    height: 1.1rem;
  }
  .i_box3 .box {
    margin-top: 10px;
  }
  .i_box5 .box ul li {
    width: 100%;
    padding: 0 2%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .i_box5 .box ul li .pic .imgauto {
    height: 2.18rem;
  }
  .i_box6 .box ul li {
    width: 31.33%;
    margin: 1%;
  }
  .i_box6 .box ul li:nth-child(4n) {
    margin-right: 1%;
  }
  .i_box6 .box ul li .imgauto {
    padding: 10px;
    height: 120px;
  }
  .i_box7 {
    padding-bottom: 20px;
  }
  .footer {
    padding: 30px 0;
    margin-top: 20px;
  }
  .footer .foot_text {
    width: 98%;
    margin: 1%;
  }
  .footer .foot_text .fl span {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .footer .foot_text .fl p {
    font-size: 14px;
    line-height: 24px;
  }
  .footer .foot_text .fl a {
    margin-top: 15px;
  }
  .footer .foot_text .fr .ewm p {
    display: none;
  }
  .footer .foot_text .fr {
    padding: 15px;
  }
  .copyright {
    padding: 20px;
  }
  .copyright p {
    line-height: 24px;
  }
  .wrap .box3_list ul li .pic .imgauto {
    height: 1.1rem;
    padding: 10px;
  }
  .wrap .box3_list ul li .text a {
    margin-top: 10px;
  }
  .page_menu ul li {
    width: 25%;
    float: left;
    margin: 1%;
  }
  .page_menu ul li a {
    padding: 0;
    line-height: 32px;
  }
  .new_list ul li {
    width: 98%;
    margin: 10px 1%;
    padding: 8px;
  }
  .new_list ul li .fl {
    width: 35%;
  }
  .new_list ul li .fl .imgauto {
    height: .8rem;
  }
  .new_list ul li .fr {
    width: 65%;
    padding-left: 10px;
  }
  .new_list ul li .fr span {
    padding-top: 0;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .new_list ul li .fr p {
    font-size: 13px;
    line-height: 22px;
    height: 44px;
    margin-top: 5px;
  }
  .new_list ul li .fr .time {
    margin-top: 5px;
    font-size: 12px;
    background-size: 14px;
    line-height: 22px;
  }
  .new_list {
    margin-top: 0;
  }
  .wrap .box_tit strong {
    font-size: 22px;
  }
  .wrap .box_tit span {
    font-size: 14px;
    padding: 0 5%;
    line-height: 24px;
  }
  .show_text ul li {
    padding-right: 5px;
  }
  .show_text ul li:nth-child(2n) {
    padding-right: 5px;
  }
  .new_page_tit {
    display: none;
  }
  .content_tit h3 {
    font-size: 24px;
    margin-top: 10px;
  }
  .pro_list ul li {
    margin-bottom: 10px;
  }
  .pro_list ul li .imgauto {
    height: 145px;
  }
  .pro_list ul li span {
    font-size: 14px;
  }
  .show_boxa a {
    margin-right: 20px;
  }
  .show_text2 a {
    margin-right: 20px;
  }
  .content_box .fr a {
    width: 130px;
  }
  .case_list li {
    width: 96%;
    margin: 2%;
  }
  .case_list li:nth-child(4n) {
    margin-right: 2%;
  }
  .case_list li .pic {
    height: 260px;
  }
  .case_list li .pic img {
    height: 260px;
  }
  .case_list li .text {
    height: 300px;
    top: 220px;
  }
  .case_list li .text p {
    margin-top: 15px;
  }
  .case_list li .text a {
    margin-top: 20px;
  }
  .content_box {
    width: 98%;
    margin: 0 1%;
        margin-top: 20px;
  }
  .yunu-showcase .showpropic .bd .picList li {
    width: 24.9%;
  }
  .page_content .fr .input_more p {
    margin-left: 0;
    margin-right: 20px;
  }
  .case_list figure img {
    height: 160px;
  }
}

@media screen and (max-width: 350px) {
  .box1list .hd ul li {
    width: 22%;
    padding: 30px 0 0 0;
    background-size: 20px;
    margin: 0;
  }
  .box1list .hd ul li:hover {
    width: 24%;
    padding: 30px 0 0 0;
    transition: 1s;
  }
}
.list-2 li .text h4{
	font-size:12px;
}
/****************************** media ******************************/

/*# sourceMappingURL=yunu.css.map */
