/******************************顶部栏*******************************/
.wrap{
	margin:0 auto;
	width:1280px;
}

.wrapper{
	margin:0 auto;
	width:1200px;
}

#header{
	height:52px;
	line-height:52px;
	width:100%;
	background:#f9f9f9;
}

#header .welcome{
	margin-left:40px;
	float: left;
	display: none;
}

#header .wrap{ 
	font-size: 12px;
	color: #727272;
}

#header .wrap i{
	margin-right: 8px;	
}

#header .right span:nth-of-type(3) a{
	color:#D7000F;
}
.left{
	float: left;
}

.right{
	float: right;
}

/******************************右侧浮动栏*******************************/
#tool{
	position: fixed;
	right: 40px;
	bottom: 160px;
	border: 1px solid #9a9a9a;
	z-index: 110;
	background: #FFFFFF;
}

#tool div{
	width: 48px;
	height: 50px;	
	text-align: center;
	line-height: 50px;
}

.tool1{
	border-bottom: 1px solid #9a9a9a;
}

.tool2{
	border-bottom: 1px solid #9a9a9a;
}

.tool4{
	border-top:0;
	position: absolute;
    background: white;
    border: 1px solid #9a9a9a;
    left: -1px;
    top: 152px;
  	cursor: pointer;
}

#tool div i {
	color: #575757;
	font-size: 19px;
}

#tool div:hover{
	background: #d7000f;
}

#tool div:hover i{
	color: white;
}

#tool div:hover .redTip{
	display: block;
}

#back-to-top{
	display: none;
}

.tool1 .redTip{
	position: absolute;	
	top: 0;	
	left: -157px;
	display: none;
}

.tool2 .redTip{
	position: absolute;	
	top: 51px;	
	left: -157px;
	display: none;
}

.tool3 .redTip{
	position: absolute;	
	top: 102px;	
	left: -157px;
	display: none;
}

/*************************banner*****************************************/
#banner{
	min-width:1366px;
	max-width: 1920px;
	margin:0 auto; 
	width: 100%;
	height: 285px;
	background: url(../Image/aboutEp.jpg) no-repeat center center;
	background-size: cover;
}

/*************************topBar*****************************************/
.topBar{
	height: 55px;
	width: 100%;
    background: white;
    box-shadow:0px 5px 5px #CCCCCC;
}

.topBar ul li{
	float: left;
	width: 141px;
	height: 53px;	
	border-right: 1px solid #f0f0f0;
	font-size: 18px;
	line-height: 53px;
	text-align: center;
	cursor: pointer;
}

.topBar ul li:last-of-type{
	border-right: none;
}

.topBar ul li:hover{
	color: #d7000f;
	border-bottom: 2px solid #d7000f;
}

.fixTop{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.newTop{
	margin-top: 55px;
}

.on{
	color: #d7000f;
	border-bottom: 2px solid #d7000f;
}
/*************************introduction*****************************************/
#introduction{
	padding: 77px 0 101px;
	width: 100%;
	max-width: 1920px;
	margin:0 auto; 
	background: #FFFFFF;
	background:url(../Image/introduction-background.png) no-repeat center center;
	background-size: cover;
}

.title{
	margin: 0 auto;
	width: 520px;		
}

.title h2{ 
	text-align: center;
	font-size: 30px;
	color: black;
}

.title p{
	text-transform: uppercase;
	color:#a3a4a5;
	font-family: "微软雅黑";
	font-size: 12px;
	margin: auto;
	text-align: center;
	line-height: 40px;
}

.shortLine{
	width: 51px;
	height: 2px;
	background: #8f9193;
	margin: 19px auto;
}

#introduction .title h2{
	color: white;
}

.introduction-text{
	text-indent:2em;
	margin-top: 39px;
}

.introduction-text p{
	color: white;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 26px;
	margin-bottom: 24px;
}

.introduction_bot{
	margin-top: 48px;	
}

.introduction_bot ul{
	background: url(../Image/introduction-ul.png) no-repeat center center;
} 

.introduction_bot ul li{
	float: left;
	width:240px;
	height:267px;
}

.introduction_bot ul li img{
	opacity: 0;
} 

.changeShow{
	opacity: 1 !important;
	transition: all 1s; 
}

/*************************development*****************************************/
#dev{
	max-width: 1920px;
	min-width: 1366px;
	margin:0 auto; 
	padding: 72px 0 139px;
	background: url(../Image/aboutEp-background1.png) no-repeat center center;
	background-size:100% 100%; 
}

#dev .title h2{
	color: black;
}

#dev ul{
	margin-top: 108px;
}

#dev ul li{
	float: left;
	width: 282px;
	height: 282px;
	margin: 0  61px 0 57px;
	border-radius: 50%;
	background: #D7000F;
	position: relative;
}

#dev ul li img{
	opacity: 0;	
	position: absolute;
	top: 0px;
	left: 0px;
}

#dev ul li:nth-of-type(1){
	background: url(../Image/dev1.png);
}

#dev ul li:nth-of-type(2){
	background: url(../Image/dev2.png);
}

#dev ul li:nth-of-type(3){
	background: url(../Image/dev3.png);
}

#dev ul li:hover img{
	transition: all .2s; 
	opacity: 1;	
	width: 280px;
    height: 280px;
}



/*************************The social value*****************************************/
#value{
	padding: 75px 0 81px;
	background-color: #f6f6f6;
}

#value h3{
	text-align: center;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 35px;
	margin-bottom: 20px;
}

#value .valueItems a{
	text-decoration: underline;
}

#value .valueItems .valueItem{
	width: 406px;
	background: white;
	float: left;
	margin-right:31px;
	margin-bottom: 38px;
}

#value .valueItems .valueItem .item-bot{
	margin: 25px 25px 20px;
	border-bottom: 1px solid #c6c5c5;
}

#value .valueItems .valueItem .item-bot h4{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #d7000f;
	line-height: 18px;
	margin-bottom: 9px;
}

#value .valueItems .valueItem .item-bot span{
	font-size: 14px;
	line-height: 22px;
	height: 63px;
    display: block;  
    margin-bottom: 20px;
}

#value .valueItems .valueItem .item-bot .short{
	display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 3;    
	overflow: hidden;
}

/*************************companyBusiness*****************************************/
#business{
	max-width: 1920px;
	margin:0 auto; 
	width: 100%;
	min-width: 1366px; 
	height:606px;
	background: url(../Image/business.jpg) no-repeat center center;
}

#business .title{
	padding-top: 95px;
}

#business h2,#business p{
	color: white;
} 

#business .shortLine{
	background-color: white;
}
/*************************companyHistory*****************************************/
#history{
	padding-top: 73px;
	height: 698px;
	background: url(../Image/history-background.png) no-repeat center center;
}

.historyContent{
	margin-top: 58px;
	width: 100%;
	height: 472px;
	background-color: #f6f6f6;
}

.histroyFont{
	width: 384px;
	height: 418px;
	padding: 27px 35px;
	float: left;
}

.histroyFont1{
	font-size: 48px;
	line-height: 48px;
	color: #D7000F;
	display: block;
}

.histroyFont2{
	font-size: 24px;
	line-height: 24px;
}

.histroyFont p{
	font-size: 14px;
	line-height: 28px;
	/*cursor: pointer;*/
}

/*************************companyTeam*****************************************/

#team{
	background-color: #f6f6f6;
	height: 652px;
	padding-top: 71px;
}

.teamFont{
	width: 879px;
	height: 54px;
	margin: 0 auto;
	position:relative;
	background: url(../Image/aboutEp-teamBcakground.png) no-repeat top center;
	padding: 0 33px;
	padding-top: 10px;
}

.teamFont p{		
	font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0px;
	color: #000000;
	text-align: center;
}

#certify {
	position: relative;
	width: 1200px;
	margin: 60px auto;
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 520px;
	height: 300px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
	border: 8px solid #FFFFFF;
}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide-active{
	border: 8px solid #D7000F;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -30px;
	top: 150px;
	width: 28px;
	height: 51px;
	background: url(../Image/index_tab_l.png) no-repeat top center;

}

#certify .swiper-button-next {
	right: -30px;
	top: 150px;
	width: 28px;
	height: 51px;
	background: url(../Image/index_tab_r.png) no-repeat;

}

/*************************productivity*****************************************/
#productivity{
	height: 845px;
	padding-top: 85px;
}


.pc-slide {
	width: 1200px;
	margin: 49px auto;
}

.view .swiper-container {
	width: 1200px;
	height: 500px;
}

.view .swiper-container img{
	width: 100%;
	height: 100%;	
}

.view .arrow-left {
	background: url(../Image/index_tab_l.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.view .arrow-right {
	background: url(../Image/index_tab_r.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}

.preview .swiper-container {
	width: 1130px;
	height: 121px;
	margin-left: 35px;
}

.preview .swiper-slide {
	width: 188px;
	height: 121px;
	cursor:pointer;
}

.preview .slide6 {
	width: 190px;
}

.preview .arrow-left {
	background: url(../Image/feel3.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview .arrow-right {
	background: url(../Image/feel4.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview img {
	padding: 3px;
	border: 1px solid #cdcdcd;
}

.preview .active-nav img {
	padding: 0;
	border: 4px solid #D7000F;
}

/*************************tech*****************************************/
#tech{
	max-width: 1920px;
	margin:0 auto; 
	width: 100%;
	min-width: 1366px;
	padding-top: 73px;
	height: 1280px;
	background: url(../Image/tech.jpg) no-repeat center center;
}

#tech h2{
	color: white;
}

#tech .brief{
	text-align: center;
	font-size: 14px;
	margin-top: 630px;
	line-height: 26px;
	margin-left: -130px;
	color: white;
}

/*************************market*****************************************/
#market{
	max-width: 1920px;
	margin:0 auto; 
	width: 100%;
	min-width: 1366px;
	padding-top: 60px;
	height: 1012px;
	background: url(../Image/market.jpg) no-repeat center center;
}

#market .brief{
	text-align: center;
	font-size: 14px;
	line-height: 36px;
}
/************************footer栏***************************************/
#footer{
	width: 100%;
	height: 380px;
	background: #333333;
}

.foot_l{
	margin-top: 61px;
	width: 288px;
	float: left;
}

.logo2{
	width: 120px;
	height: 50px;
	margin-bottom: 34px;
}

.logo2 img{
	width: 100%;
	height: 100%;
}



.foot_l_text span{	
	font-weight: bold;
	color: #FFFFFF;
	font-family: "微软雅黑";
	display: block;
}

.foot_l_text span:nth-of-type(1){
	font-size:12px;
	margin-bottom:4px;
}

.foot_l_text span:nth-of-type(2){
	font-size:17px;
}

.QRcode{ 
	width: 88px;
}

.QRcode img{ 
	margin:0 auto; 
	width: 80px;
	height: 80px;
}

.QRcode p{ 
	color: white;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
}

.imow{ 
	text-align: center;
	width: 160px;
	cursor: pointer;
}

.imow img{ 
	margin:0 auto; 
	width: 122px; 
	height: 80px;
}

.imow p{ 
	color: white;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
}

.foot_r{
	float: left;
}


.foot_menu { 
    /*float: right; */ 
    margin-top: 50px;
    width: 881px;
    height: 240px;
    border-bottom: 1px solid white;
    padding-bottom: 32px;
    display:flex; 
}

.whiteLine{
	width: 34px;
	height: 2px;
	background: #FFFFFF;
}

/* 设置ul和li的样式 */
.foot_menu ul{
    list-style: none;  
} 

.foot_menu ul li{
	float: left;
	position: relative;
	margin-right:118px ;
}

/* 一级菜单 */
.foot_menu > ul > li > a {
    color: #FFFFFF;
    text-align: center;
    display: block;
    font:bold 16px/38px "微软雅黑";
}

/* 二级菜单*/
.foot_menu > ul > li > ul {
	position: absolute;
	left: -8px;
    top: 46px;
    width: 110px;
}

/* 设置二级菜单的li的样式 */
.foot_menu > ul > li > ul > li {
    float: none;
    padding:0 10px;
}
 
.foot_menu > ul > li > ul > li > a {
    width: 105px;
    line-height: 22px;
    color: #FFFFFF;
    text-align: left;
    border-top: none;
    display: block;
    font-size: 12px;
}

.foot_bottom span{
	font-size:12px;
	font-family: "微软雅黑 Regular";
	color: #FFFFFF;
	line-height: 26px;
}

.foot_menu_right{
	float: right;
}

.foot_menu_right a{
	color: #FFFFFF;
    text-align: center;
    display: inline-block;
    font:bold 16px/38px "微软雅黑";
    margin-right: 62px;
    margin-bottom: 68px;
}

.bottomUl{
	height: 194px;
	overflow: hidden;
}
