
/*@font-face {*/
    /*font-family:"NotoSansHans";*/
    /*src:url("../images/NotoSansHans.otf")*/
/*}*/

/*.search{ position:absolute; bottom:13px; right:30px; z-index:10;}
.search .text{ background:url(../images/wh_pic6.png) no-repeat; width:123px; height:23px; line-height:23px; text-indent:15px; border:0; float:left; color:#3b8dd0;}
.search .submit{ background:url(../images/wh_pic5.png) no-repeat; width:37px; height:23px; border:0; float:left;}*/

/*.nav{ position:absolute; bottom:0; right:0; background:url(../images/yp_pic34.jpg) right no-repeat;}
.nav li{ float:left; position:relative;}
.nav li a{ color:#FFF; width:96px; height:77px; line-height:77px; text-align:center; display:inline-block; background:url(../images/yp_pic34.jpg) left no-repeat; font-size:14px; font-weight:bold;}
.nav ul{ display:none;}
.nav ul li a{ background:none;}
.nav li:hover{ background:url(../images/ess_pic9.jpg) no-repeat;}
.nav li:hover a{ color:#FFF; background:url(../images/yp_pic35.jpg) repeat-x;}
.nav li:hover ul{ display:block; position:absolute; top:77px; left:1px; width:96px; background:#505050;}
.nav li:hover ul li{ background:none; float:left;}
.nav li:hover ul li a{ color:#FFF; height:32px; line-height:32px; background:#505050;}
.nav li:hover ul li a:hover{ color:#a5dcfa;}*/

/*.demo{ transition:all 0.3s linear 0;}//css3过滤使用说明
linear	规定以相同速度开始至结束的过渡效果（等于 cubic-bezier(0,0,1,1)）。
ease	规定慢速开始，然后变快，然后慢速结束的过渡效果（cubic-bezier(0.25,0.1,0.25,1)）。
ease-in	规定以慢速开始的过渡效果（等于 cubic-bezier(0.42,0,1,1)）。
ease-out	规定以慢速结束的过渡效果（等于 cubic-bezier(0,0,0.58,1)）。
ease-in-out	规定以慢速开始和结束的过渡效果（等于 cubic-bezier(0.42,0,0.58,1)）。*/


/*-头部----------------------------------------------------------------------------------*/

#header{ width: 100%; height: 85px;}
#header .header_box{width: 1000px; margin: 0 auto;  }
.header_box .logo{width: 195px; height: 85px; float: left;}
.header_box .index_nav{float: right;}
.header_box .index_nav li{ width: 82px; height:85px; float:left; line-height: 85px; text-align: center;font-size: 14px; margin-left: 11px;position:relative; }
.header_box .index_nav li a{width: 82px; height:85px; display: block;color: #333333;}
.header_box .index_nav li a:hover{color: #666666; background: url(../images/menu_bg.jpg);}
.header_box .index_nav li a.selected{ background:url(../images/menu_bg.jpg); color:#666666;}
.header_box .index_nav li .submenu{display:none;top:86px; z-index: 999; width: 180px; min-height: 62px;background: #4a92c2;position:absolute;left:-8px;
left: 50%;
transform: translate(-50%);
}
.header_box .index_nav li .submenu li{text-align: center; height: 30px; line-height: 30px; display: block;background:none; margin-left: 0; border-bottom: 1px solid #81b3d4;
	width: 180px;
}
.header_box .index_nav li .submenu li a{background: none;font-size: 12px; color: #ffffff;display:block;height: 30px;width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.header_box .index_nav li .submenu li a:hover{display: block;background: #0077c1;}
.header_box .index_nav .en a{font-size: 12px; color: #666666;}
.header_box .index_nav .en a:hover{background: none;}



/*-banner----------------------------------------------------------------------------------*/

#banner{}
.banner_box{width: 100%; height: 500px;}
.content_box{ width: 1440px;margin:0 auto;}
.content_box img{}
.banner_box .slideBox{ margin: 0 auto; height:auto; overflow:hidden; position:relative; width: 100%; }
.banner_box .slideBox .hd{height:15px;overflow:hidden;position:absolute;right: 44%;bottom: 30px;z-index:1; }
.banner_box .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.banner_box .slideBox .hd ul li{  float:left; margin-right:15px; width:46px; height:5px; background:url("../images/banner_ed1.jpg") no-repeat; cursor:pointer; text-indent:9999px; }
.banner_box .slideBox .hd ul li.on{ background:url("../images/banner_ed2.jpg") no-repeat;}
.banner_box .slideBox .bd{ position:relative; z-index:0;   }
.banner_box .slideBox .bd li{  zoom:1; vertical-align:middle;text-align: center; margin: 0 auto; height: 500px; }
.banner_box .slideBox .bd li .text{width: 529px; height: 173px; display: block; background: url(../images/banner_text.png) no-repeat;position: absolute;     top: 33%;    left: 36%;;}
.banner_box .slideBox .bd li .text .t1{font-weight: bold; margin-top: 42px;font-size: 24px;}
.banner_box .slideBox .bd li  .text .t1{color:white; }
.banner_box .slideBox .bd li  .text .t1 span{font-size: 36px;margin: 0 10px 0 10px;}
.banner_box .slideBox .bd li .text .t2{text-align:left;padding:0 25px 0 25px; line-height:23px;color:#fff;}
.banner_box .slideBox .bd a{ height:auto; display:block; width: 100%;}


/*-首页公司简介---------------------------------------------------------------------------------*/

#main .main{ }
#main .content{ width: 1000px; margin: 0 auto; }
#main .main .index_about{height: 260px; padding-top: 79px;width: 1000px; margin: 0 auto;}
#main .main .index_about .left{ float: left; width: 540px;}
#main .main .index_about .left .title{ font-size: 24px; color: #666666;font-weight: bold;}
#main .main .index_about .left p{font-size: 13px; color: #666666; line-height: 26px; margin-top: 10px;  overflow: hidden;}
#main .main .index_about .left .more{ width: 106px;height: 32px; display: block; background: rgb(0,135,217); transition: .5s all; text-align: center; line-height: 32px; color: #fff; margin-top: 26px;}
#main .main .index_about .left .more a{color:white;display: block;}
#main .main .index_about .left .more a:hover{ width: 106px;height: 32px; display: block; background: #008adb;}


#main .main .index_about .pic{float: right;}
#main .main .index_about .pic img { vertical-align: top; border: 0; width: 450px; height: 200px;}



/*-首页产品展示---------------------------------------------------------------------------------*/

.main .index_pro{ width: 100%; background: #f8f8f8; height: 610px; margin-top: 89px;}
.main .index_pro .pro_box{width: 1025px; margin: 0 auto; padding-top: 67px;}
.main .index_pro .pro_box .title{ font-size: 24px; font-weight: bold; color: #666666; width: 370px; height: 47px; text-align: center; margin: 0 auto; border-bottom: 1px solid #e2e2e2; position: relative;}
.main .index_pro .pro_box .title span{ position: absolute; width: 32px; height: 5px; background: #0087d9;z-index: 999; display: block;    top: 45px;    left: 46%;}

.main .index_pro .pro_box .nTab{}
.main .index_pro .pro_box .nTab dt{width: 800px; margin: 0 auto;padding-top: 29px; height: 30px;}
.main .index_pro .pro_box .nTab dt  span{ width: 110px; height: 30px; float: left;  margin-left: 32px; text-align: center; line-height: 30px;cursor: pointer; }
.main .index_pro .pro_box .nTab dt  span{width: 160px; height: 30px; display: block;color:#666666;font-size: 15px; }
.main .index_pro .pro_box .nTab dt  span:hover{ background: #0087d9; color: white;}
.main .index_pro .pro_box .nTab dt  span.hover{background: #0087d9; color: white;}
.main .index_pro .pro_box .bd{margin-top: 34px}
.main .index_pro .pro_box .bd ul{ }
.main .index_pro .pro_box .bd ul li{ width: 230px; height: 295px; float: left; margin-left: 25px;}
.main .index_pro .pro_box .bd ul li .pic{ width: 230px; height:160px; }
.main .index_pro .pro_box .bd ul li .pic img{ width: 230px; height:160px; }
.main .index_pro .pro_box .bd ul li .tag{ width: 230px; height: 26px; color: #333333; font-size: 16px;  margin-top: 15px;}
.main .index_pro .pro_box .bd ul li .tag a{ color:black;}
.main .index_pro .pro_box .bd ul li p {width: 230px; height: 37px;font-size: 12px; color: #666666; margin-top: 7px;line-height: 23px;}
.main .index_pro .pro_box .bd ul li .more{width: 80px; height: 24px; display: block;text-align: center; line-height: 24px; margin-top: 20px; }
.main .index_pro .pro_box .bd ul li .more a{ width: 80px; height: 24px; display: block; border: 1px solid #008adb; transition: .5s all;color:#008adb;}
.main .index_pro .pro_box .bd ul li .more a:hover{background: #008adb; color: white;}
.main .index_pro .pro_box .nTab .dn .hd { padding-top: 46px;  width: 185px; margin: 0 auto;}
.main .index_pro .pro_box .nTab .dn .hd ul li{ width: 40px; height: 5px; display: block; background: url(../images/pro_ed2.jpg) no-repeat;text-indent:-999px; cursor:pointer;float:left; margin-left: 20px;}
.main .index_pro .pro_box .nTab .dn .hd ul li.on{ width: 40px; height: 5px; display: block; background: url(../images/pro_ed1.jpg) no-repeat;}


/*-首页新闻---------------------------------------------------------------------------------*/

.index_news{width: 1000px; margin: 0 auto; height: 327px; padding-top: 72px; padding-bottom:74px;}

.index_news .title { font-size: 24px; font-weight: bold; color: #666666; width: 370px; height: 47px; text-align: center; margin: 0 auto; border-bottom: 1px solid #e2e2e2; position: relative;}
.index_news .title span{position: absolute; width: 32px; height: 5px; background: #0087d9;z-index: 999; display: block;    top: 45px;    left: 46%;}
.index_news .title span a{color: #3c4144;}

.index_news .txt{ margin-top:49px;}
.index_news .txt .left{ width: 453px; float: left;}
.index_news .txt .right{ width: 453px; float: right;}

.index_news .txt .left .tag{ font-size: 16px; font-weight: bold; color: #0077c1; background:url(../images/in_news_list.jpg) left 2px no-repeat; padding-left: 28px; height: 30px;line-height: 30px; border-bottom: 1px solid #d5d5d5;}
.index_news .txt .left .tag span{color:#3c4144; display: block; float: right; font-size: 12px; font-weight: normal;  background:url(../images/more_list.jpg) right no-repeat; padding-right: 20px;}
.index_news .txt .left .tag span a{color:#0077c1;}
.index_news .txt .left .list{ margin-top: 20px;}
.index_news .txt .left .list li{ padding-left: 12px; height: 29px; line-height: 29px;background: url(../images/in_n_list2.jpg) left no-repeat; border-bottom: dashed 1px #d5d5d5;}
.index_news .txt .left .list li a{ font-size: 14px; color: #333333; display: block;height: 29px; }
.index_news .txt .left .list li:hover{background: url(../images/in_n_list1.jpg) left no-repeat; padding-left: 12px; color:#0077c1;}
.index_news .txt .left .list li a:hover{ color:#0077c1;}

.index_news .txt .left .list li span{color: #666666; background:url(../images/in_day_list.jpg) left no-repeat; padding-left: 15px; float: right; }



.index_news .txt .right .tag{ font-size: 16px; font-weight: bold; color: #0077c1; background:url(../images/in_news_list.jpg) left 2px no-repeat; padding-left: 28px; height: 30px;line-height: 30px; border-bottom: 1px solid #d5d5d5;}
.index_news .txt .right .tag span{color:#3c4144; display: block; float: right; font-size: 12px; font-weight: normal;  background:url(../images/more_list.jpg) right no-repeat; padding-right: 20px;}
.index_news .txt .right .tag span a{color:#0077c1;}
.index_news .txt .right .list{ margin-top: 20px;}
.index_news .txt .right .list li{ padding-left: 12px; height: 29px; line-height: 29px;background: url(../images/in_n_list2.jpg) left no-repeat; border-bottom: dashed 1px #d5d5d5;}
.index_news .txt .right .list li a{ font-size: 14px; color: #333333; display: block;height: 29px; }
.index_news .txt .right .list li:hover{background: url(../images/in_n_list1.jpg) left no-repeat; padding-left: 12px; color:#0077c1;}
.index_news .txt .right .list li a:hover{ color:#0077c1;}

.index_news .txt .right .list li span{color: #666666; background:url(../images/in_day_list.jpg) left no-repeat; padding-left: 15px; float: right; }

/*-脚 部---------------------------------------------------------------------------------*/

#footer{width: 100%;  height: 300px; background-color: #d6d6d6; }

#footer .footer_box{width: 1000px; margin: 0 auto;}
#footer .footer_box .txt{ height: 190px; border-bottom: 1px solid #c1c1c1;}
#footer .footer_box .txt .left{float: left; padding-top: 39px;}
#footer .footer_box .txt .left .list {}
#footer .footer_box .txt .left .list li{float: left; width:60px;height: 24px; color: #555555;}
#footer .footer_box .txt .left .list .line{ width: 1px;  height: 12px; background: #6b6b6b; margin-right: 10px;margin-top: 2px;}
#footer .footer_box .txt .left .list li a{color:#555555;}
#footer .footer_box .txt .left p{line-height: 22px; margin-top: 3px; color: #555555;}


#footer .footer_box .txt .right{float: right; padding-top: 39px;}
#footer .footer_box .txt .right .search{ width: 240px; height: 28px; float: left; border: 1px solid #999999; background: #d6d6d6;}
#footer .footer_box .txt .right .button{width: 65px; height: 30px; display: block;  text-align: center; line-height: 30px;font-size: 14px; color:white; background: #888888;cursor: pointer; font-family: "微软雅黑";}
#footer .footer_box .td{ width: 436px; margin: 0 auto; padding-top: 23px;}
#footer .footer_box .td p{ width:600px; text-align: center; line-height: 25px; color: #555555;}
#footer .footer_box .td p a{color: #555555;}
#footer .footer_box .td p em{margin-left: 10px; margin-right: 10px;}
#footer .footer_box .td p a img { margin-top:8px;}

/*-悬浮框 -------------------------------------------------------------------------------*/

#float_tools {width: 222px; min-height:237px; position: fixed; z-index: 999;top:234px; right: -193px; display: block; }
#float_tools .left{ width: 32px; height: 103px; float: left; background:url(../images/coul.png) no-repeat; color: white; font-size: 14px;   border-radius:5px 0 0 5px; padding-top: 15px;cursor: pointer ;margin-top: 61px; }
#float_tools .left i{background: url(../images/float_list.jpg) center  no-repeat;  width: 6px ; height: 8px; display: inline-block;  *display:inline; *zoom:1; padding-left: 8px; padding-bottom: 5px;padding-top: 8px; }


#float_tools .right{padding-left: 3px; width: 186px; float: left; background: #074a94; padding-right: 1px; min-height:224px;}
#float_tools .right .title{ height: 50px; line-height: 50px; text-align: center; color:#fff; font-size: 14px;}
#float_tools .right .txt{height: 90px; background: #fff; overflow: hidden;}
#float_tools .right .txt li{background: url(../images/float_email.jpg) 5px 8px no-repeat;  height: 30px; width: 136px; padding-left: 35px;line-height: 30px; border-bottom: dashed 1px #d3d3d3; display: block; margin: 0 auto;}
#float_tools .right .txt li a{color:#666666}
#float_tools .right .td{ height: 30px; background:#fff; font-size: 18px; font-weight: bold; color: #074a94; text-align: center; line-height: 30px; font-family: Arial;}
#float_tools .right .td i{ background: url(../images/float_tel.jpg)  no-repeat; width: 17px; height: 19px; display: block; float: left; margin-left: 10px ; margin-top: 5px;}

.dn{ display: none;}

/*-内页样式 -------------------------------------------------------------------------------*/

.content .left{  width: 250px; border-right:1px solid #d3d3d3; min-height: 686px; float: left;}
.content .left .title{ height: 58px; border-bottom: 4px solid #d3d3d3; font-size: 22px; font-weight: bold; color:#575757; line-height: 65px;}
.content .left .nav{ margin-top: 18px;}
.content .left .nav li{ width: 250px; min-height: 35px;  line-height: 35px; position: relative;border-bottom:1px solid #fff;}
.content .left .nav li i{background: url(../images/in_n_list2.jpg) left  no-repeat;  width: 4px ; height: 4px; display: block; position: absolute; z-index: 999; top:16px; left:20px;}
.content .left .nav li a{color: #666666;font-size: 14px;width: 250px;/* height: 35px; */display:block;padding-left: 36px;}


.content .left .nav li a:hover{ background: url(../images/con_left_bg1.png) no-repeat; color: #fff;}
.content .left .nav li:hover i{background: url(../images/c_list.jpg)left no-repeat; width: 4px ; height: 4px; display: block; position: absolute; z-index: 999; top:16px; left:20px;}

.content .left .nav li a.on{ background: url(../images/con_left_bg1.png) no-repeat; color: #fff;}
.content .left .nav li.on{ background: url(../images/con_left_bg1.png) no-repeat; color: #fff;}
.content .left .nav li.on a{ color: #fff;}


.content .right{ width: 708px; float: right;}
.content .right .txt{ height: 30px; border-bottom: 1px solid #d3d3d3; margin-top: 30px;width: 708px;}
.content .right .txt .title{color: #333333; font-size: 16px; font-family: "微软雅黑" ; float: left; width: auto;}
.content .right .txt .clumb{float: right;color:#999999; font-family: "微软雅黑" ;background: url(../images/home.jpg) no-repeat; padding-left: 23px;}
.content .right .txt .clumb a{color:#437ade;}


/*-关于我们 -------------------------------------------------------------------------------*/

.content .right .about{}
.content .right .about p{ font-size: 13px; color: #666666; line-height: 30px;  margin-top: 25px;}
.content .right .about p em{width: 25px; height: 25px;display: block;float: left;}
.content .right .about img{ margin-top: 28px; margin-bottom: 28px;}


/*-联系我们------------------------------------------------------------------------------*/

.content .right .contact{}
.content .right .contact .pic{ margin-top: 20px; margin-bottom: 20px; height: 333px;}
.content .right .contact .title{width: 610px; height: 47px; border-bottom: 1px solid #cccccc; color: #666666; font-size: 24px; font-weight: bold;}

.content .right .contact .c_txt{ margin-top: 28px;height:150px;}
.content .right .contact .c_txt p{font-size: 14px; color: #333333; margin-bottom: 15px;}
.content .right .contact .c_txt .add{background: url(../images/con_add.jpg)left no-repeat;padding-left:25px; float: left;*zoom:1;}
.content .right .contact .c_txt .tel{background: url(../images/con_tel.jpg)left no-repeat;padding-left:25px;float: left; margin-left: 0px;}
.content .right .contact .c_txt .fax{background: url(../images/con_fax.jpg)left no-repeat;padding-left:25px;float: left; }
.content .right .contact .c_txt .email{background: url(../images/con_email.jpg)left no-repeat;padding-left:25px;float: left; margin-left: 120px;}


/*- 在线留言------------------------------------------------------------------------------*/

.content .right .feedback{ margin-top: 47px; font-family: "微软雅黑" ;}
.content .right .feedback .f_left{ width: 323px; height: 155px; float: left;}
.content .right .feedback .f_left span{ margin-bottom: 23px; height: 35px; width: 323px; display: block; }
.content .right .feedback .f_left span label{width: 77px; height: 33px; display: block; line-height: 33px; color: #666666; font-size: 14px; float: left;}
.content .right .feedback .f_left span input{ width: 233px; height: 33px; border: 1px solid #dadada; background: #ffffff;display: block; float: left; line-height: 33px}

.content .right .feedback .f_right{ width: 313px; height: 155px; float: right;}
.content .right .feedback .f_right span{ margin-bottom: 23px; height: 35px; width: 323px; display: block; }
.content .right .feedback .f_right span label{width: 77px; height: 33px; display: block; line-height: 33px; color: #666666; font-size: 14px; float: left;}
.content .right .feedback .f_right span input{ width: 233px; height: 33px; border: 1px solid #dadada; background: #ffffff;display: block; float: left; line-height: 33px}


.content .right .feedback .c_td{margin-top: 35px; margin-bottom: 76px;}
.content .right .feedback .c_td .con_title{   height: 22px; background: url(../images/feedback_list.jpg)left no-repeat; line-height: 18px;padding-left: 35px; font-size: 14px; color: #666666;}
.content .right .feedback .c_td textarea{ width: 695px; height: 197px; display: block; border: 1px solid #dadada; margin-top: 8px;}
.content .right .feedback .c_td input{ width: 120px; height: 30px; display: block; color: #fff; background: #0077c1; text-align: center; line-height: 30px; cursor:pointer; margin-top: 20px; font-size: 14px; font-family: "微软雅黑" ;}


/*- 新闻中心----------------------------------------------------------------------------*/


.content .right .news{}
.content .right .news .heat{ height: 223px; margin-top: 20px; border-bottom: 5px solid #f2f2f2; width:700px;}

.content .right .news .heat .picc{ width:345px; height:195px; float:left;}
.content .right .news .heat .picc img{width:345px; height:195px;}
.content .right .news .heat .tag{ width:354px; height:195px;float:left; background:#f2f2f2; }
.content .right .news .heat .tag .title{ font-size:15px; font-weight:bold;color:#333333; margin-top:30px;text-align:left; margin-left:21px;}
.content .right .news .heat .tag span{ background:url(../images/news_t_lsit.jpg)5px no-repeat;display:block;text-align:left; width:100px;padding-left:25px;margin-left:21px;padding-top:10px;padding-bottom:5px; color: #666666;}
.content .right .news .heat .tag .text{text-align:left;color:#333333;margin-left:25px; line-height: 22px;}
.content .right .news .heat .tag .view{display:block;text-align:left;color:#333333;margin-left:25px;margin-top:15px;}
.content .right .news .heat .tag .view a{color:#333333;}


.content .right .news .list{}
.content .right .news .list{margin-top:15px;}
.content .right .news .list li{float:none; width:700px; height:79px;border-bottom:1px solid #f1f1f1; margin-top:16px;}
.content .right .news .list li .date{float:left; width:85px; height:62px;}
.content .right .news .list li .date .day{font-size:24px;display: block; width:85px; height:38px; background:#b4b4b4;text-align:center; line-height:38px;margin-bottom:1px;color:#fff;}
.content .right .news .list li:hover .date .day{display:block;background:#0077c1;}
.content .right .news .list li .date .year{display:block;width:85px; height:23px; background:#cacaca;text-align:center; line-height:23px;color:#fff;}
.content .right .news .list li:hover .date .year{ background:#3392cd;}
.content .right .news .list li .td2{ float:left;margin-left:15px; width: 600px;}
.content .right .news .list li .td2 .title{font-size:15px; color:#333333;margin-bottom:5px; width: 600px; height: 18px; overflow: hidden;}
.content .right .news .list li:hover .td2 .title{font-size:15px; color:#0077c1;margin-bottom:5px;width: 600px; height: 18px; overflow: hidden;}
.content .right .news .list li .td2 .text{color:#999999;margin-bottom:5px;width: 600px; height: 16px; overflow: hidden;}
.content .right .news .list li .td2 .span{color:#999999;}
.content .right .news .list li:hover .td2 .span{color:#0077c1;}


.content .right .news .news_show .title{ width:700px; text-align:center;color:#333333;font-size:24px;border-bottom:5px solid #f2f2f2;padding-top:32px;}
.content .right .news .news_show .title span{ margin-left: 300px; margin-top:15px; background:url(../images/news_t_lsit.jpg)5px no-repeat;display:block;text-align:left;padding-left:25px;color:#666666;font-size:14px;font-weight:normal;}
.content .right .news .news_show p{color:#333333; font-size:14px;line-height:30px;margin-top:25px;}

.content .right .news .news_show .pic{margin-top:15px; margin-bottom: 65px;}
.content .right .news .news_show .pic img {width:700px;}




/*分页样式 -----------页码*/

.page{ text-align:center; padding:50px 0;}
.page a{ color:#999; border:#ccc 1px solid; display:inline-block;*display:inline;zoom:1; height:30px;line-height:30px; margin-right:3px; padding-left:17px;padding-right:17px; }
.page a.on:hover,
.page a.on{ color:#999; border:#0578b4 1px solid;}
.page span{ color:#999;padding-left:8px; padding-right:8px;}
.page .text{ color:#999; border:#ccc 1px solid; height:32px; line-height:32px; width:35px; text-align:center;  margin:0 5px;}
.page .submit{ background:#e5e5e5; height:32px; line-height:32px; padding:0 12px;  border:1px solid #b8b8b8; color:#000;}
.page a:hover{color:#999; border:#0578b4 1px solid;}


/*- 产品中心----------------------------------------------------------------------------*/


.content .right .pro{font-family: "微软雅黑" ;}
.content .right .pro  .pro_list{ }
.content .right .pro  .pro_list li { width: 210px; height: 221px; background: #dfdfdf; float: left; margin-top: 28px;  margin-right: 26px; display: block;}
.content .right .pro  .pro_list li .ppic{ width: 204px; height: 157px; padding: 3px 3px;}
.content .right .pro  .pro_list li .ppic img{ width: 204px; height: 157px;}
.content .right .pro  .pro_list li .text{font-size: 18px;color:#666666;width: 210px;text-align: center;overflow: hidden;margin-top: 7px;white-space: nowrap;text-overflow: ellipsis;box-sizing: border-box;padding: 0 5px;}
.content .right .pro  .pro_list li .text i{ width: 17px; height: 2px; display: block; background: #999999; margin: 6px auto 0 auto; }
.content .right .pro  .pro_list li:hover{background:#0077c1;color:#fff;}
.content .right .pro  .pro_list li a{width: 210px; height: 221px; display: block;}
.content .right .pro  .pro_list li a:hover{background:#0077c1;color:#fff;}
.content .right .pro  .pro_list li a .text{color: #666666;}
.content .right .pro  .pro_list li a:hover .text{color: #fff;}
.content .right .pro  .pro_list li a:hover .text i{background: #fff;}

.content .right .pro .pro_title{ font-size: 30px; color: #5f5f5f; width: 568px; margin: 0 auto; text-align: center; height: 55px;display: block; padding-top: 35px; border-bottom:  1px solid #cccccc;}
.content .right .pro .pro_title span{color:#666666; font-size: 12px; width: 50px; height: 16px;   display: block; float: right;padding-top: 21px;}
.content .right .pro .pro_title span a{color:#666666;}


.content .right .pro .big_pic{ width: 568px; margin: 0 auto; height: 440px; padding-top:22px; }
.content .right .pro .big_pic img{width: 568px; height: 440px;}

.content .right .pro  .picScroll-left1{ width: 568px; margin: 0 auto;  overflow:hidden; position:relative;height:78px; padding-top: 11px;}
.content .right .pro  .picScroll-left1 .hd{ overflow:hidden; }
.content .right .pro  .picScroll-left1 .hd .prev,.picScroll-left1 .hd .next{ display:block;  width:30px; height:70px; overflow:hidden; cursor:pointer; position:absolute; top:0;}
.content .right .pro  .picScroll-left1 .hd .next{ background:url("../images/pro_show_next.jpg") no-repeat; right:0;width:13px; height:78px;top:11px; }
.content .right .pro  .picScroll-left1 .hd .prev{ background:url("../images/pro_show_prve.jpg") no-repeat; left: 0;width:13px; height:78px;top:11px; }
.content .right .pro  .picScroll-left1 .bd{height: 78px; overflow: hidden;width:534px; margin-left: 13px; }
.content .right .pro  .picScroll-left1 .bd ul{ overflow:hidden; zoom:1; }
.content .right .pro  .picScroll-left1 .bd ul li{ float:left; _display:block; width:127px; text-align:center; overflow:hidden; cursor:pointer;margin-left: 8px;height:78px;}
.content .right .pro  .picScroll-left1 .bd ul li img{ width:127px; height:78px;}

.content .right .pro .detailed{ padding-top: 40px;width: 568px; margin: 0 auto; min-height: 440px;}
.content .right .pro .detailed .detailed_title{ color:#333333; font-size:24px;height: 32px; text-align: center; width: 336px; margin:  0 auto;}
.content .right .pro .detailed .detailed_title span{ width: 136px; float: left;  height: 32px; text-align:center ; }
.content .right .pro .detailed .detailed_title em{width: 100px; height: 1px; background: #cccccc; display: block; float: left; margin-top: 16px;}

.content .right .pro .detailed .text{ font-size: 14px; color: #666666; margin-top: 30px; line-height: 25px;}
.content .right .pro .detailed .show_list{ margin-top: 25px; font-size: 14px; color: #666666; margin-left: 24px;}
.content .right .pro .detailed .show_list dd{ margin-bottom: 6px;}
.content .right .pro .detailed .show_list dt{padding-left: 70px; margin-bottom: 4px;}




/*二级菜单*/

.content .left .nav li .secend{width: 250px; 
	/* display: block; */
	display: none;
	 position: relative;}
.content .left .nav li .secend span{ min-height: 35px;background: #f0f0f0;  width: 250px;display: block;}
.content .left .nav li .secend span a{width: 214px;/* height:35px; */color: #666666;display: block;border-bottom: 1px solid #fff;}
.content .left .nav li .secend span a:hover{background: #f0f0f0;}
.content .left .nav li .secend span .third{display: block; width: 250px;overflow: hidden;background: #fff;}
.content .left .nav li .secend span .third dd{ height: 36px; border-bottom: 1px solid #f0f0f0; font-size: 14px; display: block; width: 250px;}
.content .left .nav li .secend span .third dd a{ padding-left: 50px; }
.content .left .nav li .secend span .third dd a:hover{ color: #437ade;background: #fff; }

.content .left .nav li.on.selected{
	background-image: none !important;

}
.content .left .nav li.on.selected > a{
	background:none !important;
	background-color: #ed2323 !important;
	box-sizing: border-box;
}
.content .left .nav li.on.selected .secend{
	display: block;
}
 