﻿@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; position:absolute; z-index:100; padding-top:15px
}
#footer {
	width: 100%; overflow: hidden;
}
.logo {
	margin: 0px auto; width: 1160px; height: 300px; overflow: hidden;
}
.logo h1 {
	height: 80px; margin-top: 6px; float: left;
}
.navigation {
	float:right; width:840px; margin-top:24px;
}
/*.nav {
	height: 50px; line-height:50px; overflow: hidden; margin-top:10px;
}
.nav li {
	 height: 100%; float: left;
}
.navigation li a {
	width:100px;text-align:center; height: 100%; color:#fff; overflow: hidden; font-size: 1.0rem; display: block; white-space: nowrap; text-overflow: ellipsis;text-decoration: none;
}
.navigation li a:hover {
	color:#f60;
}
.navigation p {
	text-align:right; padding-right:15px;
}
.navigation p span{
	font-size:24px; color:#de2323;
}*/

.menu {
}
.menu li {
    min-width: 120px;
}
.menu > li {
    display: block;
    float: left;
    position: relative;
}
.menu > li:first-child {
    /*border-radius: 5px 0 0;*/
}
.menu a {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
    text-align:center;
    font-weight:bold;
}

.menu li:hover {
    background-color: #134f8a;
}
.menu li:hover > a {
    color: #c5ddf4;
}

.submenu {
    background-color: #2268ae;
    left: 0;
    max-height: 0;
    position: absolute;
    top: 100%;
    z-index: 0;

    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}
.submenu li {
    opacity: 0;

    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);

    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
}
.menu .submenu li a {
	font-size:14px;
}
.menu .submenu li:hover a {
    color: #ffffff;
}
.menu > li:hover .submenu, .menu > li:focus .submenu {
    max-height: 2000px;
    z-index: 10;
}
.menu > li:hover .submenu li, .menu > li:focus .submenu li {
    opacity: 1;

    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.menu li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.menu li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.menu li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.menu li:hover .submenu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.menu li:hover .submenu li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.menu li:hover .submenu li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.menu li:hover .submenu li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.menu li:hover .submenu li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.submenu li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.submenu li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.submenu li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.submenu li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.submenu li:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.submenu li:nth-child(6) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.submenu li:nth-child(7) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.submenu li:nth-child(8) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

/* flexslider */
.flexslider{position:relative;height:900px;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li{height:900px;}
.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;}

/*==============关于我们=============*/
.about{ width:1160px; margin:0 auto; padding:50px 0;}
.about h2{ text-align:center;}
.aboutTxt{ padding-top:30px; zoom:1; overflow:hidden;}
.aboutTxt img{ float:left; margin-right:30px;}
.aboutTxt p{ float:left; width:780px; text-indent:32px; font-size:16px; line-height:30px;}
.aboutTxt a{ display:block; float:left; color:#f30; border:solid 1px #d9d9d9; padding:10px 30px; margin-top:20px;}
.aboutTxt a:hover{ color:#666;}

/*==============产品中心=============*/
.product{ padding:50px 0; background:#f0f4f6; zoom:1; overflow:hidden;}
.product h2{ text-align:center;}
.product_info{ width:1160px; margin:0 auto; padding-top:20px; zoom:1; overflow:hidden;}
.product_info ul{ margin-right:-50px;}
.product_info ul li{ width:250px; text-align:center; float:left; margin-right:50px;}
.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:#666;}

.more{ text-align:center; margin-top:25px;}
.more a{ width:150px; height:40px; color:#666; line-height:40px; font-size:16px; border:solid 1px #ddd; margin:0 auto; display:block;}
.more a:hover{ color:#f70700; border:solid 1px #f70700; margin:0 auto; display:block;}

/*==============荣誉=============*/
.honor{ padding:50px 0; height:400px; background:#f0f4f6 url(../images/bg_honor.jpg) center center no-repeat; zoom:1; overflow:hidden;}
.honor h2{ text-align:center;}
.honor_info{ width:1160px; margin:0 auto; padding-top:40px; zoom:1; overflow:hidden;}
.honor_info ul li{ width:160px; background:#fff; padding:10px;}
.honor_info ul li img{ width:160px; height:240px;}

/*==============公司动态=============*/
.news-contact{ width:1160px; margin:0 auto; padding:50px 0; zoom:1; overflow:hidden;}
.news{ width:320px; float:left; margin-left:50px;}
.news h2{ zoom:1; overflow:hidden; font-weight:lighter; background:url(../images/title_ico.gif) no-repeat left center; margin-bottom:15px;}
.news h2 span{ line-height:36px; font-size:20px; color:#f60; float:left;}
.news h2 a{ line-height:36px; float:right; font-size:14px;}
.newsTxt{ padding-top:20px; zoom:1; overflow:hidden;}
.newsTxt ul li{ border-bottom:dashed 1px #ddd; background:url(../images/module3_list_bg.jpg) no-repeat left center; padding-left:10px; line-height:40px; font-size:14px;}

.contactUs{ width:320px; float:left; margin-left:50px;}
.contactUs h2{zoom:1; overflow:hidden; font-weight:lighter; background:url(../images/title_ico.gif) no-repeat left center; margin-bottom:15px;}
.contactUs h2 span{ line-height:36px; font-size:20px; color:#f60; float:left;}
.contactUs h2 a{ line-height:36px; float:right; font-size:14px;}
.contactUsTxt{ padding-top:20px; zoom:1; overflow:hidden;}
.contactUsTxt dl dt{ line-height:28px; font-size:18px; font-weight:bold;}
.contactUsTxt dl dd{ line-height:28px; font-size:14px;}

.yeji{ width:420px; float:left;}
.yeji h2{ zoom:1; overflow:hidden; font-weight:lighter; background:url(../images/title_ico.gif) no-repeat left center; margin-bottom:15px;}
.yeji h2 span{ line-height:36px; font-size:20px; color:#f60; float:left;}
.yeji h2 a{ line-height:36px; float:right; font-size:14px;}
/*焦点图*/
.case{ position:relative; width:420px; height:300px; float:right;}
.case h3{ font-size:24px; line-height:48px;}
.casesinfo{ background-color: #000; position:relative;}  
.casesinfo img{ width: 420px; height: 300px;} 
.casesinfo .shadow .title{width: 260px; height: 65px;padding-left: 30px;padding-top: 20px;}
.casesinfo .shadow .title a{ text-decoration:none; color:#fff; font-size:14px; font-weight:bolder; overflow:hidden; }
.casesinfo .btn{ position:absolute; bottom:34px; left:510px; overflow:hidden; zoom:1;} 
.casesinfo .btn a{position:relative; display:inline; width:13px; height:13px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }  
.casesinfo .btn a:hover,.focus .btn a.current{  cursor:pointer;background:#fc114a;}  
.casesinfo .fPic{ position:absolute; left:0px; top:0px; }  
.casesinfo .D1fBt{ overflow:hidden; zoom:1;  height:16px; z-index:10;  }  
.casesinfo .shadow{ width:100%; position:absolute; bottom:0; left:0px; z-index:10; height:50px; line-height: 50px; background:rgba(0,0,0,0.6);    
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;  display:block;  text-align:left; }  
.casesinfo .shadow a{ text-decoration:none; color:#fff; font-size:20px; overflow:hidden; margin-left:10px; font-family: "\5FAE\8F6F\96C5\9ED1";}  
.casesinfo .fcon{ position:relative; width:100%; float:left;  display:none; background:#000  }  
.casesinfo .fcon img{ display:block; }  
.casesinfo .fbg{ top:270px; right:20px; position:absolute; height:21px; text-align:center; z-index: 200; }  
.casesinfo .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:14px}    
.casesinfo .D1fBt a{position:relative; display:inline; width:12px; height:12px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }    
.casesinfo .D1fBt .current,.focus .D1fBt a:hover{background:#fc114a;}    
.casesinfo .D1fBt img{display:none}    
.casesinfo .D1fBt i{display:none; font-style:normal; }    
.casesinfo .prev,.focus .next{position:absolute;width:40px;height:74px;background: url(../images/focus_btn.png) no-repeat;}
.casesinfo .prev{top: 50%;margin-top: -37px; left: 0;background-position:0 -74px; cursor:pointer; }  
.casesinfo .next{top: 50%;margin-top: -37px; right: 0;  background-position:-40px -74px;  cursor:pointer;}  
.casesinfo .prev:hover{  background-position:0 0; }  
.casesinfo .next:hover{  background-position:-40px 0;}

.quickMenu{ width:426px; float:right; padding-top:30px;}
.quickMenu ul li{ float:left;}

.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:890px; 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 { background:#282850;}
.footInfo{ width:1160px; margin:0 auto; padding:50px 0;}
.foot_l { zoom:1; overflow:hidden;}
.foot_l dl{ width:200px; height:130px; float:left; padding-left:30px; border-left:solid 1px #535381;}
.foot_l dl dt{ color:#eee; font-size:16px; line-height:24px; margin-bottom:10px;}
.foot_l dl dd{ line-height:24px;}
.foot_l dl dd a{ line-height:24px; color:#7a7aa5;}
.foot_l dl dd a:hover{ line-height:24px; color:#eee;}
.copyright{line-height:40px; background:#0a0a3f;}
.copyright p { color:#adafbc; text-align:center;}


.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; background:url(../images/title_ico.gif) no-repeat left 11px; 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}
.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: 9px; margin-bottom: 10px; width:204px;}
.producti ul li span{line-height:32px; display:block; border-top: solid 1px #ddd; background: #fff; margin-top:3px;}
.producti img { max-width: 185px; height: 165px}
.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;
}
.producti h2 a{float: right; margin-right: 5px; font-size: 13px;}


.productc{
    margin:0px;
    zoom:1;
    overflow: hidden;
    width: 100%;
}
.productc ul{
    zoom:1;
    overflow: hidden;
    margin-top: 10px;
}
.productc ul li{
    width: 210px;
    float: left;
    text-align: center;
    padding:1px;
    font-size: 14px;
    border: 1px solid #ddd; margin-right: 9px; margin-bottom: 10px;
}
.productc img{
    max-width: 190px;
    height: 175px;
    padding:1px;
}

.productc 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;}