﻿@charset "utf-8";
/*-----------Notice------------------------------
	   Filename:  Main.css
	Description:  Reset/HomePage/NewsCenter/PhotoPage/List/Details/Bordlives CSS
		 Update:  2011-8-26 by meiy76(meiy76@163.com)
		       l_$:  layout      exp: l_topbar, l_page, l_top, l_cont, l_foot...
		      t_$:  top          exp: t_logo,t_nav,t_menu,t_topbar
	     cont_$:  content    exp: cont_main, cont_movie, cont_lives
		    ad_$:  advert
		  foot_$:  foot         exp: foot_menu, foot_info
		      *_$:  For TNND IE
		 *html $:  For TNND IE6
	   *+html $:  For TNND IE7
------------------------------------------------*/
/*-----------Reset-----------------------------*/
body {
	background: url("bg.jpg") no-repeat center top #00125E;
	width: 100%;
	color: #fff;
	line-height: 1.5;
	font: 12px "Microsoft YaHei","Trebuchet MS", "Verdana", "Helvetica", "Tahoma", "\5b8b\4f53", "sans-serif";
}

body, p, blockquote, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend {
	margin: 0;
	padding: 0;
}

h2, h3, h4, h5, h6 {
	font-size: 15px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, textarea, button, select {
	font-family: "Verdana";
	vertical-align: middle;
}

label {
	vertical-align: middle
}

legend {
	color: #333;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

ul,ol {
	list-style: none;
}

img {
	border: 0;
}

a,a:visited {
	color: #032A42;
	text-decoration: none;
}

a:hover {
	color: #1E50A2;
	text-decoration: underline;
}

a:active {
	color: #933;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

.floatl {
	float: left;
	font-weight: bolder;
}

.floatr {
	float: right;
}

.red {
	color: #990000;
}

.a_bold, .a_bold:visited {
	font-weight: bold;
}

.a_red, .a_red:visited {
	color: #BA2636;
}

.a_blue, .a_blue:visited {
	color: #00549b;
}
/*---------------------------------------------*/
/*-----------Layout---------------------------*/

i {
	font-style: normal;
}

.totop {
	width: 40px;
	height: 40px;
	text-align: center;
	background: #25C1FF;
	position: fixed;
	bottom: 30px;
	right: 30px;
	cursor: pointer;
	border-radius: 5px;
	display: none;
	color: #fff;
}

.totop>span {
	display: block;
	line-height: 15px;
	font-size: 15px;
	color: #fff;
}

.header_box {
	width: 100%;
	height: 900px;
	text-align: center;
	margin: 55px auto 0;
}

.header_box>.header {
	line-height: 120px;
	font-size: 64px;
	color: #4b4b4b;
	background: #fff;
}

.header_box>.meau {
	background: darkred;
	height: 40px;
	line-height: 40px;
	color: #fff
}

.header_box .xhw {
	width: 400px;
	padding-left: 700px;
	font-size: 18px;
	margin: 0 auto 775px;
	padding-top: 5px;
}

.header_box .xhw li {
	float: left;
	padding: 2px 10px;
}

.guide {
	width: 1200px;
	font-size: 24px;
	margin: 0 auto;
}

.guide li {
	float: left;
	width: 16%;
	text-align: center;
}

.header_box li a {
	color: #FFF;
	font-weight: 500;
}

.louceng {
	padding: 0 0 15px 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}

.louceng>.title {
	width: 100%;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	text-align: left;
	font-weight: 700;
	color: #333;
}

.louceng>.title>span {
	margin-left: 5px;
	font-weight: normal
}

.louceng>.con {
	width: 100%;
	font-size: 15px;
	line-height: 33px;
	color: #8C8C8C;
}

.container {
	width: 1200px;
	margin: 0 auto;
	clear: both;
}

.containerGuest {
	width: 1200px;
	margin: 0 auto;
	clear: both;
	height: 1006px;
}

.containerWenzhou {
	width: 100%;
	margin: 0 auto;
	clear: both;
	height: 1150px;
	background: url("wenzhouBg.jpg") no-repeat 0 0 #0F3878;
}

.moretitle a, .moretitle a:visited {
	width: 1200px;
	height: 55px;
	float: left;
	overflow: hidden;
	text-indent: -9999em;
	display: block;
	background: url(title.png) no-repeat scroll -228px -1677px;
	margin: 40px 0 10px;
}
  
/*--------------------1 head--------------------*/

/*-----------news-----------*/	
.news {
	width: 1190px;
	padding: 40px 10px 10px 10px;
	margin: 0 auto;
	height: 640px;
}

.news h2 a,.news h2 a:visited {
	width: 1180px;
	text-align: center;
	float: left;
	line-height: 80px;
	height: 80px;
	font-size: 39px;
	color: #fff;
}

.headline {
	line-height: 29px;
	float: left;
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: 500;
	width: 1160px;
	text-align: center;
	border-bottom: 1px #fff solid;
	padding: 15px 0 27px;
	color: #D5EFF9;
}

.headline a,.headline a:visited {
	color: #fff;
	background: #25C1FF;
	padding: 0 6px;
	margin-left: 10px;
	border-radius: 6px;
}

.newsListBox {
	width: 1190px;
	padding: 10px 0;
}

.newsListBox a,.newsListBox　a:visited {
	color: #FFF;
}

.newsListBoxLeft {
	width: 560px;
	float: left;
	line-height: 35px;
}

.newsListBoxLeft li {
	width: 540px;
	float: left;
	font-size: 15px;
	color: #D5EFF9;
	margin-bottom: 30px;
}

.newsListBoxLeft li h3 {
	width: 540px;
	float: left;
	font-size: 21px;
	line-height: 39px;
}

.newsListBoxLeft .more {
	color: #fff;
	background: #004682;
	padding: 0 6px;
	border-radius: 6px;
}

.newsListBoxRight {
	width: 550px;
	float: left;
	border-left: 1px solid #FFF;
	margin-left: 25px;
	padding-left: 40px;
}

.newsListBoxRight li {
	line-height: 55px;
	padding: 0 0 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 520px;
	position: relative;
	float: left;
	font-size: 19px;
}

.newsListBoxRight  li:before {
	content: "";
	position: absolute;
	top: 26px;
	left: 0;
	display: block;
	width: 7px;
	height: 7px;
	background-color: #fff;
	border-radius: 50%;
}

/*------------------Pic--------------------*/
.picTitle a, .picTitle a:visited {
	width: 1190px;
	height: 200px;
	float: left;
	overflow: hidden;
	text-indent: -9999em;
	display: block;
	background: url(title.png) no-repeat scroll 0 -1726px;
	margin: 10px 0;
}

.headPic {
	width: 1180px;
	margin: 0 auto;
	clear: both;
	margin-bottom: 20px;
	padding: 9px;
	border: 1px #fff solid;
}

.slideBox {
	width: 1180px;
	height: 750px;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 612px;
	bottom: 5px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 6px;
	width: 12px;
	height: 12px;
	line-height: 14px;
	text-align: center;
	background: #8CDFFF;
	cursor: pointer;
	border-radius: 50%;
}

.slideBox .hd ul li.on {
	background: #fff;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 1180px;
	height: 710px;
	display: block;
}

.slideBox .txt-bg {
	position: absolute;
	bottom: 40px;
	z-index: 1;
	height: 50px;
	width: 100%;
	background: #333;
	filter: alpha(opacity=40);
	opacity: 0.4;
	overflow: hidden;
}

.slideBox .txt {
	position: absolute;
	bottom: 40px;
	z-index: 2;
	height: 50px;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.slideBox .txt li {
	height: 40px;
	line-height: 40px;
	position: absolute;
	width: 1055px;
	overflow: hidden;
}

.slideBox .txt li a {
	display: block;
	color: white;
	padding: 0 0 0 10px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	width: 1055px;
	height: 29px;
	line-height: 29px;
	overflow: hidden;
}

		/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
		.slideBox .next {
	position: absolute;
	left: -1%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 72px;
	height: 72px;
	background: url(slider-arrow.png) -110px 5px no-repeat;
}

.slideBox .next {
	left: auto;
	right: 0%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
		.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}	

/*------------4 guest-------------------*/
.guestTitle a, .guestTitle a:visited {
	width: 1190px;
	height: 280px;
	float: left;
	overflow: hidden;
	text-indent: -9999em;
	display: block;
	background: url(title.png) no-repeat scroll 0 0;
	margin: 10px 0 30px;
}

.scrollBox {
	width: 1180px;
	padding: 10px;
	position: relative;
	float: left;
}

.scrollBox .piclist {
	overflow: hidden;
	zoom: 1;
}

.scrollBox .ohbox {
	overflow: hidden;
	position: relative;
	width: 1130px;
	left: 35px;
}

.scrollBox {
	position: relative;
	overflow: hidden;
	zoom: 1;
}

.scrollBox .piclist li {
	float: left;
	display: inline;
	width: 352px;
	background: #fff;
	margin-right: 25px;
	height: 520px;
	box-sizing: border-box;
	border-radius: 20px;
}

.scrollBox .piclist li  img {
	width: 352px;
	height: 198px;
	border-radius: 20px 20px 0 0;
}

.scrollBox .piclist li  h2 {
	width: 80%;
	float: left;
	padding: 5% 10%;
	font-size: 24px;
	color: #00125E;
	text-align: center;
}

.scrollBox .piclist li h3 {
	width: 80%;
	float: left;
	padding: 0 10% 3% 10%;
	color: #00125E;
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
	line-height: 33px;
	height: 66px;
}

.scrollBox .piclist li h4 a,.scrollBox .piclist li h4 a:visited {
	width: 80%;
	padding: 0 10%;
	float: left;
	color: #1A4CB8;
	font-size: 18px;
	text-align: center;
	line-height: 35px;
}

.scrollBox .piclist li p {
	font-size: 15px;
	color: #999;
	line-height: 25px;
	width: 80%;
	padding: 0 10%;
}

.scrollBox .pageBtn span {
	background: url("bntBg.png") no-repeat;
	display: block;
	width: 37px;
	height: 59px;
	position: absolute;
	top: 140px;
	cursor: pointer;
	text-indent: -999em;
	overflow: hidden;
}

.scrollBox .pageBtn .prev {
	left: 20px;
	background-position: -11px -84px;
}

.scrollBox .pageBtn .next {
	right: 20px;
	background-position: -53px -84px;
}

.scrollBox .pageBtn .list {
	overflow: hidden;
	zoom: 1;
	margin: 20px 0 0 550px;
}

.scrollBox .pageBtn .list li {
	background: url("bntBg.png");
	float: left;
	display: inline;
	width: 15px;
	height: 15px;
	background-position: -86px -57px;
	cursor: pointer;
	margin-left: 10px;
	line-height: 10000px;
	overflow: hidden;
}

.scrollBox .pageBtn .list li.on {
	background-position: -114px -57px;
}


/*------------yun-------------------*/
.videoTitle a, .videoTitle a:visited {
	width: 1190px;
	height: 300px;
	overflow: hidden;
	text-indent: -9999em;
	display: block;
	background: url(title.png) no-repeat scroll 0 -333px;
	margin: 10px 0;
}

.ourPic a,.ourPic a:visited {
	width: 1190px;
	height: 80px;
	overflow: hidden;
	text-indent: -9999em;
	display: block;
	background: url(title.png) no-repeat scroll 0 -1359px;
	margin: 10px 0;
}

.HDimagestBox {
	width: 1100px;
	padding: 0 50px;
	float: left;
	position: relative;
	height: 680px;
	margin-top: 20px;
}

.w3cFocus {
	width: 100%;
	position: relative;
	height: 500px;
	padding: 10px 0;
}

.w3cFocus .prev,.w3cFocus .next {
	position: absolute;
	display: block;
	left: 10px;
	top: 250px;
	width: 46px;
	height: 62px;
	background: url("focusAdvBg.png") no-repeat;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.w3cFocus .next {
	left: auto;
	right: 10px;
	background-position: -46px 0;
}

.w3cFocus .prev:hover,.w3cFocus .next:hover {
	filter: alpha(opacity=100) !important;
	opacity: 1 !important;
}

.w3cFocusIn {
	width: 1080px;
	height: 690px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.w3cFocusIn .bd li {
	vertical-align: middle;
}

.w3cFocusIn .bd li img {
	width: 1080px;
	height: 500px;
	display: block;
}

.w3cFocusIn .bd li span {
	width: 1080px;
	height: 21px;
	display: block;
	position: absolute;
	bottom: 0;
	background: #000000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	line-height: 21px;
	padding: 5px 10px;
}

.w3cFocusIn .bd li span a,.w3cFocusIn .bd li span a:visited {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
}

.w3cFocusIn .hd {
	width: 1080px;
	height: 52px;
}

.w3cFocusIn .hd ul {
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	overflow: hidden;
	zoom: 1;
}

.w3cFocusIn .hd ul li {
	float: left;
	display: inline;
	padding: 4px 5px 0 0;
}

.w3cFocusIn .hd ul li img {
	width: 260px;
	height: 140px;
	border: 2px solid #25C1FF;
	display: block;
}

.w3cFocusIn .hd ul li.on {
	filter: alpha(opacity=100);
	opacity: 1;
}

.w3cFocusIn .hd ul li.on img {
	border: 2px solid #fff;
	border-bottom-width: 4px;
}

/*-------------ourVideo---------------*/
.ourVideotitle a,.ourVideotitle a:visited {
	width: 1190px;
	height: 100px;
	overflow: hidden;
	text-indent: -9999em;
	display: block;
	float: left;
	background: url(title.png) no-repeat scroll 0 -1416px;
	margin: 20px auto 30px;
}

.ourVideo {
	width: 1188px;
	float: left;
	border: 1px #25C1FF solid;
	padding: 25px 0;
}

.ourVideoLeft {
	width: 600px;
	float: left;
	font-size: 16px;
}

.ourVideoLeft p {
	padding: 10px 10px 10px 40px;
}

.ourVideoLeft h3 {
	background: #25C1FF;
	width: 560px;
	height: 58px;
	padding-left: 40px;
}

.ourVideoLeft h3 a,.ourVideoLeft h3  a:visited {
	color: #FFF;
	font-size: 21px;
	line-height: 58px;
}

.ourVideoLeft h4 a,.ourVideoLeft h4  a:visited {
	width: 225px;
	height: 45px;
	overflow: hidden;
	text-indent: -9999em;
	display: block;
	float: left;
	background: url(title.png) no-repeat scroll 0 -1675px;
	margin: 20px 0 0 190px;
}

.ourVideoLeft ul {
	width: 600px;
	float: left;
}

.ourVideoLeft li {
	width: 240px;
	float: left;
	margin: 4px 15px 4px 21px;
	display: inline;
	height: 180px;
	text-align: center;
	padding: 0 5px;
}

.ourVideoLeft li img {
	width: 240px;
	float: left;
	height: 144px;
	padding: 5px;
}

.ourVideoLeft li span {
	width: 240px;
	float: left;
	height: 33px;
	text-align: center;
	font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif !important;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ourVideoLeft li a,.ourVideoLeft li a:visited {
	color: #FFF;
}

.ourVideoRight {
	width: 560px;
	float: left;
	position: relative;
}

.ourVideoRight img {
	width: 560px;
	height: 315px;
	float: left;
}

.ourVideoRight .btns {
	position: absolute;
	top: 108px;
	left: 230px;
	z-index: 10;
	width: 93px;
	height: 93px;
	background: url("icon_btn_play.png") top left no-repeat;
	cursor: pointer;
}

/*---------------------zhbl---------------------------------*/
.zhbltitle a,.zhbltitle a:visited {
	width: 1190px;
	height: 100px;
	overflow: hidden;
	text-indent: -9999em;
	display: block;
	float: left;
	background: url(title.png) no-repeat scroll 0 -1520px;
	margin: 20px auto 30px;
}

.m-slide {
	position: relative;
	width: 1200px;
	height: 540px;
}

.m-slide .bottom-shadow {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: hidden;
	border-top: 1px solid #e0e0e0;
	background: #e6e6e6;
}

.m-slide .img {
	float: left;
	position: relative
}

.m-slide .img li, .m-slide .img a, .m-slide .img img {
	display: block;
	width: 640px;
	height: 360px;
}

.m-slide .img li {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}

.m-slide .img .first {
	display: block;
}

.m-slide .tab {
	float: right;
}

.m-slide .tab li {
	*margin-bottom: -3px;
	width: 550px;
	line-height: 69px;
	height: 69px;
	background: url(title.png) no-repeat scroll -260px -1760px;
}

.m-slide .tab .first {
	border-top: 0
}

.m-slide .tab a {
	text-decoration: none;
	display: block;
	position: relative;
	width: 520px;
	height: 69px;
	line-height: 71px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding-left: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.m-slide .tab a .des {
	left: 18px;
	top: 26px;
	height: 16px;
	line-height: 16px;
	color: #999;
}

.m-slide .tab .first a {
	height: 50px;
}

.m-slide .tab .on a {
	background: url(title.png) no-repeat scroll 0 -1766px #25C1FF;
}

/*-----------innovate---------------*/
.innovateTitle a,.innovateTitle a:visited {
	width: 1190px;
	height: 320px;
	overflow: hidden;
	text-indent: -9999em;
	display: block;
	background: url(title.png) no-repeat scroll 0 -720px;
	margin: 0 auto;
}
.innovateBox{width: 1160px; 
    background:#25C1FF;
	padding:20px;
	float: left;}
.innovateBox img{
	width: 640px;
	height: 360px;
	float:right;}
.innovateLeft{width:450px;float:left;}
.innovateLeft h3 a,.innovateLeft h3 a:visited{color:#FFF;width: 450px;float:left;font-size:24px; line-height:37px; margin-bottom:20px;}
.innovateBox p{width: 450px;float: left;font-size:18px;line-height:33px;}
.innovateList{
	width: 1200px;
	float: left;
}
.innovateList li {
	line-height: 55px;
	padding: 0 10px 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 560px;
	margin: 1px 5px;
	position: relative;
	float: left;
	font-size: 19px;
}

.innovateList li a,.innovateList li a:visited {
	color: #fff;
}

.innovateList li:before {
	content: "";
	position: absolute;
	top: 27px;
	left: 0;
	display: block;
	width: 5px;
	height: 5px;
	background-color: #fff;
}

/*-----------world---------------*/
.globalTitle a,.globalTitle a:visited {
	width: 1190px;
	height: 320px;
	overflow: hidden;
	text-indent: -9999em;
	display: block;
	background: url(title.png) no-repeat scroll 0 -970px;
	margin: 0 auto;
}

.hwsy {
	width: 1190px;
	padding: 20px 0;
	height: 462px;
}

.hwsy a,.hwsy a:visited {
	color: #FFF;
}

.hwsy ul {
	width: 1190px;
	padding: 20px 0;
	height: 700px;
}

.hwsy li {
	width: 520px;
	float: left;
	line-height: 33px;
	margin: 35px 20px 20px 10px;
	border: 1px #6FD8FF solid;
	padding: 20px;
	font-size: 15px;
	height: 140px;
	overflow: hidden;
}

.hwsy li h3 {
	font-size: 22px;
	line-height: 39px;
}

.hwsy .more {
	color: #fff;
	background: #25C1FF;
	padding: 0 6px;
	border-radius: 6px;
}

/*-----------foot_info---------------*/
.foot_info {
	width: 1200px;
	padding: 10px 0;
	text-align: center;
	line-height: 33px;
	overflow: hidden;
	float: left;
	font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif !important;
	margin-top: 70px;
	font-size: 15px;
}

.foot_info p {
	width: 100%;
	text-align: center;
}

.foot_info a, .foot_info a:visited {
	color: #ffcc00;
}

.hide, [hidden], template {
	display: none;
}