body {
  font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000000;
}

.navbar {
    position: relative;
    margin-bottom: 0px;
    border-bottom: 0px solid #BEBCBC;
}


.navbar-inverse {
    background-color: #0d203a;
    border-color: #5F5D5D;
}

.navbar-brand {
   margin-top:0px;
   padding:0px;
}

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
	padding-left:5px;
	padding-right:5px;
    line-height: 30px;
	margin-left:20px;
	margin-right:20px;
}

.nav {
    padding-left: 0px;
}

.navbar {
    position: relative;
    min-height: 30px;
	}


.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #036eb6;
	background-color:#ffffff;
}
a {
    color: #333333;
    text-decoration: none;
}

a:hover { 
    text-decoration:none;
	transition: all 300ms ease-in 0ms;
	}


.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #000;
    border: 1px solid transparent;
    border-radius: 4px;
}


.menu ul.sub_menu{position:absolute; width:600px; display:none; z-index:999; margin-left:0px;}
.menu ul.sub_menu a{ color:#ffffff;}
.menu ul.sub_menu a:hover{ color:#ffffff; background:none;}
.bg{ background:url(../images/bg.png) repeat; height:40px; display:none; width:100%; z-index:99; position:absolute;}
.menu ul.sub_menu li {
    float:left;
	width:100px;
    line-height: 40px;
	list-style-type:none;
	background:none;
}
.menu ul.sub_menu li a{ 
    color:#ffffff;
	font-size:12px;
	}
	

.kq1 {-webkit-animation-delay: 0.4s;}
.kq2 {-webkit-animation-delay: 0.8s; -webkit-animation-duration: 0.8s;}
.kq3 {-webkit-animation-delay: 1.2s; -webkit-animation-duration: 1.2s;}
.kq4 {-webkit-animation-delay: 1.6s; -webkit-animation-duration: 1.6s;}
.kq5 {-webkit-animation-delay: 2s; -webkit-animation-duration: 2s;}
.kq6 {-webkit-animation-delay: 2.4s; -webkit-animation-duration: 2.4s;}

.kuanping {
   width:1200px;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
.kkt {
   width:100%;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
   
.banner img {
    width:100%;
}
   
   
.search {
    width: 113px;
    height: 29px;
	line-height:29px;
    float: right;
    background: url("../images/sousuo.png") no-repeat scroll 0% 0% transparent;
	padding-left:6px;
    margin-top: 0px;
}

.search input {
    outline: medium none;
    background: none repeat scroll 0% 0% transparent;
    margin: 0px;
    padding: 0px;
	line-height:29px;
    border: 0px none;
}


.submitIn {
    width: 29px;
    height: 29px;
    float: right;
    cursor: pointer;
}   

.juyou {
   text-align:right;
   color:#717071;
   margin-top:10px;
   }
   
.item img {
	animation: fangda 3s;
    -webkit-animation: fangda 3s;
   }  
   
-webkit-keyframes fangda {
	0%{
		transform:scale(1.0);
	}
	100%{
		transform:scale(1.2);
	}
}
@keyframes fangda {
	0%{
		transform:scale(1.0);
	}
	100%{
		transform:scale(1.2);
	}
} 

.abbj {
   position:relative;
   height:auto; overflow:hidden;
   background:url(../images/abbj.jpg); background-repeat:no-repeat;
   z-index:99px;
   margin-top:-80px;
   }
   
   
.abtp {
   margin-top:86px;
   padding-top:20px;
   }
   
.abzuo {
   padding-top:20px;
   padding-bottom:20px;
   background-color:#FFFFFF;
   height:auto; overflow:hidden;
   line-height:25px;
   }
   
.carousel-indicators {
    bottom: 90px;
}

.cftu {
   height:auto; overflow:hidden;
   margin-bottom:25px;
  }
  
  
.abmore {
   width:356px;
   height:53px;
   margin:88px auto 0px;
   }
   
.abmore a {
   display:block;
   width:356px;
   height:53px;
   line-height:53px;
   text-align:center;
   background:url(../images/abmore.png);
   color:#FFFFFF;
   font-size:27px;
   font-weight:bold;
   }
   
.ry {
   width:990px;
   height:auto; overflow:hidden;
   margin:20px auto 0px;
   }
   
   
.cpbj {
   background:url(../images/cpbj.jpg) top center; background-repeat:no-repeat;
   height:auto; overflow:hidden;
   background-color:#FFFFFF;
   padding-top:376px;
   }
   
.cpkuai {
   padding:20px;
   height:auto; overflow:hidden;
   background-color:#FFFFFF;
   }
   
   
.cptu {
   margin-bottom:25px;
   height:217px;
   border:1px solid #4a403d;
   }
   
.guzi {
   width:200px;
   height:70px;
   line-height:70px;
   margin:0 auto;
   background: rgba(0, 0, 0, 0.8);
   color:#FFFFFF;
   text-align:center;
   font-size:20px;
   position:relative;
   margin-top:-140px;
   z-index:99;
   border-radius: 10px;
   }
   
.cptu a section {
    overflow: hidden;
}   
   
section {
    display: block;
}

.cptu:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   }
   
.shop-lan {
   height:53px;
   line-height:53px;
   color:#FFFFFF;
   font-size:30px;
   font-weight:bold;
   padding-left:12px;
   background:url(../images/shop-lan.png); background-repeat:no-repeat;
   }
   
.shop-nei {
   margin-top:15px;
   }
   
.spmore {
   width:271px;
   height:78px;
   margin:20px auto 0px;
   }
   
.jiaru {
   margin-top:55px;
   }
   
   
.newstp {
   margin-top:60px;
   height:auto; overflow:hidden;
   }
   
   
.xwhh {
   height:auto; overflow:hidden;
   border-bottom:1px solid #f9f9f9;
   padding-top:15px;
   padding-bottom:15px;
   }
   
.xwhh-aa {
   width:25%;
   float:left;
   }
   
.xwhh-bb {
   width:72%;
   float:right;
   color:#747980;
   }
   
.xwhh h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:14px;
   margin-top:0px;
   margin-bottom:10px;
   font-weight:bold;
   }
   
.xwhh-bb a {
   color:#036eb6;
   }
   
   
.lxbj {
   margin-top:60px;
   height:auto; overflow:hidden;
   margin-bottom:60px;
   }
   
.lxkk {
   margin-top:5px;
   margin-bottom:5px;
    height:auto; overflow:hidden;
	} 

.lxkk-aa {
   width:60%;
   float:left;
   }
   
.lxkk-bb {
   width:35%;
   float:right;
   text-align:right;
   }  
   
  
   
.bmaa {
   padding-top:20px;
   padding-bottom:20px;
   height:auto; overflow:hidden;
   background-color:#392f2c;
   line-height:45px;
   font-size:18px;
   color:#9d9d9e;
   }
   
.sub-aa {
   width:65%;
   float:left;
   }
   
.sub-bb {
   width:31%;
   float:right;
   }
   
.kky {
   background-color:#595757;
   border:1px solid #595757;
   height:45px;
   }
   
.dx {
   margin-left:20px;
   margin-right:20px;
   float:left;
   }
   
.bottom {
   height:auto; overflow:hidden;
   background-color:#4f4644;
   padding-top:30px;
   padding-bottom:20px;
   color:#9d9d9e;
   }
   
.bottom a {
   color:#9d9d9e;
   }
   
.bottom h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:24px;
   margin-top:0px;
   margin-bottom:20px;
   font-weight:bold;
   color:#9d9d9e;
   }
   
.kk1 {
   border:1px solid #9d9d9e;
   height:30px;
   background:url(../images/kong.png);
   color:#9d9d9e;
   }
   
.kkm {
   border:1px solid #9d9d9e;
   background:url(../images/kong.png);
   color:#9d9d9e;
   }
   
   
.didh {
   height:auto; overflow:hidden;
   }
   
.didh li {
   list-style-type:none;
   height:auto; overflow:hidden;
   line-height:30px;
   border-bottom:1px dashed #9d9d9e;
   }
   
.dazi {
   font-size:18px;
   }
   
   
/* 单页 */
.neirong {
    height: auto;
    overflow: hidden;
	margin-top:20px; margin-bottom:20px;
}

.lielanx {
    background-color:#0d203a;
    height: 80px;
    padding-left: 15px;
    padding-top: 20px;
	border-radius: 8px 8px 0 0;
}

.lielanx h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
	   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 5px;
}
   
.lie-hhx {
   height:50px;
   border-bottom:1px solid #ebebeb;
   }
   
.lie-hhx a {
   display:block;
   width:100%;
   height:50px;
   line-height:50px;
   background-color:#f7f7f7;
   border-bottom:1px solid #ebebeb;
   font-size:14px;
   color:#717071;
   }
   
.lie-hhx a:hover {
   background-color:#ffffff;
   color:#0d203a;
   }
   
.lie-hhx.hover a {
   background-color:#ffffff;
   color:#0d203a;
   }
   
.lie-aa {
   width:70%;
   padding-left:25px;
      height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   float:left;
   }
   
.lie-bb {
   width:25%;
   float:right;
   text-align:right;
   padding-right:25px;
   }
   
   
   
.rrnei {
   width:100%;
   background-color:#FFFFFF;
   border:1px solid #ecebeb;
   height:auto; overflow:hidden;
   border-radius: 8px 8px 0 0;
   }
   
.rrnei-lan {
   height:50px;
   line-height:50px;
   color:#3e3a39;
   }
   
.rrnei-lan-a {
   width:40%;
   float:left;
         height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   margin-left:25px;
   color:#595757;
   font-size:20px;
   font-weight:bold;
   }
   
.rrnei-lan a {
   color:#717071;
   }
   
.rrnei-lan-b {
   width:40%;
   float:right;
   margin-right:25px;
   text-align:right;
      height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   }
   
.rrnei-nei {
   background:url(../images/neibj.jpg) top left; background-repeat:no-repeat;
   height:auto; overflow:hidden;
   padding:30px;
   }
   
.lxnei {
   padding:20px;
   background-color:#ffffff;
   border:1px solid #eeeeee;
   }
   
.lxlan {
	background-color:#005ea4;
    height: 80px;
    padding-left: 15px;
    padding-top: 20px;
	border-radius: 8px 8px 0 0;
	margin-top:20px;
}

.lxlan h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 5px;
}

/* 产品中心 */

.cptux {
   border:10px solid #efefef;
   background-color:#efefef;
   height:auto; overflow:hidden;
   margin-bottom:30px;
   }
   
.cptux:hover {
   border:10px solid #0d203a;
   background-color:#0d203a;
   transition: all 300ms ease-in 0ms;
   }
.cptux a {
   color:#333333;
   }
   
.cptux a:hover {
   color:#ffffff;
   }
   
.cptux p {
   margin-top:15px;
   margin-bottom:7px;
   text-align:center;
   }   
   
   
/* 新闻中心 */
   
   
.newhh {
   margin-bottom:15px;
   height:auto; overflow:hidden;
   padding-top:10px; padding-bottom:10px;
   border:1px solid #f2f3f3;
   font-size:12px;
   background-color:#FFFFFF;
   }
   
.newhh:hover {
   border:1px solid #0d203a;
   background-color:#0d203a;
   transition: all 300ms ease-in 0ms;
   }
   
.newhh a:hover {
   color:#FFFFFF;
   }
   
.timex {
   margin-top:23px;
   }
   
   
.newhh h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   margin-top:20px;
   margin-bottom:12px;
   color: #595757;
   }
   
.newhh a:hover h2 {
   color:#FFFFFF;
   }
   
.ab-nei h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:35px;
   text-align:center;
   margin-top:20px;
   margin-bottom:15px;
   color:#595757;
   }
   
.ab-nei h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:14px;
   text-align:center;
   margin-top:0px;
   margin-bottom:75px;
   color:#9b9a9a;
   }  
   
.xwtp {
   margin-top:30px;
   margin-bottom:30px;
   }  
   
.rrnei-nei h5 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;

    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 20px;
}   
   
   
.rrnei-nei h5 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 20px;
}   

.neibu h5 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 20px;
} 
   
/*在线留言*/
.bky {
    margin: 20px 5px 5px;
	line-height:30px;
}

.ttanniu {
    width: 150px;
}

.table > thead > tr > th {
    vertical-align:middle;
	text-align:center;
	height:50px;
	font-size:14px;
	width:14.25%;
    border-bottom: 0px solid #dddddd;
}   

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #ffffff;
	vertical-align:middle;
	text-align:center;
	height:50px;
	width:14.25%;
	font-size:14px;
}   

.table > tbody > tr > td {
	vertical-align:middle;
	text-align:center;
	height:50px;
	border-top: 0px solid #dddddd;
	background-color:#f6f6f6;
	font-size:14px;
   }
   
   
.yuyant {
   text-align:right;
   margin-top:5px;
   }   
   
   
.yc {
   display:block;
   }
   
.yd {
   display:none;
   }
   
   
/* 产品详情 */
.pro-img{
	margin-bottom:40px;
}
.pro-img .xiaotu{
	margin-top:10px;
	margin-right:-10px;
}
.pro-img #Gbig{
	width:100%;
	max-height:470px;
}
.pro-img .xiaotu li{
	float:left;
	width:91px;
	margin:0px 10px 0 0;
	border:1px #ddd solid;
	display:block;
	height:auto; overflow:hidden;
	overflow:hidden;
}
.pro-img .xiaotu li.hover{
	border:1px #0e66a6 solid;
}
.pro-img .colmd5{
	width:50%;
	float:left;
}
.pro-img .colmd7{
	width:48%;
	float:right;
}
.pro-img .colmd7 .pro-ptt{
	font-size:22px;
	font-weight:bold;
	padding:0px 0px 15px;
	border-bottom:1px #734702 solid;
	font-weight:bold;
}
.pro-img .colmd7>span{
	margin:20px 0 0 0;
	padding:0;
	display:block;
	color:rgba(62,70,77,.8);
	font-size:12px;
	line-height:22px;
	width:100%;
	word-wrap:break-word;
}
.pro-img .colmd7>span ul{
	list-style-type:disc;
	margin-left:20px;
}
.jqzzoom{position:relative;}
.jqzoom{position:relative;overflow:hidden;border:0px #ddd solid; height:auto; overflow:hidden;}
.zoomdiv{float:left;top:0 !important;left:101% !important;border:3px solid #e4e4e4;display:none;text-align:center;overflow: hidden;position:absolute;z-index:999;background-color:#fff;}
.bigimg{width:800px;height:800px;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:80px !important;height:80px !important;border:1px solid #aaa;background:#FEDE4F 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}	





.jqzzoom .navigation {
    width: 100%;
    margin: 10px 0 0;
}
.jqzzoom .carousel{
    overflow: hidden;
}
.jqzzoom .carousel ul {
    width:2000em;
    list-style: none;
    margin: 0;
    padding: 0;
	margin-top:10px;
}
.jqzzoom .prev-navigation,.next-navigation{
	display:block;
	cursor:pointer;
}
.jqzzoom .prev-navigation{
	background:url(../images/left.gif) left center no-repeat;
	height:91px;
	width:39px;
	float:left;
}
.jqzzoom .next-navigation{
	background:url(../images/right.gif) right center no-repeat;
	width:39px;
	height:91px;
	float:right;
}


 


@media (min-width: 0px) and (max-width: 768px) {

.navbar-nav > li > a {
    padding: 10px 20px;
    line-height: 20px;
}

.nav {
    padding-left: 0px;
}



.kuanping {
   width:100%;
   }
   
.ry {
   width:100%;
   }
   
.abbj {
    position: relative;
    margin-top: 10px;
    height: auto;
    overflow: hidden;
}

.juyou {
    text-align: right;
    color: #717071;
    margin-top: 5px;
	margin-bottom:20px;
}

.cpbj {
    background: url(../images/cpbj.jpg) center;
        background-color: rgba(0, 0, 0, 0);
        background-repeat: repeat;
    background-repeat: no-repeat;
    height: auto;
    overflow: hidden;
    background-color: #FFFFFF;
    padding-top: 20px;
}

.carousel-indicators {
    bottom: 10px;
}


.yc {
   display:none;
   }
   
.yd {
   display:block;
   }
   
   
.fygnav {
    padding: 0px;
	height:34px; line-height:34px;
	background-color:#0d203a;
}
.fygnav ul {
    list-style-type: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.fygnav li {
    width: 25%;
    text-align: center;
	border-right: 1px solid #243c5e; border-left:#204679;
    float: left;	
}
.fygnav li a { color:#FFFFFF;}


#mcover img {
    position: fixed;
    right: 18px;
    top: 5px;
    width: 260px;
    height: 180px;
    z-index: 20001;
}

#mcover {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.7);
    display: none;
	}   


}


