@charset "utf-8";
/*------------------------------------------------------------
	初始化样式
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, thead, th {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 14px;
}
body {
	color: #666;
}
body, table, input, textarea, select, option {
	font-family: "微软雅黑", sans-serif;
	line-height: 1.1;
}
table, input, textarea, select, option {
	line-height: 1.1;
	border-collapse: collapse;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:active {
	color: #333;
	text-decoration: none;
}
/*------------------------------------------------------------
	整站通用
------------------------------------------------------------*/
* html .clearfix {
	zoom: 1;
}
*+html .clearfix {
	zoom: 1;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.mr0 {
	margin-right: 0!important;
}
.pb0 {
	padding-bottom: 0!important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mr0 {
	margin-right: 0 !important;
}
.none {
	background: none !important;
}
.clear {
	clear: both;
}
.fwBold {
	font-weight: bold;
}
.dis {
	display: block;
}
.boder {
	border: 1px solid #ccc;
	padding: 10px;
}
.page {
	text-align: center;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.text-lowercase {
	text-transform: lowercase;/*小写*/
}
.text-uppercase {
	text-transform: uppercase;/*大写*/
}
.text-capitalize {
	text-transform: capitalize;/*首字母大写*/
}
/*------------------------------------------------------------
	body
------------------------------------------------------------*/
body {
	text-align: center;
	line-height: 1.5;
}
#wrapper {
	text-align: left;
	/*background: #E7E7E7;*/
	overflow: hidden;
}
#main {
}
* html #main {
	zoom: 1;
}
*+html #main {
	zoom: 1;
}
#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/*------------------------------------------------------------
	head
------------------------------------------------------------*/
#header {
}
#header .head {
	width: 1200px;
	padding: 15px 0;
	margin: 0 auto;
}
#header .head h1 {
	float: left
}
#header .head ul {
	float: right;
	padding-top: 25px;
}
#header .head ul li {
	display: inline;
	margin: 0 10px;
}
#header .head ul li a {
	color: #666;
}
/*------------------------------------------------------------
	navi
------------------------------------------------------------*/
#nav {
	background: #f7f7f7;
	}
#nav ul.navigation {
	width: 1200px;
	margin: 0 auto;
}
#nav ul li {
	float: left;
position: relative;
}
#nav ul li a {
	font-size: 16px;
	padding: 15px 0;
	width: 150px;
	text-align: center;
	display: block;
	color: #333;
}

/* Sub Cat Menu stuff*/
.navigation .s_nav {
	position: absolute;
	left: 0;
	display: none; /* Hide it by default */
	list-style: none;
	z-index: 1000;
	background: #fff;z-index:99999;
}
.navigation .s_nav ul {
	width: 170px;
	background: #fff; 
}
.navigation ul li {
	width: 170px;
	float: left;
}
/* Sub Cat menu link properties */
.navigation ul a {
	display: block;    	/* Making sure a element covers whole li area */
	width: 170px !important;
	border-bottom: 1px solid #E1E1E1;
	background: #fff;
	font-size: 12px !important;
	padding: 10px 0 !important;
}
.navigation ul a:hover {
}

/*------------------------------------------------------------
	path
------------------------------------------------------------*/
.fullSlide {
	width:100%;
	position:relative;
	height:325px;
	background:#fff;
}
.fullSlide .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.fullSlide .bd ul {
	width:100% !important;
}
.fullSlide .bd li {
	width:100% !important;
	height:325px;
	overflow:hidden;
	text-align:center;
}
.fullSlide .bd li a {
	display:block;
	height:325px;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height:30px;
	line-height:30px;
}
.fullSlide .hd ul {
	text-align:center;
}
.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:42px;
	height:11px;
	margin:1px;
	overflow:hidden;
	background:#fff;
	filter:alpha(opacity=50);
	opacity:0.5;
	line-height:999px;
}
.fullSlide .hd ul .on {
	background:#08087e;
}
.fullSlide .prev,.fullSlide .next {
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-30px;
	left:15%;
	z-index:1;
	width:40px;
	height:60px;
	background: url(../img/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:0.5;
	display:none;
}
.fullSlide .next {
	left:auto;
	right:15%;
	background-position:-6px -137px;
}

/*------------------------------------------------------------
	main
------------------------------------------------------------*/
#main {
}
#main .section {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#main  .section.typical{padding-bottom: 50px;}
.ab,.qua{background: url(../img/about_bg.jpg)repeat;
	
	}
#main .bg01 {
	background: #f9f9f9;
}
#main .bg02 {
	background: #f7f9fb;
}
#main .bg03 {
	background: #f7f9fb;
	border: 1px dotted #436d81;
	border-left: none;
	border-right: none;
}
#main .section h2 {
	font-size: 24PX;
	color: #08087e;
	text-align: center;
	font-weight: normal;
	padding: 60px 0 10px;
}
#main .section .com_p {
	text-align: center;
	width: 760px;
	margin: 0 auto 10px;
}
#main .section .com_btn {
	text-align: center;
	margin-top: 20px;
}
#main .section .com_btn input {
	color:#656565;
	width: 130px;
	line-height: 40px;
	margin: 0 auto;
	background: #f2f2f2;
	border: 0px solid #08087e;
}
#main .section .about_bnt {
	text-align: left;
	margin: 20px 0 0 0;
	padding: 0;
}
#main .section .tab01 {
	width: 1200px;
	border-collapse: collapse;
}
.tab01 tr th p{
	
	margin-bottom: 20px;
	}
#main .section .tab01 th {
	vertical-align: middle;
	text-align: center;
	width: 300px;
}
#main .section .tab01 th a {
	display: block;
	padding: 10px 0;
}
#main .section .tab01 th:hover a {
	
}
#main .section .tab01 th img {
	margin-bottom: 10px;
}

#main .section .c_photo {
	position: relative;
}
#carousel {
	width: 1200px;
	position: vrelative;
}
#carousel ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
#carousel li {
	background-color:#FFF;;
	text-align: center;
	display: block;
	width: 288px;
	height: 373px;
	padding: 0;
	margin: 6px;
	float: left;
	position: relative;
	border-bottom: 3px solid #08087e;
}
#carousel li .p01 {
	font-size: 30px;
	width: 71px;
	height: 71px;
	line-height:71px;
	margin: 0 auto;
	background:#08087e;
	color: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-top: 100px;
	margin-bottom: 20px;
}
#carousel li .p02 {
	color: #242424;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 15px;
}
#carousel li .p03 {
	width: 260px;
	line-height: 1.8;
	text-align: left;
	margin: 0 auto;
}

#carousel li a:hover img {
	display: block;
	opacity: 0.5;
}
.about_box #carousel li {
	background: none;
}
.about_box #carousel li img {
	display: block;
	position: static;
	height: 350px;
}

.about_box #carousel li a:hover .p02 {
	background: #08087e;
	color: #fff;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	-webkit-border-radius: 15px;
}


#carousel .prev, #carousel .next {
	text-indent: -999px;
	display: block !important;
	overflow: hidden;
	width: 25px;
	height: 40px;
	
	position: absolute;
	top: -40px;
}
#carousel .prev {
	background-position: 0 0;
	background: url(../img/l_btn.png) no-repeat;
	right: 30px;
}

#carousel .next {
	background-position: -18px 0;
	background: url(../img/r_btn.png) no-repeat;
	right: 0px;
}

#carousel .pager {
	text-align: center;
	margin: 0 auto;
}

.application{ overflow:hidden;}
.application_left{width:282px; float:left;}
.application_left li{height:233px; background:#2a5fca; text-align:center; width:100%; float:left; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; cursor:pointer; 	margin-bottom:14px !important; position:relative;}
.application_left li i{width:50px; height:45px; margin:60px auto 0; display:block;}
.application_left li b{width:20px; display:block; border-top:1px solid #bababa; margin:16px auto 6px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.application_left li h3{font-size:16px; color:#fff; font-weight: normal; text-align:center; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.application_left li aside{ font-size:10px; color:#999; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.application_left li em{position:absolute; left:100%; top:50%; margin-top:-8px; border-left:8px solid #08087e; border-top:8px solid transparent; border-bottom:8px solid transparent; display:none;}
.application_left li.act em{display:block;}


.application_left li:hover, .application_left li.act{background:#2a5fca;    box-shadow: rgb(121, 121, 121) 5px 5px 2px 2px;}
.application_left li:hover i, .application_left li i{background: url(../img/1.png) no-repeat;}
.application_left li:hover b, .application_left li.act b{border-color:#fff;}
.application_left li:hover h3, .application_left li:hover aside, .application_left li.act h3, .application_left li.act aside{color:#fff;}

.application_left li i.icon01{ background: url(../img/1a.png) no-repeat;}
.application_left li:hover i.icon01, .application_left li.act i.icon01{background: url(../img/1a.png) no-repeat;}

.application_left li i.icon02{ background: url(../img/2.png) no-repeat;}
.application_left li:hover i.icon02, .application_left li.act i.icon02{background: url(../img/2.png) no-repeat;}

.application_left li i.icon03{background: url(../img/3.png) no-repeat;}
.application_left li:hover i.icon03, .application_left li.act i.icon03{background: url(../img/3.png) no-repeat;}

.application_left li i.icon04{background: url(../img/4.png) no-repeat;}
.application_left li:hover i.icon04, .application_left li.act i.icon04{background: url(../img/4.png) no-repeat;}



.application_left.application_right{float:right;}
.application_left.application_right li em{position:absolute; left:auto; right:100%; top:50%; margin-top:-8px; border-right:8px solid #36478c; border-left:0; border-top:8px solid transparent; border-bottom:8px solid transparent;}

.application_box_con{width:608px; height:523px; float:left; margin-left:14px;}
.application_con{width:608px;}
.application_con a{display:block; height:100%;}
.application_con picture{width:608px; height:380px; overflow:hidden;}
.application_con picture img{width:100%; display:block;}
.application_con article{ background:#00a1e9; overflow:hidden;position: absolute;
    top: 3282px;
    width: 608px;background-color: #222;
    opacity: 0.7;}
.application_con article summary{ color:#fff; height:63px; overflow:hidden; padding: 20px 35px 0px;}

#main .section  .inner {
}
#main .section  .inner .box {
	float: left;
}
#main .section  .inner .box .p01 {
	font-size: 16px;
	margin-top: 55px;
	color: #fff;
	text-align:center;
}
#main .section  .inner .box .p02 {
	color: #fff;
	margin: 15px auto 10px;
	width: 310px;
	line-height: 1.8;
}
#main .section  .inner .box .p03 {
	width: 275px;
	margin: 15px auto 10px;
	line-height: 1.8;
	color: #fff;
}
#main .section  .inner .box .p04 {
	width: 130px;
	margin: 0 auto;
}
#main .section  .inner .box .p04 input {
	background: #2a5fca;
	width: 130px;
	border: 1px solid #2a5fca;
	line-height: 40px;
	color: #fff;
}

#main .section  .inner .box .p05 input {
	background: #2a5fca;
	width: 130px;
	border: 1px solid #2a5fca;
	line-height: 40px;
	color: #fff; text-align:center; margin-left:150px; margin-top:20px;
}
#main .section  .inner .box01 {
	width: 394px;
	height: 224px;
	background:#2a5fca;
}
#main .section  .inner .box02 {
	width:356px;
	height: 201px;
	background:#2a5fca;
}
/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	width: 1000px;
	float: right;
}
#conts .photo_box .photo {
	padding: 0 !important;
}
#conts .photo_box .text_box {
	width: 566px !important;
	padding: 0 !important;
}
/*------------------------------------------------------------
	sidebar
------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 166px;
	padding: 50px 0;
}
#sidebar .side_list {
	margin-bottom: 25px;
}
#sidebar .side_list li {
}
#sidebar .side_list li a {
	display: block;
	background: url(../img/jiance/line.png) repeat-x left bottom;
	padding: 10px 15px;
}
#sidebar .side_list02 {
	border: 1px solid #d1d1d1;
	padding: 25px 8px;
}
#sidebar .side_list02 dt {
	margin-bottom: 20px;
	color: #000;
}
#sidebar .side_list02 dd {
	margin-bottom: 10px;
}

/*------------------------------------------------------------
	foot
------------------------------------------------------------*/
footer{border-top:1px solid #2C3E50; background:#2C3E50; min-width:1200px;}
footer section{overflow:hidden; width:1200px; margin:50px auto;}
footer section dl{width:190px;margin-left: 25px; float:left; border-right:1px solid #e7e7e7; height:155px; overflow:hidden;}
footer section dl dt{color:#999; font-size:16px; margin-bottom:8px;}
footer section dl dd{line-height:24px;}
footer section dl dd a{color:#999; font-size:12px;}
footer section dl dd a:hover{color:#999;}
footer section article{float:right; width: 180px;}
footer section article .ewm{float:left; margin-right:30px;}
footer section article picture{height:83px;}
footer section article picture img{display:block; height:83px; margin:auto;}
footer section article aside{text-align:center; color:#999; font-size:12px; margin:6px 0;}

footer section article .bdsharebuttonbox{float:left; margin-top:40px; text-align:center;}
footer section article .bdsharebuttonbox a{float:none; -webkit-transition:0s; -moz-transition:0s; transition:0s;}

.footer_botton{border-top:1px solid #999; overflow:hidden; font-size:12px; color:#999;}
.footer_botton p{float:left;}
.footer_botton aside{float:right;}
.footer_botton aside a{color:#999; display:none;}
.footer_botton aside a:hover{color:#34458b;}

.abgr{background-color: #322830;}
.calib{background-color: #f2f2f2; padding-top:20px;}
.abgrcontent{ line-height:24px; padding: 30px;color: #bfbfbf;}
.section.abt h2{background: url(../img/aboutusa.png) no-repeat center; height:90px;}
.section.test h2{background: url(../img/aboutusa2.png) no-repeat center; height:90px;}
.section.quality h2{background: url(../img/aboutusa3.png) no-repeat center; height:90px;}
.section.failure h2{background: url(../img/aboutusa4.png) no-repeat center; height:90px;}
.section.typical h2{background: url(../img/aboutusa5.png) no-repeat center; height:90px;}
.pic{width: 290px;height: 213px;overflow:hidden;}
#carousel li:hover .pic img{    
    -webkit-transition: all .5s;
    transition: all .5s;
	-webkit-transform: scale(1.1);
    transform: scale(1.1);     width: 290px;height: 213px;}
#carousel li:hover { background-color:#08087e;}
#carousel li:hover p{ color:#fff; }
.fail{background-color: #f2f2f2;}
.footer_botton section p{ font-size:12px;}
.footer_botton section p a{ color:#999;}
/*.calib .section.test{ background-color:#FFF;}*/
/*.calib .section.test,.qua .section.quality,.fail .section.failure,.typ .section.typical{ background-color:#FFF;}*/