@charset "gb2312";

body
{
	margin: 0px;
	padding: 0px;
	color: #000600;
	font-family: "Î¢ÈíÑÅºÚ";
}

p
{
	margin: 0px;
	padding: 0px;
}

img
{
	border: 0px;
}

a
{
	text-decoration: none;
	color: #666666;
	cursor: pointer;
}

ul
{
	margin: 0px;
	padding: 0px;
}

li
{
	list-style-type: none;
}

.clear
{
	clear: both;
	height: 0px;
	line-height: 0px;
	content: "";
}

.warp
{
	width: 1200px;
	margin: 0 auto;
}

.top
{
	background-color: #1975A4;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #000;
	position: fixed;
	margin-bottom: 0px;
	z-index: 999999;
	width: 100%;
	top: 0px;
}

.top a
{
	color: #fff;
	font-size: 14px;
}

.nav li
{
	float: left;
	text-align: center;
	width: 100px;
}

.home_bg
{
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}

.nav li a
{
	padding: 0 10px;
}

.main_logo
{
	margin-top: 45px;
	height: 109px;
	overflow: hidden;
}

.logo_left
{
	float: left;
}

.logo_right
{
	float: right;
}

.indexaboutuswai
{
	height: 400px;
}

.ab_left
{
	float: left;
	width: 780px;
}

.ab_right
{
	float: right;
	width: 370px;
}

.ab_left h2
{
	font-weight: bold;
	color: #000600;
	font-size: 36px;
	margin-top: 45px;
	margin-bottom: 10px;
}

.abinfo
{
	margin-bottom: 20px;
	color: #000600;
	font-size: 14px;
	line-height: 25px;
}

.nivoSlider
{
	margin-top: 40px;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	height: 277px;
}

.nivoSlider img
{
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: none;
}

.nivo-main-image
{
	display: block !important;
	position: relative !important;
	width: 100% !important;
}

.nivoSlider a.nivo-imageLink
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
	background: white;
	filter: alpha(opacity=0);
	opacity: 0;
}

.nivo-slice
{
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}

.nivo-box
{
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}

.nivo-box img
{
	display: block;
}

.nivo-caption
{
	position: absolute;
	left: 0px;
	bottom: 20px;
	background: #06C;
	color: #fff;
	width: 100%;
	z-index: 8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-webkit-box-sizing: border-box;
 /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
    /* Firefox, other Gecko */
	box-sizing: border-box;
         /* Opera/IE 8+ */
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.nivo-caption p
{
	padding: 5px;
	margin: 0;
}

.nivo-caption a
{
	display: inline !important;
}

.nivo-html-caption
{
	display: none;
}

.nivo-directionNav a
{
	position: absolute;
	top: 45%;
	z-index: 9;
	cursor: pointer;
}

.nivo-prevNav
{
	left: 0px;
}

.nivo-nextNav
{
	right: 0px;
}

.nivo-controlNav
{
	text-align: center;
	padding: 15px 0;
}

.nivo-controlNav a
{
	cursor: pointer;
}

.nivo-controlNav a.active
{
	font-weight: bold;
}

.theme-default a.nivo-prevNav
{
	left: 15px;
}

.theme-default .nivo-directionNav a
{
	background-image: url(../images/arrows.png);
	background-repeat: no-repeat;
	border: 0 none;
	display: block;
	height: 30px;
	opacity: 0;
	text-indent: -9999px;
	transition: all 200ms ease-in-out 0s;
	width: 30px;
}

.theme-default .nivoSlider
{
	position: relative;
	background: #fff url(loading.gif) no-repeat 50% 50%;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
}

.theme-default .nivoSlider img
{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.theme-default .nivoSlider a
{
	border: 0;
	display: block;
}

.theme-default .nivo-controlNav
{
	text-align: center;
	padding: 20px 0;
}

.theme-default .nivo-controlNav a
{
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin: 0 2px;
}

.theme-default .nivo-controlNav a.active
{
	background-position: 0 -22px;
}

.theme-default .nivo-directionNav a
{
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.theme-default:hover .nivo-directionNav a
{
	opacity: 1;
}

.theme-default a.nivo-nextNav
{
	background-position: -30px 0;
	right: 15px;
}

.theme-default a.nivo-prevNav
{
	left: 15px;
}

.theme-default .nivo-caption
{
	font-family: Helvetica, Arial, sans-serif;
}

.theme-default .nivo-caption a
{
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.theme-default .nivo-caption a:hover
{
	color: #fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled
{
	width: 100%;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled a
{
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled img
{
	display: block;
	width: 120px;
	height: auto;
}

.hangye h2
{
	margin-top: 70px;
	text-align: center;
	font-size: 36px;
	margin-bottom: 0px;
}

.hangyebg
{
	text-align: center;
	font-size: 21px;
	line-height: 37px;
	margin-top: 10px;
	background-image: url(../images/hangbg.jpg);
	background-repeat: no-repeat;
	height: 41px;
	background-position: center;
}

.hangyeitem ul
{
	margin-top: 10px;
	margin-left: -30px;
}

.hangyeitem ul li
{
	margin-left: 35px;
	float: left;
	margin-bottom: 20px;
	border: 1px solid #3d8abb;
	border-bottom: 2px solid #3d8abb;
	width: 270px;
	text-align: center;
}

.hangyeitem ul li img
{
	width: 260px;
	height: 180px;
}

.itmeimg
{
	padding-top: 5px;
}

.course-brief
{
	width: 255px;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #3d8abb;
	line-height: 25px;
}

.course-brief a
{
	color: #0088cc;
}

.course-tutor
{
	width: 255px;
	margin: 0 auto;
	text-align: left;
	line-height: 25px;
	font-size: 14px;
}

.ad
{
	background-image: url(../images/ad.jpg);
	background-position: center;
	height: 155px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.casetitle h2
{
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}

.case_left
{
	float: left;
	width: 580px;
	position: relative;
}

.case_right
{
	float: right;
	width: 580px;
	position: relative;
}

.casebg1
{
	background-image: url(../images/jl.jpg);
	height: 265px;
}

.casebg2
{
	background-image: url(../images/asn.jpg);
	height: 265px;
}

.baoz
{
	text-align: center;
	background-color: #06c;
	bottom: 48px;
	display: block;
	opacity: 0.8;
	color: #fff;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	position: absolute;
	width: 100%;
}

.caseif
{
	font-size: 14px;
	line-height: 24px;
}

.custom
{
	margin-bottom: 20px;
	margin-top: 20px;
}

.footer1
{
	background-color: #666666;
	color: #fff;
	padding-bottom: 6px;
	padding-top: 6px;
}

.fot_left
{
	width: 570px;
	float: left;
	font-size: 14px;
	line-height: 26px;
	padding-bottom: 10px;
}

.fot_cen
{
	width: 270px;
	float: left;
	margin-left: 30px;
}

.fot_rig
{
	float: right;
	width: 270px;
}

.footnav font
{
	font-size: 10px;
}

.footer1 h4
{
	border-bottom: 1px solid #3498db;
	padding-bottom: 10px;
}

.fot_rig p
{
	text-align: center;
}

.footer2
{
	background-color: #333333;
	line-height: 26px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer2 a
{
	color: #fff;
}

.map_marker
{
	background-image: url(../images/map_marker.jpg);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 21px;
}

.icon_phone
{
	background-image: url(../images/icon_phone.jpg);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 22px;
}

.icon_print
{
	background-image: url(../images/icon_print.jpg);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 22px;
}

.icon_envelope
{
	background-image: url(../images/icon_envelope.jpg);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 22px;
}

.custom_left
{
	float: left;
	width: 156px;
}

.custom_right
{
	float: right;
	margin-left: 20px;
	text-align: left;
	width: 1000px;
}

.custom_right li
{
	float: left;
	margin-right: 30px;
}

.stitle
{
	background-color: #E2E2E2;
	border-bottom: 1px solid #3498db;
	border-top: 1px solid #3498db;
	height: 60px;
	line-height: 60px;
	margin-top: 10px;
}

.l_name
{
	float: left;
}

.r_name
{
	float: right;
	font-size: 14px;
}

.l_name h1
{
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	font-weight: bold;
}

.r_name a
{
	color: #0088cc;
	font-size: 16px;
	font-weight: bold;
}

.r_name font
{
	color: #ccc;
	padding: 0 10px;
	font-weight: bold;
}

.abouinf
{
	margin-bottom: 20px;
	margin-top: 20px;
}

.pageader
{
	border-bottom: 1px solid #eeeeee;
	height: 60px;
	line-height: 60px;
	margin-bottom: 10px;
}

.pageader h1
{
	margin: 0px;
	padding: 0px;
}

.pageader small
{
	color: #666;
	padding-left: 10px;
	font-weight: normal;
}

.about_fino
{
	font-size: 14px;
	line-height: 26px;
}

.baozhuan
{
	line-height: 23px;
	font-size: 14px;
	margin-bottom: 10px;
}

.yiny
{
	margin-top: 30px;
	margin-bottom: 30px;
}

.yin_left
{
	float: left;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
	padding: 0;
	width: 228px;
}

.yin_left ul li
{
	width: 228px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border-bottom: 1px solid #e5e5e5;
	background-image: url(../images/libg.jpg);
	background-repeat: no-repeat;
}

.yin_right
{
	float: right;
	width: 930px;
}

.active
{
	border-radius: 6px 6px 0 0;
	background-color: #0088CC;
}

.yin_left ul li a
{
	padding-left: 20px;
	color: #0088cc;
}

.yin_left ul li:hover
{
	background-image: url(../images/lih.jpg);
}

.caseitem h2
{
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #3498db;
}

.caseinfo
{
	margin-top: 10px;
	font-size: 14px;
	line-height: 25px;
}

.caseitem h3
{
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 26px;
	padding-bottom: 10px;
}

.newslist ul li
{
	line-height: 40px;
	height: 40px;
	border-bottom: 1px dotted #ccc;
	font-size: 14px;
}

.newslist ul li span
{
	float: right;
	font-size: 12px;
	padding-right: 10px;
}

.pageNavi
{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 13px;
}

.pageNavi span
{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #ddd;
	margin-right: 5px;
}

.newstitle
{
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}

.newstime
{
	text-align: center;
	font-size: 14px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

.newsinfo
{
	margin-top: 20px;
	line-height: 25px;
	font-size: 14px;
}

.news_pages
{
	line-height: 25px;
	margin-bottom: 20px;
	font-size: 14px;
}

.weixinap
{
	padding-top: 20px;
}

.weixinap h1
{
	text-align: center;
	font-size: 35px;
	padding: 0px;
	margin: 10px;
}

.weixian
{
	margin-bottom: 20px;
}

.wx_right
{
	width: 1200px;
	height: 370px;
	background-image: url(../images/weixian.jpg);
}

.wx_title
{
	color: fff;
	font-size: 35px;
	font-weight: bold;
	margin-left: 295px;
	padding-top: 20px;
	padding-bottom: 20px
}

.wx_li
{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 33px;
	text-shadow: 2px 2px 2px #000;
	width: 450px;
	float: left;
	margin-left: 300px;
}

.lspan
{
	padding-left: 16px;
}

.wxhr
{
	border-bottom: 1px solid #ccc;
	height: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.daikou
{
	margin-bottom: 20px;
}

.gangdaikou
{
	margin-top: 30px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}

.dai_left
{
	float: left;
	width: 480px;
	font-size: 14px;
	line-height: 29px;
	padding-top: 30px;
}

.dai_left b
{
	font-size: 16px;
}

.dai_right
{
	float: right;
	width: 700px;
}

.dai_right img
{
	width: 700px;
}

.smallt
{
	text-align: center;
	color: #999999;
	font-size: 18px;
}

.tel_left
{
	float: left;
	width: 275px;
}

.tel_right
{
	float: right;
	width: 278px;
}

.jiaohe_left
{
	float: left;
	width: 540px;
	line-height: 28px;
	font-size: 16px;
	padding-top: 5px;
}

.jiaohe_right
{
	float: right;
	width: 650px;
	padding-top: 50px;
}

.jiaohe_right img
{
	width: 650px;
	border: 1px solid #ccc;
}

.xiangxi
{
	text-align: center;
	padding-top: 20px;
}

.xiangxi img
{
	width: 300px;
}

.chongfu
{
	padding-top: 20px;
	padding-bottom: 20px;
}

.chongfu h1
{
	text-align: center;
	font-size: 35px;
	padding: 0px;
	margin: 10px;
}

.tuopan_right
{
	float: right;
	width: 650px;
	padding-top: 60px;
}

.tuopan_right img
{
	border: 1px solid #ccc;
}

.xun_right
{
	float: right;
	width: 650px;
	padding-top: 20px;
	line-height: 29px;
	font-size: 16px;
}

.xun_right img
{
	border: 1px solid #ccc;
}

.xunte
{
	margin-top: 10px;
}

.xunlist
{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}

.mneiguan
{
	line-height: 28px;
	font-size: 14px;
	margin-top: 20px;
}

.dingzhixiang
{
	padding-top: 30px;
}

.dingzhileft
{
	float: left;
	width: 600px;
}

.dingzhileft img
{
	border: 1px solid #ddd;
	padding: 2px;
}

.dingzhiright
{
	float: right;
	width: 550px;
	font-size: 16px;
	line-height: 25px;
}

.banbg1
{
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.contactbg
{
	background-image: url(../images/contact.jpg);
	height: 240px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
}

.contactbg
{
	padding-left: 100px;
	padding-top: 40px;
}

.wei_bg
{
	height: 370px;
	margin-top: 5px;
}

nav ul
{
	list-style: none;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.nav a
{
	display: block;
	padding: 0 16px;
	line-height: inherit;
	cursor: pointer;
}

.nav_menu
{
	line-height: 45px;
	font-weight: 700;
}

.nav_menu-item
{
	display: inline-block;
	position: relative;
}

.nav_menu-item:hover
{
	background-color: #000;
}

.nav_menu-item:hover .nav_submenu
{
	display: block;
}

.nav_submenu
{
	font-weight: 300;
	text-transform: none;
	display: none;
	position: absolute;
	background-color: #1975A4;
}

.nav_submenu-item:hover
{
	background: #1975A4;
}

.wei_il
{
	float: left;
	width: 370px;
	padding-top: 40px;
}

.wei_ir
{
	float: right;
	width: 800px;
	margin-top: 20px;
	font-size: 16px;
	line-height: 28px;
}

.wei_ir h2
{
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.xunpan
{
	margin-top: 20px;
	margin-bottom: 10px;
}

.huidieimg
{
	margin-top: 30px;
}

.hudesc
{
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 20px;
}

.hudesc_l
{
	float: left;
	width: 600px;
}

.hudesc_r
{
	width: 600px;
	float: right;
	padding-top: 10px;
}

.cant_l
{
	width: 580px;
	float: left;
}

.cant_r
{
	width: 580px;
	float: right;
}

.tabl
{
	line-height: 28px;
	font-size: 14px;
}

.tabl td
{
	padding-left: 10px;
}

.rio
{
	padding-top: 25px;
}

.pict
{
	padding-top: 20px;
	padding-bottom: 20px;
}

.nieabner
{
	text-align: center;
	margin-top: 0px;
}

.mudesc
{
	font-size: 16px;
	line-height: 27px;
}

.wexpc_left
{
	float: left;
	width: 590px;
	font-size: 16px;
	line-height: 27px;
}

.wexpc_right
{
	float: right;
	width: 590px;
}

.cpwarp
{
	width: 100%;
	margin-top: 50px;
	height: 209px;
	overflow: hidden;
}

.cpw_l
{
	float: left;
	width: 50%;
	background-color: #EAEAEA;
}

.cpw_r
{
	float: right;
	width: 50%;
	background-color: #C6C6C6;
}

.cpwt
{
	width: 600px;
	float: right;
	padding-top: 30px;
	padding-bottom: 30px;
}

.cpwy
{
	width: 600px;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
}

.lepil
{
	float: left;
	width: 200px;
}

.lepir
{
	float: right;
	width: 370px;
	padding-right: 10px;
}

.lepirrt
{
	float: right;
	width: 365px;
	font-size: 14px;
	line-height: 25px;
}

.lepil img
{
	width: 200px;
	border: 1px solid #ccc;
	padding: 2px;
}

.piname
{
	color: #000;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}

.pidesc
{
	font-size: 14px;
	line-height: 24px;
}

.lepirrt a
{
	color: #3366FF;
}

.pidesc a
{
	color: #3366FF;
}

.pdlf
{
	padding-left: 15px;
}

.liuct
{
	margin-top: 50px;
}

.tie_left
{
	float: left;
	width: 400px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.tie_left img
{
	width: 400px;
}

.tie_right
{
	padding-top: 80px;
	padding-bottom: 30px;
	float: right;
	width: 780px;
}

.tie_title
{
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 20px;
}

.tie_desc
{
	font-size: 16px;
	line-height: 29px;
}

.tieleft
{
	padding-top: 80px;
	padding-bottom: 30px;
	float: left;
	width: 780px;
}

.tieright
{
	float: right;
	width: 400px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.tieright img
{
	width: 400px;
}

.yongtu
{
	padding-top: 20px;
}

.bompic
{
	padding-bottom: 20px;
}

.zhi_left
{
	float: left;
	width: 500px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.zhi_left img
{
	width: 500px;
}

.gang_left
{
	padding-top: 30px;
	padding-bottom: 30px;
	float: left;
	text-align: center;
	padding-left: 70px;
}

.gang_right
{
	padding-top: 30px;
	padding-bottom: 30px;
	float: right;
	text-align: center;
	padding-right: 70px;
}

.gang_left img
{
	border: 1px solid #ddd;
}

.gang_right img
{
	border: 1px solid #ddd;
}

.zhi_right
{
	padding-top: 80px;
	padding-bottom: 30px;
	float: right;
	width: 680px;
}

.kexin
{
	margin-left: 40px;
	padding-top: 30px;
}

.chukoubiao
{
	margin-bottom: 30px;
	margin-top: 30px;
}

.chukoubiao table
{
}

.chukoubiao table td
{
	border: 1px solid #333;
	line-height: 45px;
	font-size: 14px;
}

.tdpad
{
	padding-left: 10px;
}

.chupic
{
	padding-top: 20px;
	padding-bottom: 20px;
}

.liname
{
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

.zhileft
{
	float: left;
	width: 620px;
	padding-top: 20px;
}

.zhiright
{
	float: right;
	width: 500px;
}

.gangxiang td
{
	padding-left: 15px;
	font-size: 14px;
	line-height: 35px;
}

.tongimg
{
	text-align: center;
	margin-top: 30px;
}

.tongimg img
{
	border: 1px solid #ccc;
	padding: 2px;
	width: 1000px;
}

.gangdaifen
{
	margin-top: 30px;
}

.gangdaifen ul li
{
	float: left;
	width: 280px;
	margin-right: 26px;
	margin-bottom: 10px;
}

.gangdaifen ul li img
{
	border: 1px solid #ddd;
	width: 280px;
}

.gangdaifen ul li:nth-child(4n)
{
	float: right;
	margin-right: 0px;
}

.warp_nav
{
	width: 1460px;
	margin: 0 auto;
}

.en
{
	background-image: url(../images/en.jpg);
	background-position: 0 14px;
	background-repeat: no-repeat;
	font-weight: normal;
}

.web1
{
	margin-top: 30px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
}

.web_l
{
	float: left;
	width: 550px;
}

.web_2
{
	float: right;
	width: 550px;
}

.wb_pic
{
	text-align: center;
}

.wb_title
{
	text-align: center;
	color: #1975A4;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.wb_desc
{
	font-size: 14px;
	line-height: 25px;
}

.table-container table
{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 10px;
	font-size: 14px;
}

.table-container table tr:nth-child(1)
{
	background: #d9e42e;
}

.table-container table td
{
	padding: 7px;
	font-size: 14px;
	text-align: left;
	border: 1px solid #ddd;
}

.p1-5 .text p
{
	font-size: 16px;
}

.table-container table tr:nth-child(even)
{
	background: #f1f1f1;
}

.wb_desct
{
	font-size: 14px;
	line-height: 25px;
	text-align: center;
}
/* s-point */
.s-point
{
	text-align: center;
	background-color: #f2f2f2;
	display: block;
}

.s-point .rbox
{
	margin: 0px auto;
}

.s-point .radiation
{
	position: relative;
	width: 90%;
	margin: 0px auto;
}

.s-point .radiation .note
{
	display: block;
	position: absolute;
	border-radius: 100%;
	background: rgba(0,51,102,0.0);
}

.s-point .radiation .note a
{
	position: relative;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
}

.s-point .radiation .note::before
{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -5px;
	margin-left: -5px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background:#F20A2B;
}

.s-point .radiation .note .cname
{
	display: block;
	position: absolute;
	text-align: left;
	width: 100px;
	height: auto;
	font-size: 12px;
}

.s-point .radiation .note:nth-child(1)
{
	right: 35.7%;
	top: 50%;
}

.s-point .radiation .note:nth-child(2)
{
	right: 34.6%;
	top: 61%;
}

.s-point .radiation .note:nth-child(3)
{
	right: 45.8%;
	top: 55.8%;
}

.s-point .radiation .note:nth-child(4)
{
	right: 62.5%;
	top: 58%;
}

.s-point .radiation .note:nth-child(5)
{
	left: 25.8%;
	top: 56.8%;
}

.s-point .radiation .note:nth-child(6)
{
	left: 38.3%;
	top: 45%;
}

.s-point .radiation .tips
{
	display: none;
	opacity: 0;
	padding: 0px;
	position: absolute;
	top: 10px;
	text-align: center;
	z-index: 999;
	background: #ffffff;
	box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}

.s-point .radiation .tips h6
{
	font-size: 14px;
	font-weight: 500;
}

.s-point .radiation .tips p
{
	line-height: 1.4;
	font-size: 14px;
	margin: 5px 0 0;
}

.s-point .radiation img
{
	margin: auto;
}
    /*Á°äô¶¯»­*/
@-webkit-keyframes warn
{
	0%
	{
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100%
	{
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@-moz-keyframes warn
{
	0%
	{
		-moz-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100%
	{
		-moz-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@-o-keyframes warn
{
	0%
	{
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100%
	{
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@keyframes warn
{
	0%
	{
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100%
	{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

.area-box
{
	position: absolute;
	left:45%;
	top: 40%;
	margin-left: -33px;
	margin-top: -33px;
	opacity: 0.5;
}

.area-box .pulse
{
	position: absolute;
	height: 66px;
	width: 66px;
	border: 5px solid #000;
	border-radius: 100%;
	-webkit-animation: warn 2s ease-out both;
	-moz-animation: warn 2s ease-out both;
	-o-animation: warn 2s ease-out both;
	animation: warn 2s ease-out both;
	-webkit-animation-iteration-count: infinite;
}

.area-box .delay-01
{
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
	-o-animation-delay: 0;
	animation-delay: 0
}

.area-box .delay-02
{
	-webkit-animation-delay: 1.4s;
	-moz-animation-delay: 1.4s;
	-o-animation-delay: 1.4s;
	animation-delay: 1.4s
}

.area-box .delay-03
{
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s
}

.area-box .delay-04
{
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-delay: 1.2s
}

.area-box .delay-05
{
	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	-o-animation-delay: 1.6s;
	animation-delay: 1.6s
}

.area-box .delay-06
{
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s
}

.area-box .delay-07
{
	-webkit-animation-delay: 2.4s;
	-moz-animation-delay: 2.4s;
	-o-animation-delay: 2.4s;
	animation-delay: 2.4s
}

.area-box .delay-08
{
	-webkit-animation-delay: -.4s;
	-moz-animation-delay: -.4s;
	-o-animation-delay: -.4s;
	animation-delay: -.4s
}

.area-box .delay-09
{
	-webkit-animation-delay: -.8s;
	-moz-animation-delay: -.8s;
	-o-animation-delay: -.8s;
	animation-delay: -.8s
}

.area-box .delay-10
{
	-webkit-animation-delay: -1.2s;
	-moz-animation-delay: -1.2s;
	-o-animation-delay: -1.2s;
	animation-delay: -1.2s
}

.area-box .delay-11
{
	-webkit-animation-delay: 4s;
	-moz-animation-delay: 4s;
	-o-animation-delay: 4s;
	animation-delay: 4s
}
/**/

.reveal-modal-bg
{
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 100;
	display: none;
	top: 0;
	left: 0
}

.reveal-modal
{
	visibility: hidden;
	top: 100px;
	left: 50%;
	margin-left: -260px;
	width-max: 520px; 
	position: absolute;
	z-index: 999999999999999999999101;
	padding: 30px 40px 34px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4)
}

.reveal-modal.small
{
	width: 200px;
	margin-left: -140px
}

.reveal-modal.medium
{
	width: 400px;
	margin-left: -240px
}

.reveal-modal.large
{
	width: 600px;
	margin-left: -340px
}

.reveal-modal.xlarge
{
	width: 800px;
	margin-left: -440px
}

.reveal-modal .close-reveal-modal
{
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: 700;
	cursor: pointer
}













