/* pc */
/* pc_banenr */
.pc_banner {
    position: relative;
    height: 300px;
    background: url(../banner/banner_tech.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.banner_inner {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.banner_inner>p {
    font-family: "SourceHanSerifCN-Heavy", Arial;
    font-size: 30px;
    font-weight: 800;
    color: #343434;
    line-height: 1.5em;
}

.banner_inner>p>span {
    color: #2364B5;
}


.pc_tech{
  float:left;
  margin-top:1px;
  width:100%;
  min-height: 120px;
  background: #545456;
  text-align:center;
  color:#fff;
  font-size:14px;
  padding:0 50px 0 50px;
}
.pc_tech .title{
font-size: 20px;
font-family: Verdana, Tahoma, Geneva, sans-serif;
font-weight:blod;
height:45px;
line-height:45px;
}

.pc_tech_video{
	float:left;
	width:100%;
    height: 569px;
    background: url(../images/banner_tech.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.pc_tech02{
  float:left;
  width:100%;
  min-height: 120px;
  background: linear-gradient(to right,#212121 12px,#726E6E 585px);
  text-align:center;
  color:#fff;
  font-size:14px;
  padding:0 50px 30px 50px;
}
.pc_tech02 .title{
font-size: 20px;
font-family: Verdana, Tahoma, Geneva, sans-serif;
font-weight:blod;
height:45px;
line-height:45px;
}

.tech_list{padding:0 10px 30px 10px;}
.tech_list li{float:left;width:100%;color:#333;margin-top:50px;}
.tech_list li .title{width:100%;font-size:16px;font-weight:bold;color:#fff;height:35px;line-height:35px;background:#ec2027;text-align:center;}
.tech_list li .techbox{width:100%;background:#fff4f4;overflow:hidden;}
.tech_list li .techbox p{text-indent:12px;margin:15px 0;font-size:14px;text-align:center;}
.tech_list li a{display:block;color:#333;}
.tech_list li a:hover{display:block;color:#900;}


.technology_top{
	z-index: 9;
    position: fixed;
	width:100%;
	top:75px;background:#fff;}
 
.pc_dome{margin:0 auto;width:1170px;}
.pc_dome .title{
float:left;
width:280px;
font-size: 45px;
font-family: Verdana, Tahoma, Geneva, sans-serif;
font-weight:600;
height:163px;
line-height:163px;
text-align:center;
color:#e4001e;
background:#fff;
border:2px solid #ed2027;
}
.application{
	float:right;
	width:890px;
	background:#545456;
	color:#fff;
	padding:10px 15px;
	font-size:14px;
}
.application li{float:left;width:100%;line-height:20px;padding-left:10px;background: url(../images/icon.jpg) no-repeat 0 9px;}
.application b{font-size:16px;font-weight:600;}
.tech_box{padding-top:240px;}
.title_bgred{font-weight:600;margin:0 auto;background:#ed2027;height:50px;line-height:50px;text-align:center;font-size:20px;color:#fff;}
.technology01{margin:20px auto;width:1170px;font-size:14px;}
.technology01 .tech_l{float:left;width:60%;padding:15px;line-height:30px;}
.technology01 .tech_l p{text-indent: 24px;}
.technology01 .tech_r{float:right;width:30%;margin:15px;}
.technology01 .tech_r img{width:100%;cursor:pointer;}

.technology01 .tech_l02{float:left;width:30%;margin:15px;}
.technology01 .tech_l02 img{width:100%;cursor:pointer;}
.technology01 .tech_r02{position: relative;float:right;width:65%;line-height:24px;background:#ededed;padding:45px 15px 15px 15px;}
.technology01 .tech_r02 .title{position: absolute;top:-20px;left:0;background:#ed2027;height:50px;line-height:50px;color:#fff;text-align: center;
font-size: 20px;color: #fff;font-weight:600;padding:0 20px;}

.technology01 .tech_l03{float:left;width:65%;position: relative;line-height:24px;background:#ededed;padding:45px 15px 15px 15px;}
.technology01 .tech_l03 .title{position: absolute;top:-20px;left:0;background:#ed2027;height:50px;line-height:50px;color:#fff;text-align: center;
font-size: 20px;color: #fff;font-weight:600;padding:0 20px;}
.technology01 .tech_r03{float:right;width:30%;margin:15px;}
.technology01 .tech_r03 img{width:100%;cursor:pointer;}

.shadow {
	position: relative;
	max-width: 300px;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.3),
				0px 0px 20px rgba(0,0,0,0.1) inset;
}

.shadow::before,
.shadow::after {
   content:"";
   position:absolute;
   z-index:-1;
}

.shadow::before,
.shadow::after {
   content:"";
   position:absolute;
   z-index:-1;
   bottom:15px;
   left:10px;
   width:50%;
   height:20%;
}

.shadow::before,
.shadow::after {
   content:"";
   position:absolute;
   z-index:-1;
   bottom:15px;
   left:10px;
   width:50%;
   height:20%;
   box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
   transform:rotate(-3deg);
}

.shadow::after{
   right:10px;
   left:auto;
   transform:rotate(3deg);
 }
 
  .imgPreview {
	   z-index: 101;
            display: none;
            top: 0;
            left: 0;
            width: 100%; /*容器占满整个屏幕*/
            height: 100%;
            position: fixed;
            background: rgba(0, 0, 0, 0.5);
        }

        .imgPreview img {
            z-index: 100;
            width: 60%;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }
        /*添加鼠标移入图片效果*/
        .img {
            cursor: url("../images/bigpic.png"), auto;
        }
/* m */
/* m_banner */
.m_banner_box {
    position: relative;
    overflow: hidden;
}

.m_banner {
    display: block;
    width: 100%;
    height: auto;
}

.m_banner_inner {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.m_banner_inner>p {
    font-size: 36px;
    font-weight: bold;
    color: #343434;
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .m_banner_inner>p {
        font-size: 20px;
    }
}

/* m_bannerç»“æŸ */

/* m_breadcrumb */
.m_breadcrumb {
    padding-left: 15px;
    height: 38px;
    font-size: 13px;
    color: #999;
    line-height: 38px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m_breadcrumb>a {
    color: #999;
}

.m_breadcrumb>span {
    color: #333;
}

/* m_breadcrumbç»“æŸ */

.m_tech{
  float:left;
  width:100%;
  background: #545456;
  color:#fff;
  font-size:12px;
  padding:0 0 15px 0;
  font-size:14px;  
}
.m_tech .title{
font-size:14px;
font-family: Verdana, Tahoma, Geneva, sans-serif;
font-weight:blod;
height:45px;
line-height:45px;
}

.m_tech_box{
	margin:0 auto;
	width:96%;
    overflow: hidden;
}

.m_tech02{
  float:left;
  width:100%;
  min-height: 120px;
  background: linear-gradient(to right,#212121 12px,#726E6E 585px);
  color:#fff;
  font-size:14px;
   padding:0 0 15px 0;
}
.m_tech02 .title{
font-size: 14px;
font-family: Verdana, Tahoma, Geneva, sans-serif;
font-weight:blod;
height:45px;
line-height:45px;
}
.m_tech_list{padding:0 10px 30px 10px;}
.m_tech_list li{float:left;width:100%;color:#333;margin-top:50px;}
.m_tech_list li .title{width:100%;font-size:14px;font-weight:bold;color:#fff;height:35px;line-height:35px;background:#ec2027;text-align:center;}
.m_tech_list li .techbox{width:100%;background:#fff4f4;overflow:hidden;}
.m_tech_list li .techbox p{text-indent:12px;margin:15px 10px 10px 10px;font-size:14px;}
.m_tech_list li a{display:block;color:#333;}
.m_tech_list li a:hover{display:block;color:#900;}

.m_technology_top{
	z-index: 9;
position: fixed;
width: 100%;
top: 55px;
background: #fff;}
 
.m_dome{margin:0 auto;width:100%;}
.m_dome .title{
margin:0 auto;
width:100%;
font-size: 25px;
font-family: Verdana, Tahoma, Geneva, sans-serif;
font-weight:600;
text-align:center;
color:#e4001e;
background:#fff;
}
.m_dome .title i{width:40px;position: absolute;top:-2px;left: 0;}
.m_application{
	margin:0 auto;
	width:100%;
	background:#545456;
	color:#fff;
	padding:10px 15px;
	font-size:12px;
	height:100%;
	overflow:hidden;
}
.m_application li{float:left;width:100%;line-height:19px;padding-left:10px;background: url(../images/icon.jpg) no-repeat 0 9px;}
.m_application b{font-size:14px;font-weight:600;}

.m_title_bgred{font-weight:600;margin:0 auto;width:100%;background:#ed2027;height:50px;line-height:50px;text-align:center;font-size:20px;color:#fff;}
.m_ttop{width:100%;margin-top:210px;}
.m_technology01{margin-top:10px;width:100%;font-size:14px;}
.m_technology01 .tech{margin:0 auto;width:96%;padding:15px 0 15px 0;}
.m_technology01 .tech img{width:100%;cursor:pointer;}
/* m */