@charset "utf-8";
/* CSS Document */
html{color:#666; overflow-x:hidden;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,input,button,textarea,p,blockquote,th,td{margin:0;padding:0; -webkit-text-size-adjust: none; text-align:left;}
body{ font-size:14px;font-family:"微软雅黑";  color:#666; line-height:1; min-width:1000px;}
img{border:none;}
li{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
a{color:#333;text-decoration:none;}
a:hover{color:#F60;text-decoration:none;}
input,textarea{ outline:medium; text-indent:5px;}

.pointer {
	cursor: pointer;
}
.block100 {
	width: 100%; overflow: hidden;
}
.block50 {
	width: 50%; overflow: hidden;
}

#warp {
	width: 100%; overflow: hidden;
}
#header {
	width: 100%; overflow: hidden;
}
#footer {
	width: 100%; overflow: hidden;
}
.top{ height:40px; line-height:40px; background:#1a66a6; color:#fff;}
.top .topInfo{ width:1160px; margin:0 auto;}
.top .topInfo p{ float:left}
.top .topInfo span{ float:right;font-size: 17px;}

.logo {
	margin: 0px auto; width: 1160px; height: 120px; overflow: hidden;
}
.logo h1 {
	height: 80px; margin-top:16px; float: left;
}
.navigation {
	float:right; width:650px; margin-top:30px;
}
.navigation p{ text-align:right;}
.navigation p span{ color:#f30; font-size:18px;}
.nav {
	height: 50px; line-height:50px; overflow: hidden;
}
.nav li {
	 height: 100%; float: left;
}
.nav li a {
	width:90px;text-align:right; height: 100%; overflow: hidden; font-size: 1.0rem; display: block; white-space: nowrap; text-overflow: ellipsis;text-decoration: none;
}
.nav li a:hover {
	color:#f60;
}

/* flexslider */
.flexslider{position:relative;height:500px;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li{height:500px;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(../images/next.png) center center no-repeat;}

/*==============产品中心=============*/
.product{ padding:50px 0; background:#1966a7; zoom:1; overflow:hidden;}
.product h2{ text-align:center; color:#fff; font-size:24px; margin-bottom:40px;}
.product p{ text-align:center; font-size:14px; margin-bottom:40px;}
.product p a{ background:#fdf7d5; color:#3686c9; padding:10px 30px; margin-left:5px;}
.product_info{ width:1160px; margin:0 auto; padding-top:20px;}
.product_info ul li{ width:250px; text-align:center;}
.product_info ul li img{ width:250px; height:180px; background:#fff;}
.product_info ul li span{ display:block; height:30px; line-height:30px; text-align:center; font-size:14px; margin-top:10px;}
.product_info ul li a{ color:#fff;}
.more{ text-align:center; margin-top:25px;}
.more a{ width:150px; height:40px; color:#fff; line-height:40px; font-size:16px; border:solid 1px #dedede; margin:0 auto; display:block;}


/*==============关于我们=============*/
.about{ background:#fff; padding:50px 0 0 0;}
.about h2{ text-align:center; font-weight:400; font-size:28px; margin-bottom:50px;}
.aboutInfo{ width:1200px; margin:0 auto; zoom:1; overflow:hidden;}
.aboutInfo dl{ width:218px; height:260px; background:#fff; border:solid 1px #ddd; border-radius:6px; float:left; margin-right:20px;}
.aboutInfo dl dt{ text-align:center; font-size:18px; margin-top:30px;}
.aboutInfo dl dd{ text-align:center; font-size:14px; margin-top:20px;}

.about_txt{ width:1160px; margin:0 auto; zoom:1; overflow:hidden;}
.about_txtInfo{ background:#fff; float:right; width:650px;}
.about_txtInfo img{ float:left; margin-right:20px;}
.about_txtInfo h3{ margin-top:30px; margin-bottom:20px; font-size:24px;}
.about_txtInfo p{ line-height:30px; padding-right:20px; margin-bottom:30px; font-size:16px;}
.about_txtInfo a{ line-height:24px; padding:10px 30px; background:#018ee5; text-align:center; color:#fff;}

.about_img{
    width:478px;
	float:left;
}
.large_box{
    margin-bottom:10px;
    width:478px;
    height:302px;
    overflow:hidden;
}
.large_box img{
    display:block;
	border:solid 1px #ddd;
    width:476px;
    height:300px;
}
.small_box{
    width:476px;
    height:73px;
    overflow:hidden;
}
.small_list{
    position:relative;
    float:left;
    width:420px;
    height:52px;
    overflow:hidden;
}
.small_list ul{
    height:52px;
    overflow:hidden;
}
.small_list ul li{
    position:relative;
    float:left;
    margin-right:5px;
    width:100px;
}
.small_list ul li img{
    display:block;
	border:solid 1px #ddd;
}
.small_list ul li .bun_bg{
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100px;
    height:50px;
    background:#FFF;
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity:0.6;
    opacity:0.6;
}
.small_list ul li.on .bun_bg{
    display:block;
}
.btns{
    display:block;
    width:20px;
    height:52px;
    background-color:#777;
    background-repeat:no-repeat;
    background-position:center center;
    cursor:pointer;
}
.btns:hover{
    background-color:#333;
}
.lefts_btn{
    float:left;
    margin-right:10px;
    background-image:url(../images/left.png);
}
.rights_btn{
    float:right;
    background-image:url(../images/right.png);
}

/*==============公司动态=============*/
.news{padding:50px 0; background:#f3f5f8;}
.news h2{ text-align:center;}
.newsInfo{ width:1160px; margin:0 auto; padding-top:30px; zoom:1; overflow:hidden;}
.newsInfo ul li{ background:#fff; width:520px; float:left; height:60px; padding:20px; margin-bottom:10px; margin-right:20px; zoom:1; overflow:hidden;}
.newsInfo ul li .date{ width:100px; height:60px; border-right:solid 1px #dedede; padding-top:10px; text-align:center; float:left;}
.newsInfo ul li .date span{ display:block; margin-bottom:10px;}
.newsInfo ul li .date a{ display:block; width:60px; height:20px; line-height:20px; margin:0 auto; background:#1e97e4; text-align:center; color:#fff;}
.newsInfo ul li .newTitle{ float:left; margin-left:30px; width:380px;}
.newsInfo ul li .newTitle h3{ font-size:16px; font-weight:400; line-height:24px;}
.newsInfo ul li .newTitle p{ font-size:14px; font-weight:400; line-height:24px;}
.zgongsi{ padding-top:30px;}
.zgongsi h2{ line-height:30px; padding-bottom:30px;}

/*==============联系我们=============*/
.contact{ width:1160px; margin:0 auto; padding:50px 0; zoom:1; overflow:hidden;}
.contact h2{ text-align:center; font-weight:400; font-size:28px; margin-bottom:50px;}

.map{ width:430px; height:320px; float:left;}
.message{ width:370px; height:260px; float:left; background:#f9f9f9; padding:30px;}
.myform{ padding-top:10px;}
.myform p{ padding-top:10px;}
.myform p span{ float:left;}
.txt{ border:solid 1px #ddd; height:24px; width:200px;}
.txtarea{ border:solid 1px #ddd; height:84px; width:300px;}
.message p{ padding-top:10px; line-height:20px;}
.btn{ background:#288ddb; color:#fff; border:none; width:100px; height:30px; text-align:center; cursor:pointer}
.btnInfo{ padding-left:42px;}

.lianxi{ background:#ebebeb; width:240px; float:left; padding:30px; height:260px;}
.lianxiInfo{ padding-top:10px;}
.lianxiInfo p{ line-height:40px;}


.mainInfo{ width:1160px; margin:0 auto; padding:30px 0; zoom:1; overflow:hidden;}

/*==============左侧=============*/
.left_wrap{ float:left; width:230px;}
/*==============右侧=============*/
.right_wrap{ float:right; width:900px;}

/*==============产品序列=============*/
.productList{ width:230px; background:#fff; border:solid 1px #e6e6e6; padding:1px;}
.productList h3{ zoom:1; overflow:hidden; height:38px; line-height:38px; padding:0 10px; background:#f9f9f9;}
.productList h3 span{ float:left; font-size:16px; color:#333;}
.productList h3 a{ float:right; font-size:14px; font-weight:lighter; color:#666;}
.productList ul{ padding:0 10px 10px 10px;}
.productList ul li{ height:38px; line-height:38px; border-bottom:dashed 1px #CCC; zoom:1; overflow:hidden;}
.productList ul li a{ background:url(../images/ico02.gif) no-repeat 3px center; padding-left:15px; font-size:14px;}

/*==============联系我们=============*/
.contacts{ width:230px; margin-top:15px; background:#fff; border:solid 1px #e6e6e6; padding:1px;}
.contacts h3{ zoom:1; overflow:hidden; height:38px; line-height:38px; padding:0 10px; background:#f9f9f9;}
.contacts h3 span{ float:left; font-size:14px; color:#333;}
.contacts h3 a{ float:right; font-size:12px; font-weight:lighter; color:#666;}
.txt_contact{ padding-top:10px;}
.txt_contact img{ margin:0 auto; display:block;}
.txt_contact p{ font-size:14px; line-height:24px; padding:0 10px;}

/*==============文章列表=============*/
.list{ width:896px; background:#fff; border:solid 1px #e6e6e6; padding:1px;}
.list h3{ zoom:1; overflow:hidden; height:38px; line-height:38px; padding:0 10px; background:#f9f9f9;}
.list h3 span{ float:left; font-size:16px; color:#333;}
.list h3 a{ float:right; font-size:12px; font-weight:lighter; color:#666;}
.list ul{ padding:0 10px 10px 10px;}
.list ul li{ height:42px; line-height:42px; border-bottom:dashed 1px #CCC; zoom:1; overflow:hidden; zoom:1; overflow:hidden;}
.list ul li a{ background:url(../images/ico02.gif) no-repeat 3px center; padding-left:15px; font-size:14px; float:left;}
.list ul li span{ font-size:12px; float:right; padding-right:5px; color:#666;}

/*==============分页=============*/
.page{ text-align:center; padding:10px; font-size:12px;}

/*==============内容页=============*/
.view{ padding:15px; background:#fff; border:solid 1px #e6e6e6;}
.view h2{ text-align:center; font-size:16px;}
.son_title{ text-align:center; padding:15px; color:#666; font-size:12px; background:url(../images/line.gif) repeat-x left bottom;}
.info p{ text-indent:24px; line-height:24px; margin-top:12px; font-size:14px;}
.info { text-indent:24px; line-height:24px; margin-top:12px; font-size:14px;}

#footer {}
.footInfo{ margin-bottom:20px;}
.footInfo dl{ padding:20px; background:#e5e5e5; width:1120px; margin:0 auto; zoom:1; overflow:hidden;}
.footInfo dl dt{ float:left;}
.footInfo dl dd{ float:left; margin-left:15px;}

.copyright{ padding:20px 0; background:#094f8d;height:100px;}
.copyright p { color:#ffffff; text-align:center; line-height:24px;}

.dh {border: 0px solid #e6e6e6;}
.dh h3{ zoom:1; overflow:hidden; height:38px; line-height:38px; padding:0 10px; background:#f9f9f9;}
.dh h3 span{ float:left; font-size:16px; color:#333;padding-left:12px;}
.dh h3 a{ float:right; font-size:12px; font-weight:lighter; color:#666;}


.box1{border: solid 0px #d8d8d8;}
.box1 h1{border-bottom:solid 1px #d5d5d5;}
.box1 h1 span{ color:#005e98; font-size:14px; padding-left:15px;}
.box1 ul{ padding:3px; zoom:1;overflow: hidden;}

.producti {margin: 0px; zoom:1; overflow:hidden; background-color: #fff;width: 100%;}
.producti ul{zoom:1; overflow: hidden; margin-right: 0px; margin-top: 10px; margin-left: 10px;}
.producti ul li{padding:3px;
             text-align:center; font-size:14px; border: solid 1px #ddd; float: left; margin-right: 3px; margin-bottom: 10px;
              width:210px;}
.producti ul li span{line-height:32px; display:block; border-top: solid 1px #ddd; background: #fff; margin-top:3px;}
.producti img { max-width: 210px; height: 150px}
.producti a{color: #000;}

.producti h2{
    font-size: 14px;
    color: #aaaaa;
    font-weight: normal;
    background: url(../images/ico02.gif) no-repeat 10px center;
    padding-left: 20px;
    position: relative;
    border-bottom: 2px solid #ededed;
    line-height: 34px;
    height: 34px;
    width: 95%;
}
.producti h2 a{float: right; margin-right: 5px; font-size: 13px;}


.productc{
    margin:0px;
    zoom:1;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
}
.productc ul{
    zoom:1;
    overflow: hidden;
    margin-top: 10px;
}
.productc ul li{
    width: 216px;
    height: 182px;
    float: left;
    text-align: center;
    padding:1px;
    font-size: 14px;
    border: 1px solid #ddd; margin-right: 3px; margin-bottom: 10px;
}
.productc img{
    max-width: 213px;
    height: 150px;
    padding:1px;
}

.productc ul li span{line-height: 24px; padding: 2px; font-size: 13px; display: block;}


.productk{
    margin:0px;
    zoom:1;
    overflow: hidden;
    width: 100%;
    background-color: #ffffff;
}
.productk ul{
    zoom:1;
    overflow: hidden;
    margin-top: 10px;
}
.productk ul li{
    width: 205px;
    height: 195px;
    float: left;
    text-align: center;
    padding:1px;
    font-size: 14px;
    border: 1px solid #ddd; margin-right: 9px; margin-bottom: 10px;
}
.productk img{
    max-width: 198px;
    height: 165px;
    padding:1px;
}

.productk ul li span{line-height: 24px; padding: 2px; font-size: 13px; display: block;}

.second{ padding-left: 15px;}

.third{ padding-left: 30px;}


.xglist h2{ font-size: 14px; background-color: #cccccc; text-align: left; padding-left: 5px; padding: 3px; line-height: 22px;}
.xglist ul{width: 100%; zoom:1; overflow: hidden; margin-top: 5px;}
.xglist ul li{float: left; width: 19%; margin-left: 2px; text-align: center;}
.xglist img { width: 110px; height: 80px;}
.xglist ul li span{ display: block; text-align: center;}

.newslist h2{ font-size: 14px; background-color: #cccccc; text-align: left; padding-left: 5px; padding: 3px; line-height: 22px;}
.newslist ul{width: 100%; zoom: 1; overflow: hidden; margin-top: 5px;}
.newslist ul li{float: left; width: 49%; margin-left: 2px;}


#content{width: 72%; text-align: center; margin: 0 auto; background-color:#ffffff;}
.hotcity{ margin: 10px; padding: 5px}
.hotcity ul li{ width: 60px; float: left; font-size: 14px; text-align: center; height: 30px}
 

.allcity{padding-left:30px;height:100%;padding-top:16px;overflow:hidden;display:block;clear:both;text-align:left;}
.allcity dl{clear:both;margin-bottom:10px;display:block;overflow:hidden;}
.allcity h4{font-size:14px;font-weight:bold;color:#dd0000;margin-bottom:10px;}
.allcity dl dt{clear:both;font-size:14px;font-weight:bold;color:#000000;}
.allcity ul li{float:left;font-size:12px;display:block;width:70px;height:23px;line-height:23px;display:inline;} 
.allcity ul li a:visited{color:#800080;text-decoration:none;}
.allcity ul li a.ho{color:#dd0000;}

