@charset "utf-8"; /* CSS Document */
a,a:active,a:focus {
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
}

a:active,a:focus {
	outline: expression(hideFocus='true');
}



#wrapper {
	width: 960px;
	margin: 0 auto;
	margin-top: 100px;
}

#tabs {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 40px;margin-top: 54px;
}

#tabs li {
	float: left;
}

#tabs li a {
	font-size: 14px;
	display: block;
	padding: 10px 30px;
	background: #484848;
	text-decoration: none;
	color: #FFFFFF;
}

#tabs li a:hover,#tabs2 li a:hover,#tabs3 li a:hover,#tabs4 li a:hover,#tabs5 li a:hover {
	background:#07669e;
}

#tabs_container {
	padding-top:22px ;
	height: 110px;
	overflow: hidden;
	position: relative;
}

#tabs_container div {

}

.transition {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.make_transist {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.hidescale {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
}

.showscale {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hideleft {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.showleft {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hidescaleup {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.showscaleup {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hideflip {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transform: rotatey(-90deg) scale(1.1);
	-moz-transform: rotatey(-90deg) scale(1.1);
	-o-transform: rotatey(-90deg) scale(1.1);
	-ms-transform: rotatey(-90deg) scale(1.1);
	transform: rotatey(-90deg) scale(1.1);

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.showflip {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;

	-webkit-transform: rotatey(0deg) scale(1);
	-moz-transform: rotatey(0deg) scale(1);
	-o-transform: rotatey(0deg) scale(1);
	-ms-transform: rotatey(0deg) scale(1);
	transform: rotatey(0deg) scale(1);

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.tabulous_active {
	background: #07669e !important;
	color: #FFFFFF !important;
}

.tabulousclear {
	display: block;
	clear: both;
}



/*内页左侧*/
.page_LeftClass{width:268px;margin-bottom: 40px;float: left;}
.page_LeftClass ul li{float:left;}
.left_con{width: 267px;margin: 0 auto}
.subNavBox li:first-child+li+li+li+li+li+li{
	border-bottom: none;
}
.yiji{width: 250px;margin:5px auto;padding: 10px 0px;border-bottom:1px dashed #b2b2b2 }
.yiji a h3{line-height: 24px;font-size: 14px;color: #4c4c4c;font-weight: normal;}
.yiji:hover a h3{color: #ef7e00}
.yijion{width: 250px;margin:5px auto;padding: 10px 0px;border-bottom:1px dashed #b2b2b2 }
.yijion a h3{line-height: 24px;font-size: 14px;color: #ef7e00;font-weight: normal;}
.erji{ width: 220px;margin-left: 10px;padding-left: 20px;padding-bottom: 16px;padding-top:15px;}
.erjion{ width: 205px;margin-left: 10px;padding-left: 20px;padding-bottom: 16px;}
.erji a h3{font-size: 14px;color: #cccaca;font-weight: normal;line-height: 16px;}
.erji:hover a h3{color: #70b000}
.erjion a {color: #70b000;line-height: 18px;}
.left_title{
	background: #70b000;
    width: 238px;
    height: 55px;
    line-height: 55px;
    padding-left: 30px;
    color: #fff;
    font-size: 18px;
    text-transform: unset;
    border-radius: 3px;
}

.index_prolist li{float: left;text-align: center;}
.index_prolist li img{transition:all .5s;-webkit-transition:all .5s;-ms-transition:all .5s;}
.index_prolist li img:hover{;
-webkit-transform:translateY(-20px);-moz-transform:translateY(-20px);-ms-transform:translateY(-20px);
10         -o-transform:translateY(-20px);transform:translateY(-20px)
}
.index_prolist li:hover a h3{color: #70b000}
.index_prolist li a h3{font-size: 14px;color: #fff }

.page_pro1{ width:278px; float:left;position: relative;overflow: hidden;height: 264px}
.proimg1{ width:278px; height:220px; float:left; }
.proimg1 img{width:274px; border: 1px solid #dadada}
.page_pro1:hover .proname{display: none;}
.page_pro1 .rsp{width:276px;height:220px;overflow:hidden;position: absolute;background:url(../img/inpro.png) bottom no-repeat;top:0;left:0;}
.page_pro1 .text{position:absolute;width:276px;height:124px;bottom:-300px;left:0;overflow:hidden; text-align:center;}
.page_pro1 .text p img{ width:39px; height:39px;margin: 0 auto;border: none;}
.page_pro1 .text p{text-align: center;}

#skypedetectionswf{display: none;}