.public_center {
  width: 1200px;
  margin: 0 auto;
}
.header {
  text-align: center;
}
.nav {
  display: inline-block;
  vertical-align: top;
}
.nav > ul > li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  line-height: 83px;
  position: relative;
}
.nav ul li a {
  display: block;
  padding: 5px;
  font-size: 1.4rem;
  color: #444;
}

.nav ul li:hover ul.sub-menu {
  display: block;
}

.nav ul li ul.sub-menu {
  display: none;
  position: absolute;
  width: 300px;
  height: auto;
  background: #da251d;
  padding: 10px;
  z-index: 100;
}
.nav ul li ul.sub-menu li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-bottom: 1px dashed #e3e3e3;
  z-index: 100;
}
.nav ul li ul.sub-menu li a {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5px 10px;
  font-size: 14px;
  text-align: left;
  line-height: 20px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  z-index: 100;
}
.nav ul li ul li.subnav:after {
  height: 0px;
}
.nav ul li ul.sub-menu li a:hover {
  background: #f69323;
  padding-left: 15px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.logo {
  float: left;
  height: 93px;
}
.logo a {
  display: block;
  line-height: 93px;
}
.logo img {
  height: 40px;
  margin-top: 26px;
}
.language {
  float: right;
  line-height: 93px;
}
.language a {
  display: inline-block;
  vertical-align: middle;
}
.language img {
  vertical-align: middle;
}
.language i {
  display: block;
  font-size: 2.8rem;
  color: #333;
}
.banner {
  text-align: center;
}
.banner .swiper-pagination-bullet-active {
  background: #da251d;
}
.inproduct {
  /*position: absolute;
	bottom:-115px;*/
  padding: 12px;
  z-index: 9;
  position: relative;
  width: 1248px;
  margin: 0 auto 0;
  background: #fff;
}
.inproduct_left {
  width: 926px;
  float: left;
  background: url('../image/inproductbg.png') center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  padding: 12.5% 0 2.5% 6%;
}
.inpromove {
  position: absolute;
  bottom: -38px;
  right: 40px;
}
.innews_right {
  width: 290px;
  float: right;
  -moz-box-shadow: 0px 0px 5px #ccc;
  -webkit-box-shadow: 0px 0px 5px #ccc;
  box-shadow: 0px 0px 5px #ccc;
}
.inews_tit {
  background: #f5f5f5;
  padding: 5px 13px 5px 20px;
  border-bottom: 2px solid #fbca25;
  position: relative;
}
.inews_tit:after {
  content: '';
  width: 48px;
  height: 2px;
  background: #da251d;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.inews_tit span {
  color: #444;
  font-size: 1.4rem;
  display: block;
  line-height: 28px;
  float: left;
  font-weight: bold;
}
.inews_tit a {
  color: #fff;
  font-size: 1.2rem;
  float: right;
  line-height: 28px;
  background: #da251d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 0 10px;
}
.inews_tit i {
  font-size: 1.3rem;
  color: #fff;
  padding-left: 5px;
}
.inproduct_left p {
  font-size: 2.2rem;
  color: #fff;
}
.inproduct_left h3 {
  width: 500px;
  z-index: 99999;
  position: relative;
  font-size: 2.4rem;
  padding: 3px 0 19px;
  color: #fff;
}
.inproduct_left a {
  display: block;
  background: #1404b7;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  /*width: 130px;*/
  float: left;
  padding: 0 25px;
  line-height: 35px;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.sideban {
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: block;
}
.inproduct_left a:hover {
  padding-left: 10px;
}
.inews_list {
  height: 136px;
  padding: 0 13px 10px;
  margin-top: 4px;
}

.inews_list ul {
  height: 123px;
  overflow-y: scroll;
}
.inews_list ul::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}
.inews_list ul::-webkit-scrollbar-track,
.inews_list ul::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 5px solid transparent;
}
.inews_list ul::-webkit-scrollbar-track {
  box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.2) inset;
}
.inews_list ul::-webkit-scrollbar-thumb {
  min-height: 20px;
  background-clip: content-box;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 1) inset;
}
.inews_list ul::-webkit-scrollbar-corner {
  background: transparent;
}
.inews_list ul li {
  padding: 9px 3px;
  border-bottom: 1px dashed #888;
  -webkit-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
.inews_list ul li a {
  display: block;
}
.inews_list ul li h3 {
  font-size: 1.3rem;
  padding-bottom: 4px;
  color: #fbca25;
}
.inews_list ul li p {
  font-size: 1.4rem;
  color: #444;
}
.inews_list ul li:hover {
  padding-left: 10px;
}

.in_productslist {
  width: 1240px;
  padding: 1.5% 0 3%;
  margin: 0 auto;
}
.in_productslist ul {
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: box;
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.in_productslist ul li {
  width: 18.5%;
  position: relative;
  border-bottom: 2px solid #fbca25;
  /*margin:1% .7%;*/
  -moz-box-shadow: 0px 0px 5px #ccc;
  -webkit-box-shadow: 0px 0px 5px #ccc;
  box-shadow: 0px 0px 5px #ccc;
}
.in_productslist ul li p {
  font-size: 1.4rem;
  color: #444;
  font-weight: 300;
  float: left;
  width: 145px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.in_productslist ul li i {
  float: right;
  font-size: 1.3rem;
  color: #9c9c9c;
}
.in_productslist ul li figcaption {
  padding: 10px 19px;
  background: #f5f5f5;
}
.in_productslist ul li:after {
  content: '';
  width: 48px;
  height: 2px;
  background: #da251d;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.in_productslist ul li:hover figcaption i {
  color: #1d3ace;
}
.f_tel a {
  display: block;
  font-size: 1.4rem;
  color: #959595;
  width: 195px;
  margin: 0 auto;
  line-height: 36px;
  border: 1px solid #959595;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  border-radius: 2rem;
  text-align: center;
  -webkit-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
.f_tel a:hover {
  color: #da251d;
  border: 1px solid #da251d;
}
.footer {
  padding: 45px 0 40px;
  background: url('../image/footer.jpg') center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
}
.footer .public_center {
  /*padding:0 24px;*/
}
.f_tel p {
  font-size: 24px;
  color: #fff;
  padding: 23px 0 9px;
}
.footer_left {
  float: left;
  width: 24%;
}
.solution {
  float: right;
  width: 20%;
}
.solution ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}
.solution ul li {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  text-align: left;
}
.solution ul li.zong {
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  height: auto;
  line-height: 20px;
  font-size: 18px;
  text-align: left;
  color: #fff;
}
.solution ul li a {
  margin: 0 auto;
  padding: 5px 0;
  width: 100%;
  height: auto;
  line-height: 20px;
  font-size: 12px;
  text-align: left;
  color: #fff;
}
.solution ul li a:hover {
  color: #ebbe0b;
}

.proindex {
  margin: 0 auto;
  padding: 30px 0;
  width: 100%;
  height: auto;
}
.proindex ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}
.proindex ul li {
  margin: 0 auto;
  padding: 0;
  width: 31%;
  height: auto;
  margin: 1%;
  float: left;
  background: #f3f3f3;
  border: 1px solid #e3e3e3;
}
.proindex ul li .img {
  margin: 0 auto;
  padding: 5px 0;
  width: 100%;
  height: auto;
  text-align: center;
}
.proindex ul li .img img {
  max-width: 90%;
  height: auto;
}
.proindex ul li .txt {
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  background: #fff;
  height: auto;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #666;
}

.proindex ul li:hover .txt {
  background: #fda939;
  color: #fff;
}

.ewm {
  display: none;
  float: right;
  text-align: center;
}
.ewm p {
  font-size: 1.4rem;
  color: #aaaaaa;
  padding-top: 8px;
}
.fo_nav {
  text-align: left;
  float: left;
  display: inline-block;
  width: 54%;
  padding-left: 4%;
}
.fo_nav ul li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-left: 3%;
  padding-bottom: 12px;
}
.fo_nav ul li i {
  color: #ccc;
  padding-top: 5px;
  width: 10%;
  display: block;
  float: left;
}
.fonav_right {
  width: 90%;
  float: left;
}
.fonav_right b {
  font-size: 1.4rem;
  color: #ccc;
}
.fonav_right p {
  font-size: 1.4rem;
  color: #fff;
}
.copy p img {
  padding-top: 5px;
  padding-left: 10px;
}
.copy {
  background: #2d2d2d;
  padding: 10px 0;
  text-align: center;
}
.copy p {
  font-size: 1.4rem;
  color: #999;
  line-height: 28px;
}
.share {
  float: right;
  line-height: 0;
}
.bdsharebuttonbox {
  line-height: 0;
}
.public_center2 {
  width: 1258px;
  margin: 0 auto;
  padding: 0;
  height: auto;
  display: block;
}
.about_page {
  background: #fff;
  padding: 12px;
  /* margin-top: -80px; */
  position: relative;
  /*	-moz-box-shadow:0px 0px 8px #ccc; 
	-webkit-box-shadow:0px 0px 8px #ccc; 
	box-shadow:0px 0px 8px #ccc;*/
  margin-bottom: 60px;
}

.about_page .conleft {
  width: 290px;
  margin: 0;
  padding: 0;
  height: auto;
  display: block;
  float: left;
}
.about_page .conright {
  width: 920px;
  margin: 0;
  margin-left: 15px;
  padding: 0;
  height: auto;
  display: block;
  float: left;
}

.pbl_item1 {
  border: 1px solid #dedede;
  padding: 1px;
  -moz-box-shadow: 0px 0px 3px #ddd;
  -webkit-box-shadow: 0px 0px 3px #ddd;
  box-shadow: 0px 0px 3px #ddd;
}
.pbl_item2 {
  border: 1px solid #dedede;
  background: #f5f5f5;
  margin-top: 10px;
  padding: 8px;
  -moz-box-shadow: 0px 0px 3px #ddd;
  -webkit-box-shadow: 0px 0px 3px #ddd;
  box-shadow: 0px 0px 3px #ddd;
  position: relative;
}
.pbl_item2:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about_page aside {
  width: 290px;
  float: left;
}
.about_page article {
  width: 920px;
  float: right;
}
.pbtit {
  font-size: 1.6rem;
  color: #555;
  font-weight: bold;
  line-height: 20px;
  padding: 5px 0 5px 32px;
  position: relative;
  background: #f5f5f5;
}
.pbtit:before {
  content: '';
  width: 5px;
  height: 20px;
  background: #da251d;
  position: absolute;
  left: 17px;
  top: 4px;
}
.pbl1_list {
  padding: 10px 0;
}
.pbl1_list a {
  display: block;
  font-size: 1.4rem;
  color: #222;
  line-height: 30px;
  padding: 0 28px;
}
.pbl1_list i {
  font-size: 1.3rem;
  color: #949494;
  padding-right: 5px;
}
.pbl1_list a:hover {
  color: #1404b7;
}
.pbl1_list a:hover i {
  color: #1404b7;
}
.pbi2_prse {
  border: 1px solid #ffd95b;
  padding: 3px;
  background: #fff;
}
.pbl_search {
  width: 96%;
  margin: 6px auto 8px;
}
.pbl_search input {
  font-size: 1.3rem;
  color: #555;
  width: 100%;
  border: 1px solid #eee;
  line-height: 24px;
  margin-bottom: 6px;
  padding: 4px 10px;
}
.pbl_search button {
  width: 77px;
  line-height: 28px;
  font-size: 1.4rem;
  color: #fff;
  background: #da251d;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.pbl_search button i {
  padding-left: 5px;
}
.pbl_search a {
  font-size: 1.4rem;
  color: #555;
  padding-left: 8px;
  text-decoration: underline;
  display: inline-block;
  width: 170px;
}
.pbl2_list {
  width: 100%;
  padding-bottom: 14px;
  background: url('../image/line.jpg') left top no-repeat;
}
.pbl2_list ul li {
  line-height: 40px;
  border-bottom: 1px solid #cecece;
  padding: 0 10px;
}
.pbl2_list ul li a {
  display: block;
}
.pbl2_list ul li a span {
  font-size: 1.4rem;
  display: block;
  float: left;
  font-weight: bold;
  color: #222;
  width: 90%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pbl2_list ul li a i {
  color: #222;
  float: right;
  font-size: 13px;
}
.pbl2_list ul li:hover span {
  color: #da251d;
}
.pbl2_list ul li:hover i {
  color: #da251d;
}
.pbl_item3 {
  margin-top: 17px;
  border: 1px solid #dedede;
  padding: 9px 14px;
  background: url('../image/pbl_item3.jpg') left top;
  -webkit-background-size: cover;
  background-size: cover;
}
.pbl_item3 p {
  font-size: 14px;
  color: #555;
  padding-bottom: 4px;
}
.pbl_item3 i a {
  color: #1404b7;
  font-size: 14px;
}
.pbl_item3 i {
  font-size: 22px;
  color: #1404b7;
  display: block;
}
.pbl_item4 {
  background: url('../image/pbl_item4.jpg') center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.pbl_item5 {
  background: url('../image/pbl_item5.jpg') center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.pbl_item5 i,
.pbl_item4 i {
  padding-right: 8px;
}
.pbl_item4 a,
.pbl_item5 a {
  display: block;
  border: 1px solid #dedede;
  margin-top: 10px;
  font-size: 16px;
  color: #555;
  padding: 15px 12px;
}
.about_right_tit {
  position: relative;
  padding: 6px 0 3px 20px;
  border-bottom: 1px solid #d9d9d9;
}
.about_right_tit:before {
  content: '';
  background: url('../image/line2.jpg') left top no-repeat;
  width: 6px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 3px;
}
.about_right_tit b {
  font-size: 16px;
  color: #000;
  display: block;
  line-height: 24px;
}
.about_right_area {
  padding: 28px 26px;
}
.about_right_hh {
  font-size: 24px;
  color: #000;
  line-height: 30px;
}
.about_right_cribe {
  padding-top: 10px;
  font-size: 15px;
  color: #555;
  line-height: 32px;
}
.honor_page {
  padding: 2% 1%;
}
.honor_page ul li a {
  display: block;
}
.honor_page ul li {
  width: 24%;
  text-align: center;
  margin: 0.7% 0.5%;
  float: left;
}
.honor_page ul li img {
  border: 1px solid #aaa;
  padding: 1px;
}
.honor_page ul li p {
  font-size: 14px;
  color: #444444;
  line-height: 33px;
}
.honor_detail {
  text-align: center;
}
.honor_detail h3 {
  font-size: 24px;
  color: #222;
  padding: 25px 0 20px;
  font-weight: normal;
}
.honor_detail img {
  border: 1px solid #aaa;
  padding: 5px;
}

.choose_page {
  padding: 2.5% 2%;
}
.choose_li {
  /*height: 208px;*/
  margin-bottom: 10px;
  border: 1px solid #cfcfcf;
}
.choose_pic {
  background: #f7f5f4;
  float: left;
  width: 29%;
  /*height: 206px;*/
  text-align: center;
  padding-top: 25px;
}
.choose_pic img {
  width: 205px;
  /*height: 150px;*/
  border: 2px solid #a0a0a0;
}
.choose_right {
  float: left;
  padding: 0 3%;
  width: 70%;
  padding-top: 20px;
}
.choose_right_lh {
  height: 165px;
}
.choose_right_lh h3 {
  font-size: 18px;
  color: #000;
  padding-bottom: 8px;
  line-height: 30px;
}
.choose_right_cribe {
  font-size: 14px;
  color: #555;
  line-height: 2;
  overflow-y: scroll;
  height: 125px;
}
.choose_right_cribe h4 {
  font-size: 1.5rem;
  font-weight: nomarl;
  color: #444;
}
.choose_right_cribe p {
  line-height: 2;
  font-size: 1.4rem;
}

.choose_right_cribe::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

.choose_right_cribe::-webkit-scrollbar-track,
.choose_right_cribe::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 5px solid transparent;
}

.choose_right_cribe::-webkit-scrollbar-track {
  box-shadow: 1px 1px 5px rgba(255, 255, 255, 0) inset;
}

.choose_right_cribe::-webkit-scrollbar-thumb {
  min-height: 20px;
  background-clip: content-box;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0) inset;
}

.choose_right_cribe::-webkit-scrollbar-corner {
  background: transparent;
}
.serarea_tit {
  background: #71757e;
  line-height: 25px;
  padding: 7px 16px 7px 25px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
.serarea_tit span {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.serarea_tit i {
  float: right;
  color: #fff;
  position: relative;
}
.serarea_tit i:before {
  content: '';
  width: 1px;
  height: 24px;
  background: #8d9198;
  position: absolute;
  left: -18px;
  top: 0;
}
.seavice_areatt {
  font-size: 14px;
  color: #222;
  line-height: 30px;
  padding: 30px 20px;
}
.seavice_areatt span {
  padding: 0 15px;
}
.download {
  padding: 2%;
}
.download ul li {
  border: 1px solid #bfbfbf;
  padding: 1.8% 2%;
  width: 31%;
  float: left;
  margin: 1%;
  -moz-box-shadow: 4px 4px 0px #ddd;
  -webkit-box-shadow: 4px 4px 0px #ddd;
  box-shadow: 4px 4px 0px #ddd;
}
.down_left {
  width: 80%;
  float: left;
  font-size: 14px;
  color: #444;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.down_right {
  float: right;
}
.down_right i {
  color: #000;
  font-size: 26px;
  padding-top: 7px;
  display: block;
}
.download ul li:hover {
  background: #fbca25;
}
.download ul li:hover .down_left {
  color: #fff;
}
.download ul li:hover .down_right i {
  color: #fff;
}
.video_list {
  padding: 2%;
}
.video_list a {
  width: 31%;
  margin: 1%;
  float: left;
  display: block;
  border: 1px solid #aaa;
  padding: 3px;
}
.news_list {
  padding: 2%;
}
.news_list ul li {
  padding: 12px 0;
  border-bottom: 1px dashed #cdcdcd;
}
.news_list ul li span,
.news_list ul li em,
.news_list ul li p {
  display: inline-block;
  vertical-align: top;
  line-height: 22px;
}
.news_list ul li span {
  font-size: 13px;
  color: #222;
  padding-right: 30px;
}
.news_list ul li em {
  font-size: 12px;
  color: #222;
  width: 70px;
  line-height: 20px;
  text-align: center;
  background: #eee;
  font-weight: bold;
  border: 1px solid #ccc;
  margin-right: 5px;
}
.news_list ul li p {
  font-size: 14px;
  padding-left: 5px;
  color: #222;
  text-decoration: underline;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.news_list ul li i {
  font-size: 19px;
  color: #888;
  vertical-align: middle;
}
.news_list ul li:hover i {
  color: #da251d;
}
.news_list ul li:hover p {
  padding-left: 10px;
}
.newstail_tit h3 {
  font-size: 24px;
  color: #222;
  font-weight: normal;
  padding: 10px 0 8px;
}
.newstail_tit span {
  color: #666;
  font-size: 14px;
}
.newsdetail {
  padding: 2%;
}
.newsdetail_cribe {
  padding-top: 3%;
  font-size: 14px;
  color: #000044;
  line-height: 30px;
}
.newsdetail_cribe a {
  color: #000;
}
.newsdetail_cribe a:hover {
  color: #da251d;
}
.contact_page {
  padding: 4% 2%;
}

.zhuolu {
  margin: 0 auto;
  padding: 30px 0;
  width: 100%;
  height: auto;
}
.zhuoliding {
  border-top: 3px solid #f69323;
}
.hui {
  background: #f3f3f3;
}

.zhuolumain {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  max-width: 1200px;
}
.zhuoleft {
  margin: 0 auto;
  padding: 0;
  width: 48%;
  height: auto;
  float: left;
}
.zhuoleft img {
  max-width: 100%;
  height: auto;
}

.zhuoright {
  margin: 0 auto;
  padding: 0;
  width: 48%;
  height: auto;
  float: right;
}
.zhuoright img {
  max-width: 100%;
  height: auto;
}

.zhuonei {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  float: left;
}
.zhuonei .title {
  margin: 0 auto;
  padding: 10px 8px;
  width: 100%;
  height: auto;
  float: left;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 20px;
  text-align: left;
}

.zhuonei .con {
  margin: 0 auto;
  padding: 2%;
  width: 96%;
  height: auto;
  background: #fff;
}
.zhuonei .con .tu {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}
.zhuonei .con .tu ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}
.zhuonei .con .tu ul li {
  margin: 0 auto;
  padding: 0;
  width: 32%;
  height: auto;
  margin: 0.5%;
  float: left;
}
.zhuonei .con .tu ul li img {
  max-width: 100%;
  height: auto;
}

.zhuonei .con .tu1 {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}
.zhuonei .con .tu1 ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}
.zhuonei .con .tu1 ul li {
  margin: 0 auto;
  padding: 0;
  width: 48%;
  height: auto;
  margin: 1%;
  float: left;
}
.zhuonei .con .tu1 ul li img {
  max-width: 100%;
  height: auto;
}

.zhuonei .con .txt {
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  height: auto;
  font-size: 12px;
  color: #888;
  line-height: 20px;
  text-align: left;
}
.zhuonei .con .xinhao {
  margin: 10px auto;
  padding: 0;
  width: 100%;
  height: auto;
}
.zhuonei .con .xinhao ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}
.zhuonei .con .xinhao ul li {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  float: left;
  display: block;
  font-weight: 12px;
  color: #666;
  line-height: 30px;
  text-align: center;
}
.zhuonei .con .xinhao ul li a {
  margin: 5px 10px 0 0;
  padding: 0 12px;
  width: auto;
  height: auto;
  float: left;
  display: block;
  border: 1px solid #da251d;
  font-weight: 12px;
  color: #666;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}
.zhuonei .con .xinhao ul li a:hover {
  color: #fff;
  background: #da251d;
}

.zhuonei .con .more {
  margin: 20px 0;
  padding: 0;
  width: 200px;
  height: 30px;
  display: block;
  background: #da251d;
  font-weight: 12px;
  color: #fff;
  line-height: 30px;
  text-align: center;
}
.zhuonei .con .more a {
  margin: 0;
  padding: 0;
  width: 200px;
  height: 30px;
  display: block;
  background: #da251d;
  font-weight: 12px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}
.zhuonei .con .more a:hover {
  background: #f3b233;
}

.zhuonei .con1 {
  margin: 0 auto;
  padding: 2%;
  width: 96%;
  height: auto;
  background: #f3f3f3;
}
.zhuonei .con1 .tu {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}
.zhuonei .con1 .tu ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}
.zhuonei .con1 .tu ul li {
  margin: 0 auto;
  padding: 0;
  width: 32%;
  height: auto;
  margin: 0.5%;
  float: left;
}
.zhuonei .con1 .tu ul li img {
  max-width: 100%;
  height: auto;
}

.zhuonei .con1 .tu1 {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}
.zhuonei .con1 .tu1 ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}
.zhuonei .con1 .tu1 ul li {
  margin: 0 auto;
  padding: 0;
  width: 48%;
  height: auto;
  margin: 1%;
  float: left;
}
.zhuonei .con1 .tu1 ul li img {
  max-width: 100%;
  height: auto;
}

.zhuonei .con1 .txt {
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  height: auto;
  font-size: 12px;
  color: #888;
  line-height: 20px;
  text-align: left;
}
.zhuonei .con1 .xinhao {
  margin: 10px auto;
  padding: 0;
  width: 100%;
  height: auto;
}
.zhuonei .con1 .xinhao ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}
.zhuonei .con1 .xinhao ul li {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  float: left;
  display: block;
  font-weight: 12px;
  color: #666;
  line-height: 30px;
  text-align: center;
}
.zhuonei .con1 .xinhao ul li a {
  margin: 5px 10px 0 0;
  padding: 0 12px;
  width: auto;
  height: auto;
  float: left;
  display: block;
  border: 1px solid #da251d;
  font-weight: 12px;
  color: #666;
  line-height: 30px;
  text-align: center;
}
.zhuonei .con1 .xinhao ul li a:hover {
  color: #fff;
  background: #da251d;
}

.zhuonei .con1 .more {
  margin: 20px 0;
  padding: 0;
  width: 200px;
  height: 30px;
  display: block;
  background: #da251d;
  font-weight: 12px;
  color: #fff;
  line-height: 30px;
  text-align: center;
}
.zhuonei .con1 .more a {
  margin: 0;
  padding: 0;
  width: 200px;
  height: 30px;
  display: block;
  background: #da251d;
  font-weight: 12px;
  color: #fff;
  line-height: 30px;
  text-align: center;
}
.zhuonei .con1 .more a:hover {
  background: #f3b233;
}

.pdfdownload {
  margin: 0 auto;
  padding: 30px 0;
  width: 100%;
  height: auto;
  max-width: 1200px;
}
.pdfleft {
  margin: 0 auto;
  padding: 0;
  width: 48%;
  height: auto;
  float: left;
}
.pdflefttitle {
  margin: 0 auto;
  padding: 30px 0 0 0;
  width: 100%;
  height: auto;
  float: left;
  font-size: 30px;
  line-height: 40px;
  text-align: left;
  color: #000;
}
.pdflefttitle span {
  color: #da251d;
}

.pdflefttxt {
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
  height: auto;
  float: left;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #888;
}
.pdfimg {
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
  height: auto;
}
.pdfimg img {
  max-width: 100%;
  height: auto;
}

.pdfright {
  margin: 0 auto;
  padding: 2%;
  width: 46%;
  height: auto;
  float: right;
  background: #f69323;
}
.pdfrighttitle {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  float: left;
  font-size: 30px;
  line-height: 40px;
  text-align: left;
  color: #fff;
}
.pdfright1 {
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  height: auto;
  float: left;
}
.pdfright11 {
  margin: 0 auto;
  padding: 0;
  width: 50%;
  height: auto;
  float: left;
}
.pdfright11 ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  float: left;
}
.pdfright11 ul li {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  background: url(../image/dot.png) no-repeat left top;
  float: left;
  font-size: 12px;
  line-height: 25px;
  text-align: left;
  color: #fff;
  padding-left: 25px;
}

.pdfright11 .more {
  margin: 15px auto;
  padding: 0;
  width: 160px;
  display: block;
  height: 30px;
  float: left;
  background: #424242;
}
.pdfright11 .more a {
  margin: 0 auto;
  padding: 0;
  width: 160px;
  display: block;
  height: 30px;
  float: left;
  background: #424242;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}
.pdfright11 .more a:hover {
  background: #da251d;
}

.pdfright12 {
  margin: 0 auto;
  padding: 0;
  width: 48%;
  height: auto;
  float: right;
}
.pdfright12 img {
  max-width: 100%;
  height: auto;
}

.counter-section {
  margin-top: 20px;
  position: relative;
  padding: 40px 0px 20px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.counter-section:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 38, 40, 0.1);
}
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}
.fact-counter {
  position: relative;
}

.fact-counter .column {
  position: relative;
  margin-bottom: 40px;
}

.fact-counter .column .inner {
  position: relative;
  text-align: center;
}

.fact-counter .column .inner .content {
  position: relative;
  display: inline-block;
}

.fact-counter .column:last-child .inner {
  border-right: 0px;
}

.fact-counter .column .inner .icon-box {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.fact-counter .count-outer .percentage {
  display: inline-block;
  font-weight: 700;
  color: #ffffff;
  font-size: 40px;
  line-height: 1em;
}

.fact-counter .column .inner .count-outer {
  position: relative;
  font-weight: 700;
  color: #ffffff;
  font-size: 36px;
  line-height: 1em;
  padding-left: 10px;
  font-size: 14px;
}

.fact-counter .count-outer .count-text {
  position: relative;
  font-weight: 700;
  color: #ffffff;
  font-size: 36px;
  line-height: 1em;
  text-transform: uppercase;
}

.fact-counter .column .counter-title {
  position: relative;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  margin-top: 10px;
  padding: 12px 30px;
  background-color: #292d2f;
  text-transform: capitalize;
  border: 1px solid #303436;
  text-transform: uppercase;
}

.fact-counter .column:hover .icon-box {
}

.zhuovideo {
  margin: 0 auto;
  padding: 30px 0;
  width: 100%;
  height: auto;
  background: #f3f3f3;
}
.zhuovideomain {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  max-width: 1200px;
}
.zhuovideotitle {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  font-size: 30px;
  color: #000;
  line-height: 40px;
  text-align: center;
}

.zhuovideocon {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}
.zhuovideocon ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}
.zhuovideocon ul li {
  margin: 0 auto;
  padding: 0;
  width: 23%;
  height: auto;
  margin: 1%;
  float: left;
}

.zhuovideocon2 {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}
.zhuovideocon2 ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}
.zhuovideocon2 ul li {
  margin: 0 auto;
  padding: 0;
  width: 48%;
  height: auto;
  margin: 1%;
  float: left;
}

.messcon {
  margin: 0 auto;
  padding: 30px 0;
  width: 100%;
  height: auto;
  max-width: 1200px;
}

.message {
  border: 1px solid #dedede;
  margin-top: 3%;
  padding: 3% 3% 5%;
  width: 100%;
}
.address_bottom {
  margin: 2% 0;
  padding: 2% 0;
  border-top: 1px dashed #dedede;
}
.address_bottom b {
  font-weight: bold;
  font-size: 3rem;
  line-height: 2;
  display: block;
  padding-bottom: 2%;
}
.contact_btn {
  padding-top: 3%;
}
.message_tit {
  font-size: 22px;
  color: #222;
  text-align: center;
}
.message_tit img {
  padding-top: 3px;
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
}
.address {
  padding: 3% 3% 0%;
  width: 100%;
  border: 6px solid #f3f3f3;
}
.address h3 {
  font-size: 20px;
  color: #222;
  padding-bottom: 13px;
  border-bottom: 1px dashed #dedede;
  margin-bottom: 13px;
}
.address p {
  color: #444;
  font-size: 14px;
  line-height: 24px;
  padding: 3px 0;
}
.mess_left {
  float: left;
  width: 48%;
}
.mess_left ul li {
  padding-bottom: 5px;
}
.mess_left ul li label,
.mess_right label {
  font-size: 14px;
  color: #444;
  font-weight: bold;
  display: block;
  line-height: 33px;
}
.mess_left ul li label span {
  color: #db192d;
}
.mess_left ul li input,
.mess_right textarea {
  border: 1px solid #dedede;
  width: 100%;
  font-size: 13px;
  color: #888;
  padding: 5px 15px;
  line-height: 28px;
}
.mess_right {
  width: 48%;
  float: right;
}
.mess_right textarea {
  line-height: 24px;
  height: 240px;
}
.mess_left ul li.code input {
  width: 60%;
  line-height: 24px;
  padding: 3px 10px;
  float: left;
}
.mess_left ul li.code img {
  float: right;
}
.mess_left button {
  margin-top: 20px;
  font-size: 15px;
  background: #db192d;
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  line-height: 38px;
  cursor: pointer;
}
.products_page {
  padding: 0;
  padding-top: 3px;
  width: 100%;
  height: auto;
  margin: 0;
}
.products_page ul li {
  background: #f7f7f7;
  padding: 3%;
  margin-top: 13px;
}
.products_left {
  width: 50%;
  float: left;
  padding-top: 30px;
}
.products_pic {
  float: right;
  width: 50%;
}
.products_left h3 {
  color: #000;
  font-size: 24px;
  padding-bottom: 12px;
  color: #000;
}
.products_leribe {
  font-size: 14px;
  height: 120px;
  overflow-y: scroll;
  color: #555;
  line-height: 24px;
}
.products_leribe p {
  font-size: 14px;
}
.products_leribe::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}
.products_leribe::-webkit-scrollbar-track,
.products_leribe::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 5px solid transparent;
}
.products_leribe::-webkit-scrollbar-track {
  box-shadow: 1px 1px 5px rgba(255, 255, 255, 0) inset;
}
.products_leribe::-webkit-scrollbar-thumb {
  min-height: 20px;
  background-clip: content-box;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0) inset;
}
.products_leribe::-webkit-scrollbar-corner {
  background: transparent;
}
.products_left2 {
  float: right;
}
.products_pic2 {
  float: left;
}
.productslist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.productslist ul li {
  width: 33.33%;
  text-align: center;
  padding: 3% 0.7% 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.productslist ul li figcaption {
  border: 1px solid #eee;
  line-height: 30px;
  padding: 5px;
  text-align: left;
  -moz-box-shadow: 0px 0px 2px #eee;
  -webkit-box-shadow: 0px 0px 2px #eee;
  box-shadow: 0px 0px 2px #eee;
}
.productslist ul li figcaption b {
  font-size: 14px;
  color: #444;
  display: inline-block;
  vertical-align: top;
  width: 55%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.productslist ul li figcaption i {
  padding: 0 11px 0 10px;
  color: #444;
}
.productslist ul li figcaption span {
  color: #888;
  font-size: 13px;
  display: block;
  float: right;
  line-height: 30px;
  width: 73px;
  text-align: center;
}
.productslist {
  padding-top: 3%;
}
.productslist ul li:hover figcaption {
  background: #fbca25;
}
.productslist ul li:hover figcaption span {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.prodetail {
  padding: 3% 2%;
}
.prodetail_max {
  width: 730px;
  float: left;
}
.prodetail_max h3 {
  font-size: 1.8rem;
  color: #000;
  padding: 3% 0 2% 0;
}
.maxpic .swiper-pagination-bullet-active {
  background: #cc0000;
}
.sxitem_list table {
  width: 100%;
  margin: 0 auto;
}
.sxitem_list table td {
  padding: 10px;
}
.sxitem_list2 table td {
  padding: 15px;
}

.sxitem_list img {
  max-width: 100%;
  height: auto;
}
.sxitem_list .txt {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}
.sxitem_list .txt h3 {
  margin: 0 auto;
  padding: 0 3%;
  width: 94%;
  height: auto;
  color: #da251d;
  text-align: left;
  line-height: 40px;
  font-size: 24px;
}
.sxitem_list .txt p {
  margin: 0 auto;
  padding: 10px 3%;
  width: 94%;
  height: auto;
  color: #777;
  text-align: left;
  line-height: 20px;
  font-size: 14px;
}
.sxitem_list .txt1 {
  margin: 10px auto;
  padding: 10px 2%;
  width: 96%;
  height: auto;
  background: #ffb133;
  color: #fff;
  text-align: left;
  line-height: 40px;
  font-size: 24px;
  font-family: Impact, Arial;
}
.sxitem_list .txt2 {
  margin: 10px auto;
  padding: 0 2%;
  width: 96%;
  height: auto;
}
.sxitem_list .txt2 .tt1 {
  margin: 0 auto;
  margin-top: 15px;
  padding: 0;
  width: 100%;
  height: auto;
  background: url('../image/pro13.jpg') left top no-repeat;
}
.sxitem_list .txt2 .tt1 span {
  padding-left: 42px;
  display: block;
  color: #ffb133;
  font-weight: bold;
  line-height: 40px;
  text-align: left;
  font-size: 18px;
}
.sxitem_list .txt2 .tt2 {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  background: url('../image/pro14.jpg') left top no-repeat;
  border-bottom: 1px dashed #e3e3e3;
}
.sxitem_list .txt2 .tt2 span {
  padding-left: 42px;
  display: block;
  color: #666;
  font-weight: normal;
  line-height: 40px;
  text-align: left;
  font-size: 14px;
}

.sxitem_list .txt3 {
  margin: 20px 2%;
  padding: 0;
  width: 96%;
  height: auto;
}
.sxitem_list .txt3 .tt1 {
  margin: 4px auto;
  margin-top: 10px;
  padding: 5px 0;
  width: 100%;
  height: auto;
  background: #ededed;
}
.sxitem_list .txt3 .tt1 span {
  padding: 0 25px;
  display: block;
  color: #666;
  font-weight: normal;
  line-height: 30px;
  text-align: left;
  font-size: 16px;
}
.sxitem_list .txt3 .tt2 {
  margin: 4px auto;
  margin-top: 10px;
  padding: 5px 0;
  width: 100%;
  height: auto;
  background: #ffb133;
}
.sxitem_list .txt3 .tt2 span {
  padding: 0 25px;
  display: block;
  color: #fff;
  font-weight: normal;
  line-height: 30px;
  text-align: left;
  font-size: 16px;
}

.protail_btnth {
  float: right;
}
.protail_btnth a {
  display: block;
  background: #e6e6e6;
  margin-bottom: 7px;
  width: 110px;
  line-height: 33px;
  text-align: center;
  color: #333;
}
.protail_btnth a i {
  padding-right: 5px;
}
.protail_btnth a:hover {
  background: #fbca25;
}
.maxpic .swiper-slide {
  text-align: center;
}
.proinf_tit {
  background: #71757e;
  font-size: 16px;
  color: #fff;
  line-height: 25px;
  padding: 7px 17px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.proinf_tit i {
  padding-right: 15px;
  position: relative;
}
.proinf_tit i:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 20px;
  background: #8d9198;
}
.proinf_tit span {
  padding-left: 17px;
}
.proinfo {
  padding-top: 30px;
}
.sxitem {
  padding-top: 10px;
}
.sxitem_part1 {
  border-bottom: 1px solid #ccc;
  line-height: 40px;
  cursor: pointer;
}
.sxitem_part1 span {
  color: #000;
  padding: 0 12px;
  font-size: 16px;
}
.sxitem_list {
  padding: 12px 0;
  /*display: none;*/
  overflow-y: hidden;
}
.sxitem_list ul li {
  font-size: 14px;
  line-height: 28px;
  width: 50%;
  float: left;
}
.sxitem_list2 {
  font-size: 14px;
  color: #555;
  line-height: 30px;
  padding: 12px;
}
.sxitem_part1 i {
  float: right;
  display: block;
}
.trste {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.maxpic .swiper-button-black {
  width: 20px;
  height: 30px;
  -webkit-background-size: cover;
  background-size: cover;
}
.phone_nav {
  display: none;
}
.menu {
  display: none;
}
.menulist {
  display: none;
}
.finger {
  display: none;
}

.service_page {
  padding: 73px 0 130px;
  background: url('../image/servbg.jpg') center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.service_tit {
  text-align: center;
}
.service_tit h3 {
  font-size: 38px;
  color: #000;
  font-weight: bold;
  padding: 15px 0 30px;
}
.service_tit p {
  font-size: 15px;
  color: #666;
  line-height: 24px;
}
.service_page_center {
  width: 1240px;
  margin: 0 auto;
}
.serpro_pic1 {
  width: 61%;
}
.service_product {
  margin-top: 53px;
  position: relative;
}
.serpro_hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
.serpro_pic {
  position: relative;
}
.serpro_name {
  position: absolute;
  top: 90px;
  left: 13%;
  -webkit-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
.serpro_name span {
  padding: 0 23px;
  line-height: 42px;
  font-size: 22px;
  color: #000;
  display: inline-block;
  border-radius: 5px;
  font-family: 'alternategothic2';
  font-size: 2rem;
  font-weight: bold;
}
.serpro_name_hov {
  border: 2px solid #fff;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 21%;
  top: 180px;
  opacity: 0;
  -webkit-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
.serpro_name span.serpro_name_left {
  color: #fff;
}
.serpro_name_hov h3 {
  font-size: 24px;
  color: #fff;
  line-height: 1.5;
  padding: 4%;
  border-bottom: 2px solid #fff;
}
.arr {
  font-size: 0;
}
.arr i {
  vertical-align: top;
  width: 77px;
  text-align: center;
  color: #000;
  font-size: 30px;
  background: #fff;
  line-height: 55px;
  display: inline-block;
}
.arr a {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 55px;
  color: #fff;
  width: calc(100% - 77px);
  text-transform: uppercase;
}
.serpro_pic2 {
  position: absolute;
  right: 0;
  top: 0;
}
.serpro_name2 {
  left: 33%;
}
.serpro_pic1:hover .serpro_hover {
  opacity: 1;
}
.serpro_pic1:hover .serpro_name {
  opacity: 0;
}
.serpro_pic1:hover .serpro_name_hov {
  opacity: 1;
}
.serpro_name_hov2 {
  left: 37%;
}
.service_tit span {
  margin-top: 23px;
  font-size: 16px;
  color: #fff;
  background: #da251d;
  display: inline-block;
  vertical-align: top;
  line-height: 42px;
  padding: 0 34px;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  border-radius: 2rem;
}
.serv2_info {
  width: 1260px;
  background: #fff;
  padding: 25px 25px 32px;
  margin-top: 58px;
}
.ser2img {
  width: 365px;
  float: left;
}
.ser2right {
  width: 780px;
  float: right;
}
.choo_r {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 30px);
  padding-left: 10px;
}
.choo_r span {
  padding-bottom: 15px;
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.choo_r label {
  font-size: 15px;
  color: #555;
  padding-right: 20px;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
}
.chooseli ul {
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: box;
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.chooseli li {
  width: 50%;
  font-size: 0;
  padding-right: 0;
  padding-bottom: 22px;
}
.icon1 {
  display: inline-block;
  vertical-align: top;
  width: 30px;
}
.chooseli li.rw input {
  width: 238px;
  line-height: 35px;
  background: #eee;
  padding: 0 10px;
  margin-right: 7px;
}
.chooseli li.rw2 input {
  width: 140px;
  line-height: 35px;
  background: #eee;
  padding: 0 10px;
  margin-right: 7px;
  margin-left: 7px;
}
.chooseli li.rw3 input {
  width: 70px;
  line-height: 30px;
  background: #eee;
  padding: 0 10px;
  margin-right: 7px;
  margin-left: 7px;
  margin-bottom: 10px;
}
.chooseli li.rw3 label {
  margin-bottom: 0;
}
.upload {
  width: 90%;
}
.upload input {
  border: 1px solid #ccc;
  font-size: 14px;
  color: #333;
  padding: 0 10px;
  width: 72%;
  margin-left: 30px;
  height: 40px;
  padding-top: 7px;
}
.upload button {
  font-size: 15px;
  background: #da251d;
  width: 19%;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  margin-left: 10px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.upload_tit {
  padding-bottom: 15px;
}
.upload_tit i {
  padding-right: 8px;
  font-size: 25px;
  color: #888;
  vertical-align: sub;
}
.upload_tit b {
  font-size: 16px;
  color: #000;
}
.prevnext {
  text-align: center;
  padding-top: 45px;
}
.prevnext a {
  width: 130px;
  border: 1px dotted #aaa;
  text-align: center;
  display: inline-block;
  line-height: 42px;
  font-size: 15px;
  color: #555;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  border-radius: 2rem;
  margin: 0 10px;
}
.prevnext a img {
  display: inline-block;
  vertical-align: middle;
  line-height: 45px;
  font-size: 23px;
}
.prevnext a.nexx img {
  padding-left: 15px;
}
.prevnext a.pree img {
  padding-right: 15px;
}
.screenpro {
  margin-top: 0;
  width: 100%;
  border-top: 1px solid #ccc;
}
.screenpro article {
  width: 100%;
}
.sceenp {
  padding-top: 10px;
}
.sceenp ul li {
  width: 25%;
}

/*6/25*/
.service6_page {
  background: #fff;
  width: 1260px;
  margin: 0 auto;
  padding: 0 80px 48px;
  margin-top: 58px;
}
.service6_page p {
  font-size: 16px;
  color: #000;
  display: block;
  padding: 35px 0 30px;
}
.service6_page p em {
  color: #da251d;
}
.serv6_left {
  float: left;
  width: 48%;
}
.serv6_right {
  float: right;
  width: 48%;
}
.serv6_left ul {
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: box;
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.serv6_left li {
  padding-bottom: 15px;
  width: 48%;
}
.serv6_left li label {
  font-size: 15px;
  display: block;
  color: #555;
  padding-bottom: 10px;
  font-weight: bold;
}
.serv6_left li label span {
  color: #da251d;
}
.serv6_left li input,
.serv6_left li textarea {
  border: 1px solid #e5e5e5;
  background: #eee;
  line-height: 40px;
  width: 100%;
}
.serv6_left li textarea {
  width: 100%;
  height: 100px;
}
.serv6_left li.textin {
  width: 100%;
}
.serv6_rit1 {
  margin-bottom: 37px;
}
.serv6_rit1 span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  color: #555;
  font-weight: bold;
}
.serv6_rit1 span em {
  color: #da251d;
}
.serv6_rit1 label {
  font-size: 15px;
  color: #555;
  margin-right: 25px;
}
.serv6_rit1 label input {
  width: 20px;
  height: 20px;
}

.serv6_rit2 input {
  width: 134px;
  line-height: 32px;
  padding: 0 10px;
  border: 1px solid #e5e5e5;
}
.serv6_right button {
  margin-top: 15px;
  display: inline-block;
  vertical-align: middle;
  width: 148px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-right: 15px;
}
.serv6_right button.submit1 {
  background: #da251d;
  color: #fff;
  border: 1px solid #da251d;
}
.serv6_right button.submit2 {
  border: 1px solid #da251d;
  color: #da251d;
  background: #fff;
}

#indexyytitle {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  padding-top: 20px;
  color: #ed6d00;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
}
#indexyytitle1 {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1200px;
  padding-bottom: 15px;
  height: auto;
  color: #666;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}
#indexyy {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  background: url(../image/h5.jpg) no-repeat top center;
  padding-bottom: 20px;
  padding-top: 20px;
}
#indexyymain {
  margin: 0 auto;
  padding: 0;
  width: 1170px;
  height: auto;
  padding-bottom: 20px;
  padding-top: 20px;
}
#indexyy1 {
  margin: 0 auto;
  padding: 0;
  width: 60%;
  height: auto;
  float: left;
}
#indexyy11 {
  margin: 0 auto;
  padding: 0;
  width: 468px;
  height: 262px;
  float: left;
}
#indexyy11 .indexyy111 {
  margin: 0 auto;
  padding: 0;
  width: 234px;
  height: 262px;
  float: left;
  background: #394168;
}
#indexyy11 .indexyy111 .indexyy1111 {
  margin: 0;
  padding: 0;
  width: 100px;
  height: 4px;
  background: #fff;
  margin: 20px 10px 0 10px;
}
#indexyy11 .indexyy111 .indexyy1112 {
  margin: 0;
  padding: 0;
  width: 200px;
  height: auto;
  margin: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}
#indexyy11 .indexyy111 .indexyy1113 {
  margin: 0;
  padding: 0;
  width: 200px;
  height: auto;
  margin: 10px;
  color: #e8e8e8;
  font-size: 12px;
  line-height: 22px;
  text-align: left;
}
#indexyy11 .indexyy111 .indexyy1114 {
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  margin: 10px;
  text-align: left;
}
#indexyy11 .indexyy112 {
  margin: 0 auto;
  padding: 0;
  width: 234px;
  height: 262px;
  overflow: hidden;
  float: left;
  display: block;
  transition: 688ms;
}
#indexyy11 .indexyy112 img {
  max-width: 100%;
  height: auto;
  transition: 688ms;
}

#indexyy11:hover .indexyy111 {
  background: #505a86;
}
#indexyy11:hover .indexyy112 img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

#indexyy12 {
  margin: 0 auto;
  padding: 0;
  width: 468px;
  margin-left: 234px;
  height: 262px;
  float: left;
  background: #dfc381;
}
#indexyy12 .indexyy111 {
  margin: 0 auto;
  padding: 0;
  width: 234px;
  height: 262px;
  float: left;
  background: #dfc381;
}
#indexyy12 .indexyy111 .indexyy1111 {
  margin: 0;
  padding: 0;
  width: 100px;
  height: 4px;
  background: #fff;
  margin: 20px 10px 0 10px;
}
#indexyy12 .indexyy111 .indexyy1112 {
  margin: 0;
  padding: 0;
  width: 200px;
  height: auto;
  margin: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}
#indexyy12 .indexyy111 .indexyy1113 {
  margin: 0;
  padding: 0;
  width: 200px;
  height: auto;
  margin: 10px;
  color: #e8e8e8;
  font-size: 12px;
  line-height: 22px;
  text-align: left;
}
#indexyy12 .indexyy111 .indexyy1114 {
  margin: 0;
  padding: 0;
  width: 200px;
  height: 30px;
  margin: 10px;
  text-align: right;
}
#indexyy12 .indexyy112 {
  margin: 0 auto;
  padding: 0;
  width: 234px;
  height: 262px;
  overflow: hidden;
  float: left;
  display: block;
  transition: 688ms;
}
#indexyy12 .indexyy112 img {
  max-width: 100%;
  height: auto;
  transition: 688ms;
}

#indexyy12:hover .indexyy111 {
  background: #cdae64;
}
#indexyy12:hover .indexyy112 img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

#indexyy2 {
  margin: 0 auto;
  padding: 0;
  width: 40%;
  height: auto;
  float: left;
  margin-top: 60px;
}
#indexyy21 {
  margin: 0 auto;
  padding: 0;
  width: 468px;
  height: 262px;
  float: left;
  background: #6a6f85;
}
#indexyy21 .indexyy111 {
  margin: 0 auto;
  padding: 0;
  width: 234px;
  height: 262px;
  float: left;
  background: #6a6f85;
}
#indexyy21 .indexyy111 .indexyy1111 {
  margin: 0;
  padding: 0;
  width: 100px;
  height: 4px;
  background: #fff;
  margin: 20px 10px 0 10px;
}
#indexyy21 .indexyy111 .indexyy1112 {
  margin: 0;
  padding: 0;
  width: 200px;
  height: auto;
  margin: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}
#indexyy21 .indexyy111 .indexyy1113 {
  margin: 0;
  padding: 0;
  width: 200px;
  height: auto;
  margin: 10px;
  color: #e8e8e8;
  font-size: 12px;
  line-height: 22px;
  text-align: left;
}
#indexyy21 .indexyy111 .indexyy1114 {
  margin: 0;
  padding: 0;
  width: 200px;
  height: 30px;
  margin: 10px;
  text-align: right;
}
#indexyy21 .indexyy112 {
  margin: 0 auto;
  padding: 0;
  width: 234px;
  height: 262px;
  overflow: hidden;
  float: left;
  display: block;
  transition: 688ms;
}
#indexyy21 .indexyy112 img {
  max-width: 100%;
  height: auto;
  transition: 688ms;
}

#indexyy21:hover .indexyy111 {
  background: #6876b4;
}
#indexyy21:hover .indexyy112 img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#indexyy22 {
  margin: 0 auto;
  padding: 0;
  width: 468px;
  height: 262px;
  float: left;
  background: #f46341;
}
#indexyy22 .indexyy111 {
  margin: 0 auto;
  padding: 0;
  width: 234px;
  height: 262px;
  float: left;
  background: #f46341;
}
#indexyy22 .indexyy111 .indexyy1111 {
  margin: 0;
  padding: 0;
  width: 100px;
  height: 4px;
  background: #fff;
  margin: 20px 10px 0 10px;
}
#indexyy22 .indexyy111 .indexyy1112 {
  margin: 0;
  padding: 0;
  width: 200px;
  height: auto;
  margin: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}
#indexyy22 .indexyy111 .indexyy1113 {
  margin: 0;
  padding: 0;
  width: 200px;
  height: auto;
  margin: 10px;
  color: #e8e8e8;
  font-size: 12px;
  line-height: 22px;
  text-align: left;
}
#indexyy22 .indexyy111 .indexyy1114 {
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  margin: 10px;
  text-align: left;
}
#indexyy22 .indexyy112 {
  margin: 0 auto;
  padding: 0;
  width: 234px;
  height: 262px;
  overflow: hidden;
  float: left;
  display: block;
  transition: 688ms;
}
#indexyy22 .indexyy112 img {
  max-width: 100%;
  height: auto;
  transition: 688ms;
}

#indexyy22:hover .indexyy111 {
  background: #e78872;
}
#indexyy22:hover .indexyy112 img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

#indexyymore {
  margin: 0 auto;
  padding: 0;
  width: 200px;
  height: 40px;
  display: block;
  border-radius: 20px;
  background: #fe7201;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}
#indexyymore a {
  margin: 0 auto;
  padding: 0;
  width: 200px;
  height: 40px;
  display: block;
  border-radius: 20px;
  background: #fe7201;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}
#indexyymore a:hover {
  background: #ffb400;
  color: #fff;
}

@media (max-width: 575px) {
  .zhuoleft {
    padding: 2%;
    width: 96%;
  }
  .zhuoright {
    padding: 2%;
    width: 96%;
  }
  .zhuonei {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    float: left;
  }

  .pdfleft {
    padding: 2%;
    width: 96%;
  }
  .pdfright {
    padding: 2%;
    width: 96%;
  }
  .pdfright11 {
    padding: 2%;
    width: 96%;
  }
  .pdfright12 {
    padding: 2%;
    width: 96%;
  }

  #indexyy {
    background: #333;
  }

  #indexyymain {
    margin: 0 auto;
    padding: 0;
    width: 96%;
    height: auto;
    padding: 2%;
  }
  #indexyy1 {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    float: left;
    margin: 1%;
  }
  #indexyy11 {
    margin: 10px auto;
    padding: 2%;
    width: 100%;
    height: auto;
    float: left;
    background: #394168;
  }
  #indexyy11 .indexyy111 {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    float: left;
    background: #394168;
  }
  #indexyy11 .indexyy111 .indexyy1111 {
    margin: 0;
    padding: 0;
    width: 100px;
    height: 4px;
    background: #fff;
    margin: 20px 10px 0 10px;
  }
  #indexyy11 .indexyy111 .indexyy1112 {
    margin: 0;
    padding: 0;
    width: 96%;
    height: auto;
    margin: 2%;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
  }
  #indexyy11 .indexyy111 .indexyy1113 {
    margin: 0;
    padding: 0;
    width: 96%;
    height: auto;
    margin: 2%;
    color: #e8e8e8;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
  }
  #indexyy11 .indexyy111 .indexyy1114 {
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    margin: 10px;
    text-align: left;
  }
  #indexyy11 .indexyy112 {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    display: block;
    transition: 688ms;
  }
  #indexyy11 .indexyy112 img {
    max-width: 100%;
    height: auto;
    transition: 688ms;
  }

  #indexyy12 {
    margin: 10px auto;
    padding: 2%;
    width: 100%;
    height: auto;
    float: left;
    background: #dfc381;
  }
  #indexyy12 .indexyy111 {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    float: left;
    background: #dfc381;
  }
  #indexyy12 .indexyy111 .indexyy1111 {
    margin: 0;
    padding: 0;
    width: 100px;
    height: 4px;
    background: #fff;
    margin: 20px 10px 0 10px;
  }
  #indexyy12 .indexyy111 .indexyy1112 {
    margin: 0;
    padding: 0;
    width: 96%;
    height: auto;
    margin: 2%;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
  }
  #indexyy12 .indexyy111 .indexyy1113 {
    margin: 0;
    padding: 0;
    width: 96%;
    height: auto;
    margin: 2%;
    color: #e8e8e8;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
  }
  #indexyy12 .indexyy111 .indexyy1114 {
    margin: 0;
    padding: 0;
    width: 96%;
    height: 30px;
    margin: 2%;
    text-align: right;
  }
  #indexyy12 .indexyy112 {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    display: block;
    transition: 688ms;
  }
  #indexyy12 .indexyy112 img {
    max-width: 100%;
    height: auto;
    transition: 688ms;
  }

  #indexyy2 {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    float: right;
  }
  #indexyy21 {
    margin: 10px auto;
    padding: 2%;
    width: 100%;
    height: auto;
    float: left;
    background: #6a6f85;
  }
  #indexyy21 .indexyy111 {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    float: left;
    background: #6a6f85;
  }
  #indexyy21 .indexyy111 .indexyy1111 {
    margin: 0;
    padding: 0;
    width: 100px;
    height: 4px;
    background: #fff;
    margin: 20px 10px 0 10px;
  }
  #indexyy21 .indexyy111 .indexyy1112 {
    margin: 0;
    padding: 0;
    width: 96%;
    height: auto;
    margin: 2%;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
  }
  #indexyy21 .indexyy111 .indexyy1113 {
    margin: 0;
    padding: 0;
    width: 96%;
    height: auto;
    margin: 2%;
    color: #e8e8e8;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
  }
  #indexyy21 .indexyy111 .indexyy1114 {
    margin: 0;
    padding: 0;
    width: 96%;
    height: 30px;
    margin: 2%;
    text-align: right;
  }
  #indexyy21 .indexyy112 {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    display: block;
    transition: 688ms;
  }
  #indexyy21 .indexyy112 img {
    max-width: 100%;
    height: auto;
    transition: 688ms;
  }

  #indexyy22 {
    margin: 10px auto;
    padding: 2%;
    width: 100%;
    height: auto;
    float: left;
    background: #f46341;
  }
  #indexyy22 .indexyy111 {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    float: left;
    background: #f46341;
  }
  #indexyy22 .indexyy111 .indexyy1111 {
    margin: 0;
    padding: 0;
    width: 100px;
    height: 4px;
    background: #fff;
    margin: 20px 10px 0 10px;
  }
  #indexyy22 .indexyy111 .indexyy1112 {
    margin: 0;
    padding: 0;
    width: 96%;
    height: auto;
    margin: 2%;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
  }
  #indexyy22 .indexyy111 .indexyy1113 {
    margin: 0;
    padding: 0;
    width: 96%;
    height: auto;
    margin: 2%;
    color: #e8e8e8;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
  }
  #indexyy22 .indexyy111 .indexyy1114 {
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    margin: 2%;
    text-align: left;
  }
  #indexyy22 .indexyy112 {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    display: block;
    transition: 688ms;
  }
  #indexyy22 .indexyy112 img {
    max-width: 100%;
    height: auto;
    transition: 688ms;
  }

  .zhuovideocon ul li {
    margin: 0 auto;
    padding: 0;
    width: 48%;
    height: auto;
    margin: 1%;
    float: left;
  }
  .zhuovideocon2 ul li {
    margin: 0 auto;
    padding: 0;
    width: 98%;
    height: auto;
    margin: 1%;
    float: left;
  }
}

.linkyou {
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  height: auto;
  max-width: 1200px;
  color: #666;
  font-size: 14px;
  text-align: left;
  line-height: 30px;
}
.linkyou a {
  color: #666;
  font-size: 14px;
  text-align: left;
  line-height: 30px;
}
.linkyou a:hover {
  color: #ffab2d;
  font-size: 14px;
  text-align: left;
  line-height: 30px;
}

.verify {
  margin-top: 15px;
}
.verifybutton {
  border: 1px solid #dedede;
  width: 100%;
  font-size: 13px;
  color: #888;
  padding: 5px 15px;
  line-height: 28px;
  text-align: center;
  border-radius: 5px;
  color: #e20018;
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#fcfcfc),
    to(#f0f0f0),
    color-stop(0.6, #bdbdbd)
  );
  cursor: pointer;
}
.mess_left button.sub_button {
  display: none;
}

.pbl_item3a {
  background: url(../image/pbl_item4a1.jpg) no-repeat center top;
  background-size: cover;
}

.proform7 {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
}
.proform7 form {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
}

.proform7 .messagepro {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
}

.proform7 .messagepro h4 {
  margin: 5px auto;
  padding: 0;
  width: 100%;
  height: auto;
  font-size: 16px;
  color: #000;
  line-height: 20px;
}

.proform7 .messagepro input {
  color: #666;
  background: #f3f3f3;
  border: 0;
}

.proform7 .messagepro .t1 {
  margin: 0 auto;
  padding: 5px 0;
  width: 100%;
  height: auto;
  float: left;
  font-size: 12px;
  color: #000;
  line-height: 20px;
  background: url(../image/icon1.jpg) no-repeat left top 10px;
  padding-left: 40px;
}
.proform7 .messagepro .t2 {
  margin: 0 auto;
  padding: 5px 0;
  width: 48%;
  margin-right: 2%;
  height: auto;
  float: left;
  font-size: 12px;
  color: #000;
  line-height: 20px;
  background: url(../image/icon2.jpg) no-repeat left top 10px;
  padding-left: 40px;
}
.proform7 .messagepro .t3 {
  margin: 0 auto;
  padding: 5px 0;
  width: 48%;
  margin-right: 2%;
  height: auto;
  float: left;
  font-size: 12px;
  color: #000;
  line-height: 20px;
  background: url(../image/icon3.jpg) no-repeat left top 10px;
  padding-left: 40px;
}
.proform7 .messagepro .t4 {
  margin: 0 auto;
  padding: 5px 0;
  width: 48%;
  margin-right: 2%;
  height: auto;
  float: left;
  font-size: 12px;
  color: #000;
  line-height: 20px;
  background: url(../image/icon4.jpg) no-repeat left top 10px;
  padding-left: 40px;
  clear: both;
}

.proform7 .messagepro .t5 {
  margin: 0 auto;
  padding: 5px 0;
  width: 48%;
  margin-right: 2%;
  height: auto;
  float: left;
  font-size: 12px;
  color: #000;
  line-height: 20px;
  background: url(../image/icon5.jpg) no-repeat left top 10px;
  padding-left: 40px;
}
.proform7 .messagepro .t6 {
  margin: 0 auto;
  padding: 5px 0;
  width: 100%;
  height: auto;
  float: left;
  font-size: 12px;
  color: #000;
  line-height: 20px;
  clear: both;
  background: url(../image/icon6.jpg) no-repeat left top 10px;
  padding-left: 40px;
}
.proform7 .messagepro .t6 input {
  margin: 0 auto;
  padding: 5px 10px;
  width: 140px;
  height: 30px;
  color: #666;
  background: #f3f3f3;
  border: 0;
}

.proform7 .messagepro .t6 .wpcf7-form-control-wrap {
  margin-right: 25px;
  margin-left: 10px;
}
.proform7 .messagepro .t7 {
  margin: 0 auto;
  padding: 5px 0;
  width: 100%;
  height: auto;
  float: left;
  font-size: 12px;
  color: #000;
  line-height: 20px;
  background: url(../image/icon7.jpg) no-repeat left top 10px;
  padding-left: 40px;
}
.proform7 .messagepro .t7 input {
  margin: 5px auto;
  padding: 5px 10px;
  width: 100%;
  height: 30px;
  color: #666;
  background: #f3f3f3;
  border: 0;
}

.proform7 .messagepro .t8 {
  margin: 0 auto;
  padding: 5px 0;
  width: 48%;
  margin-right: 2%;
  height: auto;
  float: left;
  font-size: 12px;
  color: #000;
  line-height: 20px;
  background: url(../image/icon7.jpg) no-repeat left top 10px;
  padding-left: 40px;
}
.proform7 .messagepro .t8 input {
  margin: 5px auto;
  padding: 5px 10px;
  width: 100%;
  height: 30px;
  color: #666;
  background: #f3f3f3;
  border: 0;
}

.proform7 .messagepro .t9 {
  margin: 0 auto;
  padding: 5px 0;
  width: 48%;
  margin-right: 2%;
  height: auto;
  float: left;
  font-size: 12px;
  color: #000;
  line-height: 20px;
  background: url(../image/icon8.jpg) no-repeat left top 10px;
  padding-left: 40px;
}

.proform7 .messagepro .t9 span {
  margin-right: 10px;
  font-size: 14px;
  line-height: 20px;
}
.proform7 .messagepro .t9 span input {
  margin-right: 5px;
}

.proform7 .messagepro .t1 span {
  margin-right: 10px;
  font-size: 14px;
  line-height: 20px;
}
.proform7 .messagepro .t1 span input {
  margin-right: 5px;
}

.proform7 .messagepro .t2 span {
  margin-right: 10px;
  font-size: 14px;
  line-height: 20px;
}
.proform7 .messagepro .t2 span input {
  margin-right: 5px;
}

.proform7 .messagepro .t3 span {
  margin-right: 5px;
  font-size: 14px;
  line-height: 20px;
}
.proform7 .messagepro .t3 span input {
  margin-right: 5px;
}

.proform7 .messagepro .t4 input {
  margin: 5px auto;
  padding: 5px 10px;
  width: 180px;
  height: 30px;
  color: #666;
  background: #f3f3f3;
  border: 0;
}
.proform7 .messagepro .t5 input {
  margin: 5px auto;
  padding: 5px 10px;
  width: 180px;
  height: 30px;
  color: #666;
  background: #f3f3f3;
  border: 0;
}

.proform7 .messagecontact {
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  height: auto;
  display: block;
  border-top: 1px dashed #e3e3e3;
  clear: both;
}
.proform7 .messagecontact h2 {
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  height: auto;
  font-size: 24px;
  color: #000;
  line-height: 20px;
  font-weight: bold;
}

.proform7 .messagecontact p {
  margin: 0 1%;
  padding: 5px 0;
  width: 48%;
  height: auto;
  float: left;
  color: #666;
  font-size: 14px;
  line-height: 20px;
}
.proform7 .messagecontact p span {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}
.proform7 .messagecontact p label {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}

.proform7 .messagecontact p input {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 40px;
  color: #666;
  background: #f3f3f3;
  border: 0;
}

.proform7 .messagecontact p:nth-child(6) {
  margin: 0 1%;
  padding: 5px 0;
  width: 98%;
  height: auto;
  float: left;
  color: #666;
  font-size: 14px;
  line-height: 20px;
}
.proform7 .messagecontact p textarea {
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  height: 60px;
  background: #f3f3f3;
  border: 0;
}

.proform7 form p input.wpcf7-submit {
  background-color: #da251d;
  margin: 10px 1%;
  border: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  height: 40px;
  // outline: 0;
  text-align: center;
  width: 98%;
}

.proform7 form p input.wpcf7-submit:hover {
  background-color: #333;
}

@media (max-width: 768px) {
  .solution {
    display: none;
  }

  .proform7 .messagepro .t1 {
    margin: 0 auto;
    padding: 5px 0;
    width: 100%;
    height: auto;
    float: left;
    font-size: 12px;
    color: #000;
    line-height: 20px;
  }
  .proform7 .messagepro .t2 {
    margin: 0 auto;
    padding: 5px 0;
    width: 100%;
    height: auto;
    float: left;
    font-size: 12px;
    color: #000;
    line-height: 20px;
  }
  .proform7 .messagepro .t3 {
    margin: 0 auto;
    padding: 5px 0;
    width: 100%;
    height: auto;
    float: left;
    font-size: 12px;
    color: #000;
    line-height: 20px;
  }
  .proform7 .messagepro .t4 {
    margin: 0 auto;
    padding: 5px 0;
    width: 100%;
    height: auto;
    float: left;
    font-size: 12px;
    color: #000;
    line-height: 20px;
    clear: both;
  }

  .proform7 .messagepro .t5 {
    margin: 0 auto;
    padding: 5px 0;
    width: 100%;
    height: auto;
    float: left;
    font-size: 12px;
    color: #000;
    line-height: 20px;
  }
  .proform7 .messagepro .t6 {
    margin: 0 auto;
    padding: 5px 0;
    width: 100%;
    height: auto;
    float: left;
    font-size: 12px;
    color: #000;
    line-height: 20px;
    clear: both;
  }
  .proform7 .messagepro .t6 input {
    margin: 0 auto;
    padding: 5px 10px;
    width: 100px;
    height: 30px;
    color: #666;
    background: #f3f3f3;
    border: 0;
  }
  .proform7 .messagepro .t6 .wpcf7-form-control-wrap {
    margin-right: 25px;
    margin-left: 10px;
  }
  .proform7 .messagepro .t7 {
    margin: 0 auto;
    padding: 5px 0;
    width: 100%;
    height: auto;
    float: left;
    font-size: 12px;
    color: #000;
    line-height: 20px;
  }
  .proform7 .messagepro .t7 input {
    margin: 5px auto;
    padding: 5px 10px;
    width: 100%;
    height: 30px;
    color: #666;
    background: #f3f3f3;
    border: 0;
  }
  .proform7 .messagepro .t8 {
    margin: 0 auto;
    padding: 5px 0;
    width: 100%;
    height: auto;
    float: left;
    font-size: 12px;
    color: #000;
    line-height: 20px;
  }
  .proform7 .messagepro .t8 input {
    margin: 5px auto;
    padding: 5px 10px;
    width: 100%;
    height: 30px;
    color: #666;
    background: #f3f3f3;
    border: 0;
  }
  .proform7 .messagepro .t9 {
    margin: 0 auto;
    padding: 5px 0;
    width: 100%;
    height: auto;
    float: left;
    font-size: 12px;
    color: #000;
    line-height: 20px;
  }

  .proform7 .messagepro .t1 span {
    margin-right: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .proform7 .messagepro .t1 span input {
    margin-right: 5px;
  }

  .proform7 .messagepro .t2 span {
    margin-right: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .proform7 .messagepro .t2 span input {
    margin-right: 5px;
  }

  .proform7 .messagepro .t3 span {
    margin-right: 5px;
    font-size: 14px;
    line-height: 20px;
  }
  .proform7 .messagepro .t3 span input {
    margin-right: 5px;
  }

  .proform7 .messagepro .t4 input {
    margin: 5px auto;
    padding: 5px 10px;
    width: 120px;
    height: 30px;
    color: #666;
    background: #f3f3f3;
    border: 0;
  }
  .proform7 .messagepro .t5 input {
    margin: 5px auto;
    padding: 5px 10px;
    width: 120px;
    height: 30px;
    color: #666;
    background: #f3f3f3;
    border: 0;
  }
}

.proform7a {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
}

.proform7a h3 {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  text-align: left;
  color: #333;
  line-height: 40px;
  font-weight: bold;
  font-size: 36px;
}
.proform7a span {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  text-align: left;
  color: #333;
  line-height: 20px;
  font-weight: normal;
  font-size: 16px;
}

.proform7a form p {
  margin: 0 auto;
  padding: 10px 0;
  width: 49%;
  height: auto;
  float: left;
  color: #333;
}
.proform7a form p span {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}
.proform7a form p label {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}

.proform7a form p input {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  margin-right: 1%;
  height: 40px;
  color: #666;
  background: #f3f3f3;
  border: 0;
}

.proform7a form p:nth-child(3) {
  margin: 0 auto;
  padding: 10px 0;
  padding: 10px 0;
  width: 49%;
  height: auto;
  float: right;
}
.proform7a form p:nth-child(5) {
  margin: 0 auto;
  padding: 10px 0;
  width: 49%;
  height: auto;
  float: right;
}
.proform7a form p:nth-child(6) {
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  height: auto;
  float: left;
}
.proform7a form p:nth-child(7) {
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  height: auto;
  float: left;
}
.proform7a form p textarea {
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  height: 100px;
  background: #f3f3f3;
  border: 0;
}

.proform7a form p input.wpcf7-submit {
  background-color: #da251d;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  height: 58px;
  // outline: 0;
  text-align: center;
  width: 100%;
}

.proform7a form p input.wpcf7-submit:hover {
  background-color: #333;
}

.onlineservice-fixed-style {
  position: fixed;
  z-index: 99;
}
.onlineservice-fixed-style ul {
  background-color: #4957a5;
  fliter: alpha(opacity=30);
  background-color: rgba(11, 127, 198, 0.3);
}
.onlineservice-fixed-style .onlineservice-fixed-list a {
  color: #fff;
  line-height: 30px;
  display: block;
  text-decoration: none;
}
.onlineservice-fixed-style .onlineservice-fixed-list a:hover {
  text-decoration: none;
}
/*.onlineservice-fixed-style ul li i{background-image:url(../img/s.png);background-repeat:no-repeat}*/
.onlineservice-fixed-style ul .onlineService_whatsApp i {
  background-image: url(../image/p.png);
  background-repeat: no-repeat;
}
.onlineservice-fixed-style ul .onlineService_t i {
  background-image: url(../image/tel.png);
  background-repeat: no-repeat;
}
.onlineservice-fixed-style ul .onlineService_e i {
  background-image: url(../image/email.png);
  background-repeat: no-repeat;
}
.onlineservice-fixed-style ul .onlineService_S i {
  background-image: url(../image/s.png);
  background-repeat: no-repeat;
}
.onlineservice-fixed-style ul .onlineService_w i {
  background-image: url(../image/w.png);
  background-repeat: no-repeat;
}

@media (min-width: 769px) {
  .onlineservice-fixed-style {
    right: 0;
    top: 30%;
  }
  .onlineservice-fixed-style ul {
    border-radius: 10px 0 0 10px;
  }
  .sitewidget-onlineService.onlineservice-fixed-style ul li {
    line-height: 28px;
    position: relative;
    white-space: nowrap;
    height: 48px;
    width: 54px;
  }
  .onlineservice-fixed-style ul li div {
    position: absolute;
    padding: 12px 13px;
    top: 0;
    right: 0;
    border-radius: 10px 0 0 10px;
    width: 28px;
    transition: width 0.3s ease-in;
  }
  .onlineservice-fixed-style ul li div:hover {
    background-color: #4957a5;
    width: 120px;
    fliter: alpha(opacity=60);
    background-color: rgba(11, 127, 198, 0.6);
  }
  .onlineservice-fixed-style ul li span {
    margin: 0 10px 0 14px;
  }
  .onlineservice-fixed-style ul li i {
    display: inline-block;
    width: 30px;
    height: 30px;
  }
  .onlineservice-fixed-style-left {
    left: 0;
    right: auto;
  }
  .onlineservice-fixed-style-left ul {
    border-radius: 0 10px 10px 0;
  }
  .onlineservice-fixed-style-left ul li div {
    border-radius: 0 10px 10px 0;
    left: 0;
    right: auto;
  }
  .onlineservice-fixed-style-left .onlineservice-fixed-list a {
    text-align: right;
    position: relative;
  }
  .onlineservice-fixed-style-left ul li span {
    display: none;
  }
  .onlineservice-fixed-style-left ul li div:hover span {
    display: inline;
  }
}
@media (max-width: 768px) {
  .onlineservice-fixed-style {
    bottom: 0;
    width: 100%;
    left: 0;
  }
  .onlineservice-fixed-style ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    width: 100%;
    fliter: alpha(opacity=80);
    background-color: rgba(0, 0, 0, 0.8);
  }
  .onlineservice-fixed-style ul li {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
  }
  .onlineservice-fixed-style ul li a {
    line-height: 28px;
    text-align: center;
  }
  .sitewidget-onlineService.onlineservice-fixed-style ul li span {
    line-height: 20px;
    display: block;
    text-align: center;
  }
  .sitewidget-onlineService.onlineservice-fixed-style ul li i {
    display: block;
    width: 30px;
    height: 30px;
    margin: 6px auto 2px;
  }
}
/* /assets/widget/style/component/onlineService/widget_setting_showStyle/style6.css */
.backstage-stwidgets-settingwrap
  .sitewidget-onlineService.onlineservice-fixed-style {
  position: fixed;
  z-index: 99;
}
.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list {
  background-color: transparent;
}
.sitewidget-onlineService.onlineservice-fixed-blocks
  .onlineservice-fixed-blocks-list
  .onlineservice-fixed-blocks-items {
  width: 48px;
  height: 48px;
  position: relative;
  margin: 1px;
}
.sitewidget-onlineService.onlineservice-fixed-blocks
  .onlineservice-fixed-blocks-list
  .onlineservice-fixed-blocks-items:hover
  .onlineservice-fixed-blocks-tips {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.sitewidget-onlineService.onlineservice-fixed-blocks
  .onlineservice-fixed-blocks-list
  .onlineservice-fixed-blocks-items
  + .onlineservice-fixed-blocks-items {
  margin-top: 5px;
}
.sitewidget-onlineService.onlineservice-fixed-blocks
  .onlineservice-fixed-blocks-list
  .onlineservice-fixed-blocks-items
  > a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 10%;
}
.sitewidget-onlineService.onlineservice-fixed-blocks
  .onlineservice-fixed-blocks-list
  .onlineservice-fixed-blocks-items
  > a:hover {
  opacity: 0.8;
}
.sitewidget-onlineService.onlineservice-fixed-blocks
  .onlineservice-fixed-blocks-list
  .onlineservice-fixed-blocks-items
  > a
  .icon {
  margin-top: 10px;
}
.sitewidget-onlineService.onlineservice-fixed-blocks
  .onlineservice-fixed-blocks-list
  .onlineservice-fixed-blocks-items
  > a
  .word {
  display: none;
}
.sitewidget-onlineService.onlineservice-fixed-blocks
  .onlineservice-fixed-blocks-list
  .onlineservice-fixed-blocks-items
  > a
  .terminal {
  display: block;
  width: 0;
  height: 1px;
}
/*.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a.onlineService_t_icon i{background:url('/static/t-ooBpBKpKojwzxzbl/assets/image/fastPhone.png');background-position:center center}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a.onlineService_whatsApp_icon i{background-position:0 -139px}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a.onlineService_qr_icon i{background-position:0 -203px}*/
.sitewidget-onlineService.onlineservice-fixed-blocks
  .onlineservice-fixed-blocks-list
  .onlineservice-fixed-blocks-tips {
  padding: 5px 8px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: absolute;
  right: 58px;
  top: 6px;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.sitewidget-onlineService.onlineservice-fixed-blocks
  .onlineservice-fixed-blocks-list
  .onlineservice-fixed-blocks-tips:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #ccc;
  border-color: transparent #ccc #ccc transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: -6px;
  top: 10px;
  background-color: #fff;
}
.sitewidget-onlineService.onlineservice-fixed-blocks
  .onlineservice-fixed-blocks-list
  .onlineservice-fixed-blocks-tips
  > li {
  width: auto;
  height: auto;
}
.sitewidget-onlineService.onlineservice-fixed-blocks
  .onlineservice-fixed-blocks-list
  .onlineservice-fixed-blocks-tips
  > li
  a {
  display: block;
  min-height: 22px;
  text-align: center;
  line-height: 22px;
  color: #666;
  font-size: 14px;
}
.sitewidget-onlineService.onlineservice-fixed-blocks
  .onlineservice-fixed-blocks-list
  .onlineservice-fixed-blocks-tips
  > li
  a
  img {
  max-width: 240px;
}
.onlineservice-fixed-blocks.onlineservice-fixed-style-left
  .onlineservice-fixed-blocks-list
  .onlineservice-fixed-blocks-tips {
  left: 58px;
  right: auto;
}
.onlineservice-fixed-blocks.onlineservice-fixed-style-left
  .onlineservice-fixed-blocks-list
  .onlineservice-fixed-blocks-tips:after {
  right: auto;
  left: -6px;
  border-color: #ccc transparent transparent #ccc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .sitewidget-onlineService.onlineservice-fixed-blocks {
    position: fixed;
    width: 100%;
    left: 0 !important;
    bottom: 0;
    height: 56px;
    z-index: 199;
  }
  .sitewidget-onlineService.onlineservice-fixed-blocks .sitewidget-bd {
    height: 100%;
  }
  .sitewidget-onlineService.onlineservice-fixed-blocks
    .onlineservice-fixed-blocks-list {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    width: 100%;
  }
  .sitewidget-onlineService.onlineservice-fixed-blocks
    .onlineservice-fixed-blocks-list
    li.onlineservice-fixed-blocks-items {
    height: 100%;
    margin: 0;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    position: relative;
    border-left: 1px solid #d3d3d3;
  }
  .sitewidget-onlineService.onlineservice-fixed-blocks
    .onlineservice-fixed-blocks-list
    li.onlineservice-fixed-blocks-items
    + li.onlineservice-fixed-blocks-items {
    margin: 0;
  }
  .sitewidget-onlineService.onlineservice-fixed-blocks
    .onlineservice-fixed-blocks-list
    .onlineservice-fixed-blocks-items
    > a {
    height: 56px;
    box-sizing: border-box;
    display: block;
    line-height: 26px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 0;
  }
  .sitewidget-onlineService.onlineservice-fixed-blocks
    .onlineservice-fixed-blocks-list
    .onlineservice-fixed-blocks-items
    > a:hover {
    opacity: 1;
  }
  .sitewidget-onlineService.onlineservice-fixed-blocks
    .onlineservice-fixed-blocks-list
    .onlineservice-fixed-blocks-items
    > a
    .icon {
    margin-top: 14px;
  }
  /*.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a .word{background-image:none;margin:0;height:26px;line-height:26px;text-align:center;width:100%}*/
  .sitewidget-onlineService.onlineservice-fixed-blocks
    .onlineservice-fixed-blocks-list
    .onlineservice-fixed-blocks-tips {
    display: none;
    border-radius: 0;
    transform: rotate(0);
    position: absolute;
    left: 0;
    bottom: 59px;
    right: auto;
    top: auto;
    width: auto;
    padding: 0;
    border: 1px solid #d3d3d3;
    -webkit-transition: all 0;
    transition: all 0;
  }
  .sitewidget-onlineService.onlineservice-fixed-blocks
    .onlineservice-fixed-blocks-list
    .onlineservice-fixed-blocks-tips:after {
    display: none;
  }
  .sitewidget-onlineService.onlineservice-fixed-blocks
    .onlineservice-fixed-blocks-list
    .onlineservice-fixed-blocks-tips
    > li
    a {
    line-height: 2em;
    height: auto;
    color: #fff;
    padding: 0 5px;
  }
  .sitewidget-onlineService.onlineservice-fixed-blocks
    .onlineservice-fixed-blocks-list
    .onlineservice-fixed-blocks-tips
    > li
    a
    img,
  .sitewidget-onlineService.onlineservice-fixed-blocks
    .onlineservice-fixed-blocks-list
    .onlineservice-fixed-blocks-tips
    > li
    a
    br {
    display: none;
  }
  .sitewidget-onlineService.onlineservice-fixed-blocks
    .onlineservice-fixed-blocks-list
    .onlineservice-fixed-blocks-tips
    .for_qq {
    background-position: 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .sitewidget-onlineService.onlineservice-fixed-blocks
    .onlineservice-fixed-blocks-list
    .onlineservice-fixed-blocks-tips
    .for_skype {
    background-position: 0 -180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .sitewidget-onlineService.onlineservice-fixed-blocks
    .onlineservice-fixed-blocks-list
    .onlineservice-fixed-blocks-tips
    .for_email {
    background-position: 0 -120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .sitewidget-onlineService.onlineservice-fixed-blocks
    .onlineservice-fixed-blocks-list
    .onlineservice-fixed-blocks-tips
    .for_tel {
    background-position: 0 -60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .sitewidget-onlineService.onlineservice-fixed-blocks
    .onlineservice-fixed-blocks-list
    .onlineservice-fixed-blocks-tips
    .for_sms {
    background-position: 0 -240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .sitewidget-onlineService.onlineservice-fixed-blocks
    .onlineservice-fixed-blocks-list
    .onlineservice-fixed-blocks-tips
    .for_qr {
    background-position: 0 -240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .sitewidget-onlineService.onlineservice-fixed-blocks
    .onlineservice-fixed-blocks-list
    .onlineservice-fixed-blocks-tips
    .for_aliww {
    background-position: 0 -240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .sitewidget-onlineService.onlineservice-fixed-blocks
    .onlineservice-fixed-blocks-list
    .onlineservice-fixed-blocks-tips
    .for_whatsApp {
    background-position: 0 -240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .onlineservice-fixed-blocks
    .onlineservice-fixed-blocks-list
    .onlineservice-fixed-blocks-items
    > a:before {
    content: '';
    position: absolute;
    height: 30px;
    width: 30px;
    top: 0;
    left: 50%;
    margin-left: -15px;
  }
  .onlineservice-fixed-blocks
    .onlineservice-fixed-blocks-list
    .sitewidget-onlineService-togglebtn
    i {
    height: 4px;
    width: 6px;
    background-position: right bottom;
    position: absolute;
    bottom: 4px;
    right: 4px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .onlineservice-fixed-blocks .sideShowArrow {
    display: none !important;
  }
  .onlineservice-fixed-blocks
    .onlineservice-fixed-blocks-list
    .onlineService_q:before {
    background-position: 0 0;
  }
  .onlineservice-fixed-blocks
    .onlineservice-fixed-blocks-list
    .onlineService_q:hover:before {
    background-position: -30px -30px;
  }
  .onlineservice-fixed-blocks
    .onlineservice-fixed-blocks-list
    .onlineService_t_icon:before {
    background-position: 0 -60px;
  }
  .onlineservice-fixed-blocks
    .onlineservice-fixed-blocks-list
    .onlineService_t_icon:hover:before {
    background-position: -30px -90px;
  }
  .onlineservice-fixed-blocks
    .onlineservice-fixed-blocks-list
    .onlineService_e:before {
    background-position: 0 -120px;
  }
  .onlineservice-fixed-blocks
    .onlineservice-fixed-blocks-list
    .onlineService_e:hover:before {
    background-position: -30px -150px;
  }
  .onlineservice-fixed-blocks
    .onlineservice-fixed-blocks-list
    .onlineService_s:before {
    background-position: 0 -180px;
  }
  .onlineservice-fixed-blocks
    .onlineservice-fixed-blocks-list
    .onlineService_s:hover:before {
    background-position: -30px -210px;
  }
  .onlineservice-fixed-blocks
    .onlineservice-fixed-blocks-list
    .onlineService_fb:before {
    background-position: 0 -240px;
  }
  .onlineservice-fixed-blocks
    .onlineservice-fixed-blocks-list
    .onlineService_fb:hover:before {
    background-position: -30px -270px;
  }
  .onlineservice-fixed-blocks
    .onlineservice-fixed-blocks-list
    .onlineService_sms:before {
    background-position: 0 -240px;
  }
  .onlineservice-fixed-blocks
    .onlineservice-fixed-blocks-list
    .onlineService_sms:hover:before {
    background-position: -30px -270px;
  }
  .onlineservice-fixed-blocks .sitewidget-onlineService-colorfullist > li ul {
    position: absolute;
    min-width: 100%;
    left: 0;
    bottom: 59px;
    border: 1px solid #d3d3d3;
    background-color: rgba(220, 220, 220, 0.75);
  }
  .onlineservice-fixed-blocks .sitewidget-onlineService-colorfullist > li ul a {
    display: block;
    line-height: 30px;
    padding-left: 28px;
    padding-right: 5px;
    white-space: nowrap;
  }
  .onlineservice-fixed-blocks
    .sitewidget-onlineService-colorfullist
    > li
    ul
    a:hover {
    color: #3b8ac2;
    background-color: #efefef;
  }
  .onlineservice-fixed-blocks
    .sitewidget-onlineService-colorfullist
    > li:last-child
    ul {
    left: auto;
    right: 0;
  }
  .sitewidget-onlineService.onlineservice-fixed-blocks
    .onlineservice-fixed-blocks-list
    li.onlineservice-fixed-blocks-items
    + li.onlineservice-fixed-blocks-items1 {
    display: none;
  }
}

.pageNav a.page-num-current {
  background: #ff534f;
  color: #fff;
}
