﻿@charset "utf-8";
/* CSS Document */

/*媒体查询代码，表示只有在屏幕尺寸小于1000像素的时候才会应用下面的样式*/
@media screen and (max-width: 1000px) {
.header {
	height:auto; 
}
 .top .box {
max-width:720px; /*最大宽度720像素*/
}
 .lobbox .box {
max-width:720px; /*最大宽度720像素*/
}
 .lobbox {
width:100%;
position:static;
}
.lobbox .box h1 {
	width:70%;
}
.lobbox .box h1 img{
	max-width:100%;
}
 .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: #32353C;
}
 #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:#32353C url(../images/pic20.png) no-repeat center;
}
 #dowebok .naver li p {
border-bottom:1px solid #555A66;
}
 #dowebok .naver li p.you.active span {
width:50px;
height:50px;
background:#32353C 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: #DBDEE5;
text-decoration: none;
}
 #dowebok .naver li p:hover {
background-color:#1B1D21;
}
 #dowebok .naver li dl {
line-height:40px;
display:none;/*此元素不会被显示*/
}
 #dowebok .naver li dl a {
color:#DBDEE5;
padding:0 40px;
display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
 #dowebok .naver li dl a:hover {
color:#DBDEE5;
display:block; /*此元素将显示为块级元素，表示此元素单独占据位置，前后会带有换行符，其他元素跟他在同一行的会被迫换行，挤到下一行那里去*/
background-color:#1B1D21;
text-decoration:none;
}
 [data-simplersidebar='active'] {
}
 #dowebok .naver li a.currnet {
background-color:#1B1D21;
}
.ban {
	width:100%;
	margin:0px auto;
	padding-top:0px;
}
.banner {
margin-top:65px;
padding-top:0px;
max-width:100%;
}
 .content {
max-width:720px; /*最大宽度720像素*/
	line-height:30px;
	font-size:14px;
}
.page {
	font-size: 14px;
}
.page a {
	font-size: 14px;
}
.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:#32353C;
}
.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;
	overflow:hidden;
	clear:left;
}
.con_l .box h2 {
    color:#fff;
	font-weight:bold;
	height:40px;
	padding-top:10px;
	line-height:30px;
	font-size:18px;
	font-family:"微软雅黑";
	text-align:left;
	text-indent:2%;
	border-bottom:2px solid #fff;
	background: url(../images/pic27.png) no-repeat 80% center;
	background-image: -webkit-linear-gradient(#FDAD4A, #32353C);
	background-image: -moz-linear-gradient(#FDAD4A, #32353C);
	background-image: -ms-linear-gradient(#FDAD4A, #32353C);
	background-image: -o-linear-gradient(#FDAD4A, #32353C);
	background-image: linear-gradient(#FDAD4A, #32353C);
}
.con_l .box ul {
    width:100%;
	padding:0px;
	float:left;
}
.con_l .box ul li {
    width:33.333333%;
    height:40px;
	border-bottom:1px solid #fff;
	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: #32353C;
	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:#0087CE url(../images/pic29.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.con_l .box ul li a.current {
	background:#0087CE url(../images/pic29.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.con_l .box2 {
display:none;/*此元素不会被显示*/
}
 .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{
	font-size:14px;
	line-height:30px;
}
.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;
}
.yy {
    width:41.5%;
	padding:2%;
	margin:2%;
}
.xw1{
	width:94%;
	padding:3%;
	margin-bottom:4%;
}
.xwk{
	width:100%;
}
.xwc1{
	width:75%;
	margin-right:5%;
}
.xwc2{
	width:20%;
}
.xw2 h{
	font-size:16px;
}
.xw2 h2{
	font-size:12px;
}
.cti {
	font-size:22px;
}
.productd .showw .cr h{
	font-size:16px;
}
.productd .showw .cr h2{
	font-size:14px;
	line-height:30px;
}
.productd .showw .cr h3{
	font-size:14px;
}
.productd .con {
	font-size:14px;
	line-height:30px;
}
.anm a {
	font-size:14px;
}
.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;
}
 .foot {
text-align:center;
}
 .foot .foot_t {
width:100%;
}
.foot .foot_tl {
	width:100%;
	margin-bottom:3%;
}
.foot .foot_tr {
	width:100%;
	float:left;
}
.foot .foot_tr h{
	font-size:16px;
}
.foot .foot_tr span{
	font-size:14px;
	line-height:30px;
}
.foot_t2 {
	font-size:14px;
}
.foot_t2 a {
	font-size:14px;
}
.gun_g li a{ font-size:14px;}
.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;
}
 .lobbox .box {
border-radius:0;
}
 .dqwz .box {
max-width:520px;   /*最大宽度520像素*/
}
.banner {
margin-top:35px;
padding-top:0px;
max-width:100%; 
}
 .content {
max-width:520px;  /*最大宽度520像素*/
}
.inti {
    font-size:22px;
}
.inti2 {
    font-size:14px;
}
.inti2 span{
    font-size:12px;
}
.ztit {
	font-size:22px;
}
.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:#32353C;
}
.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;
}
.ys{
	width:50%;
}
.yst {
	font-size:14px;
}
.ys2{
	width:48%;
	height:auto;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:2%;
	float:left;
}
.ys2t {
	font-size:14px;
}
.tj{
	width:48%;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:2%;
}
.tjt a{
	font-size:14px;
}
.tj2{
	width:48%;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:2%;
}
.tj2t a{
	font-size:14px;
}
.tj3{
	width:48%;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:2%;
}
.tj3t a{
	font-size:14px;
}
.tj4{
	width:98%;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:2%;
}
.tj4t a{
	font-size:14px;
}
.jg{
	width:98%;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:2%;
}
.jg:hover p{
	font-size:14px;
}
.jg2{
	width:48%;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:2%;
}
.jg2:hover p{
	font-size:14px;
}
.jg3{
	width:98%;
	margin-left:1%;
	margin-right:1%;
}
.jg3:hover p{
	font-size:14px;
}
.prowai2{
	width:48%;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:2%;
}
 .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:41%;
	padding:2%;
	margin: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;
}
 .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;
}
.rt h4 a{
	font-size:16px;
}
.rt ul li a{
	font-size: 14px;
	line-height:30px;
}
.nv a {
	font-size:12px;
}
.imgtext h{
	font-size:16px;
}
.imgtext span{
	font-size:12px;
}
.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:25px;
padding-top:0px;
max-width:100%;
}
 .content {
max-width:360px;  /*最大宽度360像素*/
}
 .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;/*此元素不会被显示*/
}
.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%;
}
.flex-direction-nav .flex-next {
	display:none;
}
.flex-direction-nav .flex-prev {
	display:none;
}
.gun_g li{ width:6.1%; margin:0 0.3% 0 0;}
.gun2_g li{ width:6.1%; margin:0 0.3% 0 0;}
}