@charset "utf-8";
/* CSS Document */
::selection {
	color: #fff;
	background-color: #f00;
}

::-moz-selection {
 color:#fff;
 background-color: #f00;
}

::-webkit-selection {
 color:#fff;
 background-color: #f00;
}

::-webkit-scrollbar {
 width: 8px;
 height: 8px;
 background-color: #F5F5F5
}

::-webkit-scrollbar-track {
 border-radius: 10px;
 background-color: #E2E2E2
}

::-webkit-scrollbar-thumb {
 border-radius: 10px;
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
 background-color: #555
}
* {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑", 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
body {
	font: 14px/1.231 "微软雅黑", 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
	color: #333;
	margin: 0;
}
:focus {
	outline: 1;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
li, ul {
	list-style-type: none;
}
img {
	border: none;
}
a {
	color: #333;
	text-decoration: none;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
a:link, a:hover, a:active, a:visited {
	text-decoration: none;
}
input, textarea {
	outline: 0;
	border: 0;
}
textarea {
	resize: none;
}
h1, h2, h3, h4, h5, h6, dl, dd, dt, i, em {
	font-weight: normal;
	font-style: normal;
}
/*公共样式*/
.clear {
	clear: both;
	margin: 20px 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.wrap {
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
}
.fixedNav {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100000;
	_position: absolute;
 _top: expression(eval(document.documentElement.scrollTop));
}
/*头部样式*/
.header_top {
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #d3d3d3;
}
.header_top div>div a {
	margin: 0 5px;
}
.header_top .iphone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	padding-left: 40px;
	background: url(/catv/images/iphone.jpg) no-repeat left center;
}
.header_top div>div a i {
	display: inline-block;
	width: 12px;
	height: 12px;
	overflow: hidden;
}
.header {
	overflow: hidden;
	height: 116px;
}
.header div>h1 {
	display: inline-block;
	text-transform: uppercase;
	margin-right: 20px;
	margin-top: 15px;
}
.header div>h1 a {
	font-size: 30px;
	font-weight: bold;
	color: #cc0000;
}
.header div>h1 b {
	margin-top: 10px;
	font-size: 14px;
	text-transform: uppercase;
	color: #8a8a8a;
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	border-top: 1px solid #8a8a8a;
	border-bottom: 1px solid #8a8a8a;
	padding: 0 5px;
}
.header div>h1 span {
	font-size: 18px;
	color: #a1a1a1;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.header div>div.comn {
	float: left;
	border-right: 1px solid #a9a9a9;
	padding: 18px 20px 20px 10px;
	margin-right: 20px;
}
.header div>div.comn a {
	font-size: 30px;
	font-weight: bold;
	color: #009ae9;
}
.header div>div.comn b {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #9a9a9a;
	text-transform: uppercase;
}
.header div>div.comn_txt {
	padding: 14px 0 14px 20px;
	font-size: 18px;
	line-height: 24px;
}
.header div>div.comn_txt span {
	color: #333333;
}
.header div>div.comn_txt span b {
}
.header div>div.comn_txt div b {
	color: #cc0000;
}
.header div>div.comn_txt strong {
	color: #0161a8;
}
.logoname {
	margin-top: 15px;
}
.tell {
	margin-top: 54px;
	padding-left:20px; background:url(/catv/images/iphone.jpg) no-repeat left center;
}
.tell span {
	color: #838383;
	margin-right:5px;
}
.tell strong {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00489a;
}
/*导航样式*/
.nav li:first-child {
	background: none;
}
.nav{ height:42px; background:#00489a;}
.nav li {
	text-align: center;
	float: left;
	height: 42px;
	line-height:42px;
	font-size: 14px;
	padding: 0 31px;
	background:url(/catv/images/nav_line.jpg) no-repeat left center;
}
.nav li a{ color:#fff;}
.nav li:hover {
	font-weight: bold;
}
/*banner样式*/
.banner {
	width: 100%;
	margin: 0 auto;
}
.flexslider {
	position: relative;
	height: 384px;
	overflow: hidden;
	background: url(/catv/images/loading.gif) 50% no-repeat;
}
.slides {
	position: relative;
	z-index: 1;
}
.slides li {
	height: 384px;
}
.slides li a {
	display: block;
	width: 100%;
	height: 384px;
}
.flex-control-nav {
	position: absolute;
	bottom: 30px;
	z-index: 999;
	width: 100%;
	text-align: center;
}
.flex-control-nav li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
*display:inline;
	zoom: 1;
}
.flex-control-nav a {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 40px;
	overflow: hidden;
	background: url(/catv/images/dot.png) right 0 no-repeat;
	cursor: pointer;
}
.flex-control-nav .flex-active {
	background-position: 0 0;
}
.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 45%;
}
.flex-direction-nav li a {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}
.flex-direction-nav li a.flex-prev {
	left: 40px;
	background: url(/catv/images/prev.png) center center no-repeat;
}
.flex-direction-nav li a.flex-next {
	right: 40px;
	background: url(/catv/images/next.png) center center no-repeat;
}/*搜索样式*/
.search {
	height: 44px;
	line-height: 44px;
	background: #f3f3f3;
}
.search_wz a {
	margin: 0 5px;
}
.search_ss {
	width: 233px;
	height: 25px;
	background: url(/catv/images/search_bg.jpg) no-repeat;
	margin-top: 10px;
}
.texts {
	float: left;
	width: 198px;
	height: 25px;
	background: none;
	line-height: 25px;
	padding-left: 10px;
	font-size: 12px;
	border: 0;
	color: #a0a0a0;
}
.submits {
	float: left;
	width: 25px;
	height: 25px;
	border: 0;
	background: none;
	cursor: pointer;
}
.links {
	margin-bottom: 20px;
}
.web-alls1 {
	padding: 30px 0 15px;
	overflow: hidden;
}
.web-alls1 h4 {
	width: 100px;
	font-size: 18px;
	text-transform: uppercase;
	text-indent: 15px;
}
.web-alls1 h4 span {
	display: inline-block;
	font-size: 18px;
	color: #980000;
}
.web-alls1 h4 b {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 24px;
}
.linkLj {
	width: 1080px;
}
.linkLj a {
	margin-right: 15px;
}
/*底部导航*/

.foot {
	background: #ededed;
	overflow: hidden;
	padding: 0 0 20px 0;
}
.foot_l {
	padding: 0 30px 0 132px;
	border-right: 1px solid #b5b5b5;
}
.foot_r {
	overflow: hidden;
	margin-top: 15px;
	text-align: center;
	line-height: 30px;
}
