* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  color: #333;
  background-color: #fff;
}
/* 容器样式 */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
/* 标题样式 */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.75em;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-size: 1em;
}
/* 链接样式 */
a {
  color: #333;
  text-decoration: none;
  display: block;
}
a:hover {
  color: #008fd7;
  text-decoration: none;
}
/* 列表样式 */
ul,
ol {
  list-style: none;
}
/* 按钮样式 */
button,
.btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1em;
  color: #fff;
  background-color: #008fd7;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
button:hover,
.btn:hover {
  background-color: #008fd7;
}
/* 图片样式 */
img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* 表格样式 */
table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}
th,
td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
th {
  background-color: #f4f4f4;
}
/* 表单样式 */
input,
textarea,
select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
input[type="submit"] {
  background-color: #008fd7;
  color: #fff;
  border: none;
  cursor: pointer;
}
input[type="submit"]:hover {
  background-color: #008fd7;
}
/* 代码块样式 */
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #00b9ef;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  color: #fff;
  background: #00b9ef;
  padding: 5px 15px;
  border-radius: 5px;
}
#header header {
  display: block;
  width: 100%;
  height: 72px;
  z-index: 2;
  position: fixed;
  background: #fff;
  left: 0;
  top: 0;
  transition: all 0.2s linear;
  border-bottom: 1px solid #194ac3;
  -webkit-transition: all 0.2s linear;
}
#header header .header-con {
  display: block;
  width: 80%;
  height: 72px;
  margin: 0px auto;
  position: relative;
  z-index: 2;
}
#header header .header-con .img {
  display: block;
  height: 46px;
  width: 180px;
  position: absolute;
  left: 0px;
  top: 12px;
}
#header header .header-con .img img {
  height: 100%;
  transition: all 0.3s linear;
  position: absolute;
  left: 0;
  top: 0;
}
#header header .header-con .menu_list {
  display: block;
  height: 72px;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s linear;
  transform: translate(0px, 0);
}
#header header .header-con .menu_list .menu_item {
  display: inline-block;
  height: 72px;
  float: left;
  margin-left: 72px;
  position: relative;
}
#header header .header-con .menu_list .menu_item .txt {
  display: block;
  height: 72px;
  line-height: 72px;
  font-size: 16px;
  color: #363939;
  font-weight: bold;
  opacity: 0.95;
  -webkit-transition: color 0.3s linear;
  position: relative;
  z-index: 2;
}
#header header .header-con .menu_list .menu_item .txt::after {
  display: block;
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 19px;
  left: 0px;
  background: #194ac3;
  opacity: 0;
  -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transform-origin: 50% 0%;
  transform: scale(0.01, 1);
}
#header header .header-con .menu_list .menu_item .sub_list {
  display: none;
  position: absolute;
  width: 160px;
  left: 50%;
  margin-left: -80px;
  text-align: center;
  z-index: 2;
}
#header header .header-con .menu_list .menu_item .sub_list a {
  display: block;
  font-size: 16px;
  color: #2b2e2e;
  opacity: 0.7;
  padding: 13px 0;
}
#header header .header-con .menu_list .menu_item:hover .txt::after {
  opacity: 1;
  transform: scale(1, 1);
}
#header header .bg_hover {
  display: none;
  width: 100%;
  height: 445px;
  background: #ffffff;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-animation: a_bg_hover_show 0.2s ease-out both;
  -webkit-transform-origin: 50% 0%;
}
#header .m_header {
  display: none;
  width: 100%;
  height: 72px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
#header .m_header .img {
  display: block;
  height: 36px;
}
#header .m_header .img img {
  height: 100%;
}
#header .m_header .menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  width: 35px;
}
#header .m_header .menu span {
  display: block;
  width: 100%;
  height: 3px;
  margin: 5px 0;
  background-color: #fff;
  transition: all 0.3s;
}
#header .m_header .active span:nth-child(1) {
  transform: rotate(45deg) translateX(27%);
}
#header .m_header .active span:nth-child(2) {
  display: none;
}
#header .m_header .active span:nth-child(3) {
  transform: rotate(-45deg) translateX(27%);
}
#header .m_header .sub_list {
  display: none;
  position: absolute;
  top: 72px;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 20px;
}
#header .m_header .sub_list li a {
  color: #333;
  padding: 10px 0;
}
.footer {
  width: 100%;
  height: 480px;
  background: #fbfbfb;
  position: relative;
  z-index: 1;
}
.footer .footer_con {
  width: 1200px;
  margin: 0px auto;
  height: 480px;
  position: relative;
}
.footer .footer_con .focus_us {
  display: block;
  height: 85px;
  width: 100%;
  border-bottom: 1px solid #f2f3f5;
  padding-top: 33px;
  margin-bottom: 40px;
}
.footer .footer_con .focus_us h3 {
  display: block;
  font-size: 20px;
  color: #5f6464;
  font-weight: normal;
  margin-bottom: 30px;
  float: left;
  margin-right: 33px;
}
.footer .footer_con .focus_us li {
  display: inline-block;
  float: left;
  margin-right: 28px;
}
.footer .footer_con .focus_us li i {
  display: block;
  height: 28px;
  width: 28px;
  background: url(../images/icon_wechat.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  transition: background 0.2s ease-in-out;
}
.footer .footer_con .focus_us li img {
  width: 176px;
  position: absolute;
  left: 0;
  top: 67px;
  z-index: 2;
  display: block;
  opacity: 0;
  transition: opacity 0.2s linear;
  pointer-events: none;
}
.footer .footer_con .focus_us li svg path {
  transition: all 0.3s;
}
.footer .footer_con .focus_us li:hover img {
  opacity: 1;
}
.footer .footer_con .lianxidizhi {
  color: #333333;
  padding-top: 55px;
  font-size: 16px;
  line-height: 36px;
}
.footer .footer_con .lianxidizhi ul li {
  margin-right: 30px;
  float: left;
}
.footer .footer_con .lianxidizhi ul li h2 {
  font-size: 18px;
}
.footer .footer_con .logo_tencent {
  display: block;
  height: 28px;
  width: 212px;
  position: absolute;
  right: 75px;
  top: 46%;
  margin-top: -21px;
}
.footer .footer_con .logo_tencent img {
  width: 100%;
}
.footer .footer_con .footer_area {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 51px;
  left: 0px;
}

.footer .footer_con .footer_area p {
  font-size: 14px;
  color: #5f6464;
  text-align: center;
}
.footer .footer_con .footer_area p a{
    display: inline;
    
}
.banner {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .banner_bg {
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
  background: url(../images/xinbanner.jpg) no-repeat center center;
}
.banner .banner_txt {
  display: block;
  height: 140px;
  position: absolute;
  left: 50%;
  top: 50%;
  line-height: 70px;
  margin-top: -70px;
  z-index: 2;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  letter-spacing: 18px;
  opacity: 1;
}
.banner .banner_txt .txtbox {
  display: inline-table;
}
.banner .banner_txt .txtbox .rtxt {
  display: inline-block;
  color: #fff;
  font-size: 54px;
}
.index_about .descript_area {
  display: block;
  width: 100%;
}
.index_about .descript_area .dabiaoti {
  text-align: center;
  font-size: 35px;
  color: #333333;
  margin-bottom: 25px;
}
.index_about .descript_area .txt {
  font-size: 22px;
  line-height: 36px;
  padding: 0px 10% 30px;
  text-align: center;
  color: #5f6464;
}
.index_about .details_area {
  display: block;
  width: 100%;
}
.index_about .details_area .details_con {
  display: block;
  width: 1240px;
  height: 250px;
  margin: 0px auto;
}
.index_about .details_area .details_con .detail_list {
  display: block;
  height: 250px;
}
.index_about .details_area .details_con .detail_list li {
  display: inline-block;
  float: left;
  height: 100%;
  width: 400px;
  text-align: center;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}
.index_about .details_area .details_con .detail_list li a {
  display: block;
  height: 100%;
  width: 100%;
}
.index_about .details_area .details_con .detail_list li a p {
  display: block;
  float: left;
  font-size: 30px;
  height: 40px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  z-index: 3;
  color: #ffffff;
  transform: translate(-50%, 0px);
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition: width 1s linear;
}
.index_about .details_area .details_con .detail_list li a p::after {
  content: " ";
  width: 0px;
  height: 2px;
  bottom: -2px;
  left: 0px;
  position: absolute;
  opacity: 0;
  background: #ffffff;
  transition: 1s linear;
}
.index_about .details_area .details_con .detail_list li a img {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  transform: scale(1);
  transition: transform 0.5s ease-out;
}
.index_about .details_area .details_con .detail_list li::after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  opacity: 0;
  background: rgba(0, 82, 217, 0.7);
  transition: opacity 0.3s ease-out;
}
.index_about .details_area .details_con .detail_list li:hover p::after {
  width: 100%;
  opacity: 1;
}
.index_about .details_area .details_con .detail_list li:hover img {
  transform: scale(1.2);
}
.index_about .details_area .details_con .detail_list li:hover::after {
  opacity: 1;
}
.index_about .details_area .details_con .detail_list li:last-child {
  margin-right: 0;
}
.index_product {
  width: 100%;
}
.index_product .dabiaoti {
  margin-bottom: 30px;
  text-align: center;
  font-size: 35px;
  color: #333333;
}
.index_product .link_area {
  display: block;
  width: 100%;
  height: 500px;
  background: #3f4143;
}
.index_product .link_area .slideTxtBox {
  display: block;
  width: 1440px;
  height: 100%;
  margin: 0px auto;
}
.index_product .link_area .slideTxtBox .hd {
  display: block;
  width: 36%;
  height: 100%;
  float: left;
}
.index_product .link_area .slideTxtBox .hd ul {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.index_product .link_area .slideTxtBox .hd ul li {
  height: 33.33%;
  width: 100%;
  opacity: 0.4;
  position: relative;
}
.index_product .link_area .slideTxtBox .hd ul li a {
  display: block;
  height: 100%;
  width: 100%;
}
.index_product .link_area .slideTxtBox .hd ul li a h3 {
  display: block;
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  left: 50%;
  margin-left: -32%;
  top: 50%;
  margin-top: -4.9%;
  font-family: 微软雅黑;
  right: 32px;
  width: 190px;
  text-align: left;
  transition: margin-left 0.3s ease-out;
}
.index_product .link_area .slideTxtBox .hd ul li a h3::after {
  display: block;
  content: "";
  height: 70px;
  width: 6px;
  position: absolute;
  left: 50%;
  margin-left: -62%;
  top: 18%;
  opacity: 0;
  transform: translate(-20px, 0px);
  background: #1e52d8;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.index_product .link_area .slideTxtBox .hd ul li a i {
  display: block;
  height: 16px;
  width: 54px;
  position: absolute;
  left: 50%;
  margin-left: -32%;
  top: 50%;
  margin-top: 8.8%;
  opacity: 0;
  background: url(../images/icon_arrow_r_white.png) 0px 0px / 100% 100% no-repeat;
  transition: margin-left 0.3s ease-out, opacity 0.3s ease-out;
}
.index_product .link_area .slideTxtBox .hd ul li.on {
  opacity: 1;
}
.index_product .link_area .slideTxtBox .hd ul li.on a h3 {
  margin-left: -28%;
}
.index_product .link_area .slideTxtBox .hd ul li.on a h3::after {
  opacity: 1;
}
.index_product .link_area .slideTxtBox .hd ul li.on a i {
  opacity: 1;
  margin-left: -28.5%;
}
.index_product .link_area .slideTxtBox .bd {
  display: block;
  width: 64%;
  height: 100%;
  margin-left: 36%;
  overflow: hidden;
}
.index_product .link_area .slideTxtBox .bd .con {
  width: 100%;
  height: 100%;
  display: block;
}
.index_product .link_area .slideTxtBox .bd .con ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.index_product .link_area .slideTxtBox .bd .con ul li {
  width: 49%;
  display: block;
  float: left;
  height: 50%;
  background-size: cover!important;
  overflow: hidden;
}
.index_product .link_area .slideTxtBox .bd .con ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.index_product .link_area .slideTxtBox .bd .con ul li a .script {
  display: block;
  width: 100%;
  height: 80%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  transition: height 0.3s ease-out;
}
.index_product .link_area .slideTxtBox .bd .con ul li a .script h4 {
  display: block;
  margin-left: 43px;
  margin-top: 119px;
  font-size: 24px;
  color: #ffffff;
  font-family: TencentSansw7;
  transition: margin-top 0.3s ease-out;
}
.index_product .link_area .slideTxtBox .bd .con ul li a .script p {
  display: block;
  margin-left: 43px;
  margin-top: 9px;
  line-height: 1.8;
  font-size: 16px;
  color: #ffffff;
  opacity: 0;
  transform: translate(0px, 15px);
  font-family: TencentSansw3;
  margin-right: 43px;
  transition: opacity 0.3s ease-out;
}
.index_product .link_area .slideTxtBox .bd .con ul li a .script i {
  display: block;
  height: 14px;
  width: 31px;
  position: absolute;
  right: 31px;
  top: 130px;
  opacity: 0;
  background: url(../images/icon_arrow_r_s.png) 0px 0px / 100% 100% no-repeat;
  transition: 0.3s ease-out;
}
.index_product .link_area .slideTxtBox .bd .con ul li:hover a .script {
  height: 100%;
}
.index_product .link_area .slideTxtBox .bd .con ul li:hover a .script p {
  opacity: 1;
}
.index_product .link_area .slideTxtBox .bd .con ul li:hover a .script i {
  opacity: 1;
  right: 21px;
}
.index_product .link_area .index_product_list {
  display: none;
  width: 100%;
}
.index_product .link_area .index_product_list ul {
  display: block;
  height: 100%;
}
.index_product .link_area .index_product_list ul li {
  display: block;
  height: 240px;
  width: 100%;
  background-size: cover;
  margin: 12px auto 0;
  opacity: 1;
  margin-top: 20px;
  position: relative;
}
.index_product .link_area .index_product_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.index_product .link_area .index_product_list ul li a .script {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  transition: height 0.3s ease-out;
}
.index_product .link_area .index_product_list ul li a .script h4 {
  color: #fff;
  position: absolute;
  display: block;
  margin-left: 0px;
  font-size: 24px;
  left: 32px;
  margin-top: 0px;
  top: auto;
  bottom: 76px;
  right: 32px;
}
.index_product .link_area .index_product_list ul li a .script p {
  display: block;
  color: #fff;
  position: absolute;
  transition: margin-left 0.3s ease-out;
  right: 30px;
  left: 32px;
  top: auto;
  bottom: 32px;
  font-size: 14px;
  margin-top: 9%;
  margin-left: 0px;
}
.index_service .dabiaoti {
  text-align: center;
  font-size: 35px;
  color: #333;
  margin-bottom: 30px;
}
.index_service .resp_area {
  display: block;
  width: 1280px;
  height: 620px;
  margin: 0px auto;
  position: relative;
}
.index_service .resp_area .resp_details {
  display: block;
  width: 450px;
  position: absolute;
  left: 50%;
  margin-left: 68px;
  top: 50%;
  margin-top: -8.3%;
}
.index_service .resp_area .resp_details h3 {
  display: block;
  color: #2a2e2e;
  width: 450px;
  text-overflow: ellipsis;
  font-size: 36px;
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
}
.index_service .resp_area .resp_details a i {
  display: block;
  width: 38px;
  height: 16px;
  background: url(../images/icon_arrow_r_dark.png) no-repeat 0 0;
  margin-left: 3px;
  background-size: 100% 100%;
}
.index_service .resp_area .public_welfare {
  display: block;
  width: 627px;
  height: 620px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.index_service .resp_area .public_welfare .slideTxtBox {
  display: block;
  width: 627px;
  height: 620px;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
}
.index_service .resp_area .public_welfare .slideTxtBox .bd {
  display: block;
  width: 100%;
  height: 620px;
  position: relative;
}
.index_service .resp_area .public_welfare .slideTxtBox .bd .item {
  width: 627px;
  height: 620px;
  position: absolute;
  left: 0px;
  transition: opacity 0.3s linear;
}
.index_service .resp_area .public_welfare .slideTxtBox .bd .item a {
  display: block;
  color: #ffffff;
  position: absolute;
  width: 100%;
  height: 100%;
}
.index_service .resp_area .public_welfare .slideTxtBox .bd .item a h4 {
  display: block;
  width: 500px;
  font-size: 24px;
  position: absolute;
  left: 53px;
  bottom: 107px;
  z-index: 1;
  color: #fff;
}
.index_service .resp_area .public_welfare .slideTxtBox .bd .item a div {
  display: block;
  width: 627px;
  height: 620px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.index_service .resp_area .public_welfare .slideTxtBox .bd .item a span {
  display: block;
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  pointer-events: none;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}
.index_service .resp_area .public_welfare .slideTxtBox i {
  display: block;
  width: 43px;
  height: 620px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: url(../images/i_tri.png) 0px 0px / contain no-repeat;
}
.index_service .resp_area .public_welfare .slideTxtBox .prev {
  display: block;
  width: 10px;
  height: 16px;
  position: absolute;
  right: 144px;
  bottom: 116px;
  margin-top: -30px;
  z-index: 5;
  cursor: pointer;
  opacity: 0;
  background: url(../images/sli-left-icon.png) center center / 10px 16px no-repeat;
  padding: 5px;
  transition: opacity 0.2s linear;
}
.index_service .resp_area .public_welfare .slideTxtBox .next {
  left: auto;
  right: 98px;
  background: url(../images/sli-right-icon.png) center center / 10px 16px no-repeat;
  display: block;
  width: 10px;
  height: 16px;
  position: absolute;
  bottom: 116px;
  margin-top: -30px;
  z-index: 5;
  cursor: pointer;
  opacity: 0;
  padding: 5px;
  transition: opacity 0.2s linear;
}
body:not(.fp-responsive) .fp-overflow {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fp-watermark {
  display: none !important;
}
.category_banner {
  margin-top: 72px;
}
.breadcrumb {
  height: 66px;
  line-height: 66px;
  border-bottom: 1px solid #d9d9d9;
}
.breadcrumb ul li {
  float: left;
}
.breadcrumb ul li a {
  display: block;
  padding: 0px 45px;
  transition: all 0.3s ease-out;
}
.breadcrumb ul li a:hover {
  background: #00b9ef;
  color: #fff;
}
.breadcrumb ul li a.on {
  background: #00b9ef;
  color: #fff;
}
.category_con {
  padding: 100px 0;
  line-height: 32px;
}
.category_con .category_item {
  margin-bottom: 150px;
  display: flex;
}
.category_con .category_item .category_item_left {
  width: 50%;
  padding-right: 30px;
  padding-top: 100px;
}
.category_con .category_item .category_item_left h2 {
  color: #0468B6;
  font-size: 24px;
  margin-bottom: 20px;
}
.category_con .category_item .category_item_right {
  width: 50%;
}
.category_con .category_item .category_item_right ul {
  display: flex;
  flex-wrap: wrap;
}
.category_con .category_item .category_item_right ul li {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.category_con .category_item .category_item_right ul li img {
  width: 100%;
  transition: all 1s;
}
.category_con .category_item .category_item_right ul li .txt {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  font-weight: 400;
  line-height: 30px;
  padding: 5px 0;
  padding-left: 25px;
  background: rgba(0, 0, 0, 0.5);
}
.category_con .category_item .category_item_right ul li .txt h2 {
  font-size: 14px;
  color: #FFFFFF;
}
.category_con .category_item .category_item_right ul li:hover img {
  transform: scale(1.2);
}
.list_con {
  padding: 100px 0;
  line-height: 32px;
}
.list_con ul {
  display: flex;
  flex-wrap: wrap;
}
.list_con ul li {
  width: 25%;
  position: relative;
  overflow: hidden;
}
.list_con ul li img {
  width: 100%;
  transition: all 1s;
}
.list_con ul li .txt {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  font-weight: 400;
  line-height: 30px;
  padding: 5px 0;
  padding-left: 25px;
  background: rgba(0, 0, 0, 0.5);
}
.list_con ul li .txt h2 {
  font-size: 14px;
  color: #FFFFFF;
}
.list_con ul li:hover img {
  transform: scale(1.2);
}
.list_show_con {
  padding: 100px 0;
  line-height: 32px;
  display: flex;
  justify-content: space-between;
}
.list_show_con .list_show_con_left {
  width: 25%;
}
.list_show_con .list_show_con_left .list_show_con_left_con {
  border: 1px solid #e4e4e4;
}
.list_show_con .list_show_con_left .title {
  font-size: 26px;
  color: #333;
  height: 70px;
  text-align: center;
  line-height: 70px;
  border-bottom: 1px solid #e4e4e4;
}
.list_show_con .list_show_con_left ul li .txt {
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 22px;
  padding-left: 25px;
}
.list_show_con .list_show_con_left ul li div {
  display: none;
  padding-top: 25px;
}
.list_show_con .list_show_con_left ul li div a {
  padding-left: 45px;
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #9a9a9a;
}
.list_show_con .list_show_con_left ul li div a:hover {
  background: #0468b6;
  color: #fff;
}
.list_show_con .list_show_con_left ul li :hover .txt {
  color: #00b9ef;
}
.list_show_con .list_show_con_left ul li.on .txt {
  color: #00b9ef;
}
.list_show_con .list_show_con_left ul li.on .cur {
  background: #0468b6;
  color: #fff;
}
.list_show_con .list_show_con_right {
  width: 70%;
}
.list_show_con .list_show_con_right .title {
  text-align: center;
  margin-bottom: 60px;
  font-size: 26px;
}
.list_show_con .list_show_con_right .top {
  padding-bottom: 30px;
  border-bottom: 1px solid #919797;
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
}
.list_show_con .list_show_con_right .top .left {
  width: 60%;
  padding-right: 25px;
}
.list_show_con .list_show_con_right .top .left h2 {
  font-size: 16px;
}
.list_show_con .list_show_con_right .top .right {
  padding-top: 32px;
  width: 40%;
}
.list_show_con .list_show_con_right .top .right img {
  max-width: 100%;
}
.about_con {
  padding: 100px 0;
}
.about_con p {
  text-indent: 2em;
  font-size: 18px;
  line-height: 1.8;
}
.breadcrumb2 {
  height: 66px;
  line-height: 66px;
  background-color: #f2f3f5;
}
.breadcrumb2 .container {
  display: flex;
}
.breadcrumb2 .container a {
  color: #2a2e2e;
  display: block;
  padding: 0px 10px;
  transition: all 0.3s ease-out;
}
.breadcrumb2 .container a:hover {
  color: #00b9ef;
}
.service_con {
  padding: 100px 0;
}
.service_con .top {
  display: flex;
  justify-content: space-between;
}
.service_con .top .left {
  width: 70%;
  padding-right: 30px;
}
.service_con .top .left .title {
  font-size: 22px;
  color: #0468B6;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: normal;
}
.service_con .top .left p {
  line-height: 2;
}
.service_con .top .right {
  width: 30%;
}
.service_con .top .right img {
  width: 100%;
}
.service_con .bottom {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service_con .bottom .img {
  overflow: hidden;
  margin-bottom: 25px;
  width: 49%;
}
.service_con .bottom .img img {
  width: 100%;
  transition: all 1s ease-out;
  display: block;
  height: 100%;
}
.service_con .bottom .img:hover img {
  transform: scale(1.2);
}
.service_con .bottom .txt {
  width: 49%;
}
.service_con .bottom .txt h2 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #0468B6;
}
.service_con .bottom .txt p {
  font-size: 16px;
  line-height: 2;
}
.contact_con {
  padding: 100px 0;
}
.contact_con .container {
  max-width: 1300px;
}
.contact_con .container form {
  background: #fbfbfb;
  padding: 50px 0;
}
.contact_con .container form .form_item {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_con .container form .form_item label {
  width: 100px;
  text-align: right;
  padding-right: 10px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.contact_con .container form .form_item input {
  width: 500px;
  height: 45px;
  border-color: #f3f4f6;
  border-radius: 5px;
}
.contact_con .container form .form_item textarea {
  width: 500px;
  height: 200px;
  border-color: #f3f4f6;
  border-radius: 5px;
}
.contact_con .container form .form_item.textarea {
  align-items: flex-start;
}
.contact_con .container form .form_item.textarea label {
  margin-top: 10px;
}
.contact_con .container form .form_item_btn {
  display: flex;
  justify-content: center;
}
.contact_con .container form .form_item_btn .submit {
  width: 150px;
  height: 45px;
  background: #0468B6;
  margin: 0 15px;
}
.contact_con .container form .form_item_btn .reset {
  width: 150px;
  height: 45px;
  background: #f3f4f6;
  color: #333;
  margin: 0 15px;
}
.contact_con .container .map {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.contact_con .container .map .left,
.contact_con .container .map .right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contact_con .container .map .left p,
.contact_con .container .map .right p {
  margin-top: 30px;
}
@keyframes a_bg_hover_show {
  0% {
    -webkit-transform: scale(1, 0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}
.fp-is-overflow .fp-overflow.fp-auto-height,
.fp-is-overflow .fp-overflow.fp-auto-height-responsive,
.fp-is-overflow > .fp-overflow {
  overflow-y: clip;
}
@media (max-width: 1430px) {
  .index_product .link_area .slideTxtBox {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  #header header {
    display: none;
  }
  #header .m_header {
    display: flex;
  }
  .banner .banner_txt .txtbox .rtxt {
    font-size: 36px;
  }
  .index_about {
    width: 100%;
  }
  .index_about .details_area .details_con {
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
  }
  .index_about .details_area .details_con .detail_list {
    height: 210px;
  }
  .index_about .details_area .details_con .detail_list li {
    width: 32.333333%;
    margin-right: 1.5%;
    height: 210px;
  }
  .index_about .details_area .details_con .detail_list li a p {
    font-size: 20px;
  }
  .index_service {
    width: 100%;
  }
  .index_service .dabiaoti {
    font-size: 32px;
  }
  .index_service .resp_area {
    width: 100%;
    font-size: 32px;
  }
  .index_service .resp_area .resp_details {
    margin-left: 150px;
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    padding: 5% 16%;
  }
  .footer .footer_con {
    width: auto;
    margin: 0 30px;
  }
}
@media (max-width: 768px) {
  .banner {
    display: flex;
    align-items: center;
  }
  .banner .banner_bg {
    height: 640px;
  }
  .banner .banner_txt {
    width: 214px;
    height: 130px;
    letter-spacing: 10px;
  }
  .banner .banner_txt .txtbox .rtxt {
    font-size: 38px;
    line-height: 50px;
  }
  .index_about .details_area {
    width: 100%;
    height: 180px;
    margin-bottom: 48px;
  }
  .index_about .details_area .details_con {
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .index_about .details_area .details_con .detail_list {
    display: block;
    height: 100%;
    width: 795px;
  }
  .index_about .details_area .details_con .detail_list li {
    width: 240px;
    height: 180px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .index_about .details_area .details_con .detail_list li a p {
    font-size: 24px;
    margin-top: -16px;
    height: auto;
  }
  .index_about .descript_area .txt {
    font-size: 16px;
    line-height: 29px;
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .index_product .dabiaoti {
    display: none;
  }
  .index_product .link_area {
    height: auto;
    background: #fbfbfb;
    width: 100%;
    margin-bottom: 0;
    padding: 0 24px;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 20px;
  }
  .index_product .link_area .slideTxtBox {
    display: none;
  }
  .index_product .link_area .index_product_list {
    display: block;
  }
  .index_service .resp_area {
    width: auto;
    height: auto;
    margin: 0px 24px;
  }
  .index_service .resp_area .resp_details {
    position: static;
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    padding: 0px 0px 32px;
  }
  .index_service .resp_area .resp_details h3 {
    width: auto;
    font-size: 24px;
    margin: 42px 32px 10px;
    text-align: left;
  }
  .index_service .resp_area .resp_details a i {
    margin-left: 32px;
  }
  .index_service .resp_area .public_welfare {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 350px;
    margin: 0px auto;
  }
  .index_service .resp_area .public_welfare .slideTxtBox {
    width: 100%;
    height: 100%;
  }
  .index_service .resp_area .public_welfare .slideTxtBox i {
    display: none;
  }
  .index_service .resp_area .public_welfare .slideTxtBox .bd {
    height: 100%;
    width: 100%;
  }
  .index_service .resp_area .public_welfare .slideTxtBox .bd .item {
    width: 100%;
    height: 100%;
  }
  .index_service .resp_area .public_welfare .slideTxtBox .bd .item a h4 {
    bottom: 50px;
  }
  .index_service .resp_area .public_welfare .slideTxtBox .bd .item a div {
    width: 100%;
    height: 100%;
  }
  .footer {
    height: auto;
  }
  .footer .footer_con {
    height: auto;
  }
  .footer .footer_con .focus_us li {
    margin-right: 10px;
  }
  .footer .footer_con .lianxidizhi {
    padding-top: 0;
  }
  .footer .footer_con .lianxidizhi ul {
    display: flex;
    flex-direction: column;
  }
  .footer .footer_con .lianxidizhi ul li {
    margin-right: 0px;
    float: none;
  }
  .footer .footer_con .logo_tencent {
    position: relative;
    top: 0;
    right: 0;
    height: auto;
    margin: 20px 0;
  }
  .footer .footer_con .footer_area {
    position: relative;
    bottom: 0;
  }
  .footer .footer_con .footer_area p {
    float: none;
  }
  .footer .footer_con .footer_area ul li {
    float: none;
  }
  .breadcrumb ul li a {
    padding: 0 20px;
  }
  .about_con {
    padding: 50px 30px;
  }
  .about_con p {
    font-size: 16px;
  }
  .category_con {
    padding: 50px 30px;
  }
  .category_con .category_item {
    margin-bottom: 30px;
    flex-direction: column;
  }
  .category_con .category_item .category_item_left {
    width: 100%;
    padding: 0;
  }
  .category_con .category_item .category_item_right {
    width: 100%;
    padding: 0;
  }
  .list_con {
    padding: 50px 30px;
  }
  .list_con ul {
    flex-wrap: wrap;
  }
  .list_con ul li {
    width: 50%;
  }
  .service_con {
    padding: 50px 30px;
  }
  .service_con .top {
    flex-direction: column;
  }
  .service_con .top .left {
    width: 100%;
    padding: 0;
  }
  .service_con .top .right {
    width: 100%;
    margin-top: 20px;
  }
  .service_con .bottom {
    flex-direction: column-reverse;
  }
  .service_con .bottom .img {
    width: 100%;
    margin-top: 20px;
  }
  .service_con .bottom .txt {
    width: 100%;
    padding: 0;
  }
  .list_show_con {
    padding: 50px 10px;
    flex-direction: column;
  }
  .list_show_con .list_show_con_left {
    width: 100%;
    margin-bottom: 35px;
  }
  .list_show_con .list_show_con_right {
    width: 100%;
  }
  .list_show_con .list_show_con_right .top {
    flex-direction: column;
  }
  .list_show_con .list_show_con_right .top .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .list_show_con .list_show_con_right .top .right {
    width: 100%;
  }
  .contact_con {
    padding: 50px 10px;
  }
  .contact_con .container form {
    padding: 20px;
  }
  .contact_con .container form .form_item {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact_con .container form .form_item label {
    text-align: left;
    padding-bottom: 10px;
  }
  .contact_con .container form .form_item input {
    width: 100%;
  }
  .contact_con .container form .form_item .input{
    width: 100%!important;
  }
  .contact_con .container form .form_item textarea {
    width: 100%;
  }
  .contact_con .container .map {
    flex-direction: column;
  }
  .contact_con .container .left {
    width: 100%!important;
    margin-bottom: 20px;
  }
  .contact_con .container .right {
    width: 100%!important;
  }
  .contact_con .container #wrapper {
    height: 300px!important;
  }
  .contact_con .container #wrapper2 {
    height: 300px!important;
  }
}
@media (max-width: 575px) {
  .pc_banner {
    display: none;
  }
  .category_banner {
    height: 300px;
  }
}
