﻿html {-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-webkit-overflow-scrolling: touch;overflow-x: hidden;overflow-y: scroll;}
* {margin:0;padding:0;outline: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}
html {font: normal 15px "Microsoft YaHei";-webkit-text-size-adjust: 100%} 
a {color: #333;text-decoration: none;noline:-webkit-tap-highlight-color:rgba(0,0,0,0);/* 去掉链接触摸高亮 */}  
a:hover {color: #015bac;text-decoration: none;}
a:focus {color: #333;outline: none;-moz-outline: none;}
a:active {color: #333;}
/* 滚动条背景 */::-webkit-scrollbar {width:8px;background-color: #ccc;}
/* 滚动槽 */::-webkit-scrollbar-track {border-radius:5px;}
/* 滚动条滑块 */::-webkit-scrollbar-thumb {border-radius:10px;background:var(--green);}
/*清除浮动*/
.fl{ float:left;}
.fr{ float:right;}
em,i{font-style:normal;}
ol,ul{list-style: none; list-style-position:inside;}
select, input, textarea {font-size: 14px;color: #333;border-radius: 0;-webkit-border-radius: 0;font-family: "Microsoft YaHei";}
img{border: none;max-width: 100%;vertical-align: middle;}
.clear10{height:10px;overflow:hidden;clear:both;}
.clear { clear:both; *zoom:1;}
.clear:after { display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
.clearfix {*zoom:1;}/*IE/7/6*/
.clearfix:after {content: "";display: block;clear: both;width: 100%;height: 0;line-height: 0;font-size: 0;}
.block{  display: block;}
.cursor{ cursor: pointer;}
.fb{ font-weight: bold;}
.fn{ font-weight: normal;}
.dot{display: block;white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.mt30{margin-top:30px}
.mt40{margin-top:40px}
.mt50{margin-top:50px}
.mb30{margin-bottom:30px}
.mb40{margin-bottom:40px}
.mb50{margin-bottom:50px}
.pt30{padding-top:30px}
.pt40{padding-top:40px}
.pt50{padding-top:50px}
.pb30{padding-bottom:30px}
.pb40{padding-bottom:40px}
.pb50{padding-bottom:50px}
.h60{height:60px}
.h70{height:70px}
.h80{height:80px}
/* PC端隐藏 手机端显示 */
.pcnone{display: none;}
@media (max-width: 767px) {
.pcnone{display: block !important;}
}
/*以上为通用*/
.w{
 max-width: 1280px;
 margin: 0rem auto;
}
.bg_gray{margin:0 auto;background: #f5f5f5;}
.bg_blue{margin:0 auto;background: #0066cc;}
.bg_product{background:linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),url(http://dahxc8.com/static/web/img/bg_product.jpg) no-repeat; background-size: cover;}
.bg_case{background:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url(http://dahxc8.com/static/web/img/bg_case.jpg) no-repeat; background-size: cover;}

}
/*---------------------------------------------------首页正文标题样式1*/
.index-title {
    margin: 20px 0 40px;
}
.index-title h2 {
    margin: 30px 0;
    font-size: 30px;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.index-title h3 {
    margin: 30px 0;
    font-size: 30px;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.linewrap {
    width: 300px;
    height: 1px;
    margin: 24px auto 0;
    background-color: #dddddd;
    position: relative;
}
.titlenews {
    margin:20px 0 40px;
}
.linewrap::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -4px;
    width: 50px;
    height: 8px;
    background: linear-gradient(to right, #32ade9, #0589d5);
    border-radius: 5px;
    transform: translateX(-50%);
}

/*---------------------------------------------------首页正文标题样式2有黄线*/
.index_title1{margin-top: 40px;margin-bottom: 40px;}
.index_title1 h3 {font-size: 30px;color: #222;font-weight:500}
.index_title1 p {font-size: 20px;color: #666;font-weight:bold}
.index_title1 i {display: block;margin: 8px auto;width: 80px;border-top: 2px solid #ff6600;}
/*---------------------------------------------------首页下拉菜单*/
:root {
  --primary: #ededed;
  --dark: #1e293b;
  --light: #ffffff;
  --glass: rgba(255,255,255,0.8);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
outline: 0;
text-decoration: none;
list-style: none;
}
a {
	color: #000;
}

/* 联系方式区域 */
.contact-box {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.5rem 1.4rem;
  background: var(--primary);
  border-radius: 2rem;
  color: #ff6600;
  transition: transform 0.3s;
}
.contact-box:hover {
  transform: translateY(-2px);
}



/*---------------------------------------------------首页主图轮播*/
        .carousel-banner {
            position: relative;
            max-width-: 1440px;
            margin: 0rem auto;
            overflow: hidden;
            border-radius: 0px;
            box-shadow-: 0 4px 12px rgba(0,0,0,0.15);
        }

        .slides-wrapper {
            display: flex;
            transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .slide-item {
            min-width: 100%;
            aspect-ratio-: 16/9;
            position: relative;
        }

        .slide-image {
            width: 100%;
            height-: 100%;
			height:85vh;
            object-fit: cover;
            vertical-align: middle;
        }

        /* 文字容器 */
        .caption-box {
            position: absolute;
            bottom: 40%;
            left: 50%;
            transform: translateX(-50%);
            text-align: center;
            color: #fff;
            max-width: 80%;
        }

        .caption-primary {
            font-size: calc(1.5rem + 1.5vw);
            margin-bottom: 0.2em;
            opacity: 0;
            transform: translateY(30px);
            animation: textReveal 0.8s 0.3s forwards;
        }

        .caption-secondary {
            font-size: calc(0.75rem + 0.75vw);
            opacity: 0;
            transform: translateY(20px);
            animation: textReveal 0.8s 0.8s forwards;
        }

        /* 控制按钮 */
        .nav-button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            border: none;
            border-radius: 50%;
            background: rgba(255,255,255,0.2);
            color: white;
            font-size: 2rem;
			padding-bottom:5px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .nav-button:hover {
            background: rgba(255,255,255,0.9);
            color: #333;
        }

        .prev-button { left: 2%; }
        .next-button { right: 2%; }

        /* 指示器 */
        .pagination-dots {
            position: absolute;
            bottom: 6%;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 12px;
        }

        .dot {
            width: 10px;
            height: 10px;
            background: rgba(255,255,255,0.5);
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s;
        }

        .dot.active {
            background: rgba(255,255,255,0.95);
            width: 30px;
			border-radius: 50px;
        }
			@media (max-width: 768px) {
        .slide-item {
            min-width: 100%;
            aspect-ratio: 16/9;
            position: relative;
        }

        .slide-image {
            width: 100%;
            height: 100%;			
            object-fit: cover;
            vertical-align: middle;
        }
        }

        /* 动画 */
        @keyframes textReveal {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
/*---------------------------------------------------首页产品滚动*/
        .carousel-product {
            position: relative;
            margin: 0 auto;
            overflow: hidden;
			padding-bottom: 0px; 
        }
        .carousel-track {
            display: flex;
            transition: transform 0.5s ease;
        }
        .carousel-item {
            flex: 0 0 25%;
            padding: 10px;
            box-sizing: border-box;
            position: relative;
        }
        .carousel-link {
            display: block;
            position: relative;
            padding-top: 100%;
            overflow: hidden;
        }
        .carousel-image {
			border-radius: 5px;
            position: absolute;
			border:#cccccc solid 5px;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: opacity 0.3s;
        }
        .carousel-title {
            text-align: center;
            margin-top: 20px;
        }
        .carousel-title a {
            color: #333;
            text-decoration: none;
            transition: color 0.3s;
        }
       .carousel-nav {
            position: absolute;
            top: 35%;
            transform: translateY(-50%);
            background: rgba(0,0,0,0.5);
			color: #ffffff;
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            z-index: 2;
            transition: all 0.3s;
        }
        .carousel-prev { 
            left: 0px; /* 调整到容器外侧 */
            right: auto;
        }        
        .carousel-next {
            right:0px; /* 调整到容器外侧 */
            left: auto;
        }
        .carousel-dots {
            display: flex;
            justify-content: center;
            padding: 20px 0;
        }
        .carousel-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #ddd;
            margin: 0 5px;
            cursor: pointer;
            transition: background 0.3s;
        }
        .carousel-dot.active { background: #666; }
		
        .image-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.5);
            color: white;
            display: none;
            align-items: center;
            justify-content: center;
        }
        .carousel-link:hover .image-overlay {
            display: flex;
        }
        .carousel-link:hover + .carousel-title a {
            color: #f00;
        }
        @media (max-width: 768px) {
            .carousel-item { flex: 0 0 50%; }
        }

        @media (max-width: 480px) {
            .carousel-item { flex: 0 0 100%; }
        }
/*---------------------------------------------------首页产品4个，2行4个*/	
.index_product {
  padding: 0px 0 0px;
}

.index_product_type {
  padding-top: 20px;
  overflow: hidden;
}
.index_product_type ul {
  width: calc(100% + 40px);
}
.index_product_type li {
  float: left;
  margin: 0 40px 40px 0;
  width: calc(100% / 2 - 40px);
  height: 300px;
	display: flex;
  background: #f6f6f6;
  transition: all 0.3s ease-in-out;
}
.index_product_type li:nth-child(n+2):nth-child(-n+3) {
  background: #f0f0f0;
}
.index_product_type li .con {
  flex: 1;
  padding: 60px 20px 0 60px;
}
.index_product_type li h4 {
  font-size: 20px;
}
.index_product_type li p {
  padding-top: 20px;
  height: 88px;
  font-size: 14px;
  color: #999;
  line-height: 180%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index_product_type li .btm {
  padding-top: 20px;
}
.index_product_type li a.more-btn {
  display: inline-block;
  padding: 8px 48px 8px 20px;
  border-radius: 4px;
  background: url("../image/more-arrow-on.png") no-repeat right 20px center #ed6c00;
  font-size: 14px;
  color: #fff;
}
.index_product_type a:hover.more-btn {
  box-shadow: 0 4px 12px rgba(237,108,0,0.3);
}
.index_product_type li .pic {
  padding: 30px 30px 30px 10px;
  width: 280px;
  overflow: hidden;
}
.index_product_type li .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.index_product_type li:hover {
  transform: translate(0,-10px);
}
.index_product_type li:hover .pic img {
  transform: scale(1.05);
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .index_product {
    padding: 0px 0 20px;
  }

  .index_product_type {
    padding-top: 10px;
  }
  .index_product_type ul {
    width: auto;
  }
  .index_product_type li {
    margin: 0 0 20px 0;
    width: 100%;
    height: 200px;
  }
  .index_product_type li:nth-child(n+2):nth-child(-n+3) {
    background: #fafafa;
  }
  .index_product_type li .con {
    padding: 28px 8px 0 28px;
  }
  .index_product_type li h4 {
    font-size: 16px;
  }
  .index_product_type li p {
    padding-top: 12px;
    height: 68px;
    line-height: 140%;
  }
  .index_product_type li .btm {
    padding-top: 12px;
  }
  .index_product_type li a.more-btn {
    padding: 6px 36px 6px 12px;
    background: url("../image/more-arrow-on.png") no-repeat right 12px center #ed6c00;
  }
  .index_product_type li .pic {
    padding: 20px 20px 20px 20px;
    width: 200px;
  }
}

		
/*---------------------------------------------------首页公司简介左字右图版式0*/	

        .index_about_container {
  
            margin: 0px auto;
            padding: 20px;
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
        }

        .index_about_text-content {
            flex: 1;
            min-width: 300px;
            display: flex;
            flex-direction: column;
            padding: 0px;
        }

        .index_about_image-container {
            flex: 1;
            min-width: 300px;
            height: 400px;
            background: #ddd;
            overflow: hidden;
            border-radius: 8px;
        }

        .index_about_image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .index_about_zh-title {
            font-size: 2rem;
            color: #333;
            margin-bottom: 10px;
            
        }

        .index_about_en-title {
            font-size: 1.2rem;
			font-weight: 200;
            color: #666;
            margin-bottom: 20px;
            letter-spacing: 0px;
        }

        .index_about_description {
            color: #333;
			font-size: 14px;
            line-height: 27px;
            margin-bottom: 20px;
        }
		   .index_about_description p{
    
            line-height: 27px;
  
        }

        .index_about_more-button {
            margin-top: auto;
            align-self: flex-start;
            padding: 12px 30px;
            background: transparent;
            border: 2px solid #999;
            border-radius: 25px;
            cursor: pointer;
            transition: all 0.3s;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .index_about_more-button:hover {
            background: #015bac;
			border: 2px solid #fff;
            color: white;
            transform: translateX(10px);
        }

        .index_about_arrow::after {
            content: "→";
            font-weight: bold;
            transition: transform 0.3s;
        }

        @media (max-width: 768px) {
            .index_about_container {
                margin: 0px;
                gap: 0px;
            }
            
            .index_about_zh-title {
                font-size: 1.5rem;
            }
            
            .index_about_en-title {
                font-size: 1rem;
            }
            
			 .index_about_more-button {
            margin-bottom: 20px;

        }
            .index_about_image-container {
                height: 300px;
            }
        }
	
		
/*---------------------------------------------------首页公司简介背景大图版式1*/
.index_about_w {
  margin-top-:30px;
  margin-bottom-:50px;
  padding: 60px 0 50px;
  background-position: center top;
  background-size: cover;
  color: #fff;
}
.about-tit h2 {
  font-family: "Arial";
  font-size: 14px;
  font-weight: normal;
  color: #b9c1cb;
}
.about-tit h3 {
  position: relative;
  padding: 4px 0 20px;
  font-size: 32px;
  color: #fff;
}
.about-tit h3:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 112px;
  height: 3px;
  background: #ed6c00;
  content: "";
}

.index_about {
  padding-top: 50px;
  overflow: hidden;
}
.index_about .con {
  float: left;
  width: 68%;
  font-size: 15px;
  line-height: 250%;
}
.index_about .con p {
  padding-bottom: 20px;
}
.index_about .count {
  float: right;
}
.index_about .count ul {
  margin-top: -80px;
}
.index_about .count li {
  padding: 32px 20px 32px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.index_about .count li .num {
  font-family: "AvantGarde-Medium";
  font-size: 48px;
  color: #ed6c00;
}
.index_about .count li .num sup {
  position: relative;
  top: -6px;
  left: 10px;
  font-size: 15px;
  color: #fff;
}
.index_about .count li h4 {
  font-size: 15px;
  color: #fff;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .about {
    padding: 20px;
  }

  .about-tit h2 {
    font-size: 12px;
  }
  .about-tit h3 {
    padding: 4px 0 16px;
    font-size: 20px;
  }
  .about-tit h3:after {
    width: 80px;
    height: 2px;
  }

  .index_about {
    padding-top: 40px;
  }
  .index_about .con {
    float: none;
    width: auto;
    line-height: 220%;
  }
  .index_about .con p {
    padding-bottom: 20px;
  }
  .index_about .count {
    float: none;
  }
  .index_about .count ul {
    margin-top: auto;
  }
  .index_about .count li {
    float: left;
    width: 50%;
    padding: 20px 0;
  }
  .index_about .count li .num {
    font-size: 32px;
  }
  .index_about .count li .num sup {
    top: 0;
  }
}
/*---------------------------------------------------首页公司简介4块内容*/
.zy-development {padding:3% 0 5% 0;overflow:hidden;}
.zy-development .text{font-size: 14px;line-height: 24px;text-align: center;width:80%;margin: auto;}
.zy-development .development {padding:3% 0 0 ;overflow:hidden;}
.zy-development .development .dli {float: left;width:33.333333%;text-align: center;background: #f5f7fa;overflow: hidden;position: relative;}
.zy-development .development .dli .text {height: 219px;overflow: hidden;}
.zy-development .development .dli .text ul {display: table;width:100%;height:100%;}
.zy-development .development .dli .text ul li{display: table-cell;vertical-align: middle;}
.zy-development .development .dli .text h4{font-size: 20px;font-weight-: bold;color: #000;padding-bottom: 10px;overflow: hidden;}
.zy-development .development .dli .text h5{font-size: 15px;font-weight: normal;color: #666;}
.zy-development .development .dli .pic {position: relative;}
.zy-development .development .dli .pic img{display: block;width: 100%;height: auto;min-height: 220px;max-height: 220px;}
.zy-development .development .dli .pic::before {content: '';position: absolute;left:50%;z-index: 3; width: 0; height: 0;margin-left: -15px; border-width: 15px;border-style: solid;}
.zy-development .development .dli.l1 .pic::before {top: 0;border-color:#f5f7fa transparent transparent transparent;}
.zy-development .development .dli.l2 .pic::before {bottom: 0;border-color:transparent transparent #f5f7fa transparent;}
.zy-development .development .dli.l1:hover .pic::before {border-color:#015bac transparent transparent transparent;}
.zy-development .development .dli.l2:hover .pic::before {border-color:transparent transparent #015bac transparent;}
.zy-development .development .dli:hover{background: #015bac;}
.zy-development .development .dli:hover .text h4{color: #fff;}
.zy-development .development .dli:hover .text h5{color: #fff;}

/* 860 */
@media screen and (max-width: 860px) {
	.zy-job {padding:15% 0;}
	.zy-development .text{font-size: 14px;line-height: 24px;width:100%;}
	.zy-job .title.center h3{font-size: 22px;}
	.zy-development .development .dli {float: left;width:50%;}
	.zy-development .development .dli .text {padding:0 5%;width:90%;height:150px;}
	.zy-development .development .dli .pic img{height:150px;min-height:150px;max-height: 150px;}
	.zy-development .development .dli .text h4{font-size: 14px;}
	.zy-development .development .dli .text h5{font-size: 12px;}
	}
	
/*---------------------------------------------------首页最新动态*/
        .news-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            max-width-: 1200px;
            margin: 0 auto;
			padding-bottom: 3rem;
        }

        /* 新闻卡片 */
        .news-card {
            background: #fff;
            border-radius: 5px;
            overflow: hidden;
            box-shadow-: 0 3px 6px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }

        .news-card:hover {
            transform: translateY(-5px);
        }

        /* 图片区域 */
        .card-image {
            position: relative;
            aspect-ratio: 16/9;
        }

        .card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 12px 12px 0 0;
        }

        /* 内容区域 */
        .card-content {
            padding: 1.5rem;
        }

        .card-title {
            font-size: 1.2rem;
            color: #333;
            margin-bottom: 0.8rem;
            line-height: 1.4;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .card-desc {
            font-size: 0.9rem;
            color: #666;
            margin-bottom: 1.2rem;
            line-height: 1.6;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        /* 底部操作栏 */
        .card-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 1rem;
            border-top: 1px solid #eee;
        }

        /* 时间显示 */
        .time-info {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            color: #666;
        }

        .time-icon {
            width: 16px;
            height: 16px;
            fill: currentColor;
        }

        /* 更多按钮 */
        .more-btn {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
             background: linear-gradient(to right, #32ade9, #0589d5);
            color: white;
            padding: 0.6rem 1.2rem;
            border: none;
            border-radius: 20px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .more-btn:hover {
             background: linear-gradient(to right, #0589d5, #32ade9);
            box-shadow: 0 2px 8px rgba(0,123,255,0.3);
        }

        .arrow-icon {
            width: 14px;
            height: 14px;
            fill: currentColor;
        }
        /* 响应式设计 */
        @media (max-width: 768px) {            
            .news-container {
                grid-template-columns: 1fr;
            }
            
            .card-title {
                font-size: 1.1rem;
            }
        }
/*---------------------------------------------------底部版权信息*/

footer {
  background: #282c35;
  color: #b8becc;
}
footer a {
  color: #b8becc;
}
footer a:hover {
  color: #fff;
}

.footer-con {
  padding: 60px 0 30px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-sns {
  float: left;
  position: relative;
  width: 20%;
}
.footer-sns a {
  display: inline-block;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: rgba(255,255,255,0.1);
  background-repeat: no-repeat;
  background-position: center;
}
.footer-sns a.weixin {
  background-image: url("http://dahxc8.com/static/web/img/weixin-ico.png");
}
.footer-sns a.weibo {
  background-image: url("http://dahxc8.com/static/web/img/weibo-ico.png");
}
.footer-sns a:hover {
  background-color: rgba(255,255,255,0.4);
}
.footer-sns .weixin-qrcode {
  display: none;
	position: absolute;
	top: 56px;
	left: 0;
	background: #fff;
	width: 120px;
}
.footer-sns .weixin-qrcode:before {
	position: absolute;
	top: -6px;
	left: 14px;
	width: 12px;
	height: 6px;
	background: url("http://dahxc8.com/static/web/img/footer-popup-arrow.png");
  content: "";
}
.footer-sns .weixin-qrcode img {
  width: 100%;
}
.footer-nav {
  float: left;
  width: 56%;
  overflow: hidden;
}
.footer-nav .item {
  float: left;
  width: 16.66666666%;
}
.footer-nav .item h4 {
  font-size: 18px;
  font-weight: normal;
}
.footer-nav .item h4 a {
  color: #fff;
}
.footer-nav .item ul {
  padding-top: 12px;
}
.footer-nav .item li {
  font-size: 14px;
  line-height: 28px;
}
.footer-contact {
  float: right;
}
.footer-tel h4 {
  padding-left: 32px;
  background: url("../image/footer-tel-ico.png") no-repeat left center;
  font-family: "DIN-Light";
  font-size: 28px;
  font-weight: normal;
  color: #fff;
}
.footer-tel p {
  padding-top: 4px;
  font-size: 13px;
  text-align: right;
}
.footer-mail {
  padding-top: 64px;
  text-align: right;
}

.footer-btm {
  padding: 30px 0 30px;
  font-size: 13px;
  line-height: 24px;
}
.footer-btm .copyright {
  float: left;
}
.footer-btm .beian {
  float: right;
}
.footer-btm .beian span {
  padding-left: 12px;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .footer-con {
    padding: 60px 0 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  .footer-sns {
    float: none;
    position: relative;
    width: auto;
    text-align: center;
  }
  .footer-sns a {
    margin: 0 10px;
  }
  .footer-sns .weixin-qrcode {
    display: none;
    left: 50%;
    transform: translateX(-50%);
  }
  .footer-sns .weixin-qrcode:before {
    left: 24px;
  }
  .footer-sns .weixin-qrcode img {
    width: 100%;
  }
  .footer-nav {
    float: none;
    padding: 28px 0;
    width: auto;
  }
  .footer-nav .item {
    width: 33.33%;
  }
  .footer-nav .item h4 a {
    display: block;
    color: #fff;
    line-height: 44px;
    text-align: center;
  }
  .footer-nav .item ul {
    display: none;
  }
  .footer-contact {
    float: none;
    text-align: center;
  }
  .footer-tel h4 {
    display: inline-block;
  }
  .footer-tel p {
    padding-top: 4px;
    font-size: 13px;
    text-align: center;
  }
  .footer-mail {
    padding-top: 32px;
    text-align: center;
  }

  .footer-btm {
    padding: 24px 0 48px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }
  .footer-btm .copyright {
    float: none;
  }
  .footer-btm .beian {
    float: none;
    padding-top: 8px;
  }
  .footer-btm .beian span {
    display: block;
    padding-left: 0;
  }
}
/*---------------------------------------------------底部版权信息第2版*/
.foot_footer {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0px 0 0;
	background-color: #232323;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative
}
.foot_main {
	padding: 60px 0;
	position: relative;
	margin: 0 auto;
	overflow: hidden
}
.foot_main .foot_list {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 60%;
	margin-right: 3%
}
.foot_list ul li {
	width: 21.25%;
	height: 196px;
	overflow: hidden;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-right: 5%
}
.foot_list ul li:nth-child(4) {
	margin-right: 0
}
.foot_list ul li b {
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #fff;
	font-size: 18px;
	margin: 0 auto 10px;
	padding: 0 0 5px 0;
	display: block;
	position: relative;
	font-weight: normal
}
.foot_list ul li em {
	display: block;
	width: 36px;
	height: 1px;
	background: #cccccc;
	margin-bottom: 20px
}
.foot_list ul li a {
	display: block;
	width: 100%;
	height: 35px;
	overflow: hidden;
	line-height: 35px;
	font-size: 14px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: rgba(255,255,255,.45)
}
.foot_list ul li a:hover {
	color: #fff
}
.foot_ewm {
	margin-top: 10px
}
.foot_ewm img {
	width: 126px
}
.foot_ewm p {
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
	color: rgba(255,255,255,.45)
}
.foot_main .con {
	width: 25%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
.foot_main .con .tel_title {
	display: block;
	font-size: 14px;
	color: rgba(255,255,255,.45);
	line-height: 25px;
	background: url(../image/footer_tel.png) left no-repeat;
	padding-left: 25px
}
.foot_main .con .tel_tel {
	display: block;
	font-family: fantasy;
	font-size: 42px;
	color: #ffffff;
	margin: 5px 0 15px;
	border-bottom: 1px solid rgba(255,255,255,.20);
	padding-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.foot_main .con span {
	display: block;
	font-size: 14px;
	color: rgba(255,255,255,.45);
	margin: 10px 0 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.foot_main .con span img {
	display: inline-block;
	margin: -4px 10px 0 0
}
.foot_footer .foot_copy {
	border-top: 1px solid rgba(255,255,255,.1);
	padding: 25px 0;
	overflow: hidden;
	color: rgba(255,255,255,.5);
	font-size: 14px
}
.foot_footer .foot_copy a {
	color: rgba(255,255,255,.5)
}
.foot_footer .foot_copy a:hover {
	color: #fff
}
@media (max-width:1366px) {
.foot_main .foot_list {
	width: 50%
}
.foot_main .con {
	width: 30%
}
.foot_main {
	padding: 50px 0 60px
}
}
@media (max-width:1200px) {
.foot_footer {
	padding: 55px 0 0
}
.foot_main .foot_list {
	width: 50%
}
.foot_main .con {
	width: 30%
}
.foot_main {
	padding: 40px 0 50px
}
.foot_main .con .dtel {
	font-size: 40px
}
}
@media (max-width:1079px) {
.foot_footer {
	padding: 45px 0 0
}
.foot_main {
	padding: 30px 0 40px
}
.foot_main .con .dtel {
	font-size: 38px
}
}
@media (max-width:1023px) {
.foot_footer {
	padding: 35px 0 0
}
.foot_main .foot_list {
	display: none
}
.foot_main {
	padding: 20px 0 30px
}
.foot_main .con {
	width: 50%;
	padding: 0;
	float: left;
	margin-left: 50px
}
.foot_footer .foot_copy {
	padding: 15px 0
}
.foot_footer .foot_copy .copy_l, .foot_footer .foot_copy .copy_r {
	float: none
}
}
@media (max-width:767px) {
.foot_footer {
	padding: 25px 0 0
}
.foot_main {
	padding: 30px 0;
	text-align: center
}
.foot_main .foot_list {
	display: none
}
.foot_main .con {
	display: none
}
.foot_ewm {
	float: none !important
}
.foot_footer .foot_copy {
	text-align: center;
	padding: 15px 0
}
.foot_footer .foot_copy .copy_l, .foot_footer .foot_copy .copy_r {
	float: none
}
}
.foot_copy .copy_l {
	text-align: center
}