/*--------------------------------------------------------------------*/
/*------------------------------ Default -----------------------------*/
/*--------------------------------------------------------------------*/
html
{
	overflow-x: hidden;
}
body
{
	background: #fff;
	margin: 0px;
}
body, th, td, input, textarea
{
	color: #000;
	font-family: 'Microsoft YaHei', SimSun, NSimSun, sans-serif;
	font-size: 16px;
}
img
{
	border: none;
	outline: none;
}
a:link
{
	color: #000;
	text-decoration: none;
	behavior: url(/App_Themes/OnFocus.htc);
}
a:visited
{
	color: #000;
	text-decoration: none;
	behavior: url(/App_Themes/OnFocus.htc);
}
a:hover
{
	color: #d80208;
	text-decoration: none;
	behavior: url(/App_Themes/OnFocus.htc);
}
a:active
{
	text-decoration: none;
	behavior: url(/App_Themes/OnFocus.htc);
}
h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
	margin: 0px;
}
h1
{
	font-size: 30px;
	font-weight: normal;
}
h2
{
	font-size: 16px;
}
h3
{
	font-size: 14px;
}
h4
{
	font-weight: normal;
	font-size: 14px;
}
h5
{
	font-weight: normal;
	font-size: 12px;
}
p
{
	padding: 0px;
	margin: 0px;
}
form
{
	padding: 0px;
	margin: 0px;
}
input
{
	padding: 0px;
	margin: 0px;
}
textarea
{
	padding: 0px;
	margin: 0px;
}
/*------------------------------ number ------------------------------*/
.number
{
	font-family: Verdana, Geneva, sans-serif;
}
/*-------------------------------- tr --------------------------------*/
.tr05
{
	width: 5%;
	text-align: right;
}
.tr10
{
	width: 10%;
	text-align: right;
}
.tr15
{
	width: 15%;
	text-align: right;
}
.tr20
{
	width: 20%;
	text-align: right;
}
.tr25
{
	width: 25%;
	text-align: right;
}
.tr30
{
	width: 30%;
	text-align: right;
}
.tr35
{
	width: 35%;
	text-align: right;
}
.tr40
{
	width: 40%;
	text-align: right;
}
.tr45
{
	width: 45%;
	text-align: right;
}
.tr50
{
	width: 50%;
	text-align: right;
}
/*-------------------------------- th --------------------------------*/
.th05
{
	width: 5%;
	text-align: center;
}
.th10
{
	width: 10%;
	text-align: center;
}
.th15
{
	width: 15%;
	text-align: center;
}
.th20
{
	width: 20%;
	text-align: center;
}
.th25
{
	width: 25%;
	text-align: center;
}
.th30
{
	width: 30%;
	text-align: center;
}
.th35
{
	width: 35%;
	text-align: center;
}
.th40
{
	width: 40%;
	text-align: center;
}
.th45
{
	width: 45%;
	text-align: center;
}
.th50
{
	width: 50%;
	text-align: center;
}
/*-------------------------------- td --------------------------------*/
.td05
{
	width: 5%;
}
.td10
{
	width: 10%;
}
.td15
{
	width: 15%;
}
.td20
{
	width: 20%;
}
.td25
{
	width: 25%;
}
.td30
{
	width: 30%;
}
.td35
{
	width: 35%;
}
.td40
{
	width: 40%;
}
.td45
{
	width: 45%;
}
.td50
{
	width: 50%;
}
/*------------------------------- color ------------------------------*/
.red
{
	color: #c00;
}
.red a:link
{
	color: #c00;
}
.red a:visited
{
	color: #c00;
}
.red a:hover
{
	color: #f00;
}
.green
{
	color: #0c0;
}
.green a:link
{
	color: #0c0;
}
.green a:visited
{
	color: #0c0;
}
.green a:hover
{
	color: #0f0;
}
.blue
{
	color: #00c;
}
.blue a:link
{
	color: #00c;
}
.blue a:visited
{
	color: #00c;
}
.blue a:hover
{
	color: #00f;
}
/*------------------------------- main -------------------------------*/
.main
{
}
.clear
{
	clear: both;
}
/*------------------------------ header ------------------------------*/
.header
{
	background: #fff;
	overflow: hidden;
}
.header .container
{
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
}
.header .banner
{
	overflow: hidden;
}
.header .logo
{
	float: left;
	width: 300px;
	height: 92px;
}
.header .logo img
{
	display: block;
	width: 300px;
	height: 92px;
}
/*-------------------------------- nav -------------------------------*/
.header .nav
{
	float: left;
	width: 630px;
	height: 24px;
	line-height: 24px;
	padding: 36px 15px 32px 208px;
}
.nav .img
{
	float: left;
	width: 90px;
	height: 24px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
/*.nav .img
{
	float: left;
	width: 100px;
	height: 35px;
}
.nav .img img
{
	display: block;
}*/
/*------------------------------ player ------------------------------*/
/*.header .player
{
	width: 100%;
}
.player .border
{
	position: absolute;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
}*/
.header .player
{
	width: 1400px;
	height: 470px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.player .border
{
	width: 1400px;
	height: 470px;
}
.header .play
{
	width: 1400px;
	height: 260px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.play .border
{
	width: 1400px;
	height: 260px;
}
/*------------------------------ search ------------------------------*/
.header .search
{
	float: right;
	width: 145px;
	height: 24px;
	padding: 36px 2px 32px 0px;
}
.search .tbx
{
	float: left;
	width: 120px;
	height: 24px;
	background: url(/App_Themes/CN/Images/search_bg.png);
}
.search .tbx input
{
	width: 100px;
	height: 24px;
	line-height: 24px;
	padding: 0px 5px 0px 15px;
	border: none;
	background: none;
}
.search .ibn
{
	float: left;
	width: 25px;
	height: 24px;
}
.search .ibn img
{
	display: block;
	width: 25px;
	height: 24px;
}

/*------------------------------- body -------------------------------*/
.body
{
	overflow: hidden;
}
.body .bg
{
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
}
/*------------------------------ footer ------------------------------*/
.footer
{
	background: #fff;
	border-top: 1px solid #d3d3d3;
}
.footer .container
{
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
}
.footer .bg
{
	width: 1300px;
	color: #333;
	font-size: 14px;
	overflow: hidden;
}
.footer .bg a:link
{
	color: #333;
}
.footer .bg a:visited
{
	color: #333;
}
.footer .bg a:hover
{
	color: #175ba0;
}
.footer .copyright
{
	float: left;
	width: 1000px;
	height: 60px;
	line-height: 30px;
	padding: 30px 0px 16px 35px;
}
.footer .support
{
	float: right;
	width: 230px;
	height: 30px;
	line-height: 30px;
	padding: 60px 35px 16px 0px;
}
/*-------------------------------- qq --------------------------------*/

/*--------------------------------------------------------------------*/
/*------------------------------- Index ------------------------------*/
/*--------------------------------------------------------------------*/
.index
{
	overflow: hidden;
}
/*------------------------------- about ------------------------------*/
.index .about
{
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.about .f
{
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	background: url(/App_Themes/CN/Images/bg_about.png) no-repeat left;
	overflow: hidden;
}
.about .l
{
	float: left;
	width: 832px;
	height: 420px;
	padding-left: 35px;
	overflow: hidden;
}
.about .t
{
	width: 110px;
	height: 70px;
	padding: 32px 722px 20px 0px;
}
.about .t img
{
	display: block;
	width: 110px;
	height: 70px;
}
.about .g
{
	width: 810px;
	height: 190px;
	line-height: 38px;
	font-size: 16px;
	padding: 0px 22px 0px 0px;
	overflow: hidden;
}
.about .m
{
	width: 110px;
	height: 34px;
	padding: 15px 722px 59px 0px;
	overflow: hidden;
}
.about .r
{
	float: right;
	width: 432px;
	height: 326px;
	padding: 50px 0px 44px 0px;
	overflow: hidden;
}
.about .d
{
	float: left;
	width: 216px;
	height: 163px;
	overflow: hidden;
}
/*------------------------------- news -------------------------------*/
.index .news
{
	width: 100%;
	background: #f5f5f5;
	overflow: hidden;
}
.news .f
{
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
}
.news .t
{
	width: 1300px;
	height: 70px;
	padding: 21px 0px 15px 0px;
}
.news .t img
{
	display: block;
	width: 1300px;
	height: 70px;
}
.news .g
{
	width: 1290px;
	padding: 0px 5px 60px 5px;
	overflow: hidden;
}
.news .b
{
	float: left;
	width: 396px;
	height: 370px;
	padding: 0px 17px;
	overflow: hidden;
}
.news .i
{
	width: 396px;
	height: 263px;
}
.news .i img
{
	display: block;
	width: 396px;
	height: 263px;
	transform: scale(1); 
	transition: all 1s ease 0s;
}
.news .i a:hover img
{
	transform: scale(1.1);
	transition: all 1s ease 0s;
}
.news .l
{
	width: 390px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	padding: 20px 3px 0px 3px;
	overflow: hidden;
}
.news .x
{
	width: 390px;
	height: 50px;
	line-height: 25px;
	color: #666;
	font-size: 14px;
	padding: 2px 3px 0px 3px;
	overflow: hidden;
}

/*------------------------------- product ------------------------------*/
.index .product
{
	width: 100%;
	background: #dc1d24;
	overflow: hidden;
}
.product .f
{
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.product .l
{
	float: left;
	width: 580px;
	height: 250px;
	padding: 32px 0px 62px 0px;
	overflow: hidden;
}
.product .t
{
	float: left;
	width: 230px;
	height: 250px;
}
.product .t img
{
	display: block;
	width: 230px;
	height: 250px;
}
.product .g
{
	float: left;
	width: 280px;
	height: 130px;
	line-height: 150%;
	font-size: 12px;
	color: #ffcb5a;
	padding: 90px 64px 30px 6px;
	overflow: hidden;
}
.product .r
{
	float: right;
	width: 720px;
	height: 336px;
	padding: 8px 0px 0px 0px;
	overflow: hidden;
}
.product .r img
{
	display: block;
	width: 720px;
	height: 336px;
}
/*------------------------------ location ----------------------------*/

/*------------------------------- links ------------------------------*/

/*-------------------------------- ad --------------------------------*/


/*--------------------------------------------------------------------*/
/*-------------------------------- Web -------------------------------*/
/*--------------------------------------------------------------------*/
/*------------------------------- center ------------------------------*/
.center
{
	width: 1300px;
	overflow: hidden;
	padding-top: 20px;
}
.center .location
{
	width: 1220px;
	height: 40px;
	line-height: 40px;
	padding-left: 80px;
	background: url(/App_Themes/CN/Images/center_location.png);
	overflow: hidden;
}
.center .title
{
	width: 1300px;
	line-height: 60px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #000;
	padding-bottom: 20px;
}
.center .sub
{
	width: 1300px;
	line-height: 45px;
	text-align: center;
	font-size: 20px;
	padding: 20px 0px 40px 0px;
	overflow: hidden;
}
.center .sub a
{
	display: inline-block;
	width: 274px;
	height: 45px;
	background: #9a9a9a;
	margin: 0px 16px;
	overflow: hidden;
}
.center .sub a:link
{
	color: #fff;
}
.center .sub a:visited
{
	color: #fff;
}
.center .sub a:hover
{
	color: #ff0;
	background: #ff1a1e;
}
.center .container
{
	width: 1300px;
	background: #fff;
}
.center .bottom
{
	width: 1300px;
	height: 20px;
	overflow: hidden;
}
.center .time
{
	width: 1300px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	color: #999;
	padding-bottom: 30px;
}
.center .summary
{
	width: 1300px;
	min-height: 40px;
	line-height: 20px;
	font-size: 12px;
	display: none;
}
.center .content
{
	width: 1300px;
	min-height: 500px;
	line-height: 200%;
	overflow: hidden;
}
.center .content p
{
	text-indent: 2em;
}
.center .content img
{
	max-width: 1200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-indent: 0em;
}
.center .content table
{
	width: 100%;
	border: 1px solid #ccc;
}
.center .content th
{
	color: #fff;
	background: #aaa;
	padding: 5px 10px;
	text-indent: 0em;
}
.center .content td
{
	padding: 5px 10px;
	border: 1px solid #eee;
	text-indent: 0em;
}
.center .key
{
	width: 1300px;
	line-height: 25px;
	font-size: 12px;
	color: #666;
	margin: 5px 0px;
}
.center .related
{
	width: 1300px;
	height: 50px;
	line-height: 25px;
	font-size: 12px;
	margin: 5px 0px;
	overflow: hidden;
}
.center .pager
{
	width: 1260px;
	padding: 0px 20px;
	line-height: 35px;
	font-size: 12px;
	background: #eee;
	margin-bottom: 20px;
	overflow: auto;
}
.center .record
{
	float: left;
	width: 630px;
}
.center .page
{
	float: left;
	width: 630px;
	text-align: right;
}
/*------------------------------ article -----------------------------*/
.center .article
{
	width: 1200px;
	min-height: 500px;
	padding: 10px 40px 10px 60px;
}
.article .border
{
	width: 1099px;
	height: 193px;
	padding: 14px 62px 33px 39px;
	background: url(/App_Themes/CN/Images/news_bg.png);
	margin-bottom: 20px;
	overflow: hidden;
}
.article .image
{
	float: left;
	width: 290px;
	height: 193px;
	padding: 0px 134px 0px 0px;
	overflow: hidden;
}
.article .image img
{
	width: 290px;
	height: 193px;
	transform: scale(1); 
	transition: all 1s ease 0s;
}
.article .image a:hover img
{
	transform: scale(1.1);
	transition: all 1s ease 0s;
}
.article .box
{
	float: left;
	width: 675px;
	height: 193px;
	overflow: hidden;
}
.article .link
{
	width: 675px;
	height: 45px;
	line-height: 45px;
	font-weight: bold;
	font-size: 18px;
	overflow: hidden;
}
.article .sum
{
	width: 660px;
	height: 75px;
	line-height: 25px;
	color: #333;
	font-size: 13px;
	padding: 10px 15px 10px 0px;
	overflow: hidden;
}
.article .tim
{
	width: 645px;
	height: 53px;
	line-height: 53px;
	padding-left: 30px;
	color: #666;
	font-size: 13px;
	overflow: hidden;
}
/*------------------------------ photo -----------------------------*/
.center .photo
{
	width: 1200px;
	min-height: 500px;
	padding: 10px 40px 10px 60px;
}
.photo .border
{
	width: 1200px;
	height: 260px;
	background: url(/App_Themes/CN/Images/product_bg.png);
	padding-bottom: 3px;
	overflow: hidden;
}
.photo .image
{
	float: left;
	width: 400px;
	height: 200px;
	padding: 30px 30px 30px 0px;
	overflow: hidden;
}
.photo .image img
{
	width: 400px;
	height: 200px;
	transform: scale(1); 
	transition: all 1s ease 0s;
}
.photo .image a:hover img
{
	transform: scale(1.1);
	transition: all 1s ease 0s;
}
.photo .box
{
	float: left;
	width: 675px;
	height: 193px;
	overflow: hidden;
}
.photo .but
{
	float: left;
	width: 80px;
	height: 260px;
	overflow: hidden;
}
.photo .link
{
	width: 690px;
	height: 55px;
	line-height: 55px;
	font-weight: bold;
	font-size: 18px;
	padding-top: 30px;
	overflow: hidden;
}
.photo .sum
{
	width: 690px;
	height: 145px;
	line-height: 29px;
	color: #333;
	font-size: 13px;
	overflow: hidden;
}
/*------------------------------- left -------------------------------*/
.left
{
	float: left;
	width: 266px;
	padding: 0px 43px 0px 41px;
}
.left .title
{
	width: 266px;
	height: 100px;
	line-height: 100px;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	text-align: center;
	background: url(/App_Themes/CN/Images/left_title.png);
}
.left .container
{
	width: 266px;
	background: #fff;
	overflow: hidden;
}
.left .content
{
	width: 246px;
	line-height: 22px;
	padding: 5px 10px 0px 10px;
}
.left .bottom
{
	width: 266px;
	height: 5px;
	background: #fff;
	overflow: hidden;
}
.left .split
{
	width: 266px;
	height: 20px;
	overflow: hidden;
}
.left .link
{
	width: 266px;
	line-height: 46px;
	text-align: center;
	font-size: 16px;
	background: url(/App_Themes/CN/Images/left_link.png) no-repeat center bottom;
}
.left .link a:link
{
	display: block;
	width: 266px;
	line-height: 46px;
	color: #000;
}
.left .link a:visited
{
	display: block;
	width: 266px;
	line-height: 46px;
	color: #000;
}
.left .link a:hover
{
	display: block;
	width: 266px;
	line-height: 46px;
	color: #ff0;
	background: url(/App_Themes/CN/Images/left_link_h.png) no-repeat center;
}

/*------------------------------- right ------------------------------*/
.right
{
	float: left;
	width: 900px;
	padding: 0px 39px 0px 11px;
}
.right .location
{
	width: 870px;
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
	background: url(/App_Themes/CN/Images/right_location.png);
	overflow: hidden;
}
.right .container
{
	width: 900px;
	background: #fff;
}
.right .bottom
{
	width: 900px;
	height: 20px;
	overflow: hidden;
}
.right .title
{
	width: 900px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
.right .time
{
	width: 900px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	color: #999;
}
.right .summary
{
	width: 880px;
	min-height: 40px;
	line-height: 20px;
	font-size: 12px;
	padding: 4px 9px;
	border: 1px dotted #ccc;
	margin: 5px 0px;
	display: none;
}
.right .content
{
	width: 900px;
	min-height: 500px;
	line-height: 200%;
	overflow: hidden;
}
.right .content p
{
	text-indent: 2em;
}
.right .content img
{
	max-width: 900px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-indent: 0em;
}
.right .content table
{
	width: 100%;
	border: 1px solid #ccc;
}
.right .content th
{
	color: #fff;
	background: #aaa;
	padding: 5px 10px;
	text-indent: 0em;
}
.right .content td
{
	padding: 5px 10px;
	border: 1px solid #eee;
	text-indent: 0em;
}
.right .key
{
	width: 900px;
	line-height: 25px;
	font-size: 12px;
	color: #666;
	margin: 5px 0px;
}
.right .related
{
	width: 900px;
	height: 50px;
	line-height: 25px;
	font-size: 12px;
	margin: 5px 0px;
	overflow: hidden;
}
/*------------------------------- text -------------------------------*/
.right .text
{
	width: 900px;
	min-height: 350px;
	padding: 10px 0px;
	overflow: hidden;
}
.text .border
{
	width: 890px;
	height: 34px;
	padding-left: 10px;
	border-bottom: 1px dashed #eee;
	background: url(/App_Themes/CN/Images/right_dot.png) no-repeat left;
}
.text .link
{
	float: left;
	width: 790px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
}
.text .time
{
	float: right;
	width: 100px;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	color: #999;
	text-align: right;
}
/*----------------------------- feedback -----------------------------*/
.right .feedback
{
	width: 860px;
	padding: 5px 19px 0px 19px;
	border: 1px dashed #ddd;
	margin-bottom: 20px;
}
.right .back
{
	width: 900px;
	padding: 0px 0px 20px 0px;
}
.back .border
{
	width: 880px;
	padding: 9px 9px 9px 9px;
	border: 1px solid #eee;
	margin-bottom: 15px;
	overflow: hidden;
}
.back .name
{
	float: left;
	width: 400px;
	height: 30px;
	line-height: 30px;
	background: #f8f8f8;
	padding: 0px 10px;
	overflow: hidden;
}
.back .ip
{
	float: left;
	width: 200px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	padding: 0px 10px;
	background: #f8f8f8;
	overflow: hidden;
}
.back .date
{
	float: left;
	width: 220px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	text-align: right;
	padding: 0px 10px;
	background: #f8f8f8;
	overflow: hidden;
}
.back .selected
{
	float: left;
	width: 260px;
	height: 30px;
	line-height: 30px;
	background: #f8f8f8;
	padding: 0px 10px;
	overflow: hidden;
}
.back .alternate
{
	float: left;
	width: 260px;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	background: #ffffff;
	overflow: hidden;
}
.back .important
{
	float: left;
	width: 260px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	font-weight: bolder;
	padding: 0px 10px;
	background: #ffffff;
	overflow: hidden;
}
.back .important a:link
{
	color: #f00;
}
.back .important a:visited
{
	color: #f00;
}
.back .important a:hover
{
	color: #d90000;
}
.back .message
{
	float: left;
	width: 860px;
	line-height: 25px;
	padding: 5px 10px;
}
.back .reply
{
	float: left;
	width: 860px;
	line-height: 25px;
	padding: 5px 10px;
	border-top: 1px dashed #eee;
}
.right .feed
{
	width: 860px;
	background: #fff;
	padding: 9px 19px 0px 19px;
	border: 1px solid #eee;
	margin-bottom: 20px;
}
/*------------------------------- form -------------------------------*/
.right .form
{
	width: 720px;
	line-height: 100%;
	padding: 10px 60px;
	overflow: hidden;
}
.right .form em
{
	color: #f00;
	font-style: normal;
}
.right .form th
{
	line-height: 180%;
}
.right .form td
{
	line-height: 150%;
}
.form .label
{
	float: left;
	width: 190px;
	height: 24px;
	line-height: 24px;
	text-align: right;
	padding: 0px 10px;
}
.form .input
{
	float: right;
	width: 500px;
	height: 20px;
	padding: 2px 10px 2px 0px;
}
.form .input input
{
	width: 70%;
	height: 18px;
	line-height: 18px;
	padding: 0px 5px;
	border: 1px solid #ccc;
	margin: 0px;
}
.form .check
{
	float: left;
	width: 90px;
	height: 20px;
	padding: 2px 10px 2px 0px;
}
.form .check input
{
	width: 70px;
	height: 18px;
	line-height: 18px;
	padding: 0px 5px;
	border: 1px solid #ccc;
	margin: 0px;
}
.form .code
{
	float: left;
	width: 400px;
	height: 20px;
	padding: 2px 0px 2px 0px;
}
.form .btn
{
	float: left;
	width: 100%;
	height: 24px;
	padding: 5px 0px;
	text-align: center;
}
.form .btn input
{
	width: 98px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background: #ddd;
	border: 1px solid #aaa;
	cursor: pointer;
}
.form .headline
{
	float: left;
	width: 190px;
	height: 60px;
	line-height: 60px;
	text-align: right;
	padding: 2px 10px;
}
.form .multiline
{
	float: right;
	width: 500px;
	height: 60px;
	padding: 2px 10px 2px 0px;
}
.form .multiline textarea
{
	width: 70%;
	height: 54px;
	line-height: 18px;
	padding: 2px 5px;
	border: 1px solid #ccc;
	margin: 0px;
}
.form .file
{
	float: right;
	width: 500px;
	height: 20px;
	padding: 2px 10px 2px 0px;
}
.form .radio
{
	float: right;
	width: 500px;
	height: 20px;
	padding: 2px 10px 2px 0px;
}
.form .radio input
{
	width: 13px;
	height: 13px;
}
.form .radio label
{
	padding-left: 5px;
	padding-right: 15px;
}
.form .short
{
	float: right;
	width: 500px;
	height: 20px;
	padding: 2px 10px 2px 0px;
}
.form .short input
{
	width: 10%;
	height: 18px;
	line-height: 18px;
	padding: 0px 5px;
	border: 1px solid #ccc;
	margin: 0px;
}
.form .short span
{
	padding-right: 10px;
}
.form .editor
{
	float: left;
	width: 720px;
	padding: 5px 0px;
}
.form table
{
	width: 100%;
}
.form th
{
	text-align: center;
	background: #f2f2f2;
}
.form td
{
	padding: 0px 5px;
}
.form .blank
{
	float: left;
	width: 260px;
	height: 150px;
	line-height: 30px;
	text-align: right;
	font-weight: bolder;
	padding: 0px 10px 0px 10px;
	overflow: hidden;
}
.form .vote
{
	float: right;
	width: 430px;
	line-height: 30px;
	padding: 0px 10px 20px 0px;
}
.form .mid
{
	width: 600px;
	line-height: 30px;
	padding: 0px 60px 20px 60px;
}
.form .middle
{
	width: 720px;
	line-height: 30px;
	padding: 0px 0px 20px 0px;
}
.form .middle td
{
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.form .percent
{
	float: left;
	width: 200px;
	height: 15px;
	border: 1px solid #ccc;
	margin: 4px 10px 4px 0px;
	overflow: hidden;
}
.form .percent img
{
	display: block;
}
.form .election
{
	width: 100%;
	line-height: 30px;
	overflow: hidden;
}
.form .option
{
	float: left;
	width: 280px;
	line-height: 30px;
	text-align: right;
	padding: 0px 10px 0px 10px;
}
.form .show
{
	float: right;
	width: 410px;
	line-height: 30px;
	padding: 0px 10px 0px 0px;
}
/*------------------------------- links ------------------------------*/
.right .links
{
	width: 860px;
	min-height: 360px;
	padding: 10px 0px;
}
.links .border
{
	float: left;
	width: 122px;
	height: 42px;
	padding: 10px 25px;
}
.links .image
{
	width: 120px;
	height: 40px;
	border: 1px solid #eee;
	overflow: hidden;
}
.links .image img
{
	width: 120px;
	height: 40px;
}
.links.link
{
	width: 122px;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
}
/*------------------------------ special -----------------------------*/
.right .center
{
	width: 860px;
	text-align: center;
	margin-bottom: 10px;
}
.right .full
{
	float: left;
	width: 860px;
	margin-bottom: 10px;
}
.right .half
{
	float: left;
	width: 430px;
	line-height: 25px;
	padding-right: 10px;
}
/*------------------------------- pager ------------------------------*/
.right .pager
{
	width: 860px;
	padding: 0px 20px;
	line-height: 35px;
	font-size: 12px;
	background: #eee;
	margin-top: -10px;
	margin-bottom: 20px;
	overflow: auto;
}
.right .record
{
	float: left;
	width: 430px;
}
.right .page
{
	float: left;
	width: 430px;
	text-align: right;
}

/*--------------------------------------------------------------------*/
/*-------------------------------- Slide -----------------------------*/
/*--------------------------------------------------------------------*/
.slides
{
	position: absolute;
	z-index: 1;
}
.slide
{
	position: relative;
	width: 1400px;
	height: 470px;
	overflow: hidden;
}
.slid
{
	position: relative;
	width: 1400px;
	height: 260px;
	overflow: hidden;
}
.slides .prev
{
	position: absolute;
	top: 200px;
	left: 0px;
	width: 70px;
	height: 70px;
	z-index: 100;
	display: block;
}
.slides .prev img, .slides .next img
{
	width: 70px;
	height: 70px;
}
.slides .next
{
	position: absolute;
	top: 200px;
	right: 0px;
	width: 70px;
	height: 70px;
	z-index: 100;
	display: block;
}