img{
	max-width: 100%;
}
a{
	color: #e11710;text-decoration: none;	
}

a:hover{
	    text-decoration: none;
}
a:visited{
text-decoration: none;	
color: #e11710;
}
body {
    font-family: "Noto Sans SC","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
ul{
	list-style-type:none;
	padding: 0;
}
body {
  position: relative;
}
input{ outline:none;outline-color: #d5001c;border: 0; }
input:focus{border-color:#d5001c;}
input:focus-within{
	border-color:#d5001c;
}
.form-control:focus-within{
	border-color:#d5001c;
}
.form-control:focus{border-color:#d5001c;}
.form-control{
	    padding: 0.5rem 2rem;
}

footer .footer .top .search input:-moz-placeholder{   
    color: #000;   
}   
  
footer .footer .top .search input:-ms-input-placeholder{   
   color: #000;  
}   
  
footer .footer .top .search input::-webkit-input-placeholder {   
  color: #000; 
} 
.glyphicon-search_m{
	display: none;
}
.carousel-indicators li {
  margin: 1px 1rem;
}
.carousel-indicators .active {
  margin: 1px 1rem;
}
/* 首页头部*/
header{
	
}
.top{
	max-width: 90%;
	margin: 0 auto;
    padding: 2rem 0;	
}
.top .logo{
	    width: 120px;
}
.top .logo img{
	
}
.top .search{
	    position: relative;
}
.top .search input{
	border-radius: 50px;
	line-height: 34px;
}

.top .search input:focus{
	border-color:#d5001c;
	    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.top .search span{
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    color: #e5e5e5;
}
.top .search span:hover{
	 color: #d5001c;
}
.top .search input:focus + span{
  color: #d5001c;
}
.search span{
	cursor: pointer;
}

nav{
	background-color: #d5011c;
}
nav.et-hero-tabs-container-top{
	    position: fixed;
	    top: 0;
		    width: 100%;
		    z-index: 1000;    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
}
.et-hero-tabs-container .search{
	display: none;
}

nav.et-hero-tabs-container-top .nav_width{
    display: flex;
    align-items: center;
}
nav.et-hero-tabs-container-top .search{
 width: 20%;
    display: inline-block;    position: relative;
}
nav.et-hero-tabs-container-top .search_ma{
   display: none; 
}
nav.et-hero-tabs-container-top .search input{
    border-radius: 50px;
   /* background-color: rgb(255 255 255 / 0);*/
    border: 1px solid #fff;
    color: #000;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
}
nav.et-hero-tabs-container-top .search input:focus{
	border-color:#d5001c;
	    box-shadow: 0 0 0px rgb(0 0 0 / 0%);
}
nav.et-hero-tabs-container-top .search input:focus + span{
	color:#d5001c;
}
nav.et-hero-tabs-container-top .search span:hover{
	color:#d5001c;
}

nav.et-hero-tabs-container-top .search span{
position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6px;
    color: #e5e5e5;
    font-size: 12px;
}
nav.et-hero-tabs-container-top .nav-pills{
    width: 80%;
    display: inline-block;
}

.nav_width{
	max-width: 90%;
	margin: 0 auto;
}
.nav_width .nav-pills>li>a{
    background-color: #d5011c;
	color: #fff;    border-radius:0;
	    padding: 1.5rem 0;    display: inline-block;

}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #d5011c;
}
.nav_width .nav-pills>li.active>a:after{
    display: block;
    content: " ";
    background-color: #fff;
    height: 4px;
    position: absolute;
    width: 100%;
    bottom: -4px;
	z-index: 1;
}

.nav_width .nav-pills>li {
    float: left;
    position: relative;		width: 110px;text-align: center;transition: 500ms;
}

.nav_width .nav-pills>li:nth-child(1){
	    width: 55px;    text-align: left;
}
.nav_width .nav-pills>li>a:hover{
	 background-color: #337ab700;
}
.nav_width .nav-pills>li>a:after{
 display: block;
    content: " ";
    background-color: #d5001c;
    height: 4px;
    position: absolute;
    width: 0;
    bottom: 0;
  transition: width 500ms;
}
.nav_width .nav-pills>li>a:hover:after{
 display: block;
    content: " ";
    background-color: #d5001c;
    height: 4px;
    position: absolute;
    width: 100%;
    bottom: 0;
	
}
.subItem{
	position: absolute;
	    top: 0px;
	    z-index: 1000;
	    text-align: center;
	    background-color: rgb(213 1 28 / 80%);
	    padding: 1rem;    width: 0%;   display: none;
 transition:  500ms;
	}
.subItem a{
display: block;
    color: #fff;
    padding: 0.4rem 0;
    font-size: 1.3rem;
	}
.subItem a:hover{
    color: #000;
	}

.nav_width .nav-pills>li:hover .subItem{
	display: block;
	 top: 50px;width: 100%;
}

.bg{
        padding: 5rem;
}
.bg#login_container{
        padding: 18rem 8rem;
            text-align: center;
}
.impowerBox .status.normal {
    margin-top: 15px;
    background-color: #232323;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    box-shadow: inset 0 5px 10px -5px #191919, 0 1px 0 0 #444;
    -moz-box-shadow: inset 0 5px 10px -5px #191919,0 1px 0 0 #444;
    -webkit-box-shadow: inset 0 5px 10px -5px #191919, 0 1px 0 0 #444;
}
.impowerBox .status.status_browser {
    text-align: center;
}
/* banner */

.carousel-caption2{
	    position: absolute;
	    top: 50%;
	    margin-top: -88px;
	    z-index: 100;
	    left: 5%;
}
.carousel-caption2 h3{
    margin: 0;
    color: #fff;
    font-size: 5rem;
    font-weight: 600;
    padding-bottom: 2rem;
	font-family: "Noto Sans SC";
	position: relative;
}
 .carousel-inner>.item.active:nth-child(1) .carousel-caption2 h3,
 .carousel-inner>.item.active:nth-child(2) .carousel-caption2 h3,
 .carousel-inner>.item.active:nth-child(3) .carousel-caption2 h3
 {
/*	animation: slideIn ease .5s forwards;*/
 }
 @keyframes slideIn {
     0%{
        top: 200px;opacity: 0;
     }
     100%{
        top: 0;opacity: 1;
     }
 }
.carousel-inner>.item.active:nth-child(1) .carousel-caption2 p,
.carousel-inner>.item.active:nth-child(2) .carousel-caption2 p,
.carousel-inner>.item.active:nth-child(3) .carousel-caption2 p
{
 /*	 animation: slideInp ease 0.8s forwards;*/
 }
 @keyframes slideInp {
     0%{
        top: 200px;opacity: 0;
     }
     100%{
        top: 0;opacity: 1;
     }
 }
.carousel-inner>.item.active:nth-child(1) .carousel-caption2 a,
.carousel-inner>.item.active:nth-child(2) .carousel-caption2 a,
.carousel-inner>.item.active:nth-child(3) .carousel-caption2 a
{
 	/* animation: slideIna ease 1s forwards;*/
 }
 @keyframes slideIna {
     0%{
        top: 200px;
		opacity: 0;
     }
     100%{
        top: 0;opacity: 1;
     }
 }

.carousel-caption2  h3 span{
	color: #e11710;
}
.carousel-caption2 p{
	    color: #fff;
	    font-size: 3rem;
		 padding-bottom: 4rem;	
		 position: relative;
}
.carousel-caption2 a{
display: inline-block;
    color: #fff;
    border: 1px solid #d5001c;
    padding: 6px 20px;	
	 transition: 500ms;
	 position: relative;
}

.carousel-caption2 a:hover{
	background-color: #d5001c;
}

/*精工品质  技术创新*/

.Quality_of_finishing{
	max-width: 1300px;
	    margin: 0 auto;
	    width: 90%;
	    padding: 10rem 0;
	    text-align: center;
}
.xiang{
	display: inline-block;
	    width: 50px;
	    height: 3px;
	    background-color: #d6001c;
	    margin-bottom: 2rem;
}
.text{
font-size: 3rem;
    font-weight: 500;
    margin-bottom: 3rem;
	color: #000;
	font-weight: 600;
}
.describe{
	    font-size: 1.5rem;
		color: #000;
}
.icon {
	    margin-top: 4rem;
}
.icon ul{
	      display: flex;
	      align-items: center;
	      justify-content: center;
}
.icon li{
	    width: 80px;
		color: #878787;
		font-size: 1.5rem;
}
.icon li:nth-child(2n){
	width: 16px;  margin: 0 3rem;  margin-top: -18px;
}
.icon li img{
	    margin-bottom: 1.5rem;
}

/*首页产品中心*/
.Product_Center{
	
}
.product .Product_Center ul div:nth-child(4) li{
    background-size: 100% !important;
}
.product .Product_Center ul div:nth-child(4) li:hover{
    background-size: 110% !important;
}
.Product_Center ul{
	    margin: 0;
	    padding: 0;
}
.Product_Center li{
	    height: 350px;
       transition: 500ms;
	background-size: 150% !important;
	    background-position: top!important;
	    overflow: hidden;
}
.Product_Center li:hover{
	 background-size: 160% !important;
}
.Product_Center li a{
    display: inline-block;
    width: 100%;
    height: 100%;
       padding: 20% 10%;
}
.Product_Center li h3{
	    color: #fff;
	    font-size: 2.4rem;    margin: 0;
}
.Product_Center li h3 sup{
	
}
.Product_Center .xiang{
	    background-color: #fff;
	    margin: 0.5rem 0;
}
.Product_Center .describe{
	    color: #fff;
}
.Product_Center .Click_to_see{
	    color: #fff;
	    border: 1px solid #fff;
	    padding: 6px 20px;
	    display: inline-block;
	    position: absolute;
	    bottom: 20%;
		 transition: 500ms;
}
.Product_Center .Click_to_see:hover{
	    color: #fff;
	    border: 1px solid  #d6001c;
 background-color: #d6001c;
}

/*介绍*/
.Introduction{
background: url(../img/Introduction.png);
background-size: 8px;
    padding: 3rem 0;
}
.Introduction_index{
    padding: 10rem 0;
}
.Introduction .Introduction_content{
	    background-color: #fff;
	    max-width: 1300px;
	    margin: 0 auto;
	    width: 90%;
		padding: 10rem 4rem;
}
.Hongxin_micro_Nano{
    color: #d6001c;
    font-weight: 600;
    font-size: 14px;
	    margin-bottom: 3rem;
}
.Introduction h3{
	margin: 0;
	    font-size: 2rem;
	    font-weight: 600;
	    color: #000;
margin-bottom: 2rem;
}
.Introduction .describe_content p{
	    line-height: 2;
	    color: #000;
	    font-size: 1.4rem;
}
.Introduction .describe_content{
    width: 95%;
    text-align: justify;	
}
.Introduction .icon li{
display: flex;
    width: 28.3%;
    align-items: center;
    justify-content: center;
}
.Introduction .icon li img{
	 width: 80px;    margin: 0;
}
.Introduction .icon li:nth-child(2n){
    width: 16px;
    margin: 0 3rem;
}
.Introduction .icon li h4{
	    margin: 0;
	    font-size: 5rem;
	    color: #000;
	    font-weight: 600; 
}
 .Introduction .icon li p{
 	     margin: 0;
 	     font-size: 1.4rem;
 	     color: #000;
 } 
 .Introduction .icon li div{
     margin-left: 2rem;
 } 
 
 /*视频*/
 .video{
	max-width: 1300px;
	margin: 0 auto;
	width: 90%; 
		    padding: 10rem 0;
 }
 .video.Classroom_video{
     padding: 10rem 0; 
 }
 .profile li{
	 
 }
.profile>li>a{
	margin: 0;
	    border-radius: 0;
	    border: 0;
	    padding: 0;
	    color: #000;
	    font-size: 1.6rem;
	    font-weight: 600; 
		    margin-right: 3rem;
 }
.profile>li.active>a, .profile>li.active>a:focus, .profile>li.active>a:hover{
	color: #000;
	    cursor: pointer;
	    border: 0;    background-color: #fff0; 
 }
.profile>li>a:hover{
 background-color: #fff0; 
}
.video .nav-tabs{
	  border: 0;
}
.profile>li.active>a:after {
    display: block;
    content: " ";
    background-color: #d5001c;
    height: 4px;
    position: absolute;
    width: 100%;
      bottom: -10px;
}
.profile>li>a:after{
 display: block;
    content: " ";
    background-color: #d5001c;
    height: 4px;
    position: absolute;
    width: 0;
      bottom: -10px;
  transition: width 500ms;
}
.profile>li>a:hover:after{
 display: block;
    content: " ";
    background-color: #d5001c;
    height: 4px;
    position: absolute;
    width: 100%;
     bottom: -10px;
	
}

#video {
    width: 100%;
    height: 534px;
    margin: 0 auto;
    position: relative;
}
#video66 {
    width: 100%;
    height: 534px;
    margin: 0 auto;
    position: relative;
}
#video66 video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}
#video66 .jmn-video-container{
    width: 100%!important;
}
.video_txts{
	    position: absolute;
	    bottom: 0;
	    z-index: 100;
	    background-color: rgb(0 0 0 / 0.5);
	    width: 100%;
	    color: #fff;
	    padding: 2rem;
	    font-size: 1.4rem;
}

#video video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.VideoBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	margin-top: -35px;
	cursor: pointer;
	z-index: 10;
}

.jmn-video-center {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    left: 50%;
    top: 50%;
    margin: -35px 0 0 -35px;
    background: url(../img/video.svg) center no-repeat;
    background-size: cover;
    opacity: .8;
    cursor: pointer;
}
.jmn-video-panel {
    display: none;
}
.video ul.The_classroom{
	
}
.video ul.The_classroom li{
	background: url(../img/videoli.png);
	height: 168px;
	   margin-bottom: 1.5rem;
	    background-repeat: no-repeat;
		    position: relative;background-size: 100%;
}
.video.Classroom_video ul.The_classroom li{
	   margin-bottom: 3rem;
}
.video ul.The_classroom li:nth-child(2){
	background: url(../img/videoli2.png);
	height: 168px;
	 margin-bottom: 1.5rem;
	    background-repeat: no-repeat;
		    position: relative;background-size: 100%;
}
.video ul.The_classroom li:nth-child(3){
	background: url(../img/videoli3.png);
	height: 168px;
	    margin-bottom: 0;
	    background-repeat: no-repeat;
		    position: relative;background-size: 100%;
}
.video ul.The_classroom li a{
	    width: 100%;
	    height: 100%;
	    display: inline-block;
	    padding: 2rem;
}
.video ul.The_classroom li a div{
		position: absolute;
		bottom: 2rem;
		padding-right: 2rem;
}
.video ul.The_classroom li a div h3{
	    margin: 0;
	    font-size: 1.6rem;
	    margin-bottom: 1rem;
		color: #fff;
}
.video ul.The_classroom li a div p{
	font-size: 1.4rem;
	    margin: 0;
	color: #fff;
}
.The_classroom_col-lg-3{
	padding-left: 0;
}
.tab-content{
	margin-top: 5rem;
}
.Classroom_video .tab-content{
	margin-top: 0;
}
.icon_kkwwee{
    margin-top: 10rem;
}
/*新闻*/
.news{
	background-color: #f7f7f7;
		padding: 5rem 0;
		padding-bottom: 10rem;
}
.news.news_Nano_index{
   	padding: 10rem 0; 
}
.news.news_Nano_index .tab-content{
    margin-top: 7rem;
}
.news_content{
	max-width: 1300px;
	margin: 0 auto;
	width: 90%; 
 }
 .news .nav-tabs {
    border-bottom: 0;
}
.news ul.news_ul{
	
}
.news ul.news_ul li{
display: inline-block;
}
.news ul.news_ul li:hover div{
	    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
}
.news ul.news_ul li p.news_content_ppp{
    margin: 0;
    height: 176px;
    overflow: hidden;
}
.news ul.news_ul li img{
	
}
.news ul.news_ul li div{
	padding: 2rem;    background-color: #fff; transition: 500ms;  
}
.news ul.news_ul li div p{
	color: #d6001c;
	    margin: 0;
	    font-size: 1.4rem;
}
.news ul.news_ul li div h3{
	    margin: 0;
	    font-size: 1.6rem;
	    color: #000;
	    padding: 1rem 0;
	    line-height: 1.6;
	    font-weight: 600;
	    height: 66px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	margin-bottom: 3rem;
}
.news ul.news_ul li div a{
	color: #888888;
	 transition: 500ms;    display: flex;
}
.news ul.news_ul li div a svg{
    width: 8px;
    margin-left: 5px;
}
.news ul.news_ul li div a:hover{
    color: #d6001c;
}
.news.news_Nano_index ul.news_ul li div a{
     display: block; 
}
.news ul.news_ul li div a svg .cls-1{
	fill:none;
	stroke:#888;
	stroke-miterlimit:10;
	 transition: 500ms;
	}
.news ul.news_ul li div a:hover svg .cls-1{
    stroke: #d6001c;
}
.More_News{
	text-align: center;    margin-top: 5rem;
}
.More_News a{
	display: inline-block;
	    color: #000;
	    border: 1px solid #000;
	    padding: 5px 20px;
		 transition: 500ms;
}
.More_News a:hover{
	    color: #fff;
	    border: 1px solid #d6001c;
	   background-color:#d6001c ;
}
/*底部*/
footer{
	    background-color: #e5e5e5;
	    border-top: 4px solid #d5011c;
}
footer .footer{
	max-width: 1300px;
	margin: 0 auto;
	width: 90%; 
	padding: 5rem 0;	
}
footer .footer .top{
    max-width: 100%;
    padding: 0;
}
footer .footer .top .search input {
    border-radius: 50px;
    background-color: rgb(255 255 255 / 0);
    border: 1px solid #000;
    color: #000;
}
footer .footer .top .search input:focus{
	border-color:#d5001c;
	    box-shadow: 0 0 0px rgb(0 0 0 / 0%);
}
footer .footer .top .search input:focus + span{
	color:#d5001c;

}
footer  .top .search span {
    color: #000;
}
.foot_xiang{
	    padding: 3rem 0;
}
.bottom h3{
	    margin: 0;
	    font-size: 1.4rem;
	    color: #000;
	    font-weight: 600;
	    margin-bottom: 1rem;
}
.bottom p{
	    font-size: 1.3rem;
	    margin-bottom: 2rem;
	    color: #000;
}
.bottom ul li{
	    width: 16%;
	    float: left;
}
.bottom ul li a{
	color: #000;
	    display: block;
	    font-size: 1.4rem;
	    margin-bottom: 1rem;
		font-weight: 600;
}
.bottom ul li a:hover{
	  color:#d6001c ;
}
.bottom ul li div{
	
}
.bottom ul li div a{
    color: #000;
		font-weight: 500;    font-size: 1.3rem;
}
.bottom p.Qr_code_p{
	    text-align: center;
	    margin-top: 1rem;
	    margin-bottom: 0;
}
.bottom ul li div a sup{
    font-size: 0.5rem;
}
.bottom p.bottom_p{
	margin: 0;
	    font-weight: 400;
	    margin-top: 4rem;
	    font-size: 1.3rem;   
}
.bottom p.bottom_p a{  
	cursor: pointer;
}
.bottom p.bottom_p a:hover{  
	 color:#d6001c ;
}
.glyphicon-chevron-down{
	display: none;
}


/*关于我们*/
.carousel-caption2_banner{
	    text-align: center;
	    width: 100%;
	    left: 0;    margin-top: -58.5px;
}
.carousel-caption2_banner p{
    padding-bottom: 0;
	margin-bottom: 0;
}
.Introduction_about{
	background: #fff;
}
.Introduction_about .Introduction_content{
	padding: 7rem 0;
}
.Introduction_about h3{
	    line-height: 1.6;
}
#video.video_about{
	    height: auto;
}
.advantage{
	background: url(../img/advantage.jpg);
}
.advantage_auto{
	padding: 10rem 0;
	text-align: center;
	max-width: 1300px;
	    margin: 0 auto;
	    width: 90%;
}
.advantage_auto h3{
	color: #fff;
	    font-size: 3rem;
	    margin-bottom: 1rem;
	    font-weight: 600;
	    margin-top: 0;
}
.advantage_auto ul{
	    margin-top: 3rem;
}
.advantage_auto ul li{
    width: 25%;
display: inline-block;
margin-bottom: 5rem;
float: left;
height: 115px;
}
.advantage_auto ul li img{
	    width: 60px;
}
.advantage_auto ul li p{
	    color: #fff;
	    font-size: 1.3rem;
	    margin-top: 1rem;
	    line-height: 1.8;
		margin-bottom: 0;
}
.advantage_auto ul li:nth-child(5),
.advantage_auto ul li:nth-child(6),
.advantage_auto ul li:nth-child(7),
.advantage_auto ul li:nth-child(8)
{
		    margin-bottom: 0;
}
.advantage_auto ul:after,
.news_ul:after,
.Aguda_2_w ul:after,
.RocSyn_3 .RocSyn_wul ul:after,
.HesVesPower_6_bj ul:after,
.HesVesPower_7 ul::after
{
    content:"";

    display:block;

    visibility:hidden;

    clear:both;
}
.Introduction_about .icon li:nth-child(2n) {
    width: 25px;
    margin: 0 3rem;
}
.Introduction_about .icon li {
  text-align: center;
}
.Introduction_about .icon li div {
    margin-left: 0;
}
.Introduction .icon li h4 {
    color: #d6001c;
}
.Strategic_value{
	background-color: #f6f6f6;
}
.Strategic_value .advantage_auto h3{
	color: #000;
}
.Strategic_value_img{
	max-width: 60%;
	margin: 0 auto;margin-top: 3rem;
}
.Strategic_value .Strategic_value_img h3{
	    position: absolute;
	    left: 50%;
	    margin-left: -50px;
}
.Product_Center_soc .describe{
	text-align: center;    padding: 10rem 0;
}
.Product_Center_soc .describe img{
width: 60px;
margin-bottom: 2rem;
}
.Product_Center_soc .describe p{
line-height: 2;
}

.process .advantage_auto h3 {
	color: #000;
}
.process .Strategic_value_img{
	    max-width: 910px;
	    width: 90%;
}
.Digital_Design{
	background-color: #f6f6f6;
	position: relative;overflow: hidden;
}
.Digital_Design .Introduction_content{
	    max-width: 1300px;
	    margin: 0 auto;
	    width: 90%;
		    padding: 10rem 0;
}
.Digital_Design h3{
	line-height: 1.6;
	    margin: 0;
	    font-size: 2rem;
	    font-weight: 600;
	    color: #000;
	    margin-bottom: 2rem;
}
.Digital_Design li{
    color: #000;
    font-size: 1.5rem;
    line-height: 2;
}
.Digital_Design li:before{
content: '';
background: url(../img/d.png);
width: 10px;
    height: 10px;
    display: inline-block;
    background-size: 100%;
    margin-right: 6px;
}
.Digital_Design img{
	    position: absolute;
	    top: 0;
		right: 0;
		    width: 50%;
	height: 	    100%;
}

/*鸿芯小课堂*/
.video.Classroom_video ul.The_classroom li{
	height: 230px;
	background-size: 100%;
}
.Classroom_video{
	
}
.video.Classroom_video #video {
    height: 474px;
}
.video.Classroom_video ul.The_classroom li a  img{
    width: 60px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px;
}
.video.Classroom_video ul.The_classroom li a{
	cursor: pointer;
}
.video.Classroom_video ul.The_classroom li a:before{
       content: "";
    display: block;
    background-color: rgb(0 0 0 / 60%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.video ul.The_classroom li a:before{
       content: "";
    display: block;
    background-color: rgb(0 0 0 / 60%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.videos {
    display: none;
    border: 0;
    background-color: rgb(0 0 0 / 90%);
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0;z-index: 1000;
}
.videos2 {
border: 0;
    height: auto;
width: 1000px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: 0;
    margin-top: -300px;
    margin-left: -500px;
}
.videos #video1 {
width: 1000px;
      height: 564px;
    background-color: #000;
}
.vclose {
 position: absolute;
     cursor: pointer;
     background-color: #d6011d;
     padding: 7px;
     border-radius: 50%;
     right: -10px;
     top: -10px;
}
.list_video{
	    margin-top: 2rem;
	    border-top: 1px solid #f5f5f5;
	    padding-top: 3rem;
}
.list_video h4{
	font-weight: 600;
	    margin-bottom: 3rem;
}
.list_video p{
	    font-size: 1.4rem;
	    line-height: 1.8;
	    margin-bottom: 4rem;
}
.list_video .The_classroom{
	
}
.list_video li.video_list{
	    border-bottom: 1px solid #f5f5f5;
	    margin-bottom: 2rem !important;
	    padding-bottom: 2rem;
}
.list_video .Play_Video{
	    border: 1px solid #000;
	    display: flex;
	    padding: 6px 0px;
		    align-items: center;
		    width: 120px;
		    justify-content: center;
			cursor: pointer;transition: 500ms;  
		}
		
.list_video .Play_Video .icon{
	    margin-top: 0;
		margin-left: 6px;transition: 500ms;  
}
.list_video .Play_Video:hover{
   border: 1px solid #d6001c;
   background-color: #d6001c;
   color: #fff;
}
.list_video .Play_Video:hover .icon path{
fill:  #fff;
}
.video.Classroom_video .list_video ul.The_classroom li {
    height: auto;
    background-size: 100%;
	background: #fff;
}
.list_video_img{
	width: 100%;
}

/*新闻*/
.news_l{
	background-color: #fff;
	    padding-bottom: 5rem;
}
.news_lst{
background-color: #f5f5f5;
    padding-top: 0;
    padding-bottom: 2rem;
}
.news_lst ul {
	margin-top: 20px;
}
.news_lst ul li .list_video_img{
	    margin-top: -30px;
}
.news_lst ul li h4{
	    font-weight: 600;
	    margin-bottom: 3rem;    margin-top: 5rem;
}
.news_lst ul li p{
	font-size: 1.4rem;
	    line-height: 1.8;
	    margin-bottom: 4rem;
}
.news_lst ul li a{
	border: 1px solid #000;
	    display: flex;
	    padding: 6px 0px;
	    align-items: center;
	    width: 120px;
	    justify-content: center;
	    cursor: pointer;transition: 500ms;  
		color: #000;
}
.news_lst ul li a:hover{
   border: 1px solid #d6001c;
   background-color: #d6001c;
   color: #fff;
}
.news_l ul.news_ul li div{
	background-color: #f5f5f5;
}
.news_l ul.news_ul li div h3{
    margin-bottom: 1rem;
}
.news_l ul.news_ul li div p.subItem_p{
	color: #000;
}
.news_l ul.news_ul li p.news_content_ppp {
height: 170px;	
}
.news_l ul.news_ul li img {
	
}
.news_l ul.news_ul li{
	    margin-bottom: 3rem;
}
/*新闻内页*/
.content{
	
}
.content_bt{
	text-align: center;
}
.content p{
	font-size: 1.4rem;
	line-height: 1.8;
	
}
.content_bt h3{
	    font-size: 2rem;
	  text-align: center;
	    margin-bottom: 2rem;
	    color: #000;
	    font-weight: 600;
}
.content_bt .xiang{
    width: 100%;
}
.content_bt p{
	    display: flex;
	    align-items: center;
	    justify-content: center;
		  margin-bottom: 3rem;
}
.content_bt p span{
	    display: flex;
	    align-items: center;
		margin: 0 1rem;
}
.content_bt p span .icon{
margin-top: 0;
margin-right: 6px;
}

.Next_foot{
	border-top: 1px solid #f5f5f5;
	    margin-top: 3rem;
	    padding-top: 3rem;
display: flex;
    justify-content: space-between;
    align-items: center;
}

a.return{
    color: #000;
    background-color: #f5f5f5;
    padding: 8px 30px;
    display: inline-block;	transition: 500ms;  
}
a.return:hover{
    color: #fff;
    background-color: #d6001c;

}
a.Next_article{
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    padding: 1rem;transition: 500ms;  padding-right: 2rem;
}
a.Next_article:hover{
	background-color: #d6001c;
}
a.Next_article img{
	width: 80px;
	    height: auto;transition: 500ms;  
}
a.Next_article div{
	margin-left: 1rem;transition: 500ms;  
}
a.Next_article h3{
	margin: 0;
	    font-size: 1rem;
	    margin-bottom: 1rem;transition: 500ms;  
}
a.Next_article p{
	margin: 0;
	    font-size: 1.4rem;
	    color: #000;transition: 500ms;  
}
a.Next_article h3:hover{
	color: #fff;
}
a.Next_article:hover h3{
	color: #fff;
}
a.Next_article:hover p{
	color: #fff;
}


/*完善信息页面*/
.registered{
	background: url(../img/bj.jpg) center;
	    background-repeat: no-repeat;
		position: relative;
}
.registered_w{
	    max-width: 90%;
	    margin: 0 auto;
	    padding: 2rem 0;
}
.registered_l{
	    margin-top: 10rem;
}
.registered_l img{
width: 60px;
}
.registered_l h3{
color: #fff;
    font-weight: 600;
    margin-bottom: 2rem;
}
.registered_l .xiang{
	    background-color: #fff;
	    width: 30px;
	    height: 4px;
}
.registered_l p{
    font-size: 1.4rem;
    color: #fff;
    line-height: 2;
}
.registered_l p.sue{
	margin-bottom: 0;
}

.registered_r{
	
}

.bg label{
display: flex;
    align-items: center;
    border: 1px solid #b4b4b5;
    border-radius: 50px;
    background-color: #fff;
    padding: 10px 20px;
    margin-bottom: 3rem;
    position: relative;
}
.label_img img{
height: 16px;
}
.label_img{
    width: 38px;
    text-align: center;
    height: 16px;
    border-right: 1px solid #999;
    padding-right: 15px;
    margin-right: 15px;
    display: flex;
	justify-content: center;
}
.bg label input{
      font-size: 1.4rem;    width: 100%;
    color: #000;font-weight: 500;
}
.bg label p{
    position: absolute;
    right: 7%;
    top: 11px;
    color: #d6011c;
    font-size: 13px;
	cursor: pointer;
}
.bg .submit{
background-color: #d6001c;
    margin-top: 3rem;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    font-size: 1.5rem;
    display: inline-block;
    cursor: pointer;
    width: 30%;
}
.bg label.textarea{
	border-radius: 15px;
}

.bg h3{
margin: 0;
    margin-bottom: 2rem;
    font-size: 2.4rem;
    font-weight: 900;
    color: #000;
}
textarea {
    border: none;
    outline: none;
    resize: none;
    appearance: none;
}
.consulting_bg label textarea {
    width: 100%;
    height: 120px;
    font: 400 15px Arial;
    font-size: 15px;color: #000;
}
.consulting_bg{
	margin-top: 2rem;
}
.The_login{
    background-color: #d5011c;
    color: #fff;
    display: flex;
    padding: 1rem 0;
    border-radius: 50px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    font-size: 2rem;
    align-items: center;
        justify-content: center;
    width: 260px;transition: 500ms;  
}
.The_login:hover{
    background-color: #ff0222;
}
.The_login1{
	text-align: center;
	    margin: 10rem 0;
}
.The_login img{
    width: 15px;
        margin-left: 10px;
}

/*Aguda®*/
.Aguda .text{
   	text-align: center;
   	color: #d6001c;margin-bottom: 1rem;font-weight: 900;
}
.Aguda .Introduction_content{
     	text-align: center;
}

.Aguda .Introduction .describe_content{
    width: 100%;	text-align: center;
}
.Aguda_1_w{
        background: url(../img/Aguda_1.jpg);
    background-repeat: no-repeat;
    position: relative; padding: 15rem 0;
}
.Aguda_w{
    max-width: 1300px;
    margin: 0 auto;
    width: 90%;
   
}
.Aguda_w p{
text-align: justify;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 3rem;
    padding: 0 5rem;
}
.Aguda_w{
	text-align: center;
}
.Aguda_w img{
width: 60px;
}
.Aguda_1_w_r{
     border-right: 1px solid rgb(255 255 255 / 30%);   
}
.Aguda_2_w{
   padding: 10rem 0; 
}
.Aguda_2_w .text{
  color: #000; 
}
.Aguda_2_w ul{
        margin-top: 7rem;
}
.Aguda_2_w ul li{
    background-color: #f6f6f6;
    border-radius: 15px;
    width: 30%;
    /*width: 18%;*/
    height: 280px;
    margin: 0 1%;
    display: inline-table;     
    /*margin-bottom: 10%;*/
    position: relative;
}

.Aguda_2_w ul li:nth-child(4),
.Aguda_2_w ul li:nth-child(5)
{
 margin-bottom: 0;   
}
.Aguda_2_w ul li img{
    width: 100px;
    position: absolute;
    top: -50px;
    margin-left: -50px;
}
.Aguda_2_w ul li h3{
    margin-top: 7rem; 
    font-size: 2rem;
    font-weight: 900;
    color: #000;
    line-height: 1.4;
    padding: 0 15px;
    /*text-align: left;*/
}
/**/
.Aguda_2_w ul li p{
  color: #000;
    text-align: center;
    font-weight: 600;
    margin-top: 2rem;
    padding: 0 15px;  
    text-align: left;
    font-size: 13px;
}
.Aguda_2_w ul li p span {
    position: relative;
    padding: 0 10px;
    display: block;
}
.Aguda_2_w ul li p span::after {
    content: '•';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
}
.Aguda_2_w ul li p span.sub_span::after {
    display: none;
}
.Aguda_2_w ul li:after
{
content: "";
    width: 60px;
    height: 4px;
    background-color: #d6011c;
    display: inline-block;
    position: absolute;
    bottom: 0;
    margin-left: -30px;
}

.Aguda_3_w{
        background: url(../img/Aguda_30.jpg);
    background-repeat: no-repeat;
    position: relative; padding: 10rem 0;
      text-align: center;
          background-size: cover;
}
.Aguda_3_w .text{
    color: #fff;
}
.Aguda_3_w_ul{
    text-align: justify;
    margin-top: 2rem;
    /*margin-left: 6rem;*/
    margin-left: 22%;
}
.Aguda_3_w_ul li{
  margin-bottom: 2rem;  
}
.Aguda_3_w_ul li div{
        display: flex;
    align-items: center;
}
.Aguda_3_w_ul li img{
        width: 40px;
}
.Aguda_3_w_ul li h3{
        color: #fff;
    font-size: 1.8rem;
    font-weight: 900;margin: 0;    display: flex;
    align-items: center;
}
.Aguda_3_w_ul li h3 i{
          width: 4px;
    height: 20px;
    display: inline-block;
    background-color: #d6011c;
    border-radius: 50px;
    margin-right: 6px;
    margin-left: 1.2rem;
}

.Aguda_3_w_ul li ul{
        color: #fff;
    list-style-type: disc;
    margin-left: 8rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.Aguda_3_w_ul li ul li{
    margin-bottom: 0;
    line-height: 2;
}
.Aguda_4_w {
    padding: 10rem 0;
}
.Aguda_4_w {
    
}
.Aguda_4_w .Aguda_w img {
    max-width: 1200px;
    width:90%;
}

.Aguda_5_l{
        background-color: #f6f6f6;
    position: relative;
    border-top: 4px solid #d6011c;
    margin-top: 2rem;
	    height: 500px;
}
.Aguda_5_l img{
        position: absolute;
    margin-top: -30px;
    margin-left: -30px;
}
.Aguda_5_l ul{
       text-align: justify;
    padding: 5rem; 
}
.Aguda_5_l ul li{
  font-size: 1.5rem;
    font-weight: 600;
    color: #3e3a39;
    margin-bottom: 1rem;  
}
.Aguda_5_l ul li ul{
        padding: 0;
    list-style-type: disc;
    margin-left: 2rem;
}
.Aguda_5_l ul li ul li{
  font-weight: 500;
    font-size: 1.4rem;  
}

.Aguda_5_l ul li ul li ul{
    list-style-type: none;
        margin-top: 1rem;
		margin-left: 0.2rem;
}
.Aguda_5_l ul li ul li ul li{
    background: url(../img/Aguda_5_3.png) left no-repeat;
	    background-size: 9px;
	    padding-left: 15px;
}
.Aguda_5_w .text{
    color: #000;
}
.Aguda_5_w{
   text-align: center;
   padding: 5rem 0;
}

.Aguda_6_w{
	padding: 5rem 0;
	padding-bottom: 10rem;
}
.Aguda_6_w img{
	width: 90%;
	    display: block;
	    max-width: 100%;
	    margin: 0 auto;
	    margin-top: 2rem;
}
.Aguda_6_w .text{
    color: #000;
}

/* 鸿芯社区*/
.Our_office{
	
}
.Our_office_1{
	padding: 5rem 0;
	padding-top: 10rem;
}
.Our_office_1 .text{
margin-bottom: 1rem;	
}

.Our_office .carousel-caption2 p span{
	color: #d5001c;    font-weight: 900;
}
.Our_office_1_w{
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
	text-align: center;
}
.Our_office_1 ul{
	    margin-top: 2rem;
}
.Our_office_1 ul li{
	    margin-bottom: 3rem;
}
.Our_office_carouse1l .Our_office_1 ul li{
	    margin-bottom: 6rem;
}
.Our_office_2 .Our_office_1_w ul li{
	     height: 490px;
}

.Our_office_2 .Our_office_1_w ul li:nth-child(1),
.Our_office_2 .Our_office_1_w ul li:nth-child(2),
.Our_office_2 .Our_office_1_w ul li:nth-child(3),
.Our_office_2 .Our_office_1_w ul li:nth-child(10),
.Our_office_2 .Our_office_1_w ul li:nth-child(11),
.Our_office_2 .Our_office_1_w ul li:nth-child(12)
{
	     height: 280px;
}
.Our_office_1 ul li img.ur_office_img{
	transition: 500ms;  
	overflow: hidden;    position: relative;
    z-index: 1;
}
.Our_office_1 ul li p{
        margin: 0;
    overflow: hidden;
}
.Our_office_1 ul li:hover img.ur_office_img{
	transform: scale(1.1) rotate(0.1deg);
	    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
}

.Our_office_1 ul li div{
    background-color: #f6f6f6;
    padding: 3rem 2rem;
    text-align: left;
	position: relative;
}
.Our_office_1 ul li h3{
    margin: 0;
    font-size: 1.6rem;
    font-weight: 900;
        color: #333;
}
.Our_office_1 ul li .xiang{
    background-color: #d6001c;
    padding: 0rem;
    margin-top: 3rem;
    margin-bottom: 0;
}
.Our_office_1 ul li div img{
	    max-width: 50px;
	    position: absolute;
	    right: 2rem;
	    top: 50%;
	    margin-top: -25px;
}

.Our_office_2 li h3{
	    color: #000000;
}
.Our_office_2 ul li .xiang{
background-color: #d8d8d7;
    margin-top: 1rem;
    width: 50%;
    margin-bottom: 2rem;	
}

.Our_office_2 li  img{
    max-width: 70%;	
}


/*RocSyn®*/
.RocSyn{
	text-align: center;
}
.RocSyn .text{
   	text-align: center;
   	color: #d6001c;margin-bottom: 1rem;font-weight: 900;
}
.RocSyn .Introduction_content{
     	text-align: center;
}
.RocSyn .Introduction .describe_content{
    width: 100%;	text-align: center;
}
.RocSyn_3{
	padding: 10rem 0;
	background: url(../img/RocSyn_1.jpg);
	background-repeat: no-repeat;
	position: relative;text-align: left;
}
.RocSyn_w{
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
}
.RocSyn_3 .text{
    color: #fff;
    font-size: 3rem;
    margin-bottom: 2rem;    text-align: left;
}
.RocSyn_3 .xiang{
	
}
.RocSyn_3 .RocSyn_ul{
	    list-style-type: disc;
	    color: #fff;
	    margin-left: 1.4rem;
	    font-size: 1.4rem;
	    line-height: 1.8;
}
.RocSyn_3 .RocSyn_ul li{
	
}
.RocSyn_3 .RocSyn_wul ul{
width: 60%;	
margin-top: 3rem;
}
.RocSyn_3 .RocSyn_wul ul li{
width: 50%;
    display: flex;
    color: #fff;
    align-items: center;
    float: left;
	    margin-bottom: 2rem;
}
.RocSyn_3 .RocSyn_wul ul li div{
	   width: 50px;
	       text-align: center;
}

.RocSyn_3 .RocSyn_wul ul li img{
	    height: 26px;
	    margin-right: 10px;
}
.RocSyn_4{
	text-align: center;
	padding: 5rem 0;
	padding-bottom: 2rem;
	padding-top: 10rem;
}
.RocSyn_5{
	background: url(../img/RocSyn_5.jpg)  center;
	padding: 10rem 0;
	background-repeat: no-repeat;
	position: relative;
	text-align: left;
}
.RocSyn_4 .text{
    color: #000;
    font-size: 3rem;
    margin-bottom: 2rem;
}
.RocSyn_5 h3{
	font-weight: 600;
	    margin: 0;
	    font-size: 2rem;
	    margin-bottom: 2rem;
}
.RocSyn_5 img{
max-width: 60%;
    display: block;
}
.RocSyn_5 .RocSyn_5_r h3{
	color: #fff;
	
}
.RocSyn_5 .RocSyn_5_r .xiang{
	background-color: #fff;
	
}
.RocSyn_5 .RocSyn_5_r ul{
	    list-style-type: disc;
	    padding-left: 1.4rem;
	    color: #fff;
	    margin-bottom: 5rem;
}
.RocSyn_5 .RocSyn_5_r ul li{
line-height: 1.8;
}
.RocSyn_5_r{
	padding: 0 11rem;
}
.RocSyn_6{
	padding: 10rem 0;
}
.RocSyn_8{
   	padding: 10rem 0; 
}
.RocSyn_6 .text{
    color: #000;
    font-size: 3rem;
    margin-bottom: 2rem;
}

.RocSyn_6 ul{
display: flex;
    justify-content: space-around;
	margin-top: 3rem;
	margin-bottom: 0;
}
.RocSyn_6 ul li{
	    
}
.RocSyn_6 ul li img{
	width: 60px;
}
.RocSyn_6 ul li p{
	margin: 0;
	    margin-top: 2rem;
	    color: #000;
	    font-size: 1.6rem;
	    font-weight: 600;
}
.RocSyn_7{
	background: #f7f7f7;
}
.RocSyn_7 .text{
	color: #000;
	margin-bottom: 2rem;
}
.RocSyn_7 .Aguda_3_w_ul li h3{
	    color: #000;
}
.RocSyn_7 .Aguda_3_w_ul li ul{
	 color: #000;
	     margin-left: 4rem;
		 
}
.RocSyn_7 .Aguda_3_w_ul li{
	margin-bottom: 0;
}
.RocSyn_7  .Aguda_3_w_ul{
	margin-top: 4rem;
	margin-left: 5rem;
}
.RocSyn_8 .text{
	color: #000;
	margin-bottom: 2rem;
}

/*ChimeTime®*/
.ChimeTime .text{
   	text-align: center;
   	color: #d6001c;margin-bottom: 1rem;font-weight: 900;
}
.ChimeTime .Introduction_content{
     	text-align: center;
}
.ChimeTime .Introduction .describe_content{
    width: 100%;	text-align: center;
}
.ChimeTime_3{
	background: url(../img/ChimeTime_3.jpg);
	background-repeat: no-repeat;
	position: relative;text-align: left;
	padding: 10rem 0;
}
.ChimeTime_3 .RocSyn_w h3{
    color: #fff;
    font-size: 3rem;
	margin: 0;
    margin-bottom: 2rem;
    text-align: left;
	    
}
.ChimeTime_3_r{
	
}
.ChimeTime_3 .RocSyn_w .ChimeTime_3_r h3{
text-align: center;	
    margin-bottom: 3rem;
}
.ChimeTime_3 .RocSyn_w .ChimeTime_3_r img{
max-width: 46%;
    margin: 0 auto;
    display: block;
}

.ChimeTime_3 ul{
	
}
.ChimeTime_3 ul li{
	    line-height: 3;
		color: #fff;
		    display: flex;
		    align-items: center;
}
.ChimeTime_3 ul li img{
    width: 20px;    margin-right: 1rem;	
}

.ChimeTime_4{
text-align: center;	
padding: 10rem 0;
}
.ChimeTime_4 .text{
	color: #000;
	margin-bottom: 2rem;
}
.ChimeTime_4 .row {
	text-align: left;
}
.ChimeTime_4 .row h3{
	margin: 0;
font-size: 2rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 2rem;	
}
.ChimeTime_4 .row ul{
	list-style-type: disc;
	    margin-left: 1.5rem;
}
.ChimeTime_4 .row li{
    line-height: 2;   color: #000;   font-size: 1.4rem;
}
.ChimeTime_4_1{
	    max-width: 70%;
	    display: block;
}
.Crosstalk_analysis_engine{
	background-color: #f7f7f7;
	padding: 3rem 2rem;
	    display: flex;
	    align-items: flex-start;
		margin-top: 3rem;
}
.Crosstalk_analysis_engine img{
	    max-width: 30px;
	    margin-right: 2rem;
}
.ChimeTime_4 .Crosstalk_analysis_engine div{
	
}
.ChimeTime_4 .Crosstalk_analysis_engine div h3{
color: #d5011c;
    font-size: 1.5rem;
    font-weight: 900;
    margin-bottom: 1rem;	
}
.ChimeTime_4 .Crosstalk_analysis_engine div p{
	    margin: 0;
	    line-height: 1.8;
		color: #000;
}
.ChimeTime_4 .col-lg-6{
    margin-top: 6rem;
    padding-right: 3rem;
    padding-left: 3rem;
}
.ChimeTime_p{
	color: #000;
	font-size: 1.4rem;
	    font-weight: 600;
}
.ChimeTime_4 .row li ul{
	color: #d6011c;
}
.ChimeTime_4 .row li ul li {
	color: #d6011c;
}
.ChimeTime_4 .row li ul li p{
    color: #000;
    margin: 0;
}

.ChimeTime_5{
background: url(../img/ChimeTime_5.jpg)  center;
	padding: 8rem 0;
	background-repeat: no-repeat;
	position: relative;
	text-align: left;	
}
.ChimeTime_5 h3{
	    color: #fff;
	    margin: 0;
	    margin-bottom: 2rem;
		font-size: 3rem;
}
.ChimeTime_5 .xiang{
	background-color: #fff;
}
.ChimeTime_5 .col-lg-7 p{
     width: 80%;
}
.ChimeTime_5 p{
    color: #fff;
    line-height: 2;
	margin: 0;
}
.ChimeTime_5 .row {
	    display: flex;
	    align-items: center;
}
.Aguda_2_w.ChimeTime_6 ul li{
	    padding: 2rem;height: 480px;transition: 500ms;      border-radius: 0;
		    margin-bottom:0;
}
.Aguda_2_w.ChimeTime_6 ul li p{
	margin: 0;
	    text-align: justify;
	    font-weight: 500;
	    margin-top: 2rem;
	padding: 0 1rem;
}
.ChimeTime_6 .text{
	color: #000;
}
.Aguda_2_w.ChimeTime_6 ul li:hover h3{
color: #fff;
}
.Aguda_2_w.ChimeTime_6 ul li:hover p{
color: #fff;
}
.Aguda_2_w.ChimeTime_6 ul li:nth-child(1):hover{
	background: url(../img/ChimeTime_6_11.jpg) center no-repeat;
	background-size: 100%;
}
.Aguda_2_w.ChimeTime_6 ul li:nth-child(2):hover{
	background: url(../img/ChimeTime_6_21.jpg) center no-repeat;
	background-size: 100%;
}
.Aguda_2_w.ChimeTime_6 ul li:nth-child(3):hover{
	background: url(../img/ChimeTime_6_31.jpg) center no-repeat;
	background-size: 100%;
}
.ChimeTime_7{
	padding: 5rem 0;
	padding-bottom: 10rem;
}
.ChimeTime_7 img{
	max-width: 900px;
	    margin: 0 auto;
	    display: block;
		width: 100%;
}

/*HesVesPower*/
.HesVesPower .text{
   	text-align: center;
   	color: #d6001c;margin-bottom: 1rem;font-weight: 900;
}
.HesVesPower .Introduction_content{
     	text-align: center;
}
.HesVesPower .Introduction .describe_content{
    width: 100%;	text-align: center;
}
.HesVesPower_4 .text{
	color: #000;
}
.HesVesPower_4 {
text-align: center;
padding: 10rem 0;
}
.HesVesPower_4 img{
	max-width: 900px;
	    display: block;
	    margin: 0 auto;
	    margin-top: 2rem;
		width: 100%;
}
.HesVesPower_5{
	background-color: #f7f7f7;
}
.HesVesPower_5  ul li{
	background-color: #fff;    margin-bottom:0;    border-radius: 0;
}
.Aguda_2_w.HesVesPower_5 ul li h3 span{
	font-weight: 500;
}

.HesVesPower_6 .text{
	color: #000;
}
.HesVesPower_6 {
text-align: center;
padding: 10rem 0;
}
.HesVesPower_6_bj{
	background: url(../img/HesVesPower_6_bj.jpg) center no-repeat;
	background-size: 100%;
	margin-top: 1rem;
}
.HesVesPower_6_bj ul{
padding: 10rem 5rem;
}
.HesVesPower_6_bj ul li{
	    width: 50%;
	    text-align: left;
		    float: left;
}
.HesVesPower_6_bj ul li h3{
color: #fff;
    margin: 0;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
 .HesVesPower_6_bj ul li p{
 	    color: #fff;
 	    width: 90%;
 	    font-size: 1.4rem;
 	    line-height: 1.8;
 }
 .HesVesPower_6_bj .xiang{
	    margin-bottom: 0.8rem;
}
.HesVesPower_7{
	padding: 5rem;
}
.HesVesPower_7 h3{
    margin: 0;
    margin-bottom: 1rem;
    font-size: 1.8rem;
}
.HesVesPower_7 ul li{
	    float: left;
	    width:48%;    height: 160px;
line-height: 1.8;
}
.HesVesPower_7 ul li.HesVesPower_7_1{
background: url(../img/HesVesPower_7_1.png) top;
    background-size: 30px;
    padding-left: 4rem;
    background-position: inherit;
    background-repeat: no-repeat;
	    margin-right: 4%;
}
.HesVesPower_7 ul li.HesVesPower_7_2{
background: url(../img/HesVesPower_7_2.png) top;
    background-size: 30px;
    padding-left: 4rem;
    background-position: inherit;
    background-repeat: no-repeat;
}
.HesVesPower_7 ul li.HesVesPower_7_3{
background: url(../img/HesVesPower_7_3.png) top;
    background-size: 30px;
    padding-left: 4rem;
    background-position: inherit;
    background-repeat: no-repeat;
	    margin-right: 4%;
}
.HesVesPower_7 ul li p{
	color: #000;
	font-weight: 600;
}

.HesVesPower_7 ul li ul{
	list-style-type: disc;
	    padding-left: 1.5rem;
}
.HesVesPower_7 ul li ul li{
	    width: 100%;
	    float: none;
		    height: auto;
}

.HesVesPower_8{
	padding: 5rem 0;
	text-align: center;
	padding-bottom: 10rem;
}
.HesVesPower_8 .text{
	color: #000;
}

.HesVesPower_8 img{
	max-width: 900px;
	    display: block;
	    margin: 0 auto;
	    margin-top: 2rem;
		width: 100%;
}

/*联系我们*/
.contact_w{
	max-width: 1300px;
	width: 90%;
	margin: 0 auto;
}
.contact{
	padding: 10rem 0;
}
.contact ul{

}
.contact ul li{
    margin-bottom: 3rem;
}
.contact ul li:nth-child(3),
.contact ul li:nth-child(4){
	margin-bottom: 0;
}

.contact ul li div{
background-color: #fff;padding: 5rem;    position: relative;height: 280px;
}
.contact ul li h3{
margin: 0;
    font-size: 3rem;
    font-weight: 900;
}
.contact ul li .xiang{
padding: 0;
    background-color: #d6001c;
    margin-top: 1rem;
    margin-bottom: 0.8rem;
	height:3px;
}
.contact ul li p{
       margin: 0;
       font-size: 1.4rem;
       font-weight: 600;
}
.contact ul li p.contact_p{
	text-align: right;
}
.contact ul li img{
height: 120px;
position: absolute;
    right: 3rem;
    bottom: 3rem;
}
.contact ul li:nth-child(2) img{
	height: 160px;
}
.contact ul li:nth-child(4) img{
	height: 160px;
}
.consulting{
background: url(../img/consulting.jpg) center;
    /* background-size: 100%; */
    background-repeat: no-repeat;
    padding: 10rem 0;
    text-align: center;
}
.consulting .text{
	color: #fff;
	margin-bottom: 1rem;
}

/*人才招聘*/

.talent_w{
	max-width: 1300px;
	width: 90%;
	margin: 0 auto;
}
.talent ul{
	
}
.talent ul li{
	background-color: #f6f6f6;
	    margin-bottom: 3rem;
	    display: flex;
	    align-items: center;position: relative;
}
.talent ul li:nth-child(2){
	background-color: #d5011c;
}
.talent ul li:nth-child(2) h3{
	color: #fff;
}
.talent ul li:nth-child(2) a{
	color: #fff;
	 border: 1px solid #fff;
}
.talent ul li:nth-child(2) .xiang{
	background-color: #fff;
}
.talent ul li:nth-child(2) a:hover{
	color: #000;
	 border: 1px solid #fff;
	 background-color: #fff;
}
.talent ul li img{
	width: 50%;
}
.talent ul li div{
	    padding: 5rem;
	
}
.talent ul li div img{
    position: absolute;
    right: 0;
    top: 50%;
    width: 140px;
    margin-top: -70px;
}
.talent ul li h3{
	    margin: 0;
	    font-size: 3rem;
	    font-weight: 600;
	    margin-bottom: 2rem;
}
.talent ul li a{
	    border: 1px solid #000000;
	    color: #000000;
	    font-size: 1.5rem;
	    padding: 0.8rem 2rem;
	    display: block;
	    text-align: center;
	    font-weight: 600;
	    margin-top: 6rem;
		transition: 500ms;
}
.talent ul li a:hover{
	border: 1px solid #d5011c;
	background-color: #d5011c;
	color: #fff;
}
.talent ul li .xiang{
	    padding:0;
}
.talent{
	padding: 10rem 0;
}

/*产品中心*/
.product{
	padding: 10rem 0;
}
.product ul li{
	margin-bottom: 3rem;
}

.product .Product_Center li a {
    padding: 10%;
}

.mobile{
	display: none;
}
.HesVesPower_4 img.mobile{
	display: none;
}
.carousel-control.left,
.carousel-control.right
{
    	display: none;
}
.mynr{
        text-align: center;
    padding: 10rem 0;
}
.mynr .icon{
        display: inline-block;
    text-align: center;
    margin-top: 0;
    margin-bottom: 1rem;
}


/*视频*/
.vidbacking-active-body-back{
	position: fixed;
	z-index: -100;
	min-width: 100%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	background-size: cover;
	overflow: hidden;
	opacity: 1;
	transition: 2s opacity;
	transform: translateX(-50%) translateY(-50%);
}

.vidbacking-active-block-back{
	position:absolute;
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
	z-index: -100;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.vidbacking{
	display: none;
}
.vidmask-body-back{
	background: url(videooverlay1.png) repeat;
	opacity: 0.4;
	min-height: 100%;
	min-width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -50;
	display: block;
}
.vidmask-block-back{
	background: url(videooverlay1.png) repeat;
	opacity: 1;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
	z-index: -50;
	display: block;
}
.video-back{display:block;

padding:402px 0px;
text-align:center;}
.video-back h1{display:block;text-align:center;color:#fff;font-size:50px;}
.video-back p{display:block;color:#fff;margin:0px;padding:0px;margin-bottom:20px;}
.video-back img{width:150px;}

.main-heading{text-align: center;margin: 50px auto;font-size: 70px;}
.main-para{margin: 10px 100px;text-align: center; font-size: 20px;}
.jq22-demo a{ color: aliceblue;  font-size: 20px; text-decoration: none; padding-left: 10px; padding-right: 10px; font-weight: bold;text-shadow:2px 2px 4px #000; }
body .layui-m-layer .layui-m-layer-msg {
    width: auto;
    max-width: 90%;
    margin: 0 auto;
    bottom: -150px;
    background-color: rgba(0,0,0,.7);
    color: #fff;
    display: contents;
}
.tips_no{
        position: fixed!important;
    z-index: 10000!important;
    left: 50%!important;
    background-color: rgba(0,0,0,.7)!important;
    top: 50%!important;
    padding: 2rem 3rem!important;
    color: #fff!important;
    border-radius: 15px!important;
    margin-left: -105px!important;
    margin-top: -56px!important;
        text-align: center!important;
        width: 150px!important;
}
.tips_no .icon{
     margin: 0 auto!important;
    display: block!important;
    position: initial!important;
    margin-bottom: 1rem!important;
}


/*响应*/
@media screen and (max-width: 1400px) {
.news_l ul.news_ul li img {
      height: 100%;
    width: 100%;
}
}

@media screen and (max-width: 1270px) {
.RocSyn_3 .RocSyn_wul ul {
    width: 80%;
}
}

@media screen and (max-width: 992px) {
    .news_l ul.news_ul li p.news_content_ppp {
    height: 100px;
}
    .RocSyn_3 .RocSyn_wul ul {
    width: 100%;
}
 .registered {
    background: url(../img/bj_wap.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
}
.bg#login_container {
  background-color: #fff;
}
.registered_l {
    margin-top: 3rem;
    text-align: center;
}
.registered_l p {
    display: none;
}
.registered_l .xiang {
    display: none;
}
.Introduction .describe_content p br {
    display: none;
}
}
@media screen and (max-width: 800px) {
    .video-back {
    padding: 120px 0px;
}
	.mobile{
		display: block;
	}
	.HesVesPower_4 img.mobile{
		display: block;
	}
.glyphicon-chevron-down {
position: absolute;
    font-size: 12px;
      top: 20px;
    width: 20%;
    text-align: right;
display: flex;
    align-items: center;
    justify-content: flex-end;
	color: #fff;
	    z-index: 10000;
		    right: 0;
}
.top {
    padding: 1rem 0;
}
.top .logo {
    width: 90px;
}
.top .search input {
    border-radius: 50px;
    line-height: 28px;
    height: 28px;
}
.carousel-caption2 h3 {
    font-size: 3rem;
    padding-bottom: 1rem;
}
.carousel-caption2 p{
	    font-size: 1.5rem;
	    padding-bottom: 1rem;
}
.carousel-caption2 a {
    padding: 4px 20px;
    font-size: 1rem;
}
.carousel-caption2 {
    margin-top: -60px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: initial;
    height: 240px;
}
.carousel-indicators li{
	width: 6px;
	height: 6px;
}
.carousel-indicators .active{
	width: 8px;
	height: 8px;
}
.xiang {
    margin-bottom: 1rem;
}
.text {
    font-size: 2rem;
	    margin-bottom: 2rem;
}
.icon {
    margin-top: 3rem;
}
.describe {
    font-size: 1.4rem;
}
.icon li {
    width: 60px;
    color: #878787;
    font-size: 1.4rem;
}
.Product_Center li h3 {
    font-size: 1.8rem;
}
.Product_Center li {
    height: 266px;
}
.Product_Center .Click_to_see{
	padding: 4px 20px;
	font-size: 1rem;bottom: 10%;
}
.Product_Center li a {
    padding: 15% 5%;
}
.Introduction_content .col-xs-7{
	width: 100%;
}
.Introduction_content .col-xs-5{
	width: 100%;
}
.Introduction .Introduction_content {
    padding: 2rem;
}
.Introduction .describe_content {
    width: 100%;
}
.Introduction .icon ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
	    padding: 1rem;
		padding-bottom: 0;
}
.Introduction .icon li {
    display: flex;
align-items: center;
    justify-content: center;
    flex-direction: column;
}
.Introduction .icon li h4 {
font-size: 1.8rem;
}
.Introduction .icon li img {
    width: 50px;
}
.Introduction .icon li p {
font-size: 1.2rem;
    margin-top: 1rem;
}
.Introduction .icon li:nth-child(2n) {
display: none;
}
.Introduction .icon li div {
    margin-left:0;    margin-top: 1rem;
}
.video .col-xs-9{
width: 100%;	margin-bottom: 2rem;
}
.video .The_classroom_col-lg-3{
	width: 100%;    padding-left: 15px;
}
#video {
    width: 100%;
    height: auto;
}
.video ul.The_classroom li,
.video ul.The_classroom li:nth-child(2),
.video ul.The_classroom li:nth-child(3)
{
    background-size: 100%;
	margin-bottom: 2rem;
}
.video ul.The_classroom li:nth-child(3) {
    margin-bottom: 0;
}
.video ul.The_classroom {
    margin-bottom: 0;
}
.news ul.news_ul li {
width: 100%;padding-bottom: 0;
padding-right: 0;
    padding-left: 0;
    margin-bottom: 2rem;
}
.bottom .col-xs-2{
	width: 100%;margin-bottom: 3rem;
}
.bottom .col-xs-8{
	display: none;
}
.bottom .w_Qr_code{
	width: 40%;
	    margin: 0 auto;
	    float: inherit;
}
nav.et-hero-tabs-container-top .search {
    display: none;
}
nav.et-hero-tabs-container-top .nav-pills {
    width: 100%;    display: block;
}
nav.et-hero-tabs-container-top .nav_width{
	display: none;
}
nav.et-hero-tabs-container-top .nav_width_wap{
display: block;
}
.navbar-toggle .glyphicon-list{
	color: #fff;
}
nav {
width: 100%;
    display: inline-block;
    position: fixed;
    z-index: 100;
    top: 48px;
}
.et-hero-tabs-container_wap{
	background-color: rgb(0 0 0 / 0.93);
	height: 100%;
}
.et-hero-tabs-container .search {
    display: block;
	position: relative;
	   /* top: 30px;*/margin-bottom: 2rem;
}
.et-hero-tabs-container .search.search_pC{
    display: none;
}
.et-hero-tabs-container .search span{
     position: absolute;
     right: 2rem;
     top: 9px;
}
.nav_width {
    display: none;    padding: 3rem 0;
}
.navbar-toggle {
    padding: 2px 5px;
}
#carousel-example-generic{
    margin-top: 35px;
}
.nav_width .nav-pills>li:nth-child(1) {
   width: 100%;
    text-align: left;
}
.nav_width .nav-pills>li {
    float: none;
    position: relative;
    text-align: left;
    transition: 500ms;
	width: 100%;    margin-left: 0;    border-bottom: 1px solid #ffffff29;
}
.nav_width_wap{
	display: block;
}
.glyphicon-remove{
	display: none;
}
.navbar-toggle_wap .glyphicon-remove{
	display: block;
	color: #fff;
}
.navbar-toggle_wap .glyphicon-list{
display: none;
}
.subItem{
	    width: 100%;
	    position: inherit;
	    text-align: left;
}
.nav_width .nav-pills>li:hover .subItem {
     display: block;
     top: 0;
     width: 100%;
     background-color: #0000;
     padding: 1rem 0;
     padding-bottom: 2rem;
}
.subItem a {
    display: block;
    color: #fff;
    padding: 0.8rem 0;
    font-size: 1.2rem;
}
.nav_width .nav-pills>li>a {
  display: block;
      position: inherit;background-color: #d5011c00;
}

/*关于我们移动*/
.carousel-caption2_banner{
  margin-top: -30px;
}
.Introduction_about{
	
}
.Introduction_about .Introduction_content {
    padding: 0;
}


.contact ul li div{
padding: 3rem;	
}
.contact ul li h3 {
    font-size: 2rem;
}
.contact ul li p {
    width: 85%;
    line-height: 1.6;
}
.contact ul li:nth-child(3){
	margin-bottom: 3rem;
}
.bg .submit {
    width: 60%;
}
.talent ul li h3 {
    font-size: 2rem;margin-bottom: 1rem;
}
.talent ul li div {
       padding: 2rem;margin-left: 50%;
	   z-index: 1;
	       background-color: #f6f6f6;
}
.talent ul li:nth-child(2) div {
	       background-color: #d5011c;
}

.talent ul li a {
    border: 1px solid #000000;
    color: #000000;
    font-size: 1.4rem;
    padding: 0.3rem 1.5rem;
    display: block;
    text-align: center;
    font-weight: 600;
    margin-top: 1rem;
    transition: 500ms;
}
.talent ul li div img {
    width: 60px;
    margin-top: -30px;    height: auto;
}
.talent ul li img {
       width: auto;
       position: absolute;
       height: 100%;
}
.talent ul li .xiang {
    margin-left: 0;    background-color: #d5011c;
}
.profile>li>a {
    margin-right: 2rem;
}
.profile>li:nth-child(4) a{
	margin-right:0;
}
.news_lst ul li h4 {
   margin-bottom: 1.5rem;
    margin-top: 2rem;
    line-height: 1.6;
    font-size: 1.6rem;
}
.news_lst ul li p {
    margin-bottom: 3rem;
}
.news_l ul.news_ul li div h3 {
    height: auto;    -webkit-line-clamp: initial;
}
.news_l ul.news_ul li img {
    height: auto;
}
.bottom p.bottom_p {
    line-height: 1.8;
}
.content_bt h3 {
    font-size: 2rem;
    text-align: left;
    color: #000;
    font-weight: 600;
    margin: 0;
    margin-bottom: 2rem;
    line-height: 1.6;
}
.content_bt p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.content_bt p span {
    margin: 0;
}
.Next_foot {
    display: block;
}
a.return {
	display: block;
    text-align: center;
    margin-bottom: 2rem;
}

.product .row .col-xs-12{
	padding-right: 0;
	    padding-left: 0;
		margin-bottom: 3rem;
}
.product ul li {
    margin-bottom: 0;
}
.Introduction .describe_content p br{
	display: none;
}
.Aguda_1_w {
    padding: 8rem 0;
	background-position: center;
}
.Aguda_w p {
    text-align: justify;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 2rem;
    padding: 0;
    margin-bottom: 0;
}
.Aguda_2_w ul li {
    background-color: #f6f6f6;
    border-radius: 15px;
    width: 100%;
       height: auto;
    margin: 0 1%;
    display: inline-table;
margin-bottom: 8rem;
    position: relative;
	    padding-bottom: 3rem;
}
.Aguda_2_w ul li img {
    width: 80px;
    position: absolute;
    top: -40px;
    margin-left: -40px;
}
.Aguda_2_w ul li h3 {
    margin-top: 6rem;
    font-size: 1.8rem;
    font-weight: 900;
    color: #000;
    line-height: 1.4;
}
.Aguda_2_w ul li p {
    margin-top: 1rem;
}
.Aguda_2_w ul li:nth-child(4){
	margin-bottom: 6rem;
}
.Aguda_3_w_ul {
    margin-left: 0;
}
.Aguda_3_w_ul li img {
    width: 30px;
}
.Aguda_3_w_ul li h3 {
    font-size: 1.6rem;
}
.Aguda_3_w_ul li h3 i {
    height: 16px;
}
.Aguda_3_w_ul li ul {
    margin-left: 7rem;
}
.Aguda_3_w {
 background-repeat: inherit;
 padding: 5rem 0;
}
.The_login {
    font-size: 1.8rem;
    width: 90%;
}

.The_login1 {
    text-align: center;
    margin: 6rem 0;
}
.Aguda_4_w {
    padding: 5rem 0;
}
.Aguda_5_w {
padding-top: 0;
padding-bottom: 1rem;
}
.Aguda_5_w .row {
	margin-top: 2rem;
}
.Aguda_5_l ul {
    text-align: justify;
    padding: 5rem 3rem;
}
.Aguda_5_l {
    height: auto;
    margin-bottom: 3rem;
}
.Aguda_6_w .row .col-xs-12{
	    margin-bottom: 5rem;
}
.Aguda_6_w .row .col-xs-12:nth-child(2){
	    margin-bottom:0;
}
.Aguda_6_w{
	padding-top: 0;
}
.Aguda_4_w .Aguda_w img:nth-child(1){
	display: none;
}
.Aguda_4_w .Aguda_w img {
    width: 100%;
}
.RocSyn_3 .RocSyn_wul ul {
    width: 100%;
    margin-top: 3rem;
}
.RocSyn_3 .RocSyn_wul ul li {
    width: 100%;
    margin-bottom: 2rem;
}
.RocSyn_3 .RocSyn_wul ul li:nth-child(6){
	    margin-bottom: 0;
}
.RocSyn_3 .text {
    font-size: 2rem;
}
.RocSyn_4 .text {
    font-size: 2rem;
}
.RocSyn_5 img {
    max-width: 100%;
    display: block;
}
.RocSyn_5 {
    background: url(../img/RocSyn_5_mobile.jpg) center;
    padding: 5rem 0;
    background-repeat: no-repeat;
    position: relative;
    text-align: left;
}
.RocSyn_5_r {
    padding: 0;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 5rem;
}
.RocSyn_5 .RocSyn_5_r ul:nth-child(6) {

    margin-bottom: 0;
}
.RocSyn_5 .row .col-xs-12:nth-child(1){
	    background-color: #f7f7f7;
	    padding-bottom: 3rem;
}
.RocSyn_5 h3 {
    font-size: 1.8rem;
}
.RocSyn_6 .text {
    font-size: 2rem;
}
.RocSyn_6 ul li p {
    font-size: 1.5rem;
}
.RocSyn_6 ul {
    display: block;
}
.RocSyn_6 ul li {
    margin-bottom: 3rem;
}
.RocSyn_6 ul li:nth-child(2) {
    margin-bottom:0;
}
.RocSyn_7 .Aguda_3_w_ul {
    margin-top: 2rem;
    margin-left: 0;
}
.RocSyn_7 .Aguda_3_w_ul li h3 i {
    margin-left: 0;
}
.RocSyn_7 .Aguda_3_w_ul li ul {
    margin-left: 3rem;
}

.RocSyn_8 .row .col-xs-12 {
    margin-bottom: 5rem;
    margin-top: 5rem;
}
.Aguda_6_w img {
    width: 100%;
}
.ChimeTime_3 .RocSyn_w h3 {
    font-size: 2rem;
}
.ChimeTime_3 ul li {
line-height: 1.8;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
.ChimeTime_3 .RocSyn_w .ChimeTime_3_r img {
    max-width: 100%;
}
.ChimeTime_3_r {
    margin-top: 3rem;
}
.ChimeTime_3 {
    background-repeat: inherit;
}
.ChimeTime_4 .col-lg-6 {
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding-right: 15px;
    padding-left: 15px;
}
.ChimeTime_4 .col-lg-6:nth-child(1) {
    margin-bottom: 0;margin-top: 2rem;
}
.ChimeTime_4 .col-lg-6:nth-child(2) {
    margin-bottom: 0;
}
.ChimeTime_4 .col-lg-6:nth-child(3) {
    margin-bottom: 0;
}
.ChimeTime_4_1 {
    max-width: 100%;
    display: block;
}
.ChimeTime_4 {
  padding-bottom: 0;
  padding-top: 5rem;
}
.ChimeTime_5 h3 {
    font-size: 2rem;
	    line-height: 1.6;
}
.ChimeTime_5 .col-lg-7 p {
    width: 100%;
}
.ChimeTime_5 {
   background-repeat: inherit;
    padding: 5rem 0;   
}
.Aguda_2_w.ChimeTime_6 ul li {
    margin-bottom: 8rem;    height: auto;
}
.Aguda_2_w.ChimeTime_6 ul li:nth-child(3){
	 margin-bottom: 0;
}

.ChimeTime_7 {
    padding-top: 0;
    padding-bottom: 5rem;
}
.ChimeTime_6{
	    padding-top: 2rem;
}
.HesVesPower_4 img:nth-child(3){
	display: none;
}

.HesVesPower_5 ul li {
    background-color: #fff;
    padding: 0 3rem;
    padding-bottom: 3rem;
}

.HesVesPower_5 ul li:nth-child(3){
	margin-bottom: 0;
}
.HesVesPower_5 ul {
    margin-top: 4rem;
}
.HesVesPower_6_bj {
    background: url(../img/HesVesPower_6_bj.jpg) center no-repeat;
    margin-top: 1rem;
    background-position: top;
    background-repeat: inherit;
}
.HesVesPower_6_bj ul {
    padding: 3rem;
}
.HesVesPower_6_bj ul li {
    width: 100%;
    text-align: left;
    float: left;
    margin-bottom: 2rem;
}
.HesVesPower_6_bj ul li p {
    color: #fff;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.8;
}
.HesVesPower_6_bj ul li:nth-child(3),
.HesVesPower_7 ul li:nth-child(3)
{
	margin-bottom: 0;
}
.HesVesPower_7 {
    padding: 0;
}
.HesVesPower_7 ul li {
    width: 100%;
	    margin-bottom: 4rem;
		    float: none;
}
.HesVesPower_7 ul li ul li {
    margin-bottom: 0;
}
.HesVesPower_8 img:nth-child(3){
	display: none;
}
.mobile div{
	    background-color: #d6001c;
	    display: inline-block;
	    color: #fff;
	    padding: 10px 0;
	    width: 100%;
	    border-radius: 50px;
	    text-align: center;
		font-size: 1.6rem;
}
.HesVesPower_8 .mobile img{
	    margin-top: 0;
}
.advantage_auto ul li{
width: 50%;
display: inline-block;
margin-bottom: 5rem;
float: left;
height: 115px;
}
.advantage_auto ul li:nth-child(5), 
.advantage_auto ul li:nth-child(6){
	margin-bottom: 5rem;
}
.Introduction_about .icon{
	margin-top: 0;
}
.Introduction_about .icon li div {
    margin-left: 0;
    margin-top: 0;
}

.Introduction_about  .icon ul {
    padding: 0;
    margin-bottom: 0;    display: block;
}
.Introduction_about .icon li {
   width: 50%;
       float: left;
	   margin-bottom: 2rem;
}
.Introduction_about .icon li:nth-child(5),
.Introduction_about .icon li:nth-child(7){
	 margin-bottom:0;
}
.Introduction_about .icon li h4 {
    font-size: 2rem;
}
.Strategic_value .advantage_auto h3 {
    color: #000;
    font-size: 2rem;
    margin-top: 0;
}
.Strategic_value_img {
    max-width: 100%;    margin-top: 2rem;
}
.Strategic_value .Strategic_value_img h3 {
    margin-left: -33px;
}
.Product_Center_soc .describe {
    padding: 6rem 0;
}
.process .advantage_auto h3 {
  color: #000;
    font-size: 2rem;
    margin-top: 0;
}
.process .Strategic_value_img {
    width: 100%;
}
.Digital_Design img {
    position: inherit;
    top: 0;
    right: 0;
    width: 100%;
}
.Digital_Design .Introduction_content {
    padding-bottom: 1rem;
}
.Our_office_1 ul li div {
    padding: 2rem;
}
.Our_office_1 ul li .xiang {
    margin-top: 2rem;
}
.Our_office_1 ul li h3 {
    font-size: 1.5rem;
}
.Our_office_1 ul li:nth-child(3),
.Our_office_1 ul li:nth-child(4)
{
    margin-bottom: 0;	
}
.Our_office_1 ul {
    margin-bottom: 0;
}
.Our_office_1 ul li div img {
    max-width: 30px;
    position: absolute;
    right: 2rem;
    top: 50%;
    margin-top: -15px;
}
.Our_office_2_1 ul li:nth-child(3),
.Our_office_2_1 ul li:nth-child(4)
{
    margin-bottom: 3rem;	
}

.Our_office_2_1 ul li:nth-child(6){
	   margin-bottom: 0;
}

.Our_office_3 ul li:nth-child(3),
.Our_office_3 ul li:nth-child(4)
{
    margin-bottom: 3rem;	
}
.Our_office_3 ul li:nth-child(6){
	   margin-bottom: 0;
}
.tab-content {
    margin-top: 0;
}
.video.Classroom_video #video {
    height: auto;
    margin-bottom: 2rem;
}
.video.Classroom_video ul.The_classroom li {
    height: 180px;
    background-size: cover;
    margin-bottom: 2rem;
}
.videos #video1 {
    width: 100%;
  height: 240px;
}
.videos2 {
    border: 0;
    height: auto;
    width: 100%;
    position: fixed;
    left: 50%;
    top: 20%;
    margin: 0;
    margin-top: auto;
    margin-left: -50%;
}
.vclose {
    position: fixed;
    cursor: pointer;
    background-color: #d6011d;
    padding: 7px;
    border-radius: 50%;
    right: auto;
    top: auto;
    bottom: 30%;
    left: 50%;
    margin-left: -12.5px;
}
.video_txts {
    position: initial;
}

.video_sy .tab-content{
margin-top: 3rem;
}
.news  .tab-content{
margin-top: 3rem;
}
.news ul.news_ul {
    width: 100%;
    margin: 0 auto;
}
.news_l ul.news_ul li p.news_content_ppp {
    height: auto;
}
.news_l {
    padding-top: 0rem;
}
.news_lst {
 margin-bottom: 2rem;
}



header .top .search {
    position: relative;
    display: none;
}
.navbar-toggle .glyphicon-list {
    color: #000;    font-size: 20px;
}
.navbar-toggle {
    padding: 0;
    margin-top: 2px;
    margin-right: 0;
    margin-bottom: 0;
}
.top .logo {
    width: 90px;
    margin-top: 3px;
}
.navbar-toggle_wap .glyphicon-remove {
    display: block;
    color: #000;
    font-size: 20px;
}
.navbar-toggle_wap .icon.glyphicon-remove{
    margin-top: -1px;
}
header.et-hero-tabs {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
	background-color: #fff;
	box-shadow: 0 0 20px rgb(0 0 0 / 30%);
}

.glyphicon-search_m{
    display: inline-block;
    font-size: 18px;
    position: absolute;
    right: 5rem;
    top: 6px;
    color: #000;
}
.et-hero-tabs-container .search input{
	border-radius: 50px;
}
.registered {
    background: url(../img/bj_wap.jpg) center;
   /* background-size: 100%;*/
    background-repeat: no-repeat;
    position: relative;
}
.registered_r {
        text-align: center;
}
.registered_l {
    margin-top: 3rem;text-align: center;
}
.bg {
    padding: 2rem;
    background-color: #fff;
    padding-top: 3rem;
}
.bg label {
    display: flex;
    align-items: center;
    border: 1px solid #b4b4b5;
    border-radius: 50px;
    background-color: #fff;
    padding: 8px 20px;
    margin-bottom: 1.5rem;
    position: relative;
}
.bg h3 {
    font-size: 2rem;
}
.bg .submit {
    width: 100%;
}
.registered_l p {
    display: none;
}
.registered_l .xiang{
    display: none; 
}
.news.news_Nano_index ul.news_ul {
    width: 90%;
    margin: 0 auto;
}
.news.news_Nano_index .tab-content{
        margin-top: 5rem;
}
.news ul.news_ul li p.news_content_ppp {
    margin: 0;
    height: auto;
    overflow: hidden;
}

#video66 {
 height: auto;
}
.Quality_of_finishing {
    padding: 5rem 0;
}
.video {
padding: 5rem 0;
}
.news.news_Nano_index {
 padding: 5rem 0;
}
.More_News {
    margin-top: 2rem;
}
.Introduction_about {
  padding: 5rem 0;
}
.advantage_auto {
   padding: 5rem 0;
}
.Digital_Design .Introduction_content{
     padding: 5rem 0; 
}
.Our_office_1 {
 padding: 5rem 0;
}
.video.Classroom_video {
  padding: 5rem 0;
}
.Aguda_2_w {
  padding: 5rem 0;
}
.RocSyn_3 {
 padding: 5rem 0;
}
.HesVesPower_4 {
 padding: 5rem 0;
}
.product {
 padding: 5rem 0;
}
.talent {
   padding: 5rem 0;
}
.contact {
  padding: 5rem 0;
}
.consulting {
  padding: 5rem 0;
}
.HesVesPower_6{
   padding: 5rem 0; 
}
.HesVesPower_8 {
 padding: 5rem 0; 
}
.RocSyn_6 {
 padding: 5rem 0; 
}
.Introduction_index{
    padding: 5rem 0; 
}
.RocSyn_4{
    padding-top: 5rem;
}

.Our_office_2 .Our_office_1_w ul li{
	     height: auto;
}
.Our_office_2 .Our_office_1_w ul li:nth-child(4),
.Our_office_2 .Our_office_1_w ul li:nth-child(5),
.Our_office_2 .Our_office_1_w ul li:nth-child(6),
.Our_office_2 .Our_office_1_w ul li:nth-child(7)
{
	     height: auto;
}
.carousel_news_detail{
    padding-top: 3rem;
}
.bg#login_container {
    padding: 2rem 0;
}

.carousel-inner>.item{
   height: auto!important;  
}
.Our_office_carouse1l .Our_office_1 ul li {
    margin-bottom: 3rem;
}

}




@media screen and (max-width:720px) {
    .vidbacking-active-block-back {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: 100%;
    z-index: -100;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

  .video-back {
    padding: 100px 0px;
}  
    
}


.Fantaisie_Aguda_2_w ul li {
    width: 23%;
}

@media screen and (max-width:800px) {
    .Fantaisie_Aguda_2_w ul li {
        width: 100%;
    }
}




@media (min-width: 768px) {
    .Aguda_2_w ul li{
        min-height: 400px;
    }
    .Aguda_3_w_ul > li:nth-child(1) {
        min-height: 200px;
    }
    
    .page_hes_ves_power .Aguda_w li {
        width: 25%;
    }
}