@charset "utf-8";
/* CSS Document */

/*媒体查询代码，表示只有在屏幕尺寸小于1000像素的时候才会应用下面的样式*/
@media screen and (max-width: 1000px) {
 .top .box {
max-width:720px; /*最大宽度720像素*/
}
 .lobbox .box {
max-width:720px; /*最大宽度720像素*/
}
 .lobbox {
width:100%;
position:static;
background-image:url(../images/hbg.jpg);
}
 .lobbox .nav {
display:none;/*此元素不会被显示*/
}
 .lobbox2 {
display:none;/*此元素不会被显示*/
}
 .lobbox .naverbox {
display:block; /*此元素将显示为块级元素，表示此元素单独占据位置，前后会带有换行符，其他元素跟他在同一行的会被迫换行，挤到下一行那里去*/
float:right;
margin-top:0px;
}
 .lobbox .naverbox2 {
display:none;/*此元素不会被显示*/
}
 .lobbox .naverbox .btn {
height:60px;
}
 .lobbox .naverbox .btn span {
display: inline-block; /*将对象呈递为内联对象，但是对象的内容作为块对象呈递。旁边的内联对象会被呈递在同一行内，允许空格*/
width:60px;
height: 60px;
color: #fff;
background:url(../images/icon.png) no-repeat center;
background-size:70%;
cursor: pointer;
}
.flexslider {
 position:relative;
 margin-top:0px;
 padding-top:0px;
}
 .sidebar-wrapper {
position: relative;
height: 100%;
overflow: auto;
}
 #dowebok {
display:block; /*此元素将显示为块级元素，表示此元素单独占据位置，前后会带有换行符，其他元素跟他在同一行的会被迫换行，挤到下一行那里去*/
background-color: #008CD6;
}
 #dowebok .naver {
}
 #dowebok .naver li {
position:relative;
}
 #dowebok .naver li p.active span, #dowebok .naver li p.you span {
position:absolute;
right:0px;
top:0px;
width:50px;
height:50px;
background:#008CD6 url(../images/pic20.png) no-repeat center;
}
 #dowebok .naver li p {
border-bottom:1px solid #FFF;
}
 #dowebok .naver li p.you.active span {
width:50px;
height:50px;
background:#008CD6 url(../images/pic21.png) no-repeat center;
}
 #dowebok .naver li p {
line-height: 50px;
}
 #dowebok .naver li p a {
display: block;
padding: 0 20px;
color: #fff;
text-decoration: none;
}
 #dowebok .naver li p:hover {
background-color:#005BA6;
}
 #dowebok .naver li dl {
line-height:40px;
display:none;/*此元素不会被显示*/
}
 #dowebok .naver li dl a {
color:#FFF;
display:block; /*此元素将显示为块级元素，表示此元素单独占据位置，前后会带有换行符，其他元素跟他在同一行的会被迫换行，挤到下一行那里去*/
padding:0 40px;
}
 #dowebok .naver li dl a:hover {
color:#FFF;
display:block; /*此元素将显示为块级元素，表示此元素单独占据位置，前后会带有换行符，其他元素跟他在同一行的会被迫换行，挤到下一行那里去*/
background-color:#005BA6;
text-decoration:none;
}
 [data-simplersidebar='active'] {
}
 #dowebok .naver li a.currnet {
background-color:#005BA6;
}
.ban {
 width:100%;
 margin:0px auto;
 padding-top:0px;
}
.banner {
margin-top:0px;
padding-top:0px;
max-width:100%;
}
.con_l .box3 {
display:none;/*此元素不会被显示*/
}
.ti span {
 display:none;/*此元素不会被显示*/
}
 .content {
max-width:720px; /*最大宽度720像素*/
}
 .ys {
max-width:720px; /*最大宽度720像素*/
}
.z1 {
 width:98%;
 margin-left:1%;
 margin-right:1%;
 height:auto;
 float:left;
}
.z2 {
 width:98%;
 margin-left:1%;
 margin-right:1%;
 height:auto;
 float:left;
}
.zp2 {
 width:60%;
 height:auto;
 margin-bottom:10px;
 float:left;
}
.zp2 h {
 width:100%;
 height:30px;
 float:left;
 display:block;
 overflow:hidden;
 text-overflow:ellipsis;
 white-space:nowrap;
}
.zp2 h a {
 line-height:30px;
 color:#333;
 font-family:"微软雅黑";
 font-size:16px;
 text-decoration:none;
}
.zp2 h a:hover {
 color:#008CD6;
}
.zp2 span {
 width:100%;
 height:auto;
 margin-bottom:10px;
 font-size: 12px;
 color: #333333;
 font-weight: normal;
 font-family: "微软雅黑";
 line-height: 25px;
 word-break: break-all;
 text-overflow: ellipsis;
 display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
 -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
 -webkit-line-clamp: 4; /** 显示的行数 **/
 overflow: hidden;  /** 隐藏超出的内容 **/
 float:left;
}
 .ykt1 {
 line-height:150%;
 color:#333;
 font-family:"微软雅黑";
 font-size:18px;
 font-weight:normal;
 text-align:left;
}
.ykt2 {
 line-height:150%;
 color:#333;
 font-family:"微软雅黑";
 font-size:14px;
 font-weight:normal;
 text-align:left;
}
.ykt3 {
 color:#003972;
 font-family:"微软雅黑";
 font-size:25px;
 font-weight:bold;
}
.ykt4 {
 color:#003972;
 font-family:"微软雅黑";
 font-size:18px;
 font-weight:bold;
}
 .ink1 {
display:none;/*此元素不会被显示*/
}
.ink2 {
width:100%;
}
 .dyip .dyip_l {
float:none;
width:100%;
}
 .dyip .dyip_r {
float:none;
width:100%;
margin-top:2%;
}
 .dyip .dyip_f {
float:none;
width:100%;
margin-top:2%;
}
.dyip .dyip_f .box li .boxli {
 border:0px solid #CCC;
 padding:2%;
 margin-bottom:10%;
}
.dyip .dyip_f .box li .nr {
 line-height:24px;
 height:48px;
 overflow:hidden;
 padding-top:2%;
 padding-right: 0;
 padding-bottom:2%;
 padding-left: 0;
}
.product .show li .showli {
 border:1px solid #CCC;
 padding:2%;
 margin-bottom:10%;
 width:100%;
}
.product .show li .nr {
 line-height:24px;
 height:24px;
 overflow:hidden;
 padding-top:2%;
 padding-right: 0;
 padding-bottom:2%;
 padding-left: 0;
}
 .derp .derp_l {
float:none;
width:100%;
}
 .derp .derp_r {
float:none;
width:100%;
margin-top:2%;
}
 .derp .derp_r .box .r_l {
display:none;/*此元素不会被显示*/
}
 .derp .derp_r .box .r_r {
float:none;
width:100%;
border-left:0 none;
padding-left:0%;
}
 .derp .derp_r .box .r_f_l {
float:none;
width:100%;
height:auto;
border-left:0 none;
padding:0%;
}
 .derp .derp_r .box .r_f_r {
float:none;
width:100%;
border-left:0 none;
padding:0%;
}
 .dqwz .box {
max-width:720px;  /*最大宽度720像素*/
}
 .dyip .box {
max-width:720px;  /*最大宽度720像素*/
}
 .derp {
max-width:720px;  /*最大宽度720像素*/
}
 .derp li {
float:none;
width:100%;
margin:1% 0;
}
 .dsanp {
max-width:720px;  /*最大宽度720像素*/
}
 .dsanp li {
width:48%;
}
 .dsip {
max-width:720px;  /*最大宽度720像素*/
}
 .con {
max-width:720px;  /*最大宽度720像素*/
}
.productd .showw .cl {
display:none;/*此元素不会被显示*/
}
.productd .showw .cr {
 width:100%;
 height:auto;
 float:right;
 clear:right;
}
.productd .ti {
 width:100%;
 height:auto;
 margin-top:3%;
 margin-bottom:3%;
 float:right;
 clear:right;
}
.productd .showw .cll {
display:block;/*此元素将显示为块级元素*/
}
 .con {
max-width:1000px;   /*最大宽度1000像素*/
}
.con_l2 {
display:none;/*此元素不会被显示*/
}
.con_l {
 float:left;
 width:100%;
 background:#FFF;
 margin-bottom:5%;
}
.con_l .box {
 width:100%;
 height:auto;
 background:#008CD6;
 overflow:hidden;
 clear:left;
}
.con_l .box h2 {
 height:auto;
 padding-top:10px;
 padding-bottom:10px;
 margin-bottom:10px;
 line-height:25px;
 font-size:18px;
 text-align:left;
 text-indent:2%;
}
.con_l .box h2 span {
 margin-top:0px;
 margin-bottom:10px;
 font-size:12px;
 text-align:left;
 text-indent:2%;
}
.con_l .box ul {
 width:100%;
 padding:0px;
 float:left;
}
.con_l .box ul li {
 width:50%;
 height:40px;
 border-bottom:1px dashed #8ED8FF;
 float:left;
}
.con_l .box ul li a {
 display:block;
 color:#fff;
 line-height:40px;
 font-weight:normal;
 font-size:14px;
 text-decoration:none;
 background-color: #008CD6;
 background-image: url(../images/pic28.png);
 background-repeat: no-repeat;
 background-position: 10px center;
 width:80%;
 padding-left:20%;
 display:block;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
.con_l .box ul li a:hover {
 background:#005BA6 url(../images/pic29.gif);
 background-repeat: no-repeat;
 background-position: 10px center;
}
.con_l .box ul li a.current {
 background:#005BA6 url(../images/pic29.gif);
 background-repeat: no-repeat;
 background-position: 10px center;
}
 .con_r {
float:none;
width:100%;
}
.ti {
 padding:2%;
 color:#333;
 font-family:"微软雅黑";
 font-size:20px;
 line-height:normal;
 font-weight:normal;
 border-bottom:#ddd solid 1px;
 overflow:hidden;
}
.abl {
 width:96%;
 padding-left:2%;
 padding-right:2%;
 height:auto;
}
.abl img {
 width:100%;
}
.abr {
 width:96%;
 padding-left:2%;
 padding-right:2%;
 height:auto;
}
.abr h {
 font-size:20px;
}
.np2 h {
 height:20px;
}
.np2 h a {
 line-height:20px;
}
.np2 h2 {
 width:100%;
 height:20px;
 line-height:20px;
 float:left;
}
.np2 h3 {
 width:100%;
 height:40px;
 line-height: 20px;
 word-break: break-all;
 text-overflow: ellipsis;
 display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
 -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
 -webkit-line-clamp: 2; /** 显示的行数 **/
 overflow: hidden;  /** 隐藏超出的内容 **/
 float:left;
}
.np2 h4 {
 height:20px;
}
.np2 h4 a {
 line-height:20px;
}
.xw1 {
 width:94%;
 padding:3%;
 margin-bottom:5%;
}
.xwk {
 width:100%;
}
.xwc1 {
 width:75%;
 margin-right:5%;
}
.xwc2 {
 width:20%;
}
.fp2 h {
 height:25px;
 margin-bottom:2%;
}
.fp2 h img {
 margin-top:0px;
}
.fp2 h a {
 font-size:14px;
 line-height:25px;
}
.fp2 h3 {
 width:100%;
 height:50px;
 line-height: 25px;
 word-break: break-all;
 text-overflow: ellipsis;
 display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
 -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
 -webkit-line-clamp: 2; /** 显示的行数 **/
 overflow: hidden;  /** 隐藏超出的内容 **/
 float:left;
}
.fp2 h4 {
 height:20px;
}
.fp2 h4 a {
 line-height:20px;
}
.fnk span {
 display:block;
 width:17%;
 padding-left:2%;
 padding-right:4%;
 margin-left:0%;
 margin-right:2%;
 text-align:center;
 background-image:url(../images/zx.jpg);
 background-repeat: no-repeat;
 background-position: right center;
 float:left;
}
.gun_g li {
width:2.9%;
margin:0 0.3% 0 0;
}
.gun2_g li {
width:2.9%;
margin:0 0.3% 0 0;
}
}

/*媒体查询代码，表示只有在屏幕尺寸小于720像素的时候才会应用下面的样式*/
 @media screen and (max-width: 720px) {
 .top {
display:block;/*此元素将显示为块级元素*/
}
 .lobbox .box {
max-width:520px;   /*最大宽度520像素*/
}
 .lobbox {
width:100%;
height:60px;
position:static;
background-image:url(../images/hbg.jpg);
}
 .lobbox .box {
border-radius:0;
}
.lobbox .box h1 {
 float:left;
 padding-top:5px;
 padding-left:5px;
 width:65%;
}
.lobbox .box h1 img {
 width:100%;
}
 .dqwz .box {
max-width:520px;   /*最大宽度520像素*/
}
.banner {
margin-top:0px;
padding-top:0px;
max-width:100%;
}
 .content {
max-width:520px;  /*最大宽度520像素*/
}
.inti {
 font-size:22px;
}
.inti2 {
 font-size:14px;
}
.inti3 {
 font-size:22px;
}
.inti30 {
 font-size:14px;
}
.inti32 {
 width:98%;
 margin-left:1%;
 margin-right:1%;
 font-size:12px;
 line-height:25px;
}
.ztit {
 font-size:22px;
}
 .ys {
display:none;/*此元素不会被显示*/
}
 .ys2 {
display:block;/*此元素将显示为块级元素*/
}
 .z1 {
 width:100%;
 height:auto;
 float:left;
}
.z2 {
 width:100%;
 height:auto;
 float:left;
}
.zp2 {
 width:60%;
 height:auto;
 margin-bottom:10px;
 float:left;
}
.zp2 h {
 width:100%;
 height:30px;
 float:left;
 display:block;
 overflow:hidden;
 text-overflow:ellipsis;
 white-space:nowrap;
}
.zp2 h a {
 line-height:30px;
 color:#333;
 font-family:"微软雅黑";
 font-size:16px;
 text-decoration:none;
}
.zp2 h a:hover {
 color:#008CD6;
}
.zp2 span {
 width:100%;
 height:auto;
 margin-bottom:10px;
 font-size: 12px;
 color: #333333;
 font-weight: normal;
 font-family: "微软雅黑";
 line-height: 25px;
 word-break: break-all;
 text-overflow: ellipsis;
 display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
 -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
 -webkit-line-clamp: 2; /** 显示的行数 **/
 overflow: hidden;  /** 隐藏超出的内容 **/
 float:left;
}
.hz {
 width:48%;
 height:auto;
 margin-left:1%;
 margin-right:1%;
 margin-bottom:1%;
 float:left;
}
.prowai {
 width:48%;
 height:auto;
 margin-left:1%;
 margin-right:1%;
 margin-bottom:1%;
 float:left;
}
.prowai2 {
 width:46%;
 height:auto;
 margin-left:2%;
 margin-right:2%;
 margin-bottom:1%;
 float:left;
}
.hp {
 width:18%;
 height:auto;
 margin-left:1%;
 margin-right:1%;
 margin-bottom:2%;
 float:left;
}
 .dyip .dyip_r .box li {
float:left;
width:97%;
margin:1.5%;
}
 .dyip .dyip_f .box li {
float:left;
width:97%;
margin:1.5%;
}
.dyip .dyip_f .box li .boxli {
 border:1px solid #CCC;
 padding:2%;
 margin-bottom:1%;
}
.product .show ul {
}
.product .show li {
float:left;
width:45%;
margin-left:2%;
margin-right:2%;
margin-bottom:1%;
}
.product .show .show li .showli {
 border:1px solid #CCC;
 padding:2%;
 margin-bottom:1%;
}
.yy {
 width:48%;
 margin:1%;
 padding-bottom:2%;
}
.yy2 h {
 height:30px;
 margin-top:5px;
 margin-bottom:0px;
 font-size:16px;
 line-height:30px;
}
.yy2 span {
 margin-top:0px;
 margin-bottom:0px;
 font-size:12px;
 line-height:30px;
}
 .ckt {
max-width:720px; /*最大宽度720像素*/
}
 .con {
max-width:520px;   /*最大宽度520像素*/
}
 .con2_l .box {
display:none;/*此元素不会被显示*/
}
 .con_r {
float:none;
width:100%;
margin-top:3%;
}
.con_r .contact {
 padding:5%;
 line-height:24px;
}
.con_r .contact .pic {
 float: right;
 padding: 0 10px 0px 0;
 max-width:150px;
}
.con_r .contact .pic img {
 box-shadow: 0px 0px 0px #ccc;
 width:150px;
}
 .foot {
text-align:center;
}
 .foot .foot_t {
width:100%;
}
.foot .foot_tl {
 float:left;
 width:100%;
}
.foot .foot_tr {
 width:98%;
 margin-top:3%;
 margin-left:1%;
 margin-right:1%;
 padding:0px;
}
.rt {
 width:31.333%;
 margin-left:1%;
 margin-right:1%;
}
 .rt:nth-child(4) {
 clear: both;/*清除第三个rt栏目的浮动，让它自动换行*/
}
.rt2 {
 width:31.333%;
 margin-left:1%;
 margin-right:1%;
}
.rt h4 {
 color:#fff;
 font-size:14px;
 font-family:"微软雅黑";
 height:40px;
 line-height:40px;
 font-weight:normal;
 padding:0px;
 margin:0px;
 float:left;
 display:block;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
.rt2 h4 {
 color:#fff;
 font-size:14px;
 font-family:"微软雅黑";
 height:40px;
 line-height:40px;
 font-weight:normal;
 padding:0px;
 margin:0px;
 float:left;
 display:block;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
 .foot_b .logo {
display:none;/*此元素不会被显示*/
}
 .foot_b .foot_b_r {
float:none;
width:100%;
padding-top:3%;
}
.gun_g li {
width:3.95%;
margin:0 0.3% 0 0;
}
.gun2_g li {
width:3.95%;
margin:0 0.3% 0 0;
}
}

/*媒体查询代码，表示只有在屏幕尺寸小于520像素的时候才会应用下面的样式*/
 @media screen and (max-width: 520px) {
 .banner_pc {
display:none;/*此元素不会被显示*/
}
 .banner_sj {
display:block;/*此元素将显示为块级元素，表示此元素单独占据位置，前后会带有换行符，其他元素跟他在同一行的会被迫换行，挤到下一行那里去*/
}
.banner {
margin-top:0px;
padding-top:0px;
max-width:100%;
}
 .ys {
display:none;/*此元素不会被显示*/
}
 .ys2 {
display:block;/*此元素将显示为块级元素*/
}
 .qqbox {
display:none;/*此元素不会被显示*/
}
 .dqwz .box {
padding:0 5%;
}
 .dyip .box {
padding:5%;
}
.dyip .dyip_f .box li .boxli {
 border:1px solid #CCC;
 padding:2%;
 margin-bottom:1%;
}
.product .show li {
float:left;
width:93%;
margin-bottom:-5px;
}
.product .show ul {
}
.product .show li {
float:left;
width:93%;
margin-bottom:1%;
}
.product .show .show li .showli {
 border:1px solid #CCC;
 padding:2%;
 margin-bottom:1%;
}
 .derp {
padding:5%;
}
 .dsanp {
padding:5%;
}
 .dsanp li {
float:left;
width:100%;
margin:1% 0;
}
 .dsip {
padding:5%;
}
 .dsip li {
float:left;
width:48%;
}
 .con {
padding:0px;
}
.con_r .contact {
 padding:5%;
 line-height:24px;
}
.con_r .contact .pic {
display:none;/*此元素不会被显示*/
}
.top .box1 {
 display:none;/*此元素不会被显示*/
}
.top .box2 {
 width:100%;
}
.cndns-right {
 display:none;/*此元素不会被显示*/
}
.inti2 h {
 font-size:20px;
 height:20px;
 line-height:20px;
}
.yy2 h {
 height:20px;
 margin-top:0px;
 margin-bottom:0px;
 font-size:14px;
 line-height:20px;
}
.yy2 span {
 margin-top:0px;
 margin-bottom:0px;
 font-size:12px;
 line-height:20px;
}
.np2 h3 {
 width:100%;
 height:20px;
 line-height: 20px;
 word-break: break-all;
 text-overflow: ellipsis;
 display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
 -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
 -webkit-line-clamp: 1; /** 显示的行数 **/
 overflow: hidden;  /** 隐藏超出的内容 **/
 float:left;
}
.fp2 h3 {
 width:100%;
 height:25px;
 line-height: 25px;
 word-break: break-all;
 text-overflow: ellipsis;
 display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
 -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
 -webkit-line-clamp: 1; /** 显示的行数 **/
 overflow: hidden;  /** 隐藏超出的内容 **/
 float:left;
}
.lti {
 width:98%;
 margin-left:1%;
 margin-right:1%;
}
.ltit {
 width:98%;
 margin-left:1%;
 margin-right:1%;
}
 .ckt {
max-width:520px;  /*最大宽度520像素*/
}
.gun_g li {
width:3.95%;
margin:0 0.3% 0 0;
}
.gun2_g li {
width:6.1%;
margin:0 0.3% 0 0;
}
}
