ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

i,
em {
  font-style: inherit;
}

.page {
  width: 1210px;
  margin: 0 auto;
  background: none;
}

body {
  font-family: 思源罴体CN;
}

/* 标题 */
.title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.title h2 {
  font-size: 45px;
  margin-bottom: 15px;
  color: #ff8400;
}

.title h2 i {
  color: #024093;
}

.title span {
  font-size: 18px;
  text-align: center;
  width: 450px;
}

/* 抬头 */
.head_optimization {
  background: #f9f9f9;
}

.head_optimization .page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
}

.head_url a {
  color: #333;
  font-size: 13px;
}

.head_url a:hover {
  color: #024093;
}

/* 头部 */
/* .head_top {
    height: 130px;
} */

.head_top .page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.head_left {
  display: flex;
}

/* .head_logo {
    background: url(/public/image/1.png) no-repeat right;
    padding-right: 20px;
    margin-right: 20px;
} */

.head_text h1 {
  font-size: 25px;
  color: #000;
}

.head_text span {
  font-size: 18px;
  color: #666;
}

.head_tel {
  background: url(/public/image/icon1.png) no-repeat left;
  padding-left: 60px;
  line-height: 30px;
}

.head_tel p {
  font-size: 16px;
  color: #666;
}

.head_tel strong {
  font-size: 35px;
  color: #000;
  font-family: GeoSlab703 MdCn BT;
  letter-spacing: 3px;
}

/* 头部导航 */
.head_nav {
  background: #024093;
  height: 55px;
}

.head_nav>ul {
  display: flex;
  height: 100%;
}

.head_nav>ul>li {
  flex: 1;
}

.head_nav_list a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.head_nav_list:hover {
  background: #ff8400;
}

.head_nav_list a.active {
  background: #ff8400;
}

/* 搜索 */
.met_index_search {
  padding: 30px 0;
  box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.3);
}

.met_index_search .page {
  display: flex;
  justify-content: space-between;
}

.search_left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 70%;
}

.search_antistop a:hover {
  color: #024093;
}

.search_left p,
.search_left a,
.search_left h1,
.search_left h2,
.search_left h3,
.search_left h4,
.search_left h5,
.search_left h6,
.search_left span {
  font-size: 16px;
  color: #333;
}

.search_right {
  width: 20%;
  position: relative;
}

.search_right input {
  width: 242px;
  height: 36px;
  border: 1px solid rgb(228, 234, 236);
  padding: 6px 50px 6px 10px;
  color: #76838f;
}

.search_right input:focus {
  border-color: #62a8ea;
  outline: 0;
}

.search_right button {
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  right: 0;
  background: none;
  border: none;
}

.search_right button img {
  width: 60%;
}

.input-search .form-control {
  border-radius: 0%;
  background: #fff;
}

.head_nav_list {
  position: relative;
}

.head_nav_list:hover .class2 {
  display: block;
}

.class2 {
  z-index: 99;
  position: absolute;
  top: 100%;
  min-width: 100%;
  background: #024093;
  display: none;
}

.class2 p {
  height: 40px;
}

.class2 p:hover a {
  background: #ff8400;
}

/* 产品 */
.met_index_product {
  position: relative;
  padding: 50px 0;
}

.product_nav {
  margin-top: 80px;
}

.product_nav {
  z-index: 99;
  width: 100%;
  background: #fff;
}

.product_nav ul {
  display: flex;
  height: 100%;
}

.product_nav ul li {
  flex: 1;
  margin-bottom: 2px;
  border: 1px solid #024093;
  height: 94px;
  padding-bottom: 8px;
}

.product_nav_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product_nav_list:hover,
.product_nav ul li.cur {
  border-bottom: 8px solid #ff8400;
  margin-bottom: 0;
  background: #024093;
  padding-bottom: 0;
}

.product_nav_list a {
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.product_nav_list:hover a,
.product_nav ul li.cur a {
  color: #fff;
}

.product_nav_list i {
  width: 70px;
  height: 52.5px;
  overflow: hidden;
  text-align: center;
}

.product_nav_list i img {
  width: 100%;
}

.product_nav_list:hover i img,
.product_nav ul li.cur i img {
  transform: translateY(-52.5px);
  transition: 0.5s ease all;
}

.product_nav_list p {
  font-size: 15px;
}

.product_main {
  position: relative;
  padding: 20px 0 30px 0;
}

.left,
.right {
  position: absolute;
  top: 40%;
}

.met-head{
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.left {
  left: -70px;
}

.right {
  right: -70px;
}

.product_carousel {
  overflow: hidden;
  height: 340px;
  position: relative;
}

.product_carousel ul {
  display: flex;
  width: max-content;
  position: absolute;
}

.product_carousel_list {
  margin-right: 28px;
  border: 1px solid #aaa;
}

.product_carousel_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.carousel_img {
  width: 279.5px;
  height: 280px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel_img img {
  width: 100%;
  height: 100%;
   object-fit: cover;
  transition: all ease-in 0.5s;
  -moz-transition: all ease-in 0.5s;
  -ms-transition: all ease-in 0.5s;
  -o-transition: all ease-in 0.5s;
  -webkit-transition: all ease-in 0.5s;
}

.product_carousel_list:hover .carousel_img img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.product_carousel_list p {
  font-size: 16px;
  color: #333;
  text-align: center;
  border-top: 1px solid #aaa;
  padding: 5px 0;
  width: 100%;
}

.product_carousel_list:hover p {
  background: #024093;
  color: #fff;
}

.product_main ul .hidd {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 330px;
}

.product_main ul .maxW {
  display: flex;
  width: max-content;
  position: absolute;
}

/* 困惑 */


.met_index_puzzled {
  background: url(/public/image/1.jpg);
  color: #fff;
  padding: 90px 0 50px;
}

.met_index_puzzled h2 {
  color: #fff;
}

.puzzled_main {
  margin-top: 70px;
}

.puzzled_main ul {
  display: flex;
  justify-content: space-between;
}

.puzzled_main ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.puzzled_main ul li i {
  width: 160px;
  height: 140px;
  display: block;
}

.puzzled_main ul li:hover i {
  background-position: bottom;
  transition: 0.5s ease all;
}

.puzzled_main ul li img {
  margin-bottom: 35px;
}

.puzzled_main ul li p {
  font-size: 22px;
}

.puzzled_url {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.puzzled_url a {
  width: 120px;
  height: 35px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 85px 45px 0;
}

/* 明星之选 */

.met_index_advantage {
  padding: 95px 0;
  padding-top: 0;
}

.met_index_advantage .page {
  padding: 0 80px;
}



.advantage_main h6 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
}

.advantage_main p {
  line-height: 26px;
  height: 78px;
}

.advantage_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.advantage_list:nth-child(1) .advantage_item {
  width: 345px;
}

.advantage_list:nth-child(2) .advantage_item {
  width: 260px;
}

.advantage_list:nth-child(3) {
  margin-bottom: 0;
}

.advantage_list:nth-child(3) .advantage_item {
  width: 300px;
}

.advantage_list .advantage_item:nth-child(1) h6,
.advantage_list .advantage_item:nth-child(1) p {
  text-align: right;
}

.advantage_list7 {
  width: 580px;
  text-align: center;
  margin: 0 auto;
}

/* 过渡1  */
.met_index_transition {
  background: url(/public/image/4.jpg);
  height: 222px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.met_index_transition .page {
  display: flex;
  align-items: center;
}

.met_index_transition h4 {
  font-size: 26px;
  margin-bottom: 10px;
}

.met_index_transition p {
  font-size: 40px;
  margin-bottom: 5px;
}

.met_index_transition span {
  font-size: 35px;
  color: #024093;
}

.transition_main {
  margin-left: 470px;
  width: 100%;
}

.transition_main span {
  display: block;
}

/* 客户案例 */
.met_index_case {
  padding: 95px 0 80px;
}

.case_carousel {
  overflow: hidden;
  position: relative;
  height: 343px;
}

.case_carousel ul {
  display: flex;
  width: max-content;
  position: absolute;
}

.case_carousel_list {
  margin-right: 25px;
  width: 385px;
  overflow: hidden;
}

.case_carousel_list .case_video {
  width: 100%;
  height: 285px;
  border: 2px solid #d6d6d6;
}

.case_carousel_list .case_video iframe {
  width: 100%;
  height: 100%;
}

.case_carousel_list .case_video p {
  width: 100%;
  height: 100%;
}

.case_carousel_list .case_video img,
.case_carousel_list .case_video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.case_carousel_list>a>p {
  font-size: 18px;
  margin: 15px 0;
  text-align: center;
  color: #333;
}

.case_main {
  position: relative;
  margin-top: 40px;
}

.case_nav {
  margin-top: 30px;
}

.case_nav>ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.case_nav>ul>li {
  width: 210px;
  height: 40px;
  border: 1px solid #ededed;
  margin: 0 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case_nav>ul>li a {
  color: #000;
}

.case_nav>ul>li:hover {
  background: #0251ae;
  box-shadow: 4px 4px 5px #999;
  transition: 0.8s all ease-in-out;
  border: 1px solid #0251ae;
}

.case_nav>ul>li:hover a {
  color: #fff;
}

.caseImg_main {
  display: flex;
  justify-content: space-between;
  margin-top: 95px;
}

.caseImg_main img {
  width: 385px;
  overflow: hidden;
  height: 285px;
  object-fit: contain;
  border: 1px solid #aaa;
}

/* 行业应用 */
.met_index_use {
  padding: 80px 0 90px 0;
}

.use_main {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.use_main a {
  color: #8997bb;
  z-index: 20;
  position: relative;
}

.use_main h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 26px;
  position: relative;
  z-index: 20;
  color: #3757ab;
}

.use_main p {
  font-size: 14px;
  line-height: 30px;
  height: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 25px;
  position: relative;
  z-index: 20;
  color: #8997bb;
}

.use_left {
  width: 489px;
}

.use_right {
  width: 705px;
}

.use_left_list,
.use_right_list {
  padding: 35px 0 30px 50px;
  position: relative;
  overflow: hidden;
  margin-top: 18px;
  height: 237px;
  overflow: hidden;
}

.use_left_list p {
  width: 260px;
}

.use_left_list img,
.use_right_list img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.use_left_list:nth-child(1) {
  background: #c8c2c1;
}

.use_left_list:nth-child(1) h3,
.use_left_list:nth-child(1) p,
.use_left_list:nth-child(1) a {
  color: #fff;
}

.use_left_list:nth-child(2) {
  background: #d1e6ee;
}

.use_left_list:nth-child(3) {
  background: #e6f0f3;
}

.use_left_list:nth-child(4) {
  background: #eaf0f5;
}

.use_left_list:hover::after,
.use_right_list:hover::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2494ff;
  transition: all .2s ease-out 0s;
  opacity: .39;
}

.use_left_list:hover h3,
.use_left_list:hover p,
.use_left_list:hover a,
.use_right_list:hover h3,
.use_right_list:hover p,
.use_right_list:hover a {
  color: #fff;
}

.use_right_list p {
  width: 375px;
}

.use_right_list:nth-child(1) {
  background: #e6f0f3;
}

.use_right_list:nth-child(2) {
  width: 220px;
  height: 492px;
  padding: 30px;
  padding-top: 35px;
  float: left;
  margin-right: 15px;
  background: #eaf0f5;
}

.use_right_list:nth-child(2) p {
  width: auto;
}

.use_right_list:nth-child(3) {
  background: #4799ab;
}

.use_right_list:nth-child(3) h3,
.use_right_list:nth-child(3) a,
.use_right_list:nth-child(3) p,
.use_right_list:nth-child(5) h3,
.use_right_list:nth-child(5) a,
.use_right_list:nth-child(5) p {
  color: #fff;
}

.use_right_list:nth-child(4) {
  background: #d1e6ee;
}

.use_right_list:nth-child(3),
.use_right_list:nth-child(4) {
  width: 470px;

}

.use_right_list:nth-child(3) p,
.use_right_list:nth-child(4) p {
  width: 230px;
}

.use_right_list:nth-child(5) {
  background: #3c699e;
}

/* 关于我们 */
.met_index_about {
  background: url($about_background$) no-repeat;
  padding-top: 300px;
  border-bottom: 3px solid #ececeb;
}

.index_about {
  width: max-content;
  padding: 50px 130px;
  background: #fff;
  margin: 0 auto;
}

.met_index_about .page {
  display: flex;
  justify-content: space-between;
}

.about_title {
  width: 185px;
}

.about_title h2 {
  color: #024093;
  font-size: 35px;
  margin-bottom: 10px;
}

.about_title h3 {
  font-size: 25px;
}

.contact_text {
  font-size: 15px;
  color: #656464;
  line-height: 40px;
}

.contact_content {
  width: 945px;
}

.contact_content>a {
  background: #024093;
  color: #fff;
  width: 110px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

/* 新闻 */
.met_index_news {
  padding-top: 90px;
}

.news_main {
  margin-top: 35px;
}

.news_main ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news_list {
  width: 545px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 75px;
  padding: 5px;
  -webkit-transition: all 0.3s ease-out;
}

.news_list:hover {
  box-shadow: 0 26px 50px -6px rgba(97, 105, 113, 0.3);
  transform: translateY(-5px) !important;
  -webkit-transform: translateY(-5px) !important;
  -webkit-transition: all 0.3s ease-out !important;
}

.news_updatetime {
  width: 83px;
  height: 83px;
  background: #e9eaeb;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #333;
}

.news_updatetime i {
  font-size: 25px;
  color: #333;
}

.news_content {
  width: 445px;
  height: 100%;
}

.news_content h5 a {
  color: #333;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 30px;
}

.news_content p {
  color: #757575;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 30px;
}

/* 留言 */
.met_index_message {
  background: url(/public/image/2.png) no-repeat center;
  height: 727px;
  padding: 70px 0 65px;
}

.met_index_message .page {
  position: relative;
  width: 1230px;
  /*background: url(/public/image/4.png) no-repeat right bottom;*/
  height: 101%;
  padding-left: 15px;
  background-color: #fff;
}

.pen {
  position: absolute;
  right: 100px;
  z-index: 10;
  top: 50px;
}

.index_message {
  width: 580px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.message_title h2 {
  font-size: 25px;
}

.message_title h2 i {
  color: #ff8400;
}

.message_main {
  margin-top: 35px;
}

.message_main .met-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.message_main .form-group:nth-child(-n+6) {
  width: 48%;
  z-index: 5;
}

.message_main .m-b-0 .btn-primary {
  background: #024093;
  width: 195px;
  height: 50px;
  border-radius: 8px;
  margin: 0 auto;
}

/* 联系我们 */
.met_index_relation {
  padding: 70px 0;
}

.relation_main {
  margin-top: 45px;
}

.relation_main ul {
  display: flex;
  justify-content: space-between;
}

.relation_list {
  display: flex;
  width: 380px;
  height: 100px;
  border: 1px solid #e6e6e6;
  align-items: center;
  padding: 0 25px;
  -webkit-transition: all 0.3s ease-out;
}

.relation_list:hover {
  box-shadow: 0 0 7px rgba(102, 102, 102, .35);
  transform: translate(0, -10px) !important;
  transition: transform .3s !important;
  background-image: none;
}

.relation_list img {
  transition: 1s ease all;
  margin-right: 10px;
}

.relation_list:hover img {
  transform: rotateY(360deg);
  transition: 1s ease all;
}

.relation_list span {
  font-size: 16px;
  color: #666;
}

/* 页尾 */
.met-foot-info,
.link {
  background: #161d25;
}

.met-foot-info .page {
  display: flex;
}

.foot_nav,
.foot_erwm {
  width: 325px;
}

.foot_tel {
  width: 560px;
  border: 1px solid #5c6167;
  border-top: none;
  border-bottom: none;
}

.foot_nav h6 {
  margin-bottom: 15px;
}

.foot_nav ul {
  display: flex;
  flex-wrap: wrap;
}

.foot_nav ul li {
  width: 125px;
  line-height: 35px;
}

.foot_nav a {
  color: #fff;
}

.foot_tel {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.foot_tel h1 {
  color: #fff;
  font-size: 35px;
  margin-bottom: 25px;
}

.foot_tel p {
  font-size: 27px;
}

.foot_erwm {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}

.foot_erwm img {
  width: 125px;
  height: 125px;
  object-fit: cover;
  margin-bottom: 10px;
}

.link,
.link a {
  color: #fff;
}

.link .page {
  display: flex;
  flex-wrap: wrap;
  height: 80px;
  padding: 30px 0;
}

.link_list {
  margin: 0 10px;
}

.copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #161d25;
  color: #fff;
}

.copyright a {
  color: #fff;
}

/* 产品列表页 */
.met-product-list,
.met-news,
.met-show-body {
  background-color: #fff;
}

.met-show-body {
  padding-top: 30px;
}

.met-product-list .met-crumbs,
.met-news .met-crumbs,
.met-feedback .met-crumbs,
.met-show-body .met-crumbs,
.met-img .met-crumbs {
  height: 80px;
  display: flex;
  align-items: center;
}

.show_product ul {
  display: flex;
  flex-wrap: wrap;
}

.show_product_main .title {
  margin-bottom: 40px;
}

.show_product {
  margin-top: 45px;
}

.show_product_nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.show_product_list {
  width: 210px;
  height: 40px;
  border: 1px solid #aaa;
  margin: 0 23px;
}

.show_product_list a {
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.show_product_list:hover a,
.show_product_list a.active {
  background: #0251ae;
  color: #fff;
  box-shadow: 4px 4px 5px #999;
  transition: 0.8s all ease-in-out;
}

.show_product_item {
  border: 1px solid #aaa;
  width: 280px;
  margin-right: 25px;
  margin-bottom: 50px;
}


.show_product_item:nth-child(4n) {
  margin-right: 0
}

.show_product_item .show_product_img {
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.show_product_item .show_product_img iframe {
  width: 100%;
  height: 100%;
}

.show_product_item .show_product_img img {
  width: 100%;
  height: 100%;
   object-fit: cover;
  background: #fff;
  transition: all ease-in 0.5s;
  -moz-transition: all ease-in 0.5s;
  -ms-transition: all ease-in 0.5s;
  -o-transition: all ease-in 0.5s;
  -webkit-transition: all ease-in 0.5s;
}

.show_product_item .show_product_img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.show_product_item .show_product_img p {
  width: 100%;
  height: 100%;
}

.show_product_item:hover .show_product_img img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.show_product_title {
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-top: 1px solid #aaa;
}

.show_product_title h6 {
  font-size: 15px;
  z-index: 10;
}

.show_product_item:hover .show_product_title h6 {
  color: #fff;
}

.show_product_item:hover .show_product_title:after {
  height: 100%;
}

.show_product_title:after {
  content: '';
  width: 100%;
  height: 0;
  display: block;
  background: #024093;
  position: absolute;
  bottom: 0;
  transition: 0.3s ease all;
}

/* 关于我们内页 */
.about_main {
  display: flex;
  justify-content: space-between;
}

.show_about h3 {
  font-size: 30px;
  font-size: #333;
  margin-bottom: 35px;
}

.show_about h3::after {
  content: '';
  width: 45px;
  height: 2px;
  background: #024093;
  display: flex;
  margin-top: 20px;
}

.about_content {
  width: 580px;
}

.about_content p {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1px;
}

.show_adv {
  margin-top: 80px;
}

/* 新闻列表页 */
.show_news_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  border: 1px solid #eaeaea;
  padding: 5px;
  -webkit-transition: all 0.3s ease-out;
  box-shadow: 0 0 1px #aaa;
}

.show_news_list>a {
  width: 260px;
}

li.show_news_list:hover {
  box-shadow: 0 26px 50px -6px rgba(97, 105, 113, 0.3);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}

.show_news_list>a>img {
  width: 260px;
  height: 160px;
  object-fit: cover;
}

.show_news_content h5 {
  margin-bottom: 10px;
  line-height: 45px;
}

.show_news_content h5 a {
  font-size: 16px;
  color: #333;
}

.show_news_content p {
  color: #666;
  font-size: 14px;
  font-family: "微软雅黑";
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 30px;
  margin-bottom: 15px;
  width: 800px;
  padding-right: 20px;
  border-right: 1px solid #f2f2f2;
}

.show_news_url {
  width: 110px;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.show_news_main {
  margin-top: 30px;
}

/* 客服 */
.kefu_url {
  position: fixed;
  top: 30%;
  right: 0px;
  z-index: 9999;
  width: 77px;
}

.kefu {
  position: absolute;
  top: 0;
}

.kefu_main li {
  width: max-content;
  height: 71px;
  margin: 2px 0;
  display: flex;
  position: relative;
  align-items: center;
  background: #024093;
}

.kefu_main li a,
.kefu_left {
  width: 77px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.kefu_right {
  border-left: 1px solid #fff;
  color: #fff;
  padding: 0 15px;
  font-size: 16px;
}

.kefu_main li:hover {
  transition: 1s all ease;
}

.kefu_main li {
  width: 97px;
}

.my_kefu_tel {
  transition: 1s all ease;
}

.my_kefu_tel:hover {
  transition: 1.5s all ease;
}

.my_kefu_qq i {
  width: 30px;
  height: 27px;
  display: block;
  background: url(/public/image/fx.png) no-repeat;
  background-position: 4px 5px;
}

.my_kefu_tel i {
  width: 30px;
  height: 27px;
  display: block;
  background: url(/public/image/fx.png) no-repeat;
  background-position: 0 -21px;
}

.my_kefu_message i {
  width: 30px;
  height: 27px;
  display: block;
  background: url(/public/image/fx.png) no-repeat;
  background-position: 4px -53px;
}

.my_kefu_weixin {
  position: relative;
}

.my_kefu_weixin i {
  width: 30px;
  height: 27px;
  display: block;
  background: url(/public/image/fx.png) no-repeat;
  background-position: -34px 4px;
}

.kefu_weixin_erwm {
  position: absolute;
  left: -130px;
  top: -24px;
  display: none;
}

.kefu_main .my_kefu_ftop {
  display: none;
  padding-top: 7px;
}

.my_kefu_ftop i {
  width: 33px;
  height: 35px;
  display: block;
  background: url(/public/image/fx.png) no-repeat;
  background-position: -27px -51px;
}

.kefu_main .my_kefu_tel {
  width: 247px;
}







/* 关于我们 */
.about {
  text-align: center;
  padding-bottom: 30px;
}

.about-title {
  display: inline-block;
}

.about-title h3 {
  font-family: Minion Pro;
  color: #b5c4e7;
  font-size: 80px;
  opacity: .5;
  line-height: 80px;
  margin-bottom: -15px;
}

.about-title h4 {
  color: #02328d;
  font-size: 38px;
  font-weight: bold;
}

.about h5 {
  font-size: 16px;
  color: #999;
  font-weight: normal;
}

.about-list {
  margin: 20px 0;
  overflow: hidden;
}

.about-list li {
  display: inline-block;
  width: 120px;
  height: 100px;
}

.tan05 {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.about-list li+li {
  margin-left: 30px;
}

.about-list li {
  display: inline-block;
  width: 120px;
  height: 100px;
}

.icon1 {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: url('http://www.dengshilang.com/images/icon.png') no-repeat;
}

.about p {
  margin-top: 30px;
  font-size: 14px;
  line-height: 32px;
}

.icon-2 {
  background-position: -60px 0;
}

.icon-3 {
  background-position: -120px 0;
}

.about .title span {
  font-size: 18px;
  font-weight: normal;
}

.about span {
  display: inline-block;
  margin-top: 15px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

.about-p {
  position: relative;
  opacity: 0;
}

.about span strong {
  color: #02328d;
}

.about_con {
  padding: 0 50px;
  line-height: 32px;
  margin-top: 50px;
}

.about-list li:hover .icon-1 {
  background-position: 0 -60px;
}

.about-list li:hover .icon-2 {
  background-position: -60px -60px;
}

.about-list li:hover .icon-3 {
  background-position: -120px -60px;
}

.about_img {
  display: flex;
  justify-content: space-between;
  /* margin-top: 30px; */
}

.about_img li {
  width: 24%;
}

.about_img li img {
  width: 100%;
  height: 179px;
}

/*æ–°é—»ä¸­å¿ƒ*/
.news {
  background: #f3f3f3;
  padding-top: 70px;
  padding-bottom: 20px;
  text-align: center;
}

.news .title h3 {
  color: #02328d;
}

.swiper-news {
  overflow: hidden;
  /* height: 577px; */
  margin-bottom: 35px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.swiper-news li {
  float: left;
  width: 340px;
  height: 100%;
  border-bottom: 2px solid #d3d3d3;
}

.swiper-news li+li {
  margin-left: 40px;
}

.swiper-news li img {
  display: block;
  width: 100%;
  height: 195px;
  object-fit: cover;
}

.news-info {
  height: 180px;
  padding: 20px;
  background: white;
  text-align: left;
}

.news-info h3 {
  font-size: 16px;
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-info p {
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  color: #666;
  margin-bottom: 5px;
}

.news-info span {
  font-size: 14px;
  color: #999;
}

.swiper-news li:hover .news-info {
  background: #02328d;
}

.swiper-news li:hover .news-info h3 {
  color: white;
}

.swiper-news li:hover .news-info p,
.swiper-news li:hover .news-info span {
  opacity: .5;
  color: white;
}

.swiper-news-span {
  height: 18px;
}

.swiper-news-span span {
  width: 18px;
  height: 18px;
  opacity: 1;
  background: #c7c7c7;
}

.swiper-news-span span+span {
  margin-left: 13px;
}

.swiper-news-span span.swiper-pagination-bullet-active {
  background: #02328d;
}

.index_news_dd a {
  float: left;
  background: url(http://www.dengshilang.com/images/m5/index_news_ddlist.jpg) no-repeat left center;
  padding-left: 20px;
  color: #2a333c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 70%;
  text-align: left;
}

.index_news_dd dd {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 35px;
  align-items: center;
}

.index_news_dd li dl {
  margin-top: 20px;
}

.problem {
  background: url(/public/image/11.jpg) no-repeat center;
  height: 929px;
}

.upset_fr {
  width: 780px;
  margin-left: auto;
  padding-top: 80px;
}

.upset_fr .title h2 {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
}

.upset_fr .title p {
  font-size: 22px;
  color: #fff;
  letter-spacing: 2px;
  line-height: 36px;
}

.upset_fr ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 130px;
}

.upset_fr ul li {
  width: 240px;
  height: 230px;
  background: #fff;
  margin-top: 30px;
  border-radius: 10px;
  text-align: center;
  /* transition: 0.3s ease all; */
  cursor: pointer;
}

.upset_fr ul li i {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  margin: 20px auto 0;
  background-size: 60%;
  transition: 1s ease all;
}

.upset_fr ul li:hover i {
  transform: rotateY(360deg);
}

.upset_fr ul li:nth-child(1) i {
  background: url(/public/image/icon16.png) no-repeat center #25ab13;
}

.upset_fr ul li:nth-child(2) i {
  background: url(/public/image/icon17.png) no-repeat center #25ab13;
}

.upset_fr ul li:nth-child(3) i {
  background: url(/public/image/icon18.png) no-repeat center #25ab13;
}

.upset_fr ul li:nth-child(4) i {
  background: url(/public/image/icon16.png) no-repeat center #25ab13;
}

.upset_fr ul li:nth-child(5) i {
  background: url(/public/image/icon19.png) no-repeat center #25ab13;
}

.upset_fr ul li:nth-child(6) i {
  background: url(/public/image/icon20.png) no-repeat center #25ab13;
}

.upset_fr ul li d {
  font-size: 18px;
  color: #333;
  margin-top: 20px;
  display: block;
}

.upset_fr ul li p {
  line-height: 22px;
  margin-top: 10px;
  font-size: 14px;
  color: #999;
}

.showyous {
  background: rgb(249, 249, 249);
}

.showyous .text_center {
  position: relative;
  text-align: center;
}

.showyous .text_center::before {
  content: '';
  display: inline-block;
  width: 328px;
  height: 4px;
  position: absolute;
  left: 70px;
  top: 70px;
  border-top: 1px dashed #84c2fd;
  border-bottom: 1px dashed #84c2fd;
}

.showyous .text_center::after {
  content: '';
  display: inline-block;
  width: 328px;
  height: 4px;
  position: absolute;
  right: 70px;
  top: 70px;
  border-top: 1px dashed #84c2fd;
  border-bottom: 1px dashed #84c2fd;
}

.showyous .text_center h2 {
  font-size: 41px;
  color: #000000;
  font-weight: bold;
}

.showyous .text_center h2 span {
  font-size: 68px;
  color: #ff8400;
  font-weight: bold;
}

.adThree-main dl {
  /* position: absolute; */
  position: relative;
  align-items: center;
}

.adThree-main dl .left,
.adThree-main dl .right {
  position: initial;
  width: 50%;
  height: max-content;
}

.adThree-main dl.zy {
  display: flex;
  justify-content: space-between;
}

.adThree-main dl.gc {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.adThree-main dl.td {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}

.adThree-main dl h3 {
  color: #1777c9;
  font-size: 24px;
}

.adThree-main dl dt {
  margin: 10px 0 30px;
  font-size: 16px;
  position: relative;
}

.adThree-main dl dd {
  margin-top: 10px;
}

.adThree-main {
  position: relative;
}

.adThree-main dl.zy dt:after {
  content: '';
  display: inline-block;
  width: 300px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 30px;
  border-top: 1px dashed #84c2fd;
  border-bottom: 1px dashed #84c2fd;
}

.adThree-main dl.gc dt:after {
  content: '';
  display: inline-block;
  width: 300px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 30px;
  border-top: 1px dashed #84c2fd;
  border-bottom: 1px dashed #84c2fd;
}

.adThree-main dl.td dt:after {
  content: '';
  display: inline-block;
  width: 280px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 30px;
  border-top: 1px dashed #84c2fd;
  border-bottom: 1px dashed #84c2fd;
}

.proThum .proThum_item {
  width: 60px;
  height: 60px;
  border: 2px solid #ddd;
  opacity: 0.7;
  margin-left: 10px;
}

.proThum .proThum_item:first-child {
  margin-left: 0;
}

.proThum {
  display: flex;
  justify-content: center;
}

.proThum .proThum_item.active {
  border-color: #4e97d9;
}

.proThum .proThum_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html,
.lg-outer .lg-toogle-thumb,
.lg-outer.lg-pull-caption-up .lg-sub-html,
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(255, 255, 255, 0.7);
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-thumb-open .lg-thumb-outer,
.lg-toolbar,
.lg-backdrop,
.lg-outer .lg-thumb-outer,
.lg-sub-html {
  background-color: #fff;
}