/* 
 * css全局样式
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family:PingFangSC-Regular, Verdana, Arial, '微软雅黑','宋体';
	font-size:14px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	list-style: none;
	color: #333333;
	text-decoration: none;
}




.navbox_int{
	width: 1200px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	position: relative;
}
.navbox_int ul{
	position: absolute;
	right: 0;
	top: 5px;
}

.navbox_int ul li a:hover{
	padding-bottom: 10px;
    border-bottom: 2px solid #FFFFFF;
}

.navbox_int ul li{
	float: left;
}
.navbox_int ul li a{
	font-size: 16px;
	color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
}
.navbox span{
	position: relative;
	top: -11px;
	left: 6px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.navbox_int .logo_a{
	position: absolute;
	top: 8px;
	color: #FFFFFF;
}
.navbox a i{
	background: url(../img/logo.png) no-repeat center;
	background-size: cover;
	width:34px;
	height:44px;
	display: inline-block;
}
.navbox{
	height: 60px;
	width: 100%;
	background: #10C8D2;
	z-index: 1;
}

.container01 strong{
    font-weight: bold;
    display: block;
}
.container01 p b{
	font-weight: bold;
}
.container01 h1 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}


.header_banner{
	width: 100%;
    height: 344px;
    background: url(../img/banner.png) no-repeat center 0;
}
.header_banner p img{
	width: 100%;
	height: 380px;
}
.containerbox{
	height: auto;
}
.slideTxtBox {
width: 1200px;
margin: auto;
overflow: hidden;
}
.slideTxtBox .bd div p a{
	text-decoration: underline;
	color: #10C8D2;
}
.slideTxtBox .hd {
float: left;
margin-top: 20px;
width: 248px;
min-height: 264px;
position: relative;
}
.slideTxtBox .bd {
margin-top: 20px;
width: 766px;
padding: 20px 87px;
float: right;
zoom: 1;
border: 1px solid #DDDDDD;
}
.slideTxtBox .bd div p{
/*text-indent: 2em;*/
margin-bottom: 25px;
}
.slideTxtBox .bd div {
width: 100%;
line-height: 2;
font-size: 16px;
   margin-top: 16px;
}
table td
.slideTxtBox .bd div h1{
	font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.slideTxtBox .hd ul {
float: left;
position: absolute;
width: 220px;
}
.slideTxtBox .hd ul li.on {
width: 220px;
line-height: 44px;
color: #10C8D2;
font-family: SimHei;
background: url("../img/smenu_bg.png")!important;
font-size: 16px;
cursor: pointer;
}
.slideTxtBox .hd ul li {
width: 220px;
text-align: center;
line-height: 44px;
font-family: SimHei;
font-size: 16px;
cursor: pointer;
color: #abaaaa;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

table {
    width: 800px;
    border: 0px;
    border-collapse: collapse;
    text-align: center;
}
table td {
    border: 1px solid #000;
    padding: 10px;
}
/*新加样式*/
.slideTxtBox .bd div p span img{
	display: inline-block;
	width: 775px;
	height: 464px;
}



/*底部*/
#footer {
	border-top: 1px solid #CCCCCC;
    width: 100%;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 200%;
    padding-top: 12px;
    text-align: center;
    color: #333;
}