html{background:#FFF;color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,form,input,textarea,p{margin:0;padding:0;}img{border:0;}ol,ul{list-style:none;}h1,h2,h3{font-weight:normal;font-size:100%;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-weight:inherit;font-size:inherit;font-family:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}a{color:inherit;text-decoration:none;}
/*******CSS reset*************/
body{position:relative;z-index:-2;background:#fff;color:#333;font-size:14px;font-family:'Microsoft YaHei',SimHei,SimYou,SimSun,Arial;z-index:2;}
.f12{font-size:12px;}
.f16{font-size:16px;}
.bold{font-weight:bold;}
.white{color:#fff;}
.left{float:left;}
.right{float:right;}
.t_r{text-align:right;}
.clear{clear:both;}
.relative{position:relative;}
.absolute{position:absolute;}
.rel_center{position:relative;left:50%;}
.hidden{display:none;}
/********General**********/
.wrap{margin:0 auto;width:100%;}
.container{margin:0 auto;width:1200px;}

/*header*/
.top{width:100%;height:40px;background:#e5e5e5;line-height:40px;}
.top span{color:#666;}
.top img{padding-right:6px;vertical-align:-4px;}
.head{width:100%;height:110px;}
.logo{font-size:28px;width:360px;height:110px;line-height:110px;overflow:hidden;}
.logo img{vertical-align:middle;max-width:360px;max-height:110px;margin-top:-7px;}
.nav{overflow:hidden;width:816px;height:110px;line-height:110px;}
.nav li{float:left;margin-left:42px;text-align:center;}
.nav a{display:block;font-size:15px;}
.nav a:hover{color:#1e63a2;}
/*ban*/
.slider-focus{position:relative;width:100%;height:820px;overflow:hidden;min-width:1200px;}
.slider-focus .hd{position:absolute;width:100%;height:22px;left:0;bottom:20px;z-index:0;line-height:24px;text-align:center;}
.slider-focus .hd li{display:inline-block;vertical-align:middle;width:12px;height:12px;margin:0 4px;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%;font-size:0;line-height:0;text-indent:-9999em;border:1px solid #fff;cursor:pointer;}
.slider-focus .hd li.on{background:#fff;}
.slider-focus .bd{position:relative;z-index:0;}
.slider-focus .bd li{position:relative;text-align:center;}
.slider-focus .bd li a{-webkit-tap-highlight-color:rgba(0,0,0,0);width:100%;height:820px;display:block;}  /* 去掉链接触摸高亮 */
/*热搜*/
.resou{width:100%;height:90px;border-bottom:1px solid #ddd;}
.hot{width:700px;line-height:90px;overflow:hidden;}
.hot span{color:#333;}
.hot b{color:#333;}
.hot a:hover{color:#1e63a2;}
.search{margin-top:22px;width:398px;height:44px;clear:right;border:1px solid #ddd;}
.search-text{background:none;border:none;height:32px;width:281px;padding:6px 24px;float:left;}
.search-btn{width:68px;height:32px;border:none;border-left:1px solid #ddd;background:url(../Image/search_btn.png) no-repeat center;float:right;margin-top:6px;}
/*header end*/

/*footer*/
.footer{clear:both;}
.foot{width:100%;height:219px;background:#333;color:#999;}
.d-lx{width:280px;height:219px;margin-right:130px;}
.d-lx h3{font-size:16px;font-weight:bold;padding-top:42px;}
.d-lx hr{width:5px;height:1px;background:#999;border:none;margin:14px 0 12px 0;}
.d-lx p{line-height:30px;}
.d-lx p img{margin-right:8px;}
.d-xian{width:1px;height:128px;background:#000;margin-top:50px;}
.erweima{width:100px;height:219px;text-align:center;margin:0 140px 0 139px;}
.erweima img{width:100px;height:100px;padding-top:51px;}
.erweima h3{font-weight:bold;padding-top:10px;}
.d-hz{width:325px;height:219px;}
.d-hz h3{font-size:16px;font-weight:bold;padding-top:42px;}
.d-hz hr{width:5px;height:1px;background:#999;border:none;margin:14px 0 12px 0;}
.d-hz p{line-height:30px;}
.bottom{width:100%;height:50px;background:#2669a6;color:#fff;}
.bottom span{line-height:50px;}
.bottom a:hover{text-decoration:underline;}
/*footer end*/

/*首页*/
.chanpin{width:100%;}
.tab-cont{width:100%;overflow:hidden;margin-top:48px;margin-bottom:3px;}
.ind-pro-list{width:297px;height:343px;position:relative;overflow:hidden;}
.ind-pro-list-h{width:100%;height:100px;background:#eee;text-align:center;margin-bottom:3px;}
.ind-pro-list-h-hr{width:40px;height:2px;border:none;background:#2669a6;margin:24px auto 0 auto;display:inline-block;}
.ind-pro-list-h-tit{font-size:20px;padding-top:7px;letter-spacing:2px;}
.ind-pro-list-h-p{font-size:12px;padding-top:4px;}
.ind-pro-list-pic img{max-width:100%;height:240px;}
.ind-pro-list:hover .ind-pro-list-h{background:#2669a6;color:#fff;}

.guanyu{width:100%;height:530px;background:#f5f5f5;}
.sy-title{text-align:center;padding-top:56px;}
.sy-title h1{font-size:26px;font-weight:bold;display:block;position:relative;}
.sy-title h1:before, .sy-title h1:after {
    content: '';                 /*CSS伪类用法*/
    position: absolute;         /*定位背景横线的位置*/
    top: 52%;
    background: #222;       /*宽和高做出来的背景横线*/
    width: 14px;
    height: 1px;
}
.sy-title h1:before{
    left: 41%;        /*调整背景横线的左右距离*/
}
.sy-title h1:after {
    right: 41%;
}
.sy-title p{color:#666;letter-spacing:5px;padding-top:10px;}
.gy-l{width:636px;margin-top:70px;}
.gy-l p{line-height:30px;}
.gy-ys{width:100%;height:74px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin-top:26px;}
.gy-ys li{float:left;color:#777;line-height:74px;margin-right:62px;}
.gy-ys li:last-child{margin-right:0;}
.gy-r{margin-top:54px;width:424px;height:258px;border:6px solid #ccc;}
.gy-r img{width:470px;height:275px;margin:20px 20px 0 0;float:right;}

.ad{width:100%;height:358px;background:url('../Image/ad.jpg') no-repeat center;}

.anli{width:100%;height:743px;}
.al-nr{margin-top:46px;}
.al-nr li{float:left;width:290px;margin:0 13px 12px 0;overflow:hidden;}
.al-nr li:nth-child(4n){margin-right:0;}
.al-nr li img{width:290px;height:210px;}
.al-btn{margin:28px auto 0 auto;width:230px;height:48px;}
.al-btn a{display:block;width:230px;height:48px;background:#2669a6;color:#fff;text-align:center;line-height:48px;}
.al-btn a:hover{background:#f7a504;}
/*首页end*/

.main{overflow:hidden;margin-bottom:86px;}
.ny-title{text-align:center;padding-top:56px;}
.ny-title h1{font-size:26px;font-weight:bold;display:block;position:relative;}
.ny-title h1:before, .ny-title h1:after {
    content: '';                 /*CSS伪类用法*/
    position: absolute;         /*定位背景横线的位置*/
    top: 52%;
    background: #222;       /*宽和高做出来的背景横线*/
    width: 14px;
    height: 1px;
}
.ny-title h1:before{
    left: 43%;        /*调整背景横线的左右距离*/
}
.ny-title h1:after {
    right: 43%;
}
.ny-title p{color:#666;letter-spacing:5px;padding-top:10px;}
.article{overflow:hidden;margin:62px 0 40px 0;width:100%;}
.article p{font-size:14px;line-height:28px;}

#allmap p{line-height:10px;margin:10px;white-space:nowrap;}

.page{margin:10px 20px 15px 0;}
.page a{display:inline-block;height:18px;line-height:18px;border:1px solid #dbdbdb;padding:0 2px 0;}
.page a:hover{background:#404040;color:#fff;border:none;height:20px;line-height:20px;padding:0 3px 0;}
.current {padding:0 6px 0;height:18px;line-height:18px;background:#404040;color:#fff;}
/***************global*****************/

.contact{padding-top:60px;margin-left:40px;width:400px;}
.contact p{font-size:16px;line-height:30px;}
.contact img{width:120px;height:120px;margin-top:12px;}

.cp-type{text-align:center;line-height:44px;margin-top:38px;overflow:hidden;}
.cp-type li{display:inline-block;min-width:150px;height:44px;margin:0 4px 10px 4px;}
.cp-type li a{display:block;padding:0 18px;height:44px;background:#e0e0e0;}
.cp-type li a:hover{background:#2669a6;color:#fff;}
.pro li{float:left;overflow:hidden;margin:0 6px 20px 6px;width:388px;text-align:center;white-space:nowrap;}
.pro img{width:388px;height:291px;}
.pro span{display:block;width:100%;line-height:48px;}
.pro a:hover{color:#2669a6;}
/*************index&goods**************/
.pro_info{width:100%;margin:10px auto 27px auto;width:1200px;}
.pro_info_l{width:400px;position:relative;float:left;}
/*产品放大镜效果*/
.preview{width:400px; margin:0px 0px 0px 0px; }
/* smallImg */
.smallImg{position:relative; height:50px; margin-top:4px; background-color:#F1F0F0; padding:6px 5px; width:390px; overflow:hidden;float:left;}
.scrollbutton{width:14px; height:50px; overflow:hidden; position:relative; float:left; cursor:pointer; }
.scrollbutton.smallImgUp , .scrollbutton.smallImgUp.disabled{background:url(../Image/d_08.png) no-repeat;}
.scrollbutton.smallImgDown , .scrollbutton.smallImgDown.disabled{background:url(../Image/d_09.png) no-repeat; margin-left:375px; margin-top:-50px;}

#imageMenu {height:50px; width:360px; overflow:hidden; margin-left:0; float:left;}
#imageMenu li {height:50px; width:60px; overflow:hidden; float:left; text-align:center;}
#imageMenu li img{width:50px; height:50px;cursor:pointer;}
#imageMenu li#onlickImg img, #imageMenu li:hover img{ width:44px; height:44px; border:3px solid #959595;}
/* bigImg */
.bigImg{position:relative; float:left; width:400px; height:300px; overflow:hidden;}
.bigImg #midimg{width:400px; height:300px;}
.bigImg #winSelector{width:235px; height:210px;}
#winSelector{position:absolute; cursor:crosshair; filter:alpha(opacity=15); -moz-opacity:0.15; opacity:0.15; background-color:#000; border:1px solid #fff;}
/* bigView */
#bigView{position:absolute;border: 1px solid #959595; overflow: hidden; z-index:999;}
#bigView img{position:absolute;}
.pro_info_r{width:486px;padding-top:6px;float:left;margin-left:40px;}
.pro_info_r span{line-height:32px;text-align:left;display:block;}
.pro_more{width:172px;height:47px;margin-top:68px;}
.pro_more a{display:block;width:172px;height:48px;background:#aaa;color:#fff;text-align:center;line-height:48px;border-radius:8px;}
.pro_more a:hover{background:#2669a6;}
.info_title{margin:30px 0 28px 0;width:100%;height:30px;background:#ececec;}
.info_title b{display:inline-block;padding-left:10px;height:100%;border-right:1px solid #fff;background:#2669a6;color:#fff;line-height:30px;}
/********goods_info&jobs_info*******/
.xiangguan h3{width:100%;height:60px;line-height:60px;font-size:18px;border-bottom:1px solid #eee;margin-bottom:24px;overflow:hidden;}
.xiangguan h3 a{font-size:14px;color:#666;float:right;padding-top:8px;}
.xiangguan h3 a:hover{color:#2669a6;}

.case li{float:left;width:288px;height:252px;margin:0 6px 20px 6px;text-align:center;}
.case li a{display:block;width:286px;height:250px;border:1px solid #ccc;}
.case li img{width:256px;height:185px;padding-top:18px;}
.case li span{display:block;width:100%;line-height:47px;}
.case li a:hover{color:#2669a6;border:1px solid #2669a6;}

.news li{width:100%;height:82px;margin-bottom:37px;}
.news-date{width:92px;height:82px;background:#2669a6;color:#fff;text-align:center;}
.news-date h3{font-size:40px;padding-top:2px;}
.news-cont{width:1076px;height:82px;}
.news-cont h3{font-size:18px;padding-top:2px;}
.news-cont p{line-height:24px;color:#747474;padding-top:8px;}
.news li a:hover{color:#f7a504;}
.news li a:hover .news-date{background:#f7a504;}
/****************news*****************/
.news_title{color:#2669a6;text-align:center;line-height:40px;}
.meta{color:#999;text-align:center;line-height:28px;}
.meta img{padding:12px 0 20px 0;width:620px;}
/***********news_info**************/

.order{margin:40px auto 60px auto;line-height:40px;}
.order img{vertical-align:-5px;cursor:pointer;}
.order input{padding:0 3px;}
.order textarea{padding: 3px;}
#submit{width:90px;height:34px;border:none;background:#2669a6;color:#fff;cursor:pointer;}
/**************order&message********/

.hezuo li{float:left;width:188px;height:88px;margin:0 6px 20px 6px;text-align:center;}
.hezuo li a{display:block;width:186px;height:86px;border:1px solid #ccc;}
.hezuo li img{width:186px;height:86px;}
.hezuo li a:hover{border:1px solid #2669a6;}

/*sitemap*/
.mesmore{margin-top:5px;}
.mesmore:hover{color:#da020d;text-decoration:underline;}

.sitemap{ width:996px; float:left; /*border:3px solid #f0f0f0;*/ margin-top:10px; margin-bottom:10px;}
.m1{ height:20px; line-height:20px; margin-top:20px; margin-left:20px;}
.m2{ margin-left:20px; margin-top:20px; line-height:25px;}
.m2 span{ font-size:14px; font-weight:bold;}
.m2t{ border:1px solid #f0f0f0; width:800px; padding-left:4px; margin-top:2px; padding:10px; margin-bottom:20px;}
.m2t ul{}
.m2t ul li{ list-style-type:none; float:left; width:150px;}
.m2t ul li a:hover{ color:red}

.f{ float:right; margin-right:10px; _margin-top:7px;}

/*上一页_下一页*/
#prev_next{margin: 10px 20px;clear: both;overflow: hidden;}
#prev_next li{margin: 5px 0;}
/*.map dt{float:right;display:inline;border:1px solid #666;margin-top:10px;z-index:101;border-bottom:1px solid #f0f0f0;}
.map dd{position:absolute;z-index:100;top:31px;left:-65px;background:#f0f0f0;border:1px solid #666;width:135px;*width:145px;}
.map ul{padding-left:10px;line-height:25px;overflow:hidden;zoom:1;font-size:12px;}
.map li{float:left;margin:0 5px;}*/
/*2017-7-17 update */