

/* CSS Document */

*{ margin:0px; padding:0px;}

img {border:0;margin:0; padding:0;}

ul,li,ol,h1,h2,h3,dl,dt,dd,form,p,span,b,u,s,i{

	list-style:none;

	margin:0;

	padding:0;

	text-decoration: none;	

}

.clearfix{display:inline-table;}

* html .clearfix{height:1%;/*ie6*/overflow-x:hidden;}

*+html .clearfix{min-height:1px;}

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;font-size: 0;}

.clearfix { display:inline-block; }

* html .clearfix { height:1%; }

.clearfix { display:block; }

.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}

input,textarea {outline:none;}/*去掉输入框得到焦点时边框会出现阴影效果----例如370 火狐*/

a{ blr:expression(this.onFocus=this.blur()); /* IE Opera */ outline:none; /* FF Opera */ } 

a:focus{ -moz-outline-style: none; /* FF */ } /*去掉a标签超链接的虚线框*/

body {margin: 0px; color:#3F3F3F; font-size: 12px; font-family: Microsoft YaHei,宋体,Arial, Helvetica, sans-serif;}

a:link { text-decoration: none;color: #131313;}

a:visited {text-decoration: none; color: #131313;}

a:hover { text-decoration: none; color: #005eb6;}

a:active {text-decoration: none; color: #131313;}

.top_box{ width:100%; height:30px; border-top:4px solid #0391e7;}

.top{ width:1180px; height:30px; margin:0 auto;}

.top_l{ height:32px; line-height:30px; float:left;}

.top_l a{color:#000;}

.top_r{ width:200px; height:30px; line-height:30px; background:url(../image/top_bj.jpg) no-repeat center; float:right; color:#fff; padding-left:30px;}

.top_r a{ margin:0 9px; color:#fff;}

.top_r a:hover{ text-decoration:underline;}

.logo_box{width:100%; height:130px;}

.logo{ width:1180px;padding-top:30px; margin:0 auto;}

.logo_l{ width:500px; height:60px; float:left;}

.logo_tp{ width:130px; height:130px; float:left;}

.logo_r{ width:420px; height:70px; float:right; }

.logo_dh{ width:40px; height:70px; float:left;}

.logo_hm{ height:70px; float:right;}

.hm_u{ font-size:18px; font-family:"微软雅黑";font-weight:bold;}

.hm_u span{ font-size:25px; font-weight:bold; color:#f00;}

.hm_d a{ width:100px; height:26px; line-height:26px; background-color:#0391e7; color:#fff; display:block; margin-left:10px; float:left; text-align:center; margin-top:13px;}

.nav_box{width:100%;height:50px; background-color:#0391e7;}

.nav{ width:1180px; height:50px; margin:0 auto;}

.nav ul li{ text-align:center; float:left; height:50px; line-height:50px; background:url(../image/nav_x.jpg) no-repeat center right;}

.nav ul li a{ font-family:"微软雅黑"; font-size:14px; color:#FFF; text-decoration:none; display:block; padding:0 55px;}

.nav ul li a:hover{ background-color:#bb355a;}



.newslist .txt h3 span{font-size:12px;font-weight:normal;}

.tup{text-align:center;}

.tup img{max-width:600px;}

.search_box{ width:100%; height:45px;}

.search{ width:1180px; height:45px; margin:0 auto;}

.search_l{ float:left; height:45px; line-height:45px; padding-left:10px;}

.search_l a{ margin:0 15px; text-decoration:none;}

.search_l a:hover{ text-decoration:underline;}

.search_r{ float:right; height:45px; padding-right:10px;}

.search-box{ width:330px; height:21px; line-height:21px; margin-top:10px;}

.search-text{ width:170px; height:21px; float:left;line-height:21px; background:url(http://www.thaifitto.com/template/006/images/ss_k.jpg) no-repeat; border:0; text-indent:1em;}

.search-button{ background:url(http://www.thaifitto.com/template/006/images/ss_s.jpg) no-repeat; width:30px; height:21px; float:left;border-style :none; cursor:pointer;}



.footer{ width:100%; height:280px; margin-top:30px;}

.foot{ width:1180px; height:280px; margin:0 auto;}

.foot_u{ width:1100px; height:60px; text-align:center; margin:0 auto; background:url(../image/foot_bj.jpg) no-repeat center;}

.foot_u a{ height:60px; line-height:40px; margin:0 15px; font-family:"微软雅黑";} 

.foot_u a:hover{ text-decoration:underline;}

.foot_d{ width:1000px; height:auto; overflow:hidden; margin:0 auto; padding-top:20px;}

.foot_l{ width:860px; float:left; line-height:26px; overflow:hidden;text-align:center;font-size:16px;}

.foot_r{ float:right;}


 .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
.pagination > li {
    display: inline; }
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }

					  

#index-banners {


  width: 100%;
  height: 500px;

  position: relative; 

}







#index-banners #images-container {







  position: absolute;







  left: 0;







  top: 0;







  width: 100%;







  height: 100%;







}







#index-banners #images-container a {







  display: block;







  position: absolute;







  text-indent: -9999px;







  outerline: 0;







  width: 100%;







  height: 100%;







}







#index-banners #slide-nav {







  z-index: 20;







  position: relative;







}







#index-banners #slide-nav ul {







  position: absolute;







  right: 50%;







  top: 470px;







}







#index-banners #slide-nav ul li {







  float: left;







  width: 15px;







  height: 15px;







  margin: 0 6px;







  overflow: hidden;







  cursor: pointer;







  text-indent: -9999px;







  background: #ccc;







border-radius:50%;







}







#index-banners #slide-nav ul li.on {







  background-position: -1px 0;background:#0391e7;







}



/*feedback*/

.feedback {clear:both;margin:0px auto;padding:0px;margin:20px 0px 0px 0px;}

.submita {margin:16px auto; display:inline-block; padding:0 18px!important; line-height:22px; background:#ff9c00; border:0px; height:24px; color:#fff;cursor:pointer; font-size:16px;}

.xh {color:#f00; padding:0 3px;}

#feedbackForm {margin:20px 0px 0px 0px;}

#feedbackForm .text {width:300px;height:26px;margin:10px 0px 0px 0px;font-size:12px;line-height:26px;padding:0px 0px 0px 5px;border:1px solid #CCC;}

#feedbackForm .lable {padding:10px 12px 0px 0px;line-height:30px;height:30px;text-align:right;}

#feedbackForm .atextarea {float:left;border:1px solid #CCC;height:100px; width:305px;ont-size:12px; margin-top:10px;line-height:24px;font-family:Arial, Helvetica, sans-serif;color:#666;}

#feedbackForm .smtcss{ padding-right:112px; text-align:center;}

/*feedbackend*/