/*==========================================关于我们===========================================*/
body{
	font-family: "思源黑体 CN","Noto Sans SC",arial !important;
}
.about_page{
	margin-top:25px;
}
.sec_nav{
	width:100%;
	
	background-color: #EDEDED;
}
.sec_nav .adderH1{
	margin-bottom:18px;
}
.sec_nav ul {
	margin-bottom:28px;
}
.sec_nav ul li{
	display: inline-block;
	width: 140px;
	height: 40px;
	position: relative;
}
.sec_nav ul li dl{
	opacity: 0;
	position: absolute;
	top: 30px;
	left: 0;
	min-width: 200%;
	padding: 10px 10px;
	transition-duration: 0.5s;
	background: #fff;
	box-shadow: 0 0 10px #ccc;
}
.sec_nav ul li dl dd{
	padding: 5px 0;
}
.sec_nav ul li dl dd a{
	display: block;
	font-size: 14px;
	color: #333;
}
.sec_nav ul li dl dd a:hover{
	color: #00a2e9;
}
.sec_nav ul li:hover dl{
	opacity: 1;
	top: 40px;
	transition-duration: 0.5s;
	
}
.sec_nav ul li h3 a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 40px;
	text-align: center;
	font-size:16px;
	color:#141414;
}
.sec_nav .navAdder ,.sec_nav ul li:hover{
	background:#00a2e9
}
.sec_nav .navAdder a,.sec_nav ul li:hover h3 a{
	color:#fff;
	text-shadow: 2px 2px 1px #096a94;
}
.page_title{
	margin-bottom: 10px;
	padding: 14px 0;
	overflow: hidden;
	background: url(../images/page_title_bg.png) no-repeat scroll bottom left;
}
.page_title .chs{
	font-size: 28px;
	float: left;
	color: #00a2e9;
	line-height: 20px;
	margin:0 10px;
}
.page_title span{
	text-transform: uppercase;
	font-size: 20px;
	color: #2c2c2c;
	float: left;
	
}
.container_font{
	font-size:16px;
	color:#343434;
	line-height:30px;
	padding-top:20px;
	padding-right:12px;
}
.container_font p{
	/*text-indent: 28px;*/
	margin:15px 0 ;
}
.his_list{
	background: url(../images/his-bg.jpg) repeat-y scroll top left;
	padding:20px 0 ;
	/*margin: 30px 0;*/
}
.his_list li{
	overflow: hidden;
	padding:15px 0 ;
	line-height: 20px;
	vertical-align: middle;
}
.his_list li h2{
	float: left;
	font-size: 20px;
	color: #d80305;
	width: 68px;
}
.his_list li img{
	float: left;
	padding: 0 43px;
	margin-top: 2px;
}
.his_list li p{
	float: left;
	font-size: 16px;
	color: #333333;
	width: 80%;
    text-indent: 0;
    margin: 0;
}
.cul_list{
	margin: 50px 0;
    width: 1200px;
}
.cul_list li{
	float: left;
	width: 240px;
	padding: 0 30px ;
	text-align: center;
}
.cul-img{
	margin: 0 auto;
	width: 157px;
	height: 179px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
/*.cul-img img{
	display: none;
}
.cul-img:hover img{
	display: block;
}*/

.cul-img .img2{
    display: none;
}
.cul-img:hover .img2{
    display: block;
}
.cul-img:hover .img1{
    display: none;
}
.cul_list li h3{
	font-size: 30px;
	letter-spacing: 8px;
	line-height: 48px;
}
.cul_list li p{
	font-size: 14px;
	line-height: 20px;
	color: #666;
	letter-spacing: 2px;

    text-indent: 0;
    margin: 0;
}

/*===========================================产品中心============================================*/
.product_list{
	margin-top:45px;
	width:110%;
}
.product_list li{
	width:210px;
	height:210px;
	overflow:hidden;
	font-size:0;
	float:left;
	cursor:pointer;
	position:relative;
	margin-right:33px;
	margin-bottom:33px;
}
.product_list li span,.product_list li img{
	height:180px;
	width:100%;
}
.product_list li span{
	color:#fff;
	font-size:18px;
	line-height:180px;
	display:none;
	background-color:rgba(0,0,0,.5);
	text-align:center;
	position:absolute;
	top:0;
}
.product_list li a{
	display:block;
	font-size:14px;
	color:#222;
	width:100%;
	text-align:center;
	background-color:#e9e9e9;
	line-height:30px;
}

.pro-more{
	display: block;
	width:296px;
	height: 40px;
	border: #dfdfdf 1px solid;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 40px;
}
.pro-more:hover{
	border: #FFFFFF 1px solid;
	background-color: rgba(255,84,96,1);
	color: white;
}
.sec_title{
	background: url(../images/sec-title-bg.png) no-repeat scroll bottom left;
	height: 50px;
	font-size: 28px;
	line-height: 50px;
	color: #464646;
}
.pro-table{
	text-align: center;
	margin: 0 auto;
}
.pro-table td{
	min-width: 130px;
	vertical-align: middle;
	border: #E0E0E0 1px solid;
}
.pro-table td p{
	margin: 0 auto;
}
.pro-table tr td:nth-child(1),.pro-table tr td:nth-child(2),.pro-table tr:nth-child(1),.pro-table tr:nth-child(6){
	background-color: #ff969d;
	color: white;
}

table tr td{
	min-height: 30px;
}
table tr td p{
	min-height: 30px;
}

/*===========================================产品详情页============================================*/
.PtitleH1{
	font-size:33px;
	color:#5a5a5a;
	display:block;
	text-align:center;
	margin-bottom:8px;
	margin-top:15px;
}
.pfont{
	margin-top:30px;
	padding-bottom:15px;
}

/*===========================================新闻中心==============================================*/
.news_list{
	margin: 10px 0;
	overflow: hidden;
}
.news_box{
	padding: 30px 0;
	height:240px;
	border-bottom:#D7D7D7 1px dashed;
}
.news_box img{
	float: left;
	width: 360px;
	height: 240px;
	margin-right: 30px;
}
.news_box h1{
	font-size: 22px;
	color: #0a0a0a;
	float: left;
	line-height: 50px;
}
.news_box span{
	font-size: 18px;
	line-height: 50px;
	float: right;
	color:#525252;
}
.news_box p{
	float: left;
	width: 800px;
	font-size: 16px;
	line-height: 26px;
	color: #7a7a7a;
	padding: 20px 0;
}
.news_box .btn{
	float: left;
	display: block;
	width: 145px;
	height: 40px;
	border: #00a2e9 2px solid;
	border-radius: 5px;
	line-height: 40px;
	font-size: 16px;
	color: #282828;
	text-align: center;
	margin-top:30px;
}
.news_box h1:hover{
	text-decoration: underline;
	color: #00a2e9;
}
.news_box .btn:hover{
	background-color: #00a2e9;
	color: white;
	text-shadow: 2px 2px 1px #096a94;
}
/*===========================================新闻中心详情页==============================================*/
.news_title {
	padding: 10px 0;
}
.news_title h1{
	font-size: 30px;
	line-height: 70px;
	text-align: center;
	color: #131313;
	border-bottom: #767676 1px solid ;
}
.news_title h3{
	font-size: 14px;
	line-height: 30px;
	color: #767676;
	text-align: center;
}

.news_bottom{
	border-top: #1D1D1D 1px solid;
	margin-top: 50px;
	padding-top: 20px;
}
.news_bottom a{
	font-size: 16px;
	line-height: 38px;
	color: #1d1d1d;
}
.back_list{
	float: right;
	width: 90px;
	height: 40px;
	border: #00a2e9 1px solid;
	text-align: center;
	margin-top: 20px;
}
.news_bottom .back_list:hover{
	background-color: #00a2e9;
	color: #FFFFFF;
}
.news_bottom a:hover{
	color: #00a2e9;
}

/*===========================================留言板==============================================*/
.email_form{
	padding-top:48px;
	margin-left:7px;
	padding-bottom:35px;
}
.email_form label{
	display:inline-block;
	font-size:13px;
	color:#666;
	margin-bottom:28px;
}
.email_form label + label{
	margin-left:60px;
}
.email_form label span{
	color:#e71f19;
}
.email_form textarea,.email_form input{
	border:1px #dadada solid;
	padding:3px 7px;
	color:#ababab;
}
.email_form input[type='submit']{
	width:238px;
	background-color:#ff4948;
	border:1px #fe0000 solid;
	border-radius:2px;
	color:#fff;
	height:38px;
	font-size:14px;
	box-shadow:inset 0 0 1px 1px #ff7e7e;
	cursor:pointer;
}
.email_form input{
	height:26px;
	width:180px;
}
.email_form textarea{
	width:865px;
	display:inline-block;
	resize: none;
	min-height:70px;
	margin-bottom:28px;
}
.contentt{
	display:inline-block;
	position:relative;
	top:-60px;
	height:18px;
}
.yzm{
	margin-left:-14px;
}
.yzm img{
	margin-left:10px;
	position:relative;
	top:8px;
}
.yzm input{
	width:90px;
}
/*===========================================分页==============================================*/
.page{
	text-align:center;
}
.page span,.page a{
	padding-left:20px;
	padding-right:20px;
	font-size:12px;
	color:#141414;
	line-height:37px;
	display:inline-block;
	border-radius:5px;
	background-color:#e5e5e5;
	margin-right:3px;
}
.page .current,.page a:hover{
	background-color:#00a2e9;
	color:#fff;
}
.page em{
	display:inline-block;
	margin-left:10px;
}

/*===========================================研发中心============================================*/
.page_title2{
	margin:20px 0 ;
	background: url(../images/page_title_bg2.png) no-repeat scroll center;
}
.page_title2 span{
	display: block;
	text-align: center;
	color: #00a2e9;
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
}
.page_title2 h1{
	text-align: center;
	color: #3f3f3f;
	font-size: 22px;
	line-height: 26px;
}
.equipment{
	margin-top: 60px;
	overflow:hidden;
	height: 310px;
}
.Elist{
	margin-top:45px;
	width:10000000000%;
	position:relative;
	width: 1200px;
	overflow: hidden;
}
.Elist li{
	width: 300px;
	height: 200px;
	overflow:hidden;
	font-size:0;
	float:left;
	cursor:pointer;
	position:relative;
}
.Elist li img{
	display: block;
	height: 200px;
	margin: 0 auto;
}
.Elist li span{
	width: 300px;
	height: 200px;
	line-height:200px;
	background-color:rgba(214,4,4,0);
	text-align:center;
	position:absolute;
	top:0;
	/* older safari/Chrome browsers */
    -webkit-opacity: 0;
    /* Netscape and Older than Firefox 0.9 */
    -moz-opacity: 0;
    /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
    -khtml-opacity: 0;
    /* IE9 + etc...modern browsers */
    opacity: 0;
    /* IE 4-9 */
    filter:alpha(opacity=0);
}
.Elist li a{
	display: block;
	background-color:rgba(214,4,4,.6);
	color: #FFFFFF;
	font-size:18px;
	width:100%;
	text-align:center;
	line-height:50px;
	position: relative;
	top: 150px;
	text-shadow: 2px 2px 1px #7f1111;
	
}
.Elist li span:hover{
	/* older safari/Chrome browsers */
    -webkit-opacity: 1;
    /* Netscape and Older than Firefox 0.9 */
    -moz-opacity: 1;
    /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
    -khtml-opacity: 1;
    /* IE9 + etc...modern browsers */
    opacity: 1;
    /* IE 4-9 */
    filter:alpha(opacity=100);
}
.equipment-change{
	position: relative;
	z-index: 999;
	top: -200px;
}

/*===========================================人力资源-团体活动============================================*/
.groupwork{
	
}
.groupwork li{
	float: left;
	margin:0 15px;
	width: 300px;
	height: auto;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 50px;
	background: url(../images/gro_bg.jpg) no-repeat scroll top center;
	background-size: 100% 95%;
}
.groupwork li img{
	width: 300px;
	height: 200px;
	border: #EEEEEE 1px solid;
}
.groupwork li h2{
	margin-top: 20px;
	width: 100%;
	height: 40px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	background-color: rgba(214,214,214,.8);
}
.groupwork li:hover h2{
	background-color: rgb(0 162 233 / 60%);
}
/*===========================================联系我们============================================*/
.contact-info{
	padding: 10px;
}
.contact-info h3{
	font-size: 14px;
	line-height: 24px;
	color: #2C2C2C;
}
.contact-info h1{
	font-size: 24px;
	line-height: 48px;
	color: #00a2e9;
	font-weight: bold;
}

.contact-info p{
	font-size: 16px;
	line-height: 48px;
	color: #666666;
}
.contact-info span{
	font-weight: bold;
	color: #2C2C2C;
}