.ban .ban_list {
  overflow: hidden;
  height: 0;
  min-height: 400px;
  padding-bottom: 28%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ban .ban_list .txt {
  color: #fff;
  padding-top: 2.5%;
}
.ban .ban_list .txt div.location {
  font-size: 14px;
}
.ban .ban_list .txt div.location i.iconfont {
  font-size: 22px;
  vertical-align: sub;
  margin-right: 10px;
}
.ban .ban_list .txt div.location a {
  color: #fff;
  position: relative;
  padding-right: 10px;
}
.ban .ban_list .txt div.location a:before{
  content: '/';
  position: absolute;
  right: 0;
  top: 2px;
  line-height: 1;
}
.ban .ban_list .txt div.ban_des {
  font-size: 14px;
}
.ban .ban_list .txt div.ban_des h4.h4 {
  font-size: 48px;
  font-weight: inherit;
  margin: 20px 0 15px;
}
.ban .ban_list .txt div.ban_des p.p {
  padding-right: 62%;
  line-height: 1.6;
}
.ban .ban_list .txt div.ban_des a.more {
  color: #e71a0f;
  display: block;
  margin-top: 40px;
}
.ban .ban_list .txt div.ban_des a.more i.iconfont {
  font-size: 22px;
  vertical-align: sub;
  margin-right: 5px;
}
.publicTit {
  text-align: center;
  text-transform: uppercase;
  padding: 40px 0;
  position: relative;
  z-index: 9;
}
.publicTit h4.h4 {
  display: inline-block;
  font-size: 48px;
  color: #2e2e2e;
  font-weight: inherit;
/*  border-bottom: 2px solid #e71a0f;*/
}
.publicTit p.p {
  font-size: 16px;
  color: #aaa;
  margin-top: 15px;
}
.newInfo_tit {
  text-align: center;
  padding: 50px 0;
}
.newInfo_tit h4.h4 {
  font-size: 36px;
  font-weight: inherit;
  padding-bottom: 15px;
}
.newInfo_tit p.p span + span {
  margin-left: 25px;
}
.menu_nav ul.ul {
  font-size: 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.menu_nav ul.ul li {
  display: inline-block;
  font-size: 16px;
  padding: 15px 0;
  margin: 0 23px;
  vertical-align: middle;
  cursor: pointer;
}
.menu_nav ul.ul li a img {
  max-height:33px;
}
.menu_nav ul.ul li figure p.p {
  padding-top: 5px;
}
.menu_nav ul.ul li.on .p{
  color: #0081ba;
}
.ThirdlevelNav ul.ul {
  font-size: 0;
  padding: 40px 0 20px;
}
.ThirdlevelNav ul.ul li {
  display: inline-block;
  width: 24%;
  height: 72px;
  font-size: 16px;
  padding: 0 5px;
  margin-bottom: 20px;
  vertical-align: top;
}
.ThirdlevelNav ul.ul li a {
  display: block;
  height: 100%;
  background-color: #def4ff;
  border-radius: 15px 0;
  color: #2e2e2e;
  position: relative;
}
.ThirdlevelNav ul.ul li a p.p {
  height: 100%;
  padding: 4% 20% 4% 4%;
}
.ThirdlevelNav ul.ul li a i.iconfont {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 22px;
  line-height: 1;
}
.ThirdlevelNav ul.ul li.on a {
  color: #fff;
  background-color: #e71a0f;
}
.content_conBg {
  position: relative;
}
.content_conBg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
  background-color: #f5f5f5;
  z-index: -1;
}
.content_conBg_lists {
  padding-top: 80px;
}
.content_conBg_lists::before {
  height: 410px;
}
.content_conBg2 {
  position: relative;
  padding-bottom: 80px;
}
.content_conBg2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 555px;
  background-color: #f5f5f5;
  z-index: -1;
}
.content_conBg2_1 {
  padding-top: 60px;
}
.content_conBg2_1_1::before {
  height: 895px;
}
.content_conBg2_1_2::before {
  height: 665px;
}
.product_con_lists .product_con_list {
 max-height: 250px;
  position: relative;
}
.product_con_lists .product_con_list figure {
  width: 400px;
  height: 100%;
}
.product_con_lists .product_con_list figure img{ width:100%;display: block;max-height: 250px;}
.product_con_lists .product_con_list .product_con_list_right {
  position: absolute;
  right: 0;
  top: 0;
  width: 600px;
  height: 210px;
/*  margin: 70px 0;*/
  padding: 34px 80px 0;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);

}
.product_con_lists .product_con_list .product_con_list_right p.tit {
  font-size: 24px;
  padding-bottom: 26px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product_con_lists .product_con_list .product_con_list_right p.tit::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: #0081ba;
}
.product_con_lists .product_con_list .product_con_list_right p.info {
  padding: 25px 0 55px;
}
.product_con_lists .product_con_list + .product_con_list {
  margin-top: 40px;
}
.product_con_lists .product_con_list:nth-child(even) figure {
  float: right;
}
.product_con_lists .product_con_list:nth-child(even) .product_con_list_right {
  right: auto;
  left: 0;
}
.product_con_list_txt {
  padding-top: 40px;
}
.content_conBg .product_con_list_txt{
  margin-bottom: 130px;
}

.product_con_list_txt p.tit {
  font-size: 24px;
  padding-bottom: 26px;
  position: relative;
}
.product_con_list_txt p.tit::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: #0081ba;
}
.product_con_list_txt p.info {
  padding: 25px 0 55px;
}
.product_con_list_txt p.info img{ width:100%;}
.more_radius a {
  display: inline-block;
  width: 140px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #0081ba;
  color: #fff;
  font-size: 14px;
  border-radius: 15px 0;
}
.more_radius a i.iconfont {
  font-size: 22px;
  vertical-align: sub;
  margin-right: 6px;
}
.successCase_con {
  padding-bottom: 80px;
}
.successCase_con ul.ul li {
  float: left;
  width: 31%;
  margin: 0 1.16% 0;
  overflow: hidden;
}
.successCase_con ul.ul li a {
  display: block;
  color: #fff;
  position: relative;
}
.successCase_con ul.ul li a img {
  width: 100%;
  height: 292px;
}
.successCase_con ul.ul li a div.des {
  position: absolute;
  left: 0;
  bottom: -110px;
  width: 90%;
  height: 170px;
  text-align: center;
  background-color: #2e2e2e;
  padding: 0 22px;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.t-a-c {
    text-align: center;
}
.successCase_con ul.ul li a div.des p.tit {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}
.successCase_con ul.ul li a div.des div.more {
  padding-top: 12px;
}
.successCase_con ul.ul li a div.des div.more i.iconfont {
  margin-right: 5px;
}
.successCase_con ul.ul li:hover div.des {
  bottom: 0;
  background-color: #0081ba;
}
.successCase_con ul.successCase_mar li {
  margin-bottom: 30px;
}
.owl_ban_box .owl-nav .owl-prev,
.owl_ban_box .owl-nav .owl-next {
  position: absolute;
  left: 0;
  top: 50%;
  width: 66px;
  height: 88px;
  line-height: 88px;
  text-align: center;
  margin-top: -44px;
  background-color: rgba(255, 255, 255, 0.8);
}
.owl_ban_box .owl-nav .owl-prev i.iconfont,
.owl_ban_box .owl-nav .owl-next i.iconfont {
  display: block;
  font-size: 34px;
  color: #e71a0f;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.owl_ban_box .owl-nav .owl-prev:hover i.iconfont,
.owl_ban_box .owl-nav .owl-next:hover i.iconfont {
  color: #fff;
  background-color: rgba(231, 26, 15, 0.8);
}
.owl_ban_box .owl-nav .owl-next {
  left: auto;
  right: 0;
}
.owl_ban_box .owl-dots {
  text-align: center;
  padding-top: 14px;
}
.owl_ban_box .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 3px;
  background-color: #ddd;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.owl_ban_box .owl-dots .owl-dot + .owl-dot {
  margin-left: 4px;
}
.owl_ban_box .owl-dots .owl-dot.active {
  width: 25px;
  background-color: #e71a0f;
}
/*
.Page002274 为demo编号
*/
.Page002274 {
  text-align: center;
  padding: 40px 0 0;
  color: #666666;
}
.Page002274 .Pages * {
  vertical-align: middle;
}
.Page002274 .Pages * .p_cur,
.Page002274 .Pages * .p_count,
.Page002274 .Pages * .p_total {
  display: none;
}
.Page002274 .Pages * a {
  display: inline-block;
  padding: 0 15px;
  line-height: 37px;
  color: #9c9c9c;
  margin-left: 5px;
  border: 1px solid #9c9c9c;
}
.Page002274 .Pages * a:hover,
.Page002274 .Pages * a.a_cur {
  color: #fff;
  background-color: #e71a0f;
  border-color: #e71a0f;
}
.Page002274 .Pages * em {
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1000px) {
  .Page002274 .Pages * em em {
    display: none;
  }
}
.Page002274 .Pages * .i_text {
  width: 47px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #ceced5;
}
.Page002274 .Pages * .i_button {
  cursor: pointer;
  background: none;
  width: 47px;
  height: 36px;
  border: 1px solid #ceced5;
}
.Page002274 .Pages * .p_jump b {
  font-weight: normal;
  margin: 0 5px;
}
.Page002274 .Pages * .a_prev,
.Page002274 .Pages * .a_next {
  font-family: '宋体';
  font-weight: bold;
  padding: 0 15px;
  color: #e71a0f;
  border: 1px solid #e71a0f;
}
@media (max-width: 640px) {
  .Page002274 .Pages * a.a_first,
  .Page002274 .Pages * a.a_end {
    display: none;
  }
  .Page002274 .Pages * a {
    padding: 0 10px;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: #fff;
  padding: 0 2%;
}
header .logo {
  float: left;
}
header .logo img {
  vertical-align: middle;
}
header ul.nav {
  display: block;
  width: 55%;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}
header ul.nav li {
  display: inline-block;
  font-size: 16px;
}
header ul.nav li + li {
  margin-left: 50px;
}
header ul.nav li a {
  display: block;
  height: 80px;
}
header ul.nav li.active a {
  color: #e71a0f;
  border-bottom: 2px solid #e71a0f;
}
header ul.nav li:hover a {
  color: #e71a0f;
  border-bottom: 2px solid #e71a0f;
}
header ul.nav_right {
  float: right;
}
header ul.nav_right li {
  float: left;
}
header ul.nav_right li a {
  font-size: 14px;
  color: #aaa;
}
header ul.nav_right li.vsLink {
  margin-right: 40px;
}
header ul.nav_right li.vsLink a {
  color: #e71a0f;
}
header ul.nav_right li.icon_l i {
  margin-right: 10px;
}
header ul.nav_right li.mar_l {
  margin-left: 15px;
  padding: 0 5px;
}
header ul.nav_right li.Language {
  position: relative;
}
header ul.nav_right li.Language.on {
  background-color: #e71a0f;
}
header ul.nav_right li.Language.on > a {
  color: #fff;
}
header ul.nav_right li.Language div.Language_top {
  position: absolute;
  left: 0;
  top: 99%;
  width: 185px;
  display: none;
}
header ul.nav_right li.Language div.Language_top p.p {
  height: 54px;
  line-height: 54px;
  background-color: #f0f0f0;
  text-align: center;
}
header ul.nav_right li.Language div.Language_top p.p + p.p {
  border-top: 1px solid #fff;
}
header ul.nav_right li.search div.searchbox {
  position: absolute;
  right: 0;
  top: 99%;
  width: 500px;
  height: 54px;
  line-height: 54px;
  background-color: #f0f0f0;
  display: none;
}
header ul.nav_right li.search div.searchbox .search_input {
  width: calc(100% - 54px);
  padding: 18px 54px 18px 20px;
}
header ul.nav_right li.search div.searchbox .search_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #e71a0f;
}
header ul.nav_right li.search div.searchbox .search_btn i.iconfont {
  font-size: 22px;
}
header ul.nav_right li.search.on {
  background-color: #e71a0f;
}
header ul.nav_right li.search.on > a {
  color: #fff;
}
header ul.nav_right li.sideNav div.btn {
  height: 80px;
  padding-top: 38px;
  cursor: pointer;
}
header ul.nav_right li.sideNav div.btn i {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #e71a0f;
  position: relative;
}
header ul.nav_right li.sideNav div.btn i::after,
header ul.nav_right li.sideNav div.btn i::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: -4px;
  width: 18px;
  height: 2px;
  background-color: #e71a0f;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
header ul.nav_right li.sideNav div.btn i::after {
  top: 4px;
}
header ul.nav_right li.sideNav div.sideNac_r {
  position: fixed;
  right: -320px;
  top: 0;
  z-index: 9999;
  width: 320px;
  height: 100%;
  background-color: #fff;
  padding-top: 80px;
  padding-left: 40px;
  overflow-y: auto;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
header ul.nav_right li.sideNav div.sideNac_r div.down {
  text-align: right;
  height: 66px;
  border-bottom: 1px solid #ddd;
}
header ul.nav_right li.sideNav div.sideNac_r div.down span {
  display: inline-block;
  width: 66px;
  height: 100%;
  background-color: #e71a0f;
  position: relative;
  cursor: pointer;
}
header ul.nav_right li.sideNav div.sideNac_r div.down span::after,
header ul.nav_right li.sideNav div.sideNac_r div.down span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
}
header ul.nav_right li.sideNav div.sideNac_r div.down span::after {
  transform: rotate(-45deg);
}
header ul.nav_right li.sideNav div.sideNac_r dl.nav_open {
  display: none;
}
header ul.nav_right li.sideNav div.sideNac_r dl.nav_open dd {
  padding: 0;
  margin: 0;
  line-height: 1.6;
}
header ul.nav_right li.sideNav div.sideNac_r dl.nav_open dd a {
  display: block;
  font-size: 18px;
  color: #2e2e2e;
}
header ul.nav_right li.sideNav div.sideNac_r dl.dl {
  margin-top: -66px;
}
header ul.nav_right li.sideNav div.sideNac_r dl.dl dt {
  height: 66px;
  line-height: 66px;
  font-size: 24px;
  color: #e71a0f;
}
header ul.nav_right li.sideNav div.sideNac_r dl.dl dd {
  line-height: 1.2;
  margin-top: 20px;
}
header ul.nav_right li.sideNav div.sideNac_r dl.dl dd a {
  color: #2e2e2e;
}
header ul.nav_right li.sideNav div.sideNac_r dl.dl dd.contact {
  margin-top: 25%;
}
header ul.nav_right li.sideNav div.sideNac_r dl.dl dd.contact div.icon i {
  color: #aaa;
  font-size: 32px;
}
header ul.nav_right li.sideNav div.sideNac_r dl.dl dd.Applets p {
  font-size: 14px;
  color: #aaa;
  line-height: 1.6;
}
header ul.nav_right li.sideNav div.sideNac_r dl.dl dd.Applets figure {
  display: inline-block;
  width: 130px;
  height: 130px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
}
header ul.nav_right li.sideNav div.sideNac_r dl.dl dd.phone_tel p.tel {
  margin-top: 20px;
}
header ul.nav_right li.sideNav div.sideNac_r dl.dl dd.phone_tel p.tel a {
  font-size: 24px;
  color: #e71a0f;
}
header ul.nav_right li.sideNav div.mask {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
header ul.nav_right li.sideNav_on div.btn i {
  background: transparent;
}
header ul.nav_right li.sideNav_on div.btn i::after,
header ul.nav_right li.sideNav_on div.btn i::before {
  top: 0;
  transform: rotate(45deg);
}
header ul.nav_right li.sideNav_on div.btn i::after {
  transform: rotate(-45deg);
}
#Home_fullpage div.home_ban {
  position: relative;
}
#Home_fullpage div.home_ban .item div.txt {
  position: absolute;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  display: table;
}
#Home_fullpage div.home_ban .item div.txt h4.h4 {
  position: relative;
  max-width:900px;
  font-size: 3rem;
  letter-spacing: 15px;
  padding-top: 80px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#Home_fullpage div.home_ban .item div.txt h4.h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  height: 7px;
  background-color: #e71a0f;
  z-index: -1;
}
#Home_fullpage div.home_ban .item div.txt p.p {
  max-width:900px;
  max-height: 155px;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 5px;
  margin-top: 10px;
  overflow: hidden;
}
#Home_fullpage div.home_ban .home_ban_Sliding {
  position: absolute;
  left: 50%;
  bottom: 6%;
  z-index: 99;
  width: 17px;
  height: 211px;
  margin-left: -13.5px;
}
#Home_fullpage div.section {
  background-size: cover;
}
#Home_fullpage .section-txt {
  color: #fff;
}
#Home_fullpage .section-txt h4.h4 {
  font-size: 48px;
  font-weight: inherit;
}
#Home_fullpage .section-txt p.p {
  line-height: 1.8;
  font-size: 14px;
  color: #fff;
  padding-right: 30%;
}
#Home_fullpage .section-txt a.more {
  display: block;
  font-size: 16px;
  color: #e71a0f;
  margin-top: 40px;
  margin-bottom: 60px;
}

#Home_fullpage .home_page2 .section-content .section-nav-box {
  height: 300px;
  background-color: #fff;
}
#Home_fullpage .home_page2 .section-content .section-nav-box ul.ul {
  float: left;
}
#Home_fullpage .home_page2 .section-content .section-nav-box .section-nav-list-tit {
  width: 18.3%;
  overflow: hidden;
}
#Home_fullpage .home_page2 .section-content .section-nav-box .section-nav-list-tit li {
  height: 50px;
  line-height: 50px;
  background-color: #def4ff;
  padding-left: 14%;
}
#Home_fullpage .home_page2 .section-content .section-nav-box .section-nav-list-tit li a {
  display: block;
}
#Home_fullpage .home_page2 .section-content .section-nav-box .section-nav-list-tit li.on {
  position: relative;
  background-color: #fff;
  border-left: #DB2B3B solid 2px;
  -webkit-box-shadow: 0 3px 10px rgba(160, 160, 160, 0.5);
  -moz-box-shadow: 0 3px 10px rgba(160, 160, 160, 0.5);
  box-shadow: 0 3px 10px rgba(160, 160, 160, 0.5);
}
#Home_fullpage .home_page2 .section-content .section-nav-box .section-nav-list-cont {
  width: 81.7%;
}
#Home_fullpage .home_page2 .section-content .section-nav-box .section-nav-list-cont li {
  display: none;
  height: 300px;
}
#Home_fullpage .home_page2 .section-content .section-nav-box .section-nav-list-cont li.on {
  display: block;
}
#Home_fullpage .home_page2 .section-content .section-nav-box .section-nav-list-cont li div.des {
  float: left;
  width: 34.2%;
  height: 100%;
  padding: 55px 3% 0;
  color: #2e2e2e;
}
#Home_fullpage .home_page2 .section-content .section-nav-box .section-nav-list-cont li div.des h4.h4 {
  font-size: 30px;
  font-weight: inherit;
}
#Home_fullpage .home_page2 .section-content .section-nav-box .section-nav-list-cont li div.des p.p {
  font-size: 14px;
  line-height: 1.6;
}
#Home_fullpage .home_page2 .section-content .section-nav-box .section-nav-list-cont li div.des a.more {
  display: block;
  font-size: 14px;
  margin-top: 30px;
  color: #e71a0f;
}
#Home_fullpage .home_page2 .section-content .section-nav-box .section-nav-list-cont li div.des a.more i.iconfont {
  margin-right: 5px;
}
#Home_fullpage .home_page2 .section-content .section-nav-box .section-nav-list-cont li dl.lists {
  float: left;
  width: 65.8%;
  height: 100%;
  background-color: #e71a0f;
  padding: 25px 10px;
}
#Home_fullpage .home_page2 .section-content .section-nav-box .section-nav-list-cont li dl.lists dd {
  float: left;
  width: 33.3333%;
  padding: 5px 10px;
}
#Home_fullpage .home_page2 .section-content .section-nav-box .section-nav-list-cont li dl.lists dd a {
  display: block;
  height: 74px;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 16px 0;
  color: #fff;
  position: relative;
}
#Home_fullpage .home_page2 .section-content .section-nav-box .section-nav-list-cont li dl.lists dd a p.p {
  width: 65%;
}
#Home_fullpage .home_page2 .section-content .section-nav-box .section-nav-list-cont li dl.lists dd a i.iconfont {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 24px;
  line-height: 1;
}
#Home_fullpage .home_page3 .plan-content {
  text-align: center;
  font-size: 0;
}
#Home_fullpage .home_page3 .plan-content li {
  display: inline-block;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 1px solid #6092b8;
  margin: 5px 15px;
  padding: 8px;
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
#Home_fullpage .home_page3 .plan-content li figure {
  display: table;
  width: 100%;
  height: 100%;
}
#Home_fullpage .home_page3 .plan-content li figure div.table {
  display: table-cell;
  vertical-align: middle;
}
#Home_fullpage .home_page3 .plan-content li figure div.table img {
  width: 36px;
}
#Home_fullpage .home_page3 .plan-content li figure div.table p.p {
  font-size: 18px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width:150px;
}
#Home_fullpage .home_page4 .standBy-content {
  height: 300px;
}
#Home_fullpage .home_page4 .standBy-content .standBy-left {
  float: left;
  width: 44%;
}
#Home_fullpage .home_page4 .standBy-content .standBy-left .stand-top {
  height: 150px;
  background-size: cover;
}
#Home_fullpage .home_page4 .standBy-content .standBy-left .stand-bottom {
  height: 150px;
}
#Home_fullpage .home_page4 .standBy-content .standBy-left .stand-bottom .stand-bottom-left,
#Home_fullpage .home_page4 .standBy-content .standBy-left .stand-bottom .stand-bottom-right {
  float: left;
  width: 50%;
  height: 100%;
  background-size: cover;
}
#Home_fullpage .home_page4 .standBy-content .standBy-right {
  float: right;
  width: 56%;
}
#Home_fullpage .home_page4 .standBy-content .standBy-right .stand-left {
  float: left;
  width: 50%;
  height: 300px;
  background-size: cover;
}
#Home_fullpage .home_page4 .standBy-content .standBy-right .stand-right {
  float: left;
  width: 50%;
  height: 300px;
}
#Home_fullpage .home_page4 .standBy-content .standBy-right .stand-right .stand-right-top,
#Home_fullpage .home_page4 .standBy-content .standBy-right .stand-right .stand-right-bottom {
  height: 150px;
  background-size: cover;
}
#Home_fullpage .home_page4 .standBy-content div.txt {
  position: relative;
  font-size: 30px;
}
#Home_fullpage .home_page4 .standBy-content div.txt a {
  position: relative;
  z-index: 9;
  display: block;
  height: 100%;
  color: #fff;
  padding: 20px;
}
#Home_fullpage .home_page4 .standBy-content div.txt a i.iconfont {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 40px;
  line-height: 1;
}
#Home_fullpage .home_page4 .standBy-content div.txt::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
#Home_fullpage .home_page4 .standBy-content div.txt:hover::after {
  background-color: rgba(224, 33, 24, 0.8);
}
#Home_fullpage .home_page5 .new-content .new-con-left,
#Home_fullpage .home_page5 .new-content .new-con-img {
  float: left;
  width: 50%;
  height: 310px;
}
#Home_fullpage .home_page5 .new-content .new-con-left {
  padding: 15px 3.4%;
  background-color: #fff;
}
#Home_fullpage .home_page5 .new-content .new-con-left .new-con-tit {
  border-bottom: 1px solid #ddd;
  font-size: 0;
}
#Home_fullpage .home_page5 .new-content .new-con-left .new-con-tit a {
  display: inline-block;
  height: 100%;
  font-size: 24px;
  color: #2e2e2e;
}
#Home_fullpage .home_page5 .new-content .new-con-left .new-con-tit a.on {
  border-bottom: 2px solid #2e2e2e;
}
#Home_fullpage .home_page5 .new-content .new-con-left .new-con-tit a + a {
  margin-left: 35px;
}
#Home_fullpage .home_page5 .new-content .new-con-left .new-con-content .new-con-list {
  display: none;
}
#Home_fullpage .home_page5 .new-content .new-con-left .new-con-content .new-con-list.on {
  display: block;
}
#Home_fullpage .home_page5 .new-content .new-con-left .new-con-content .new-con-list ul.ul {
  padding: 20px 0;
}
#Home_fullpage .home_page5 .new-content .new-con-left .new-con-content .new-con-list ul.ul li {
  height: 50px;
  line-height: 50px;
  font-size: 0;
}
#Home_fullpage .home_page5 .new-content .new-con-left .new-con-content .new-con-list ul.ul li + li {
  margin-top: 10px;
}
#Home_fullpage .home_page5 .new-content .new-con-left .new-con-content .new-con-list ul.ul li time {
  display: inline-block;
  width: 50px;
  height: 100%;
  background-color: #e71a0f;
  border-radius: 8px 0;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  padding-top: 6px;
  vertical-align: middle;
  font-size: 16px;
}
#Home_fullpage .home_page5 .new-content .new-con-left .new-con-content .new-con-list ul.ul li time span {
  display: block;
  font-size: 12px;
}
#Home_fullpage .home_page5 .new-content .new-con-left .new-con-content .new-con-list ul.ul li a {
  display: inline-block;
  width: calc(100% - 50px);
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  padding-left: 15px;
}
#Home_fullpage .home_page5 .new-content .new-con-left .new-con-content a.more {
  color: #e71a0f;
}
#Home_fullpage .home_page5 .new-content .new-con-left .new-con-content a.more i.iconfont {
  margin-right: 5px;
}
#Home_fullpage .home_page5 .new-content .new-con-img .new-img {
  display: none;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#Home_fullpage .home_page5 .new-content .new-con-img .new-img.on {
  display: block;
}
.home_page6 .about-content {
  height: 285px;
  border-top: 5px solid #e71a0f;
  background-color: #6d92ba;
  font-size: 0;
}
.home_page6 .about-content .about-con-list {
  display: inline-block;
  width: 25%;
  height: 100%;
  padding: 40px 32px 0;
  text-align: center;
  color: #fff;
  vertical-align: top;
}
.home_page6 .about-content .about-con-list figure {
  display: inline-block;
  width: 100px;
  height: 100px;
  border: 1px solid #e71a0f;
  border-radius: 50%;
}
.home_page6 .about-content .about-con-list figure img {
  margin-top: 28px;
}
.home_page6 .about-content .about-con-list h4.h4 {
  font-size: 24px;
  font-weight: inherit;
  padding-top: 10px;
}
.home_page6 .about-content .about-con-list p.p {
  font-size: 14px;
  line-height: 1.6;
}
footer.footerbg {
  background-color: #def4ff;
}
footer .bomTop {
  padding-top: 55px;
  padding-bottom: 20px;
}
footer .bomTop .bomnav {
  float: left;
}
footer .bomTop .bomnav dl.dl {
  float: left;
  width: 160px;
}
footer .bomTop .bomnav dl.dl dt {
  font-size: 18px;
  margin-bottom: 25px;
}
footer .bomTop .bomnav dl.dl dd {
  margin-bottom: 15px;
}
footer .bomTop .bomnav dl.dl dd a {
  font-size: 14px;
  color: #2e2e2e;
}
footer .bomTop .bomcode {
  float: left;
}
footer .bomTop .bomcode figure {
  display: inline-block;
  width: 160px;
  height: 160px;
  padding: 14px;
  border: 1px solid #ddd;
}
footer .bomTop .bomcode p.p {
  font-size: 14px;
  color: #e71a0f;
  margin-top: 10px;
  text-align: center;
}
footer .bomBom {
  height: 60px;
  line-height: 60px;
  border-top: 1px solid #ddd;
}
footer .bomBom p.p {
  float: left;
  font-size: 14px;
}
footer .bomBom .atnav {
  float: right;
  font-size: 0;
}
footer .bomBom .atnav li {
  display: inline-block;
}
footer .bomBom .atnav li a {
  display: block;
  line-height: 1;
  padding: 0 10px;
  font-size: 13px;
}
footer .bomBom .atnav li + li a {
  border-left: 1px solid #2e2e2e;
}
.download_center {
  padding-top: 30px;
}
.download_center ul.ul li {
  height: 56px;
  line-height: 56px;
  border-bottom: 1px solid #ddd;
}
.download_center ul.ul li p.p {
  float: left;
  width: calc(100% - 85px);
  padding-right: 10px;
}
.download_center ul.ul li a {
  float: right;
  width: 85px;
  height: 56px;
}
.download_center ul.ul li a i.iconfont {
  margin-right: 5px;
}
.download_center ul.ul li:hover p.p,
.download_center ul.ul li:hover a {
  color: #e71a0f;
}
.newsTop {
  background: #f9f9f9;
  height: 440px;
  margin-bottom: 30px;
  margin-top: 60px;
}
.newsTop .slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.newsTop .slick-slider .slick-track,
.newsTop .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.newsTop .slick-slider .slick-list {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
}
.newsTop .slick-slider .slick-list:focus {
  outline: none;
}
.newsTop .slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.newsTop .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.newsTop .slick-track:before.newsTop .slick-track:after {
  display: table;
  content: '';
}
.newsTop .slick-track:after {
  clear: both;
}
.newsTop .slick-loading .slick-track {
  visibility: hidden;
}
.newsTop .slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}
.newsTop .slick-slide .slick-loading img {
  display: none;
}
.newsTop .slick-slide .dragging img {
  pointer-events: none;
}
.newsTop [dir='rtl'] .slick-slide {
  float: right;
}
.newsTop .slick-initialized .slick-slide {
  display: block;
}
.newsTop .slick-loading .slick-slide {
  visibility: hidden;
}
.newsTop .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.newsTop .slick-arrow .slick-hidden {
  display: none;
}
.newsTop .slider-img .slick-arrow {
  z-index: 10;
  border: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  margin-top: -44px;
  width: 66px;
  height: 88px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.8);
}
.newsTop .slider-img .slick-prev {
  left: 0;
}
.newsTop .slider-img .slick-next {
  right: 0;
}
.newsTop .slider-img .slick-arrow::before {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -8px;
  border-top: 2px solid #e71a0f;
  border-right: 2px solid #e71a0f;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.newsTop .slider-img .slick-prev::before {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-left: -4px;
}
.newsTop .slider-for .slick-dots {
  overflow: hidden;
  position: absolute;
  right: 10%;
  bottom: 1%;
}
.newsTop .slider-for .slick-dots > * {
  float: left;
  font-family: Helvetica, Arial, sans-serif;
}
.newsTop .slider-for .slick-dots li {
  display: none;
}
.newsTop .slider-for .slick-dots li a {
  font-size: 18px;
  color: #e71a0f;
}
.newsTop .slider-for .slick-dots li.slick-active {
  display: block;
}
.newsTop .slider-for .slick-dots ol {
  color: #393f4f;
  font-size: 18px;
}
.newsTop .imgBox {
  width: 58%;
  float: left;
}
.newsTop .slider-for {
  float: right;
  width: 42%;
  height: 437px;
  padding: 2% 3% 0 5%;
}
.newsTop .slider-for li time {
  font-size: 15px;
  color: #393f4f;
  line-height: 24px;
  display: block;
  margin-bottom: 3%;
}
.newsTop .slider-for li h2 {
  font-size: 18px;
  color: #e71a0f;
  height: 48px;
  line-height: 24px;
  margin-bottom: 8%;
  overflow: hidden;
}
.newsTop .slider-for li p {
  font-size: 15px;
  color: #767676;
  height: 144px;
  line-height: 24px;
  margin-bottom: 15%;
}
.newsTop .more {
  color: #e71a0f;
}
.newLists ul.ul li {
  float: left;
  width: 50%;
  height: 90px;
  line-height: 90px;
  border-bottom: 1px solid #ddd;
  font-size: 0;
}
.newLists ul.ul li time {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 1.6;
  background-color: #2e2e2e;
  color: #fff;
  text-align: center;
  border-radius: 8px 0;
  padding-top: 4px;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 16px;
}
.newLists ul.ul li time span {
  display: block;
  font-size: 12px;
}
.newLists ul.ul li a {
  display: inline-block;
  width: calc(100% - 70px);
  font-size: 16px;
  vertical-align: middle;
}
.news_info {
  padding: 60px 5% 0;
}
.news_info .news_info_txt p.p {
  font-size: 14px;
  margin-bottom: 30px;
}
.about_bg,
.about_Hig {
  padding: 90px 0;
  color: #fff;
  text-align: center;
}
.about_bg h4.h4,
.about_Hig h4.h4 {
  font-size: 24px;
}
.about_bg .line,
.about_Hig .line {
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #e71a0f;
  margin: 25px 0;
}
.about_bg .info,
.about_Hig .info {
  height: 140px;
}
.about_Hig {
  color: #2e2e2e;
  background-color: #f5f5f5;
}
.map_content {
  padding-bottom: 60px;
}
.map_content .map {
  background-color: #f5f5f5;
}
.map_content .map #map {
  float: left;
  width: 60%;
  height: 340px;
  border: 1px solid #ddd;
}
.map_content .map .map_info {
  float: left;
  width: 40%;
  height: 340px;
  padding: 65px 105px 0 60px;
}
.map_content .map .map_info td.icon {
  width: 36px;
}
.map_content .map .map_info td i.iconfont {
  font-size: 22px;
  line-height: 1;
}
.map_content .map .map_info table {
  border-spacing: 0 10px;
  font-size: 15px;
}
.sideSuspension {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 9999;
  margin-top: -224px;
  width: 80px;
}
.sideSuspension ul.ul {
  background-color: #fff;
}
.sideSuspension ul.ul li {
  width: 100%;
  height: 90px;
  text-align: center;
  position: relative;
}
.sideSuspension ul.ul li a {
  display: block;
  height: 100%;
  padding-top: 20px;
  border: 1px solid #ddd;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.sideSuspension ul.ul li a i.iconfont {
  font-size: 26px;
  line-height: 1;
}
.sideSuspension ul.ul li a p.p {
  font-size: 14px;
  padding-top: 5px;
}
.sideSuspension ul.ul li:hover a {
  color: #fff;
  background-color: #e71a0f;
  border-color: #e71a0f;
}
.sideSuspension ul.ul li div.info {
  position: absolute;
  top: 0;
  transition: all .3s;
  transform: scale(0);
  transform-origin: top right;
}
.sideSuspension ul.ul li div.infoWX {
  left: -185px;
  width: 185px;
  padding: 20px 20px 0 20px;
  background-color: #e71a0f;
}
.sideSuspension ul.ul li div.infoWX img {
  width: 100%;
}
.sideSuspension ul.ul li div.infoWX p.p {
  height: 58px;
  line-height: 58px;
  color: #fff;
}
.sideSuspension ul.ul li div.infoiphone {
  left: -200px;
  width: 200px;
  line-height: 90px;
  color: #fff;
  background-color: #e71a0f;
}
.sideSuspension ul.ul li:hover div.info {
  transform: scale(1);
}
.sideSuspension ul.ul li i.icon img{ display:block; width:32px; height:32px; text-align:center;  margin: 0 auto;}
.sideSuspension ul.ul li i.icon .img_hover{ display:none;}
.sideSuspension ul.ul li:hover i.icon .img_hover{ display:block;}
.sideSuspension ul.ul li:hover  i.icon .img{ display:none;}
#iconDiv1 .Lelem{ display:none;}
.Leave_Bullet_Mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.Leave_Bullet {
  display: none;
  position: fixed;
  left: 25%;
  top: 15%;
  z-index: 999999;
  margin: auto;
  width: 50%;
  background-color: #fff;
  border: 1px solid #73a1bf;
  padding: 0 5% 55px;
  font-size: 15px;
}
.Leave_Bullet i.gb {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 17px;
  height: 17px;
  background: url(../images/Bullet_gb.png) no-repeat center / cover;
  cursor: pointer;
  transition: all .3s;
}
.Leave_Bullet i.gb:hover {
  transform: rotate(180deg);
}
.Leave_Bullet h4.h4 {
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 20px;
  font-weight: inherit;
}
.Leave_Bullet .input_2 .item {
  float: left;
  width: 47%;
}
.Leave_Bullet .input_2 .item input {
  width: 100%;
  height: 54px;
  padding: 0 10px;
  background-color: #ebf0f4;
}
.Leave_Bullet .input_2 .item input[type=text]:focus,
.Leave_Bullet .input_2 .item select:focus {
  border: 1px solid #faa50a;
  outline: none;
}
.Leave_Bullet .input_2 .item + .item {
  margin-left: 6%;
}
.Leave_Bullet .textarea textarea {
  width: 100%;
  height: 145px;
  background-color: #ebf0f4;
  padding: 10px;
}
.Leave_Bullet .textarea textarea:focus,
.Leave_Bullet .textarea select:focus {
  border: 1px solid #faa50a;
  outline: none;
}
.Leave_Bullet .submit {
  display: block;
  width: 120px;
  height: 46px;
  line-height: 46px;
  margin: 35px auto 0;
  text-align: center;
  background-color: #e71a0f;
  color: #fff;
}
.Leave_Bullet p.p {
  height: 44px;
  line-height: 44px;
}

.TextList000746 .auto_1200{max-width:1200px;margin:0 auto;overflow:hidden}
.TextList000746 .ul li{width:100%;position:relative;padding:10px 0;padding-left:35px}
.TextList000746 .ul li:after{content:"";display:inline-block;width:10px;height:10px;border-left:2px solid #393f4f;border-bottom:2px solid #393f4f;transform:rotate(40deg);position:absolute;left:20px;top:50%;margin-top:-5px}
.TextList000746 .ul li a{display:block;overflow:hidden}
.TextList000746 .ul li a p{width:70%;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:25px}
.TextList000746 .ul li a time{float:left;width:20%;text-align:center;line-height:25px}
.PageBox .Pages{text-align:center;padding:30px 0}
.PageBox .Pages a{display:inline-block;margin:0 5px;padding:3px 13px;border-radius:5px;border:1px solid #393f4f;font-style:normal}
.PageBox .Pages a.a_cur{background-color:#faa50a;color:#fff;border-color:transparent}