@charset "utf-8";
/* CSS Document */
body{margin:0;padding:0;font-size:12px;font-family:"微软雅黑"; background-color: #fff; color: #333;overflow-x: hidden;}
img{border:none;}
i,em{font-style: initial;}
p{margin:0;padding:0;}
ul,li,ol,dl,dt,dd{margin:0;padding:0;list-style-type:none;}
a{color:#333;font-size:12px;text-decoration:none;}
.clearfix{zoom: 1; }
.clearfix:after{display: block; clear: both; visibility: hidden; height:0; overflow: hidden; content: "."; }
.center{margin: 0 auto;}
.moddle{width:1400px;}
.sbj{margin: 40px 0;}
.fl{float: left;}
.fr{float: right;}
.clear{clear:both;}
.wd1200{ width: 1400px; margin: 0px auto;}
.wrapper{ width: 1400px; margin: 0px auto;}
.flexwrap{display: flex;justify-content: space-between;flex-wrap: wrap;}
.flex{display: flex;justify-content: space-between;}
.vimg{width: 100%;height: 100%;object-fit: cover;transition: 2s;}
.vimg:hover{transform: scale(1.2);}
video{display: block;width: 50%;margin: 0 auto;}

.title{text-align: center;margin-bottom: 50px;font-size: 18px;text-transform: uppercase;}
.title b{display: block;font-size: 40px;}
.title b span{color: #2050a7;}
/***头部***/
.logo span{font-size: 32px;font-weight: bold;color: #333;display: block;margin-top: 14px;}
.logo p{font-size: 16px;color: #999;}
.n-ul{width: 70%;}
.n-ul li{float: left;text-align: center;width: 11%;line-height: 100px;position: relative;}
.n-ul li::after{content: "";position: absolute;left: 0;bottom: 0;width: 0;height: 2px;background: #2050a7;transition: 0.5s;}
.n-ul li a{display:block;text-align:center;font-size:18px;}
.n-ul li dl{width:160%;background:#2050a7;position:absolute;left: 0;z-index:99999;display: none;}
.n-ul li dl dt{height:44px;line-height:44px; text-align: center;border-bottom: 1px solid #f3f3f3;}
.n-ul li dl dt a{color:#fff;font-size:16px;height:44px;line-height:44px; display: block;position: relative;z-index: 5;overflow: hidden;}
.n-ul li dl dt a::after{position: absolute;left: -100%;top: 0;content: "";width: 100%;height: 100%;background: #fff;z-index: -1;transition: 0.5s;transition-timing-function:cubic-bezier(0.52, 1.64, 0.37, 0.66);}
.n-ul li:hover>a{color: #2050a7;}
.n-ul li:hover::after{width: 100%;}
.n-ul li dl dt:hover a{color: #333;}
.n-ul li dl dt:hover a::after{left: 0;}
/* 简介 */
.company{padding: 80px 0;background: url(../images/about.jpg) no-repeat;background-size: cover;}
.comLeft,.comRight{width: 48%;}
.comLeft b{font-size: 27px;color: #2050a7;}
.comLeft .dcon{font-size: 16px;color: #666;line-height: 2;margin-top: 20px;text-indent: 32px;}
.comLeft .more{display: block;width: 160px;line-height: 45px;text-align: center;font-size: 16px;margin-top: 40px;background: #f1f1f1;border-radius: 5px;position: relative;z-index: 2;overflow: hidden;}
.comLeft .more::after{content: "";position: absolute;left: -100%;top: 0;z-index: -1;width: 100%;height: 100%;background: #2050a7;transition: .5s;}
.comLeft .more:hover::after{left: 0;}
.comLeft .more:hover{color: #fff;}
.comRight ul li{text-align: center;width: 50%;margin-bottom: 40px;}
.comRight ul li p{font-size: 16px;}
.comRight ul li img{transition: .5s;}
.comRight ul li:hover img{transform: rotateY(360deg);}
.comRight ul li:hover p{color: #2050a7;}
.fbox .i{width: 25%;text-align: center;margin-top: 40px;background: url(../images/shu.png) no-repeat right;}
.fbox .i:last-child{background: none;}
.fbox .i b{font-size: 45px;color: #2050a7;}
.fbox .i b sub{font-size: 16px;}
.fbox .i p{font-size: 18px;line-height: 30px;}
/* 产品中心 */
.product{padding: 80px 0;background: url(../images/pro.jpg) no-repeat;background-size: cover;background-attachment: fixed;}
.proL{text-align: center;margin-bottom: 40px;font-size: 0;}
.proL li{display: inline-block;border: 1px solid #ccc;line-height: 45px;width: 160px;overflow: hidden;}
.proL li a{font-size: 16px;display: block;position: relative;z-index: 3;}
.proL li:first-child{border-right: none;}
.proL li a::after{content: "";position: absolute;left: -100%;top: 0;z-index: -1;width: 100%;height: 100%;background: #2050a7;transition: .5s;}
.proL li:hover{border-color: #2050a7;}
.proL li:hover a::after{left: 0;}
.proL li:hover a{color: #fff;}
.proC{position: relative;}
.proC .abox{width: 24%;margin-bottom: 20px;}
.proC .himg{height: 250px;overflow: hidden;}
.proC .himg img{width: 100%;height: 100%;object-fit: cover;}
.proC p{line-height: 45px;text-align: center;font-size: 16px;}
.proC a{display: block;padding: 10px;position: relative;z-index: 2;overflow: hidden;background: #f1f1f1;}
.proC a::after{content: "";position: absolute;left: 0;bottom: -100%;width: 100%;height: 100%;background: #2050a7;transition: .5s;z-index: -1;}
.proC a:hover::after{bottom: 0;}
.proC a:hover{color: #fff;}
/* 广告 */
.adbox{height: 300px;display: flex;justify-content: center;align-items: center;text-align: center;background: url(../images/adboxbj.jpg);background-size: cover;}
.adbox p{font-size: 16px;width: 30%;line-height: 35px;background: #2050a7;margin: 0 auto;color: #fff;border-radius: 5px;margin-bottom: 10px;}
.adbox b{font-size: 25px;}
.adbox .telbox{background: url(../images/telephone.gif) no-repeat left center;background-size: 35px;padding-left: 40px;font-size: 35px;width: 32%;margin: 20px auto 0;}
/* 厂房实景 */
.factory{padding: 80px 0;}
.factory ul li{float: right;width: 29%;height: 250px;overflow: hidden;margin-left: 20px;margin-bottom: 20px;border-radius: 5px;}
.factory ul li:first-child{float:left;width: 39%;height: 520px;margin-left: 0;margin-bottom: 0;}
.factory .more{width: 200px;line-height: 50px;margin: 20px auto 0;background: #f1f1f1;text-align: center;position: relative;z-index: 3;border-radius: 5px;overflow: hidden;}
.factory .more a{font-size: 16px;}
.factory .more i{position: absolute;left: -25px;top: -25px;width: 50px;height: 50px;border-radius: 100px;background: #2050a7;z-index: -1;transition: .5s;}
.factory .more:hover i{width: 400px;height: 400px;left: -200px;top: -200px;}
.factory .more:hover a{color: #fff;}
/* 新闻 */
.new{padding: 80px 0;background: url(../images/newbj.jpg) no-repeat top center;}
.newti{margin-bottom: 50px;color: #fff;padding-bottom: 20px;border-bottom: 1px solid rgba(255, 255, 255, 0.5);}
.new .newti b{font-size: 40px;}
.newti span{font-size: 16px;margin-left: 20px;}
.newti a{font-size: 16px;color: #fff;margin-top: 20px;transition: .5s;}
.newti a:hover{text-decoration: underline;transform: translateX(-10px);}
.newC li{width: calc(32.4% - 80px);padding: 40px;background: #f1f1f1;margin-bottom: 20px;border-radius: 5px;}
.newC li b{font-size: 20px;}
.newC li b em{display: block;width: 15px;height: 2px;background: #2050a7;float: left;margin-right: 10px;margin-top: 15px;transition: .5s;}
.newC li:hover b em{width: 40px;}
.newC li:hover b{color: #2050a7;}
.newC li p{font-size: 16px;color: #666;line-height: 1.5;margin: 20px 0;}
.newC li .time span{font-size: 30px;font-weight: bold;color: #2050a7;}
.newC li .time .tx{font-size: 14px;color: #2050a7;}

.bottom_box{background: url(../images/boxbj.jpg) no-repeat center center;background-attachment: fixed;}
.bottom_box .wrapper{display: flex;align-items: center;height: 300px;}
.bottom_box ul li{font-size: 35px;letter-spacing: 5px;}
/*脚部*/
.foot{background: #272a2c;padding-top: 20px;}
.fnav{background:#2050a7;line-height:64px;height:64px;overflow:hidden;}
.x-menu2 li{width: 12.5%;text-align:center;float:left;}
.x-menu2 li a{color:#ffffff;font-size:16px;}
.x-menu2 li:hover a{text-decoration: underline;}
.foot1{width:310px;padding-top: 40px;}
.foot2{width: 38%;padding-left: 40px;}
.ftt{color:#fff;font-size:16px;position: relative;}
.ftt::after{content: "";position: absolute;left: 0;bottom: -10px;width: 100%;height: 1px;background: #fff;}
.lx{color:#999;font-size:14px;line-height:26px;margin-top:16px;}
.lx a{font-size: 14px;color: #999;display: block;line-height: 26px;width: 26%;}
.lx a:hover{color: #2050a7;text-decoration: underline;}
.lx p{font-size: 14px;color: #999;display: block;line-height: 26px;}

.code{text-align:center;margin-left:26px;margin-top:23px;}
.codett{font-size:14px;color:#999;margin-top:10px;}
.copyright {font-size: 14px;color: #999; line-height: 32px;text-align: center;margin-top: 20px;}
.foot .sp1 .lx a{width: 23%;} 
.foot .sp2{width: 200px;}
.sp1{width: 40%;}

.nlxt{ height: 40px; line-height: 40px; background: #2050a7; font-size: 16px; color: #fff; padding-left: 20px;}
.nlxb{ background: #f4f5f7; padding: 10px; line-height: 30px; font-size: 14px;}
.yqlj{ line-height:29px;text-align: center;color: #fff; background: #1c1c1c;}
.yq{ width: 120px;}
.yqlj dl{ font-size: 14px; font-weight: bold; color: #fff; float: left;}
.yqlj dt{ color: #fff;}
.yqlj a{color: #fff; line-height: 29px;margin-right: 15px;}
/*内页样式*/
.pubdate{text-align: center;font-size: 14px;}
.ileft{ width:17%; float:left;margin-bottom: 20px;}
.cp_iright{ width:82%; float:right;margin-bottom: 20px;}

.iright{margin-bottom: 20px;}
.icpfl dt {color: #fff;font-size: 18px;font-weight: bold;padding-left: 70px;padding-top: 20px;background: url(../images/icon5.png) no-repeat 25px center #2050a7;height: 60px;}
.icpfl dt span {font-size: 14px;font-weight: normal;}
.icpfl>ul{ padding:15px 0px; background-color:#f1f1f1;}

.icpfl>ul .li_1>a{line-height: 32px;padding-left:20px; font-size:16px; color:#000;display: block;transition: 0.5s;font-weight: bold;}
.icpfl>ul .li_1>a:hover{color:#2050a7;transform: translate(5px);}
.icpfl>ul .li_2{ background:url(../images/cp2.png) no-repeat 20px 12px; line-height:32px;}
.icpfl>ul .li_2>a{ padding-left:40px; font-size:15px; color:#000;display: block;transition: 0.5s;}
.icpfl>ul .li_2>a:hover{color:#2050a7;transform: translate(5px);}
.icpfl>ul ol{ background:url(../images/cp1.png) no-repeat 35px center; line-height:35px;}
.icpfl>ul ol a{ padding-left: 50px; font-size:15px; color:#000;display: block;transition: 0.5s;}
.icpfl>ul ol a:hover{color:#2050a7;transform: translate(5px);}

.mup1{border-bottom:2px solid #333; height:39px; line-height:39px; font-size:14px; margin-bottom:15px;}
.cp_mup{background-color: #2050a7; height:42px;line-height: 42px;color:#fff; font-size:14px;}
.cp_mup p{height:42px;float:left;padding-left: 15px;}
.cp_mup a{color: #fff;}
.cp_mup span{float:right;padding-right:10px;}
.cp_mup span a{ font-size:14px; color:#fff;}
.cp_mup span a:hover{color:#2050a7;}

.bax{background: #F2F2F2;border: 1px solid #DFDEDE;}
.mup{height:42px;line-height: 42px;color:#333; font-size:14px;}
.mup span{display: block;background: url(../images/zhuye.png) no-repeat left center;padding-left: 25px;}
.mup span a{ font-size:14px; color:#333;}
.mup span a:hover{color:#2050a7;}
.n_about{text-align: center;margin-bottom: 30px;padding-bottom: 20px;border-bottom: 1px solid #ccc;}
.n_about span{font-size: 36px;color: #3c3c3c;font-weight: bold;}
.n_about p{font-size: 15px;line-height: 3;color: #585858;}
/* 内页简介 */
.vabout .n_left{width: 48%;}
.vabout .n_left{line-height: 1.9;font-size: 16px;}
.vabout .n_right{width: 48%;height: 400px;overflow: hidden;border-top-right-radius: 50px;border-bottom-left-radius: 50px;}

/* 内页联系我们 */
.inside li{width: calc(49% - 40px);border: 1px solid #ccc;transition: 0.5s;display: flex;justify-content: space-between;align-items: center;margin-bottom: 20px;padding: 20px;border-radius: 10px;}
.inside li .inr{width: 85%;font-size: 16px;color: #777;position: relative;}
.inside li .inr p{font-size: 19px;color: #333;font-weight: bold;line-height: 1.5;text-transform: lowercase;}
.inside li:hover{box-shadow: 0 5px 10px #ccc;transform: translateY(-10px);border-color: #2050a7;}

.hg .page li{display: inline-block;padding: 5px 10px;border: 1px solid #ccc;margin-right: 10px;}
.tp{width:950px;height:150px;border-bottom:1px #e4e4e4 solid;margin:auto;margin-top:10px;padding-bottom: 10px;}
.tp_img{width:147px;float:left;margin-right:10px;}
.tp_img a{text-align:center;width:145px;height:145px;display:table-cell;vertical-align:middle;overflow:hidden; border:1px solid #ccc;background-color: #fff;}
.tp_img a img{vertical-align:middle;cursor:pointer;transition: all 0.6s;}
.tp_img a img:hover{transform: scale(1.1);}
.tp_wz{width:793px;float: right;}
.tp_wz_bt{height:30px;line-height:30px;text-align: left;}
.tp_wz_bt a{font-size:14px;font-weight: bold;}
.tp_wz_bt span{float: right;padding: 0px 10px 0px 10px;background: #ff7519;}
.tp_wz_bt span a{font-size: 12px;font-weight: normal; color:#fff;}
.tp_wz_bt span a img{margin-right: 10px;}
.tp_wz_nr{line-height:30px;text-align: left;}
.rytp{width:24.1%;float:left;margin:0px 5px 20px 5px;}
.rytp .ryimg{overflow:hidden;text-align:center;display: block;height: 250px;}
.rytp:hover .ryimg{border-color: #2050a7;}
.rytp a img{width: 100%;height: 100%;object-fit: contain;transition: all 0.6s;}
.rytp a img:hover{transform:scale(0.9);}
.rytp p{line-height:45px;height:45px;text-align:center;font-size: 16px;position: relative;z-index: 5;}
.rytp p::after{content: "";position: absolute;left: 0;top: 0;z-index: -1;transform: scale(0,1);transition: transform 0.5s;transform-origin: right;width: 100%;height: 100%;background: #2050a7;}
.rytp:hover p{color: #fff;}
.rytp:hover p::after{transform: scale(1);transform-origin: left;}
.tittle{text-align:center;line-height:40px;height:40px;font-size: 18px;font-weight: bold;margin-top: 20px;}
.lb a{ color:#333;}
.nyxw2{width:48%;float: left;text-align: left;height:40px;line-height:40px;border-bottom: 1px #D5D5D5 dotted;margin-right: 2%; background:url(../images/dot1.png) no-repeat left center;color:#333;}
.nyxw2 a{ padding-left:20px; color:#333;}
.nyxw2 span{float: right;height:40px;line-height:40px}
.xgcp{width:227px;float: left;margin:0px 5px;text-align: center;line-height:25px;}
.xgcp a{ height:180px; overflow:hidden; display:inline-block;width:225px;}
.xgcp a img{border: 1px solid #ccc; -webkit-transform: scale(1, 1); 
  -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;}
.xgcp a img:hover{-webkit-transform: scale(1.1, 1.1); 
  -moz-transform: scale(1.1, 1.1); 
  transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.6s ease-out; 
  -moz-transition: all 0.6s ease-out; 
  transition: all 0.6s ease-out;}
.xgcp p{ line-height:32px;}
.xgcp p a{ color:#333;}
.page{text-align: center;margin-top: 40px;}
.page li{text-align: center;padding-right: 10px;}
.page li a{ color:#333;font-size: 14px;}
.current a{color: #ef8008!important;}

/* 内页新闻列表 */
.newsList li{margin: 10px 0;transition: .5s;padding: 10px;}
.newsList li:hover{box-shadow: 0 0 10px #ccc;}
.newsList li .timeDiv{transition: .5s;width: 210px;height: 135px;overflow: hidden;float: left;margin-left: 15px;}
.newsList li .timeDiv img{width: 100%;height: 100%;object-fit: cover;}
.newsList li .timeDiv p{font-size: 50px;padding-top: 5px;}

.newsList li .titBox{float: left;width: 85%;padding-right: 50px;border-right:1px solid #e5e5e5;margin-right: 40px; }
.newsList li .titBox .time{font-size: 14px;color: #989898;}
.newsList li .titBox .one,.newsList li .titBox .two{font-size: 20px;}
.newsList li .titBox .one{color: #333333;position: relative;}
.titBox .one .xian{display: inline-block;width: 30px;height: 2px;background: #2050a7;transition: 0.5s;}
.newsList li:hover .titBox .one .xian{width: 50px;}
.newsList li .titBox .one a{font-size: 18px;font-weight: 600;}
.newsList li:hover .titBox .one{color:#2050a7}
.newsList li .titBox .two{width: 200px;height: 1px;background: #bebebe;margin: 10px 0;}
.newsList li .titBox .three{font-size: 16px;color: #888888;}
.newsList li .btn{width: 112px;height: 36px;background: #d9d9d9;display: block;line-height: 36px;text-align: center;color: #6d6d6d;border-radius: 25px;float: left;margin-top: 50px;font-size: 16px;}
.newsList li:hover .btn{background: #2050a7;color: #ffffff;}
.pageContent .title{margin-top: 0;font-size: 40px;}
.pageContent .titlecon{margin-top: 0;font-size: 20px;}
.pageContent .title p{font-size: 24px;height: 24px;line-height: 24px;border-left: 4px solid #2f318b;padding-left: 15px;font-weight: bold;margin-bottom: 40px;}
.pageContent .title p em{font-size: 18px;color: #bebebe;margin-left: 10px;font-weight: normal}
.news {margin: 50px 0 0 0;}

.vnr{padding:10px 9px;border: 1px solid #ccc;}
.vnr .cplb{width: 31.6%;margin-bottom: 10px;border: 1px solid #ccc;padding: 5px;float: left;margin-right: 10px;}
.vnr .cplb:nth-child(3n){margin-right: 0;}
.vnr .cplb .cplb_img{height: 252px;overflow: hidden;position: relative;}
.cplb_img .v_cang{position: absolute;left: 0;bottom: -252px;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.3);font-size: 16px;color: #fff;text-align: center;line-height: 252px;transition: 0.5s;}
.cplb_img .v_cang:before{content: "";display: block;width: 27px;height: 2px;background: #fff;position: absolute;left: -10px;top: 124px;transition: 1.5s;opacity: 0;}
.cplb_img .v_cang:after{content: "";display: block;width: 27px;height: 2px;background: #fff;position: absolute;right: -10px;top: 124px;transition: 1.5s;opacity: 0;}
.cplb_img img{width: 100%;height: 100%;object-fit: contain;transition: 0.5s;}
.vnr .cplb p{font-size: 16px;color: #000;line-height: 2;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.vnr .cplb:hover .v_cang{bottom: 0;}
.vnr .cplb:hover .v_cang:before{left: 90px;opacity: 1;}
.vnr .cplb:hover .v_cang:after{right: 90px;opacity: 1;}
.vnr .cplb:hover{border: 1px solid #2050a7;}
/*内页样式*/
.nr video{width: 50%;display: block;margin: 0 auto;height: 500px;}
.cp_nr{line-height:30px;padding:10px 9px;font-size: 14px;border: 1px solid #ccc;}
.nr{line-height:30px;padding:10px 9px;}
@charset "utf-8";
/*---------- base ---------*/

input,select,button{
	font:12px Verdana,Arial,Tahoma;
	vertical-align:middle;
}
.c {
	border: 1px solid #CCC; border-top:none
}
.clear {
	clear:both;
}
.h10 {
	height:10px;
	line-height:10px;
}
h1,h2,h3,h4,h5,h6 { font-size:12px; font-weight:normal}
.message_list{ padding:20px;}
.message_list ul li{ line-height:24px;}
.message_list ul li .message_tit{ border-bottom:1px dashed #dedede; line-height:30px; height:30px; }
.message_list ul li .info{ border-bottom:1px solid #dedede; padding:10px 0;}
.message_list ul li .date{ display:inline-block; font-size:12px; color:#999; margin-left:20px; }
a.message_add{ float:right; display:inline-block; color:#f00; margin-right:20px; }
.message_add_form{width: 50%;margin: 0 auto;}
.simple_btn{width: 408px;line-height: 2.5;background: #2050a7;color: #fff;text-align: center;font-size: 16px;border: none;outline: none;cursor: pointer;}

.reply_list ul li{ padding:10px 20px; background:#eee; }
.form_table th{ font-weight:normal; vertical-align:top; padding-top:10px; width:100px; }
.form_table td{ font-weight:normal; vertical-align:middle; padding-top:10px;  }
.detail_table th{ padding:8px 0; }
.list_btn,.search_btn{ display:inline-block; width:79px; height:35px; line-height:35px; text-align:center; background:url(../images/btn_bg.gif) no-repeat; border:0;cursor:pointer; }
.list_input{ font-size:14px; height:32px; padding:0 3px; line-height:32px; border:1px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #ccc; width:400px;  }
.input_date{ height:32px; padding:0 3px; background:url(../images/icon.png) no-repeat center right; line-height:32px; border:1px solid #a7b5bc; border-right:1px solid #ced9df; border-bottom:1px solid #ced9df; width:400px;  }
.list_textarea{ height:80px; width:400px; padding:0 3px;  line-height:20px; border:1px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #ccc; width:400px;  }
a.sub_btn,.sub_btn{ display:inline-block; background:url(../images/sub_btn_bg.png) no-repeat; width:138px; text-align:center; color:#fff; height:36px; line-height:36px; border:0; font-size:14px; cursor:pointer; font-weight:bold; }
table{ width: 100%;}
.vgs{font-size:20px;font-weight: bold;padding: 7px;position: relative;height: 31px;margin: 20px 0;background: url(../images/cpgs.jpg) no-repeat center center;}
.vgs p{position:absolute;left: 0;top: 0;border: 1px solid #363636;padding: 7px;color: #363636}
.zuoyou{margin-top:20px;}
.zuoyou a{font-size: 14px;}
.zuoyou a:hover{color: #2050a7;text-decoration: underline;}

.cpxq{}
.cp_l{ width: 46%;}
.cp_r{ width: 52%;}
.cp_r dl{ margin-top: 20px; line-height: 75px; border-bottom: 1px solid #EEEEEE; font-size: 24px; font-weight: bold; margin-bottom: 30px;}
.cp_r dt{ line-height: 43px; font-size: 18px; font-weight: bold;}
.cp_r dd{ line-height: 25px; font-size: 16px; margin-bottom: 20px;}
.cp_r li{ width: 130px; float: left; line-height: 50px; background: #2050a7; margin-right: 20px; text-align: center;}
.cp_r li a{ font-size: 16px; color: #fff;}
.cp_r li img{ vertical-align: middle; padding-right: 10px;}
.cp_r li:nth-child(1){ background: #2050a7;}
#preview{ float:none; margin:20px auto; text-align:center; width:420px;}
.jqzoom{ width:410px; height:410px; position:relative; border: 1px solid #DDDDDD; display: table-cell; vertical-align: middle; padding: 5px;}

.zoomdiv{ left:859px; height:300px; width:300px;}
.list-h li{ float:left;}
#spec-n5{width:500px; height:56px; padding-top:6px; overflow:hidden;}
#spec-left{ background:url(../images/left.gif) no-repeat; width:10px; height:45px; float:left; cursor:pointer; margin-top:5px;}
#spec-right{background:url(../images/right.gif) no-repeat; width:10px; height:45px; float:left;cursor:pointer; margin-top:5px;}
#spec-list{ width:472px; float:left; overflow:hidden; margin-left:2px; display:inline;}
#spec-list ul li{ float:left; margin-right:0px; display:inline; width:62px;}
#spec-list ul li img{ padding:2px ; border:1px solid #ccc; width:50px; height:50px;}

#n{margin:10px auto; width:920px; border:1px solid #CCC;font-size:12px; line-height:30px;}
#n a{ padding:0 4px; color:#333}

.jqzoom{position:relative;padding:0;}
.zoomdiv{z-index:100;position:absolute;top:1px;left:0px;width:400px;height:400px;background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #e4e4e4;display:none;text-align:center;overflow: hidden;}
.bigimg{width:800px;height:800px;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:50px;height:50px;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;}
#spec-list{ position:relative; width:372px; margin-right:6px;}
#spec-list div{ margin-top:0;margin-left:0px; *margin-left:0; width: 100% !important;}

/* 侧边工具栏 */
#toolbar{position:fixed;z-index:9999;right:17px;bottom:10%}
#toolbar li{margin-bottom:3px;font-size:0;width:57px;height:57px;right:0;position:relative}
#toolbar li a{display:block;position:absolute;z-index:9;right:0;top:0;width:57px;height:57px;overflow:hidden;background:#292e39;-webkit-transition:all .5s ease;transition:all .5s ease;white-space:nowrap;font-size:0}
#toolbar li .icon-font{display:inline-block;vertical-align:middle;width:57px;height:57px;background-color:#d9d9d9}
#toolbar li .icon-qq:after{background-position:0 -150px}
#toolbar li .icon-phone:after{background-position:0 -90px}
#toolbar li .icon-ewm:after{background-position:0 -30px}
#toolbar li .icon-message:after{background-position:0 -120px}
#toolbar li .icon-top:after{background-position:0 -60px}
#toolbar li .icon-wangwang:after{background-position:0 0}
#toolbar li .wz{display:inline-block;line-height:57px;font-size:14px;color:#fff;vertical-align:middle;padding-left:10px}
#toolbar li.ewm .ewm-box{position:absolute;z-index:1;padding:5px;background:#292e39;width:110px;right:120%;bottom:0;opacity:0;visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:all .7s;transition:all .7s}
#toolbar li.ewm .ewm-box p{margin-bottom:0}
#toolbar li.ewm .ewm-box img{max-width:100%}
#toolbar li.ewm .ewm-box:after{content:'';position:absolute;right:-5px;bottom:20px;width:0;height:0;line-height:0;font-size:0;overflow:hidden;border-width:5px;cursor:pointer;border-style:dashed dashed dashed solid;border-color:transparent transparent transparent #292e39;border-right:none}
#toolbar li.ewm:hover .icon{background-position:-57px -180px}
#toolbar li.ewm:hover .ewm-box{opacity:1;visibility:visible;-webkit-transform:translateY(0);transform:translateY(0)}
#toolbar li.backtop{cursor:pointer}
#toolbar li.backtop .iconfont{color:#fff;background-color:#292e39}
#toolbar li:hover a{width:200px}
#toolbar li:hover .icon-font{background-color:#2050a7}
#toolbar li:hover .icon-qq:after{background-position:-30px -150px}
#toolbar li:hover .icon-phone:after{background-position:-30px -90px}
#toolbar li:hover .icon-ewm:after{background-position:-30px -30px}
#toolbar li:hover .icon-message:after{background-position:-30px -120px}
#toolbar li:hover .icon-wangwang:after{background-position:-30px 0}
#toolbar li:hover .icon-top:after{background-position:-30px -60px}
.icon-font{position:relative}
.icon-font:after{content:"";width:30px;height:30px;background-image:url(../images/icon_spirit.png);background-repeat:no-repeat;position:absolute;left:calc(50% - 15px);top:calc(50% - 15px)}
@media screen and (max-width: 1440px) {
	.wrapper{width: 1200px;}
	.wd1200{width: 1200px;}
	.logo span{font-size: 30px;}
	.factory ul li{width: 28.7%;}
	
	.lx a{width: 30%;}
	.sp1{width: 37%;}
	
	/* 内页 */
	.moddle{width: 1200px;}
	.vabout .n_left{line-height: 1.7;}
	.vnr .cplb{width: 31.3%;}
	.icpfl ul p a{font-size: 14px;}
	.rytp{width: 23.9%;}
	.rytp a{height: 160px;}
	.newsList li .titBox{width: 82%;}
	
	
	
}