﻿
/*全局样式*/
html {
  overflow-x: hidden;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
body {
  font: 14px "微软雅黑", "Arial Narrow", HELVETICA;
  color: #000;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  min-width: 320px;
  max-width: 1920px;
  margin: 0 auto;
}
input:required,
textarea:required {
  outline: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none !important;
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none !important;
  cursor: pointer !important;
  color: #000;
}
a:focus {
  outline: none !important;
}
ul,
li,
dl,
dt,
dd {
  list-style-type: none;
}
i {
  font-style: normal;
}
ul {
  margin: 0;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
}
.container-fluid {
  max-width: 1400px !important;
}
.tr5 {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.tr2 {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: initial;
}
.sizeCover {
  background-position: 50% 50%;
  background-size: cover;
}
.vertical_centerbox {
  display: table;
  table-layout: fixed;
  height: 100%;
}
.vertical_center {
  display: table-cell;
  vertical-align: middle;
}
header {
  position: relative;
}
header .top {
  background-color: #e5e5e5;
  line-height: 40px;
}
header .top .search {
  background: #fff;
  height: 26px;
  border: 1px solid #dcdcdc;
  line-height: 24px;
  margin: 7px 27px 7px 0;
  width: 280px;
}
header .top .search button,
header .top .search input {
  border: 0;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
}
header .top .search button,
header .top .search input:focus {
  outline: none;
}
header .top .search input {
  width: calc(100% - 32px);
  float: left;
  padding: 0 8px;
  color: #808080;
}
header .top .search button {
  float: right;
  width: 32px;
  background: url(../image/search.png) no-repeat center center;
}
header .top .you {
  font-size: 0;
  line-height: initial;
}
header .top .you a {
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  color: #000;
  position: relative;
  padding: 0 15px;
}
header .top .you a:nth-child(n+2)::after {
  content: "";
  display: block;
  width: 2px;
  height: 14px;
  border-left: 1px solid #000;
  position: absolute;
  left: -1px;
  top: 1px;
  bottom: 0;
  margin: auto 0;
  background-color: #bebebe;
}
header .top .you a:hover {
  color: #2072cb;
}
header .logo {
  height: 120px;
  line-height: 120px;
  position: relative;
  font-size: 0;
}
header .logo img {
  max-height: 80%;
}
header .logo2 {
  margin-left: 22px;
}
header .tel {
  background: url(../image/tel.png) no-repeat left center;
  padding-left: 62px;
  margin-top: 12px;
  font-size: 14px;
  line-height: 30px;
  color: #626262;
  overflow: hidden;
}
header .tel i {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fb3200;
  font-weight: 700;
}
header nav {
  background: #2072cb;
}
header nav .ul {
  font-size: 0;
  margin: 0;
}
header nav .ul > li {
  float: left;
  text-align: center;
  position: relative;
  width: 14.28%;
}
header nav .ul > li > a {
  position: relative;
  line-height: 50px;
  display: block;
  color: #fff;
  font-size: 16px;
}
header nav .ul > li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 100;
}
header nav .ul > li > ul > li {
  position: relative;
  font-size: 13px;
  background: #fb3200;
  line-height: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header nav .ul > li > ul > li > a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px 6px;
}
header nav .ul > li > ul > li > ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  z-index: 100;
}
header nav .ul > li > ul > li > ul > li {
  position: relative;
  font-size: 13px;
  background: #fb3200;
  line-height: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header nav .ul > li > ul > li > ul > li > a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px 6px;
}
header nav .ul > li > ul > li > ul > li:hover {
  background-color: #2072cb;
}
header nav .ul > li > ul > li:hover {
  background-color: #2072cb;
}
header nav .ul > li > ul > li:hover > ul {
  display: block;
}
header nav .ul > li:hover {
  background-color: #fb3200;
}
header nav .ul > li:hover:nth-last-child(1)::after {
  display: none;
}
header nav .ul > li:hover > ul {
  display: block;
}
header nav .ul > li:hover > a::after {
  display: none;
}
header nav .ul > li:hover + li > a::after {
  display: none;
}
header nav .ul > li.active {
  background-color: #fb3200;
}
header nav .ul > li.active:nth-last-child(1)::after {
  display: none;
}
header nav .ul > li.active > a::after {
  display: none;
}
header nav .ul > li.active + li > a::after {
  display: none;
}
header .ydd_btn {
  width: 40px;
  cursor: pointer;
  position: absolute;
  z-index: 2000;
  bottom: 48px;
  right: 15px;
}
header .ydd_btn span {
  display: block;
  width: 100%;
  height: 6px;
  background: #2072cb;
}
header .ydd_btn span.span02 {
  margin: 5px 0;
}
header .ydd_btn.click span {
  background: #2072cb;
}
header .ydd_btn.click span.span01 {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  top: 6px;
  margin-top: 0px;
}
header .ydd_btn.click span.span02 {
  width: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  margin: 0.5px 0;
}
header .ydd_btn.click span.span03 {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: relative;
  top: -8px;
  margin-top: 0px;
}
header .sjdnav {
  display: none;
  width: 150px;
  height: auto;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2000;
}
header .sjdnav ul {
  padding: 0;
  margin: 0;
}
header .sjdnav ul li {
  display: block;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.7);
}
header .sjdnav ul li a {
  display: block;
  color: #fff;
  line-height: 40px;
  font-size: 16px;
}
header .sjdnav ul li:hover {
  background: #2072cb;
}
header .sjdnav ul li:last-child {
  border: none;
}
.ydd_btn {
  width: 40px;
  cursor: pointer;
  position: absolute;
  z-index: 2000;
  bottom: 48px;
  right: 15px;
}
.ydd_btn span {
  display: block;
  width: 100%;
  height: 6px;
  background: #2072cb;
}
.ydd_btn span.span02 {
  margin: 5px 0;
}
.ydd_btn.click span {
  background: #2072cb;
}
.ydd_btn.click span.span01 {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  top: 6px;
  margin-top: 0px;
}
.ydd_btn.click span.span02 {
  width: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  margin: 0.5px 0;
}
.ydd_btn.click span.span03 {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: relative;
  top: -8px;
  margin-top: 0px;
}
.sjdnav {
  display: none;
  width: 150px;
  height: auto;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2000;
}
.sjdnav ul {
  padding: 0;
  margin: 0;
}
.sjdnav ul li {
  display: block;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.7);
}
.sjdnav ul li a {
  display: block;
  color: #fff;
  line-height: 40px;
  font-size: 16px;
}
.sjdnav ul li:hover {
  background: #2072cb;
}
.sjdnav ul li:last-child {
  border: none;
}
.banner .swiper-container .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #2072cb;
  opacity: 1;
}
.banner .swiper-container .swiper-pagination-bullet-active {
  background-color: #fb3200;
}
.topbottom {
  padding-top: 44px;
  padding-bottom: 50px;
}
.title {
  text-align: center;
  margin-bottom: 40px;
}
.title i {
  font-size: 16px;
  color: #858585;
  text-transform: uppercase;
}
.title h1 {
  font-size: 30px;
  color: #000;
  line-height: 50px;
  font-weight: 700;
}
.title span {
  font-size: 12px;
  color: #858585;
  line-height: 22px;
}
.bigmore {
  display: block;
  margin: 0 auto;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  background: #2072cb;
  width: 100px;
  height: 30px;
  text-align: center;
  border-radius: 15px;
  margin-top: 35px;
}
.bigmore:hover {
  background: #009aea;
  color: #fff;
}
.home {
  background: url(../image/home.jpg) no-repeat center center / cover;
}
.home .list {
  display: block;
  background: #fff;
  border: 1px solid #dcdcdc;
}
.home .list .imgbox {
  padding: 22px;
}
.home .list .imgbox .img {
  padding-top: 84.17%;
}
.home .list .text {
  background: #f6f6f6;
  line-height: 35px;
  font-size: 16px;
  padding: 0 15px;
  color: #000;
  text-align: center;
}
.home .list:hover .img {
  transform: scale(1.08);
}
.home .list:hover .text {
  background: #2072cb;
  color: #fff;
}
.about {
  background: #f2fafe;
  padding-bottom: 50px;
  margin-top: 20px;
}
.about .imgbox {
  width: 51%;
  padding-top: 20px;
  padding-left: 5px;
  position: relative;
  z-index: 1;
}
.about .imgbox .img {
  height: 466px;
}
.about .textbox {
  width: 49%;
  padding-left: 40px;
  position: relative;
  z-index: 1;
}
.about .textbox h2 {
  margin-top: -15px;
  margin-left: -30px;
  font-size: 47px;
  line-height: 44px;
  color: #0084d0;
  font-weight: 700;
  text-transform: uppercase;
}
.about .textbox h2 i {
  display: inline-block;
  font-size: 14px;
  line-height: 44px;
  font-weight: normal;
  padding-left: 5px;
}
.about .textbox h4 {
  font-size: 24px;
  line-height: 44px;
  color: #2072cb;
  margin: 10px 0 20px;
  font-weight: 700;
}
.about .textbox h4 span {
  color: #fb3200;
}
.about .textbox .txt {
  text-indent: 25px;
  font-size: 14px;
  line-height: 35px;
  padding-right: 15px;
  color: #414141;
  height: 245px;
  overflow: hidden;
}
.about .textbox .bigmore {
  margin-top: 20px;
  float: right;
}
.about .textbox .outbox {
  text-align: center;
  font-size: 28px;
  line-height: 40px;
  color: #fff;
  margin-top: 86px;
  left: -200px;
  padding: 10px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  background-color: #2072cb;
}
.about .textbox .outbox span {
  font-weight: normal;
  display: block;
}
.success {
  background: #2072cb url(../image/success.png) no-repeat center center / cover;
}
.success .title i,
.success .title h1,
.success .title span {
  color: #fff;
}
.success .list {
  display: block;
  border: 3px solid #fff;
}
.success .list .imgbox {
  position: relative;
}
.success .list .imgbox .img {
  padding-top: 106.81%;
}
.success .list .imgbox .inbox {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.success .list .imgbox .inbox .box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.success .list .imgbox .inbox .box i {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
}
.success .list .imgbox .inbox .box div {
  text-align: center;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  margin-top: 10px;
}
.success .list:hover .inbox {
  bottom: 0;
}
.central .list {
  display: block;
  background: #fff;
  border: 1px solid #dcdcdc;
}
.central .list .imgbox {
  padding: 30px 20px;
}
.central .list .imgbox .img {
  padding-top: 84.17%;
}
.central .list .text {
  background: #f6f6f6;
  line-height: 35px;
  font-size: 16px;
  padding: 0 15px;
  color: #000;
  text-align: center;
}
.central .list:hover .img {
  transform: scale(1.1);
}
.central .list:hover .text {
  background: #2072cb;
  color: #fff;
}
.goods .goodtitle {
  position: relative;
  text-align: center;
}
.goods .goodtitle i {
  font-weight: 700;
  color: #696969;
  font-family: Arial;
}
.goods .goodtitle h1 {
  font-size: 36px;
  color: #292929;
  font-weight: 700;
}
.goods .goodtitle h1 b {
  color: #f20003;
}
.goods .goodtitle h1::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  position: absolute;
  bottom: -23px;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0 auto;
  background: #005aa9;
}
.goods .goodtitle::before {
  content: "";
  display: block;
  width: 202px;
  height: 1px;
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #bcbcbc;
}
.goods .goodtitle::after {
  content: "";
  display: block;
  width: 312px;
  height: 1px;
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #bcbcbc;
}
.goods .goodbox {
  max-height: 550px;
  margin-top: 70px;
  position: relative;
}
.goods .goodbox .imgbox {
  width: 400px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  margin: 0 auto;
  border: 20px solid #2072cb;
}
.goods .goodbox .imgbox .box {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin: 0 auto;
  border: 20px solid #009aea;
}
.goods .goodbox .imgbox .box .img {
  padding-top: 100%;
}
.goods .goodbox .imgbox:hover .img {
  transform: scale(1.08);
}
.goods .goodbox .left {
  width: 33.3%;
  padding-right: 40px;
}
.goods .goodbox .right {
  width: 33.3%;
  padding-left: 40px;
}
.goods .goodbox .list {
  width: 100%;
  padding-bottom: 50px;
}
.goods .goodbox .list i {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 40px;
  color: #fb3200;
  display: block;
  background: url(../image/goods2.png) no-repeat center center / cover;
}
.goods .goodbox .list .text {
  width: calc(100% - 90px);
  padding-left: 10px;
}
.goods .goodbox .list .text h5 {
  font-size: 20px;
  color: #0690d8;
  font-weight: 700;
  padding: 10px 0 15px;
}
.goods .goodbox .list .text .txt {
  font-size: 18px;
  line-height: 30px;
  min-height: 90px;
  color: #696969;
}
.news {
  background: url(../image/home.jpg) no-repeat center center / cover;
}
.news .left {
  width: calc(50% - 26px);
}
.news .left .imgbox .img {
  height: 318px;
}
.news .left h5 {
  font-size: 18px;
  line-height: 25px;
  color: #292929;
  font-weight: 700;
  padding: 15px 0;
}
.news .left .text1 {
  font-size: 16px;
  line-height: 25px;
  color: #696969;
  height: 50px;
  overflow: hidden;
}
.news .left:hover .img {
  transform: scale(1.08);
}
.news .right {
  width: calc(50% + 26px);
  padding-left: 50px;
}
.news .right #swiper5 {
  margin-top: 40px;
}
.news .right .list {
  display: block;
  border-bottom: 1px solid #dcdcdc;
  padding: 0 35px 20px 40px;
}
.news .right .list .date {
  padding-top: 15px;
  width: 75px;
  font-size: 18px;
  line-height: 25px;
  color: #696969;
}
.news .right .list .date span {
  font-size: 55px;
  display: block;
  padding-bottom: 20px;
}
.news .right .list .text {
  width: calc(100% - 75px);
  padding-left: 45px;
}
.news .right .list .text h6 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  color: #292929;
  padding-bottom: 10px;
}
.news .right .list .text .txt {
  font-size: 16px;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  color: #696969;
}
.news .right .list:hover h6 {
  color: #2072cb;
}
.partner .list {
  display: block;
  border: 1px solid #ededed;
  padding: 15px;
  background: #fff;
}
.partner .list .imgbox .img {
  padding-top: 40.15%;
}
.contact {
  background: url(../image/contact.jpg) no-repeat center center / cover;
}
.contact .contantbox .left {
  width: 57%;
  height: 400px;
  border: 1px solid #e5e5e5;
}
.contact .contantbox form {
  text-align: right;
  width: 43%;
  padding-left: 20px;
}
.contact .contantbox form .ly span i {
  color: #fb3200;
  font-weight: 700;
}
.contact .contantbox form div {
  margin-bottom: 11px;
}
.contact .contantbox form span {
  font-size: 16px;
  color: #000;
}
.contact .contantbox form textarea,
.contact .contantbox form input,
.contact .contantbox form button {
  width: calc(100% - 95px);
  max-width: calc(100% - 95px);
}
.contact .contantbox form textarea,
.contact .contantbox form input {
  font-size: 12px;
  line-height: 32px;
  color: #d3d3d3;
  padding-left: 12px;
  margin-left: 14px;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.contact .contantbox form textarea:focus,
.contact .contantbox form input:focus {
  outline: none;
}
.contact .contantbox form textarea {
  vertical-align: text-top;
  min-height: 174px;
}
.contact .contantbox form button {
  margin-left: 46px;
  font-size: 16px;
  background-color: #0690d8;
  border: 0;
  color: #fff;
  line-height: 34px;
}
.contact .contantbox form button:hover {
  background: #009aea;
}
.ny {
  padding-top: 25px;
  padding-bottom: 50px;
}
.innav {
  width: 244px;
}
.innav .intitle {
  position: relative;
  cursor: pointer;
}
.innav .intitle h4 {
  font-size: 20px;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #0068b7;
}
.innav .intitle i {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 25px;
  color: #fff;
  line-height: 44px;
}
.innav .list {
  margin-top: 2px;
}
.innav .list > a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  padding: 0 32px;
  color: #fff;
  background: #0068b7 url(../image/inhome1.png) no-repeat 12px center / auto;
  position: relative;
  margin-bottom: 2px;
}
.innav .list > a div {
  position: absolute;
  right: 6px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 13px;
  transition: all 0.6s;
}
.innav .list > a div i {
  position: absolute;
  top: 3px;
  left: 3px;
  margin: auto;
}
.innav .list > a.active div {
  transform: rotate(90deg);
}
.innav .list .ul {
  display: none;
  margin-top: 2px;
}
.innav .list .ul > a {
  font-size: 14px;
  line-height: 28px;
  padding-left: 35px;
  padding-right: 20px;
  color: #666666;
  display: block;
  border: 1px solid #e8e8e8;
  background: #f6f6f6;
  margin-bottom: 2px;
  transition: all 0.4s;
}
.innav .list .ul > a:hover {
  color: #0068b7;
}
.innav .list .ul > a.active {
  color: #0068b7;
}
.innav .list .ul.active {
  display: block;
}
.innav .address {
  background: #0068b7 url(../image/address.jpg) no-repeat center center / cover;
  padding: 20px 15px;
  text-align: center;
}
.innav .address h2 {
  font-size: 28px;
  line-height: 48px;
  color: #ffffff;
  font-weight: 700;
}
.innav .address > span {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  padding: 0 20px 13px;
  position: relative;
}
.innav .address > span::after {
  content: "";
  width: 138px;
  height: 2px;
  background: #43aae3;
  position: absolute;
  bottom: 0;
  left: 0;
}
.innav .address .intel i {
  display: block;
  width: 28px;
  height: 28px;
  margin: 16px auto;
}
.innav .address .intel > span {
  color: #fff;
  line-height: 28px;
  font-size: 14px;
}
.innav .address .intel h5 {
  font-family: Impact;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 10px;
}
.innav .address .txt {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-align: left;
}
.incontant {
  width: calc(100% - 244px);
  padding-left: 20px;
}
.incontant .inhead {
  background: #eeeeee;
  margin-bottom: 20px;
  font-size: 0;
}
.incontant .inhead span {
  display: inline-block;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  background: #0068b7;
  padding: 0 15px;
}
.inhome {
  margin: 0 -8px;
}
.inhome .list {
  float: left;
  width: calc(33.33% - 16px);
  margin: 0 8px 16px;
  display: block;
  background: #fff;
  border: 1px solid #dcdcdc;
}
.inhome .list .imgbox {
  padding: 22px;
}
.inhome .list .imgbox .img {
  padding-top: 84.17%;
}
.inhome .list .text {
  background: #f6f6f6;
  line-height: 35px;
  font-size: 16px;
  padding: 0 15px;
  color: #000;
  text-align: center;
}
.inhome .list:hover .img {
  transform: scale(1.08);
}
.inhome .list:hover .text {
  background: #2072cb;
  color: #fff;
}
.case {
  margin: 0 -8px;
}
.case .list {
  float: left;
  width: calc(33.33% - 16px);
  margin: 0 8px 16px;
  display: block;
  background: #fff;
}
.case .list .imgbox .img {
  padding-top: 70.96%;
}
.case .list .txt {
  line-height: 30px;
  font-size: 16px;
  color: #000;
  text-align: center;
  margin-top: 6px;
  border: 1px solid #e5e5e5;
  padding: 0 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.case .list:hover .img {
  transform: scale(1.08);
}
.case .list:hover .txt {
  background: #00a0e9;
  color: #fff;
  border-color: #00a0e9;
}
.innews .list {
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 20px;
}
.innews .list .imgbox {
  width: 20%;
}
.innews .list .imgbox .img {
  height: 150px;
}
.innews .list .textbox {
  width: 80%;
  padding-left: 14px;
}
.innews .list .textbox h6 {
  font-size: 16px;
  color: #333333;
}
.innews .list .textbox .txt {
  font-size: 14px;
  line-height: 26px;
  color: #7d7d7d;
  height: 78px;
  overflow: hidden;
  margin: 10px 0 20px;
}
.innews .list .textbox .date {
  font-size: 18px;
  line-height: 26px;
  color: #7d7d7d;
}
.innews .list .textbox .inmore {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  background: #00a0e9;
  border-radius: 20px;
  padding: 0 20px;
}
.innews .list:hover h6 {
  color: #2072cb;
}
.innews .list:hover .img {
  transform: scale(1.08);
}
.innews .list:hover .inmore {
  background: #2072cb;
}
footer {
  background: #000;
}
footer .main2 {
  padding: 20px 0;
}
footer .main2 .logobox {
  width: 26%;
  padding-right: 64px;
  line-height: 258px;
}
footer .main2 .logobox .img {
  max-width: 100%;
}
footer .main2 .middle {
  width: calc(60% - 200px);
  border-left: 1px solid #7d7d7d;
  border-right: 1px solid #7d7d7d;
  position: relative;
}
footer .main2 .middle::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #7d7d7d;
  position: absolute;
  left: calc(10% + 100px);
  top: 0;
}
footer .main2 .middle .left {
  width: calc(10% + 100px);
  text-align: center;
}
footer .main2 .middle .left .list {
  display: inline-block;
  text-align: left;
}
footer .main2 .middle .left .list a {
  display: block;
  font-size: 14px;
  line-height: 36px;
  color: #d3d3d3;
}
footer .main2 .middle .left .list a:hover {
  color: #2072cb;
}
footer .main2 .middle .right {
  width: calc(90% - 100px);
  font-size: 14px;
  line-height: 34px;
  color: #d3d3d3;
  padding: 0 25px;
  text-align: center;
}
footer .main2 .middle .right .text {
  text-align: left;
}
footer .main2 .ewm {
  width: calc(14% + 200px);
  padding-left: 56px;
  padding-top: 35px;
}
footer .main2 .ewm .imgbox {
  max-width: calc(50% - 8px);
  float: left;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #d3d3d3;
}
footer .main2 .ewm .imgbox img {
  display: block;
  margin-bottom: 10px;
}
footer .main2 .ewm .imgbox:nth-child(1) {
  margin-right: 15px;
}
footer .foot {
  background: #313131;
  text-align: center;
  font-size: 14px;
  color: #d3d3d3;
  line-height: 24px;
  padding: 12px 0;
}
/*详情页*/
.danye {
  color: #000000;
  font-size: 15px;
  line-height: 30px;
}
.danye .bt {
  color: #000;
  font-size: 22px;
  text-align: center;
  margin-bottom: 16px;
}
.danye .data {
  color: #555555;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  display: block;
  margin-bottom: 12px;
  border-top: 1px dashed #d8d8d8;
  padding-top: 10px;
  margin-top: -5px;
}
.danye .pic {
  margin: 0 auto 15px auto;
  display: block;
}
.danye .pic img {
  display: block;
  margin: 0 auto;
}
.danye .dt {
  height: 400px;
  position: relative;
  margin: 20px auto;
}
.hot {
  height: 50px;
  background: #2072cb;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  border-top: solid 2px #fff;
  width: 100%;
}
.hot span {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
.hot h6 {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}
.hot .row div a {
  display: block;
  color: #fff;
  padding: 7px 0;
}
.dbbox {
  position: fixed;
  left: 0;
  bottom: 52px;
  z-index: 99;
  width: 100%;
}
.dbbox .dbs {
  position: relative;
  padding: 0 15px;
  display: none;
}
.dbbox .dbs .neirong {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
}
.dbbox .dbs.ewm-box {
  text-align: center;
}
.dbbox .dbs.ewm-box:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  z-index: 1;
  width: 25%;
  height: 6px;
  background: url(/img/dbtc_jt.png) no-repeat center;
}
.dbbox .dbs.fenxiang-box:after {
  content: "";
  position: absolute;
  left: 75%;
  bottom: -6px;
  z-index: 1;
  width: 25%;
  height: 6px;
  background: url(/img/dbtc_jt.png) no-repeat center;
}
.dbbox .dbs.ewm-box img {
  max-width: 140px;
}
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li {
  position: relative;
  padding: 6px 0;
  width: 20%;
  height: 44px;
}
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a {
  position: absolute;
  left: 50%;
  top: 6px;
  margin: 0 0 0 -16px;
  float: inherit !important;
  display: block;
}
@media (max-width: 1399px) {
  .about .textbox .outbox {
    font-size: 24px;
    left: -150px;
  }
  .goods .goodbox .imgbox {
    width: 300px;
    height: 300px;
    border: 14px solid #2072cb;
  }
  .goods .goodbox .imgbox .box {
    border: 14px solid #009aea;
  }
  .goods .goodbox .left {
    padding-right: 170px;
    width: 50%;
  }
  .goods .goodbox .right {
    padding-left: 170px;
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .about .textbox .outbox {
    font-size: 19px;
  }
  footer .main2 .middle {
    width: calc(86% - 200px);
    border-left: 0;
  }
  footer .main2 .middle .left {
    text-align: left;
  }
  footer .main2 .ewm {
    padding-left: 30px;
  }
  .innews .list .imgbox {
    width: 30%;
  }
  .innews .list .textbox {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .topbottom {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .title {
    margin-bottom: 30px;
  }
  header .logo {
    height: 90px;
    line-height: 90px;
  }
  header .ydd_btn {
    bottom: 30px;
  }
  .about .imgbox .img {
    height: 348px;
  }
  .about {
    margin-top: 0px;
  }
  .innav {
    width: 100%;
    margin-bottom: 20px;
  }
  .innav .intitle h4 {
    font-size: 20px;
    line-height: 44px;
    text-align: left;
    padding-left: 20px;
  }
  .innav .intitle i {
    line-height: 44px;
  }
  .innav .list {
    display: none;
  }
  .innav .list > a {
    padding: 0 45px 0 40px;
  }
  .innav .list > a div {
    right: 20px;
  }
  .innav .list .ul {
    display: none;
    margin-top: 2px;
  }
  .innav .list .ul > a {
    padding-left: 40px;
  }
  .incontant {
    width: 100%;
    padding-left: 0;
  }
  footer .main2 .middle .left {
    display: none;
  }
  footer .main2 .middle::after {
    display: none;
  }
  footer .main2 .middle .right {
    width: 100%;
    padding-left: 0;
  }
  footer {
    margin-bottom: 51px;
  }
  .goods .goodtitle h1 {
    font-size: 30px;
  }
  .goods .goodbox {
    max-height: initial;
    margin-top: 50px;
  }
  .goods .goodbox .imgbox {
    top: 0;
    transform: translateY(0);
  }
  .goods .goodbox .imgbox .box {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin: 0 auto;
    border: 20px solid #009aea;
  }
  .goods .goodbox .imgbox .box .img {
    padding-top: 100%;
  }
  .goods .goodbox .imgbox:hover .img {
    transform: scale(1.1);
  }
  .goods .goodbox .left {
    width: 100%;
    padding-right: 0;
    margin-top: 320px;
  }
  .goods .goodbox .right {
    width: 100%;
    padding-left: 0;
  }
  .goods .goodbox .list {
    padding: 0;
  }
  .news .left {
    width: 100%;
  }
  .news .left .imgbox .img {
    padding-top: 47.1%;
    height: auto;
  }
  .news .right {
    width: 100%;
    padding-left: 0;
  }
  .news .right #swiper5 {
    margin-top: 30px;
  }
  .news .right .list {
    padding: 0 20px 20px;
  }
  .news .right .list .text {
    padding-left: 30px;
  }
  .contact .contantbox .left {
    width: 100%;
  }
  .contact .contantbox form {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .topbottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .title {
    margin-bottom: 20px;
  }
  .title i {
    font-size: 14px;
  }
  .title h1 {
    font-size: 24px;
    line-height: 40px;
  }
  .bigmore {
    margin-top: 20px;
  }
  .about {
    padding-bottom: 20px;
  }
  .about .imgbox {
    width: 100%;
    padding-left: 0;
  }
  .about .imgbox .img {
    padding-top: 47.14%;
    height: auto;
  }
  .about .textbox {
    width: 100%;
    padding-left: 0;
  }
  .about .textbox h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0 0;
  }
  .about .textbox .txt {
    line-height: 30px;
    padding-right: 0px;
  }
  .about .textbox .bigmore {
    margin-top: 10px;
    float: initial;
  }
  .success {
    padding-left: 15px;
    padding-right: 15px;
  }
  .success .list .imgbox .inbox .box div {
    font-size: 16px;
    margin-top: 5px;
  }
  .goods .goodtitle h1 {
    font-size: 24px;
  }
  .goods .goodtitle h1::after {
    display: none;
  }
  .goods .goodtitle::before {
    display: none;
  }
  .goods .goodtitle::after {
    display: none;
  }
  .goods .goodbox {
    margin-top: 20px;
  }
  .goods .goodbox .list i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
  }
  .goods .goodbox .list .text h5 {
    font-size: 18px;
    padding: 10px 0;
  }
  .goods .goodbox .list .text {
    width: calc(100% - 60px);
  }
  .goods .goodbox .list .text .txt {
    font-size: 14px;
    line-height: 24px;
    min-height: 72px;
  }
  .news .left h5 {
    padding: 8px 0;
  }
  .news .left .text1 {
    font-size: 14px;
  }
  .news .right .list {
    padding: 0 15px 15px;
  }
  .news .right .list .date {
    text-align: center;
    width: 60px;
    font-size: 14px;
  }
  .news .right .list .date span {
    font-size: 22px;
    padding-bottom: 0px;
  }
  .news .right .list .text {
    width: calc(100% - 60px);
    padding-left: 15px;
  }
  .news .right .list .text h6 {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .news .right .list .text .txt {
    font-size: 14px;
  }
  .contact .contantbox form span {
    font-size: 14px;
  }
  .contact .contantbox form textarea,
  .contact .contantbox form input,
  .contact .contantbox form button {
    width: calc(100% - 86px);
    max-width: calc(100% - 86px);
  }
  header .logo {
    max-width: calc(100% - 55px);
  }
  header .ydd_btn {
    bottom: 30px;
  }
  .danye {
    font-size: 14px;
    line-height: 28px;
  }
  .danye .dt {
    height: 260px;
    margin: 10px auto;
  }
  .danye .bt {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .danye .data {
    margin-top: -6px;
    padding-top: 6px;
  }
  .danye .pic {
    margin-bottom: 10px;
  }
  footer .main2 .middle {
    width: 100%;
    border-right: 0;
  }
  footer .main2 .middle .right {
    padding: 0;
  }
  footer .main2 .ewm {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .contact .contantbox .left {
    height: 300px;
  }
  .innews .list .imgbox {
    width: 40%;
  }
  .innews .list .imgbox .img {
    height: 140px;
  }
  .innews .list .textbox {
    width: 60%;
  }
  .innews .list .textbox .txt {
    margin: 10px 0 12px;
  }
  .innews .list .textbox .date {
    font-size: 14px;
  }
  .innews .list .textbox .inmore {
    padding: 0 10px;
  }
  .inhome .list {
    width: calc(50% - 16px);
  }
  .inhome .list .text {
    font-size: 14px;
    padding: 0 10px;
  }
  .case .list {
    width: calc(50% - 16px);
  }
  .case .list .text {
    font-size: 14px;
  }
  .home .list .text {
    font-size: 14px;
    padding: 0 10px;
  }
  .central .list .text {
    font-size: 14px;
    padding: 0 10px;
  }
}
