﻿a, article, aside, body, div, footer, h1, h2, h3, h4, h5, h6, header, html, li, nav, p, span, ul {
	margin: 0;
	padding: 0
}
input,button,textarea,select,a:focus {
     outline: none;
}
button{
	border:none;
	margin:0;
	padding:0;
}
body {
	font: 14px "微软雅黑";
	background: #fff;
}
p {
	word-wrap: break-word
}
li {
	list-style-type: none
}
img {
	vertical-align: top;
	border: 0
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px
}

.onfocus {
	color: #333
}
a {
	color: #333;
	text-decoration: none
}
a:hover {
	color: #dc1f26
}




.clearfix:after{
	content: "";
	display: block;
	height: 0;
	clear:both;
	visibility: hidden;
}
.clearfix{
    *zoom: 1; 
} 

.header,.nav,.main,.footer{
	width: 1080px;
	margin:0 auto;
}

.m25 { margin-top: 25px;}
.m40 {margin-top: 40px;}
.m60 {margin-top: 62px;}


.logo{
	float: left;
	margin-top: 25px;
}

.language{
	margin-top: 25px;
	float: right;
}

.nav_wrap{
	height: 38px;
	background: url(../image/menubg.jpg);
	margin-top: 25px ;
}

.nav>ul>li{
	display:inline-block;
	height: 38px;
	line-height: 38px;
	
    width: 210px;
    text-align: center;
    position: relative;
}

.nav>ul>li>a{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.nav>ul>li:hover,.nav>ul>li.active{
   background-color: #af935c;
}

.nav>ul>li>ul{
    top:38px;
    position: absolute;
    width: 210px;
    text-align: center;
    z-index: 999;
}
.nav>ul>li>ul a{
    display: block;
    background-color: #af935c;
    border-top: 1px solid #d0e3fb;
    font:16px/40px "微软雅黑" ;
    color:#fff;
}
.nav>ul>li>ul a:hover{
    color:#6c0000;
}

.nav>ul>li>ul{
    display: none;
}

.login_from,.navs {
	float: left;
	height: 386px;
	margin-top: 25px;
}

.login_from{
	width: 328px;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-shadow: 2px 2px 10px #ccc;
}

.login_title{
	line-height: 76px;
	color: #6c0000;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background-color: #eeeeee;
}

.login_content {
    padding: 45px 28px;
}

.login_content input{
	width: 100%;
    line-height: 56px;
    padding-left: 27px;
    margin-bottom: 30px;
    box-sizing: border-box;
    font-size: 16px;
    color: #666666;
    border: 1px solid #aca7a7;
    border-radius: 7px;
}

.login_content button{
	width: 124px;
	height: 44px;
	line-height: 44px;
	border-radius: 6px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #800000; 
	color: #fff;
}

.btn_box{
	position: relative;
	
}
.reset_btn {
	background-color: #e6e6e6 !important;
	color: #666666 !important;
	position: absolute;
	right: 0;
}

.navs{
	margin-left:26px; 
	width: 250px;
}
.navs li{
    height: 68px;
    padding-left: 26px;
    margin-bottom: 11.5px;
    line-height: 68px;
    border-radius: 7px;
    background-color: #f5f5f5;
    border-left: 5px solid #c3c3c3;
}

.navs li a{
	color: #6c0000;
	font: 20px "微软雅黑";
}

.video {
	float: right;
		height: 386px;
	margin-top: 25px;
}

.video h3 {
	margin-bottom: 50px;
    font-size: 26px;
    padding-left: 16px;
    color: #6c0000;
    -webkit-box-reflect: below 1px linear-gradient(transparent,transparent 20%,rgba(0,0,0,.3));
}

.player{
	width: 412px;
	height: 325px;
	padding: 0px 22px 10px;
	background: url(../image/video-bg.png) no-repeat;
}

.footer_wrap {
	margin-top:45px; 
	background: #ccc;
	padding: 30px;
	text-align: center;	
	line-height: 20px;
}

.footer{
	color: #666666;
	line-height: 28px;
}


.about_banner{
	width: 100%;
	height: 300px;
	background: #fff url("../image/aboutus-banner.png") center center no-repeat;
}
.about_banner h2,.contactus_banner h2,.news_banner h2,.services_banner h2{
	font: 36px "Arial";
	color: #751010;
	line-height: 300px;
	width: 1060px;
	padding-left: 20px;
	margin: 0px auto;
}
.content {
	
    position: relative;
}

.content h3{
	font: 30px "微软雅黑";
	color:#6c0000;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
}

.content h3:after{
    content: "";
    display:block;
    width:100px;
    height:6px;
    background-color: #af935c;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top:108px;
}


.content .about {
	width: 252px; 
	
	border:1px solid #dddddd;
	border-radius: 6px;
	box-shadow: 2px 2px 10px #dddddd;
	float: left;
	margin-left: 21px;
	margin-bottom: 40px;
    padding-bottom: 20px;
}



.content .about h4{
	font: 22px/78px "微软雅黑";
	color: #6c0000;
	height:78px;
	text-align: center;
	background-color: #eeeeee;
}

.content .about h4.more{
	line-height: 28px;
	padding-top: 10px; 
	height:68px;
}

.content .about p{
	margin:20px 10px;
	font:16px/28px "微软雅黑";
	min-height: 310px;
}

.content .about a{
	display: block;
	width:146px;
	height: 46px;
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	border-radius: 6px;
	text-align: center;
	line-height: 46px; 
	color: #666666;
	margin:0 auto;
}




.content .menu{
	margin: 46px auto 0px;
	text-align: center;
}

.content .menu a{
	display: inline-block;
	width: auto;
	background-color: #f8f8f8;
	border: 1px solid #aca7a7;
	border-radius: 6px;
	padding: 10px 15px;
	font:18px "微软雅黑";
    margin-left: 30px;
}

.menu a.active{
	background-color: #faeaea;
	color: #6c0000;
} 

h4.about_name {
	font: 30px "微软雅黑";
	color:#6c0000;
	text-align: center;
	margin-top: 72px;
	margin-bottom: 30px;
}

.main_body{
	font: 14px "微软雅黑"; 
	line-height: 28px;
	
}


.qualifications{
	margin-top: 60px;
}

.q_info{
	float: left;
	width: 334px;
	margin-left: 39px;
	margin-bottom: 20px;
	overflow: hidden;
}
.q_image{
	text-align: center;
	background-color: #eeeeee;
	margin: 0px auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.q_image img{
	height: 380px;
}
.qualifications .first{
	margin-left: 0;
}
.q_name {
	color: #222222;
	font-size: 14px;
	line-height: 28px;
	padding: 20px;
	height: 60px;
	overflow: hidden;
}


.contactus_banner{
	width: 100%;
	height: 300px;
	background: #fff url("../image/contactus-banner.png") center center no-repeat;
}
.contact_content_wrap{
    margin-top: 70px;
}

.contact_content_wrap .map{
    width: 700px;
    overflow: hidden;
    float: left;
}
.contact_content_wrap .contact_info{
    float: right;
    width: 350px;
    border: 1px solid #f0f0f0;
    margin-top: 40px;
}

.contact_info h4{
    padding: 20px;
    background-color: #6c0000;
    color: #fff;
    font: 20px "微软雅黑";
}

.contact_info ul {
    background-color: #f0f0f0;
    padding: 30px 20px 15px;
}

.contact_info ul li{
    font: 14px "微软雅黑";
    margin-bottom: 15px;
    color: #222222;
}

.contact_info ul li label{
    display: block;
    float: left;
    margin-right: 5px;
}

.contact_info ul li span{
    display: block;
    padding-left: 62px;
}


.news_banner{
    width: 100%;
    height: 300px;
    background: #fff url("../image/news-banner.png") center center no-repeat;
}
.category{
    padding: 10px;
    background-color: #faeaea;
    border:1px solid #6c0000;
    border-radius: 6px;
    font:18px "微软雅黑";
    display: inline-block;
}
.category_wrap{
    text-align: center;
    margin: 50px auto;
}

.news_category {
    float: left;
    width: 230px;
}

.news_category h4{
    height: 70px;
    font: 24px "微软雅黑"; 
    background-color: #2a2e4f;
    color: #ffffff;
    border: 1px solid #2a2e4f;
    border-radius: 10px;
    box-shadow: 2px 2px 10px #ccc;
    line-height: 70px;
    text-align: center;
}

.news_category ul li{
   
    font: 16px/28px "微软雅黑";
    margin-top: 10px;
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    border-radius: 6px;
    box-shadow: 2px 2px 10px #ccc;
   
    text-align: center;
    padding: 10px;
}

.news_category ul li.active,.news_category ul li.active a{
    color: #ede7de;
    background-color: #af935c;
}

.news_list ul li{
    position: relative;
    height: 50px; 
    border-bottom: 1px solid #dddddd;
    font: 16px/50px "微软雅黑";
    color: #222222;
    padding-right: 120px;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.news_list ul li span{
    position: absolute;
    right: 0px;
    top: 0px;
}



.news_detail{
    
    width: 800px;
    float: right;
}
.news_detail h1{
    font: 24px "微软雅黑";
    color: #222222;
    text-align: center;
}
.news_detail .time{
    margin: 18px auto;
    text-align: center;
    font-size: 12px;
    color: #b3b3b3;
}
.news_detail .time span{
    margin-right: 20px;
}    
.news_detail .detail{
    font: 14px "微软雅黑";
    
    line-height: 28px;
    color: #626262;
}

.news_detail .page{
    border-top: 1px solid #dddddd;
    margin-top: 30px;
    padding-top: 20px;
}

.news_detail .page div{
    margin-top: 10px;
    font: 16px "微软雅黑";
    color: #222222;
}
.news_detail .page div span{
    color: #6c0000;
    margin-right: 5px;
}


.services_banner{
    width: 100%;
    height: 300px;
    background: #fff url("../image/services-banner.png") center center no-repeat;
}

.content .services {
    width: 310px; 
   
    border:1px solid #dddddd;
    border-radius: 6px;
    box-shadow: 2px 2px 10px #dddddd;
    float: left;
    margin-left: 72px;
    margin-bottom: 40px;
}
.services h4{
    height: 78px;
    background-color: #eeeeee;
    color: #6c0000;
    font: 22px/78px "微软雅黑";
    text-align: center;
    padding-left: 10px; 
    padding-right: 10px;
}
.services h4.more{
    line-height: 32px;
    padding-top: 8px;
    height: 70px;
}
.testing_services{
    padding: 18px 26px 28px;
}
.services ul li{
    font-size: 16px;
    color: #626262;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 2px 2px 10px #dddddd;
    margin-top: 10px;
    text-align: center;
}

.services p{
    font-size: 16px;
    line-height: 32px;
    margin:30px 40px; 
    color: #626262;
    min-height: 232px;
}

.services a.more{
    display: block;
    width: 146px;
    height: 46px;
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    border-radius: 6px;
    text-align: center;
    line-height: 46px;
    color: #666666;
    margin: 24px auto;
}

.testing_list_warp{

    margin-top: 50px;
}

.testing_detail{
    width: 750px;
    float: right;
    margin:10px;
}
.testing_detail h1{
    text-align: center;
    font: bold 18px/36px "微软雅黑" ;
    margin-bottom: 15px;
}
.testing_detail p{
   
    line-height: 24px;
}

.testing_detail img {
    max-width: 750px;
}

div.testing_request_form{
    margin-top: 50px;
}


.testing_doc{
    margin:10px;
    min-height: 110px;
}
.testing_doc a{
    display: block;
    font: 16px/32px "微软雅黑"; 
}




.fr{
    float: right;
}


.content .first{
    margin-left: 0px;
}


.list_warp {
    width: 758px;
    float: right;
}

.pages{
    text-align: center;
    margin-top: 30px;
}

.pagination {
    clear: both;
    text-align: center
}
.pagination>li {
    display: inline-block
}
.pagination>li a, .pagination>li span {
    display: block;
    padding: 8px 13px;
    margin-right: 7px;
    background: #f6f6f6;
    color: #333
}
.pagination>li.active>span {
    background: #da4443;
    color: #fff
}