﻿@charset "utf-8";
/* CSS Document */
body{ margin:0px; padding:0px; background:url(images/bg_home.jpg); font-size:14px;}
*,ul,ol,li,p,h1,h2,h3{margin:0px; padding:0px; border:0px;}
a{ text-decoration:none;}
a:hover{ text-decoration:underline; color: #0e9bb4;}

#head,#menu_main,#banner,#main_in,#main_nei,#footer{ width:1099px; margin:0 auto;}

#head{ height:114px; background-color:#fff; position:relative;}
#head .logo{ position:absolute; left:0px; top:30px;}
#head .img1{position:absolute; right:0px; top:30px;}

#menu_main{ height:49px; background:url(images/bg_menu.jpg); text-align:center;}
#menu_main ul{ list-style:none; margin-left:200px; }
#menu_main li{ width:120px; text-align:center; float:left; font-family:"微软雅黑"; padding-top:15px; position:relative; font-size:15px; }
#menu_main li a{ color:#506265;}
#menu_main li .img1{ position:absolute; right:0px; top:0px;}


#banner{ height:349px; margin-top:1px;}

#main_in{ margin-top:38px; height:266px;}
#main_in .box1{ width:291px; position:relative; float:left; height:203px;}
#main_in .box1 h2{ height:30px; padding-top:6px; font-family:"微软雅黑"; font-size:15px; background-color:#1061ad; text-align:center;}
#main_in .box1 h2 a{ color:#fff;}
#main_in .box1 .img1{ position:absolute; right:0px; top:0px;}
#main_in .box1 .img2{ position:absolute; left:0px; top:0px;}
#main_in .box1 p{ width:90%; margin:10px auto; line-height:25px;}
    #main_in .box1 p img { float:left; margin:0 20px 0 0; width:120px;}


#main_in .box2{ width:225px; float:right; background-color:#e3e3e3;  height:203px;}
#main_in .box2 h2{ height:30px; padding-top:6px; font-family:"微软雅黑"; font-size:15px; background-color:#d3d3d3; text-align:center;}
#main_in .box2 h2 a{ color:#0066cc;}
#main_in .box2 ul{width:90%; margin:10px auto; line-height:22px; list-style:none;}
#main_in .box2 ul li{ background:url(images/icon_li.jpg) left no-repeat; padding-left:15px;}
#main_in .box2 a{ color:#0066cc;}


#footer{ position:relative; clear:both; font-family:Arial, Helvetica, sans-serif}
#footer .line{ width:100%; height:1px; position:absolute; left:0px; top:1px; background-color:#0279d8;}
#footer p{ color:#999999; line-height:20px; font-size:12px;}
#footer a {color:#999999;  }
#footer .text1{ position:absolute; left:10px; top:16px; }
#footer .text2{ position:absolute; left:380px; top:16px; }
#footer .text3{ position:absolute; right:10px; top:16px; }







/* 首页banner 轮播 */

	.fullSlide{ width:100%;  position:relative;  height:349px; }
	.fullSlide .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }
	.fullSlide .bd ul{ width:100% !important;  }
	.fullSlide .bd li{ width:100% !important;  height:349px; overflow:hidden; text-align:center;  }
	.fullSlide .bd li a{ display:block; height:349px; }

	.fullSlide .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; 
	}
	.fullSlide .hd ul{ text-align:center;  padding-top:5px;}
	.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:8px; height:8px; margin:5px; background:url(images/tg_flash_p.png) -18px 0; overflow:hidden; 
		line-height:9999px; 
	}
	.fullSlide .hd ul .on{ background-position:0 0; }
	