﻿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;}
.hide {display: none;}


.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: 180px;
   
    text-align: center;
    position: relative;
    z-index:9999;
}

.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: 180px;
    text-align: center;
    z-index: 999;
}
.nav>ul>li>ul a{
    display: block;
    background-color: rgba(175,147,92,1);
    border-top: 1px solid #d0e3fb;
    font:16px/40px "微软雅黑" ;
    color:#fff;
}
.nav>ul>li>ul a:hover{
    color:#6c0000;
}

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

.nav>ul>li>ul>li{
    position:relative;
}
.nav>ul>li>ul>li>div{
    width:196px;
    position:absolute;
    left:176px;
    top:0;
    display:none;
    z-index:2;
}

.nav>ul>li>ul>li>div>ol>li>a{
    display: block;
    background-color: rgba(175,147,92,0.9);
    border-top: 1px solid #d0e3fb;
    font:16px/40px "微软雅黑" ;
    color:#fff;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.nav>ul>li>ul>li:hover>div{
    display:block;
}

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

.login_from{
	width: 328px;
    margin-right: 20px;
	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: left;
	height: 386px;
	margin-top: 25px;
}

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

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

.news {
    float: right;
    width: 264px;
    margin-top: 25px;
}

.news h3 {
    margin-bottom: 30px;
    font-size: 24px;
    color: #6c0000;
    -webkit-box-reflect: below 0.01px linear-gradient(transparent,transparent 20%,rgba(0,0,0,.1));
}

.news>ul>li{
    padding-right: 40px;
    position: relative;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #ccc;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
}
.news>ul>li>span{
    position: absolute;
    top: 0;
    right: 0;
}
.news>ul>li>a{
    font-size: 14px;
    color: #222222;
}
.news>ul>li>a:hover {
    color: #dc1f26
}



.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: 170px;
}

.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,.content{
	margin: 46px auto 0px;
	text-align: center;
}


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

.menu a.active{
    background-color: #800000;
    color: #fff;
} 

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;
    width: 280px;
}
.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: 40px;
}


.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: 280px;
}

.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: 760px;
    float: right;
}
.news_detail h1{
    font: 24px "微软雅黑";
    color: #222222;
    text-align: center;
}
.news_detail .time{
    margin: 18px auto;
    text-align: center;
    font-size: 14px;
    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: 392px;
}

.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 img{
    max-width: 720px;
}
.testing_detail h1{
    text-align: center;
    font: bold 18px/36px "微软雅黑" ;
    margin-bottom: 15px;
}
.testing_detail p{
    
    line-height: 24px;
}

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

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

.testing_detail h2{
    font: bold 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
}


#home_service{
    margin-top: 50px;
    background-color: #f8f8f8;
    padding: 30px 0;
}
#home_service>h2{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #810000;
    background: #f8f8f8 url("404.png") center no-repeat;
} 
#home_service>.main{
    margin-top: 50px;
}
#home_service .home_service_category{
    float: left;
    width: 238px;
}

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

#home_service .home_service_category ul li.active,#home_service .home_service_category ul li.active a{
    color: #fff;
    background-color: #800000;
}


#home_service .home_service_content{
    float: right;
    width: 810px;
    height: 658px;
    line-height: 24px;
}


.home_service_content>div{
    display: none;
}

.home_service_content>div:first-child{
    display: block;
}

.yewu_contact{
    padding:26px 0;
}
.yewu_contact ul li{
    height:26px;
    line-height:26px;
    padding-left:60px;
}
.yewu_contact ul li:first-child{
    font-weight:bold;
    padding-left:0;
    font-size:16px;
    padding-bottom:6px;
}


 .innerbox{
    overflow-x: hidden;
    overflow-y: auto;
    color: #000;
   
    height: 100%;
}

.innerbox::-webkit-scrollbar {
    width: 4px;     
    height: 4px;
}
.innerbox::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    background: rgba(0,0,0,0.1);
}
.innerbox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}