﻿@charset "utf-8";
/* CSS Document */
/*****************************全局样式*************************/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 16px/1.5 "微软雅黑";
	color: #666;
	background: url(bg.jpg);
}
img, a img {
	border: none;
}
ul, ol, dl, dt, dd {
	list-style-type: none;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #00a0e8;
}
.b {
	font-weight: bold;
}
.red {
	color: #eb2025;
}
.blue {
	color: #0667ac;
}
.wrap {
	width: 100%;
	background: url(bg.jpg);
}
.top {
	height: 50px;
	line-height: 80px;
	background: #3990fa;
	font-size: 18px;
	text-align:center;
    overflow: hidden;
	width: 100%;
	position: relative;
}
    .top img {
        float:initial;
        margin-top:10px;
        /*margin-left:-10px;*/
    height:60px;
    width:270px;
    }
    .ztitle img {
        float:left;
        margin-left:20px;
        margin-top:5px;
    
    }
.return {
	position: absolute;
	left: 10px;
}
.ztitle {
    line-height:50px;
	text-align: center;
    color:#fff;
}
.return a {
	display: block;
	text-indent: -999em;
	background: url(/themes/images/cdc/return.png) no-repeat center ;
    color:#fff;
	width: 40px;
	height: 50px;

}
.menu_nav {
	position: absolute;
    top:5px;
	right: 20px;

}
.menu_nav a {
	display: block;
	text-indent: -999em;
	background: url(/themes/images/jysn/more3.png) no-repeat center ;
	width: 40px;
	height: 40px;
}
.navfl {
	width: 100%;
	background: #fff;
	padding: 10px 0px;
	box-shadow: 0 1px 3px rgba(0,0,0,.25);
	overflow: hidden;
}
.navfl ul li {
	float: left;
	width: 20%;
	text-align: center;
}
/* 焦点图 */
.slideBox {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 10px auto;
	height: 200px;
	text-align: center;
}
.slideBox img {
	width: 100%;
	height: 200px;
}
.slideBox .hd1 {
	position: absolute;
	height: 28px;
	line-height: 28px;
	bottom: 5px;
	left: 50%;
	margin-left: -50px;
	z-index: 1;
}
.slideBox .hd1 ul {
	width: 105px;
	margin: 0px auto;
	overflow: hidden;
}
.slideBox .hd1 li {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background: #333;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 6px;
}
.slideBox .hd1 li.on {
	background: #00a0e8;
}
.slideBox .bd1 {
	position: relative;
	z-index: 0;
}
.slideBox .bd1 li {
	position: relative;
}
.slideBox .bd1 li a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
    .slideBox .bd1 li a img {
    width:100%;
    height:200px;
    }
.nav {
    width:100%;
	/*max-width: 640px;*/
	margin: 10px auto 0px;
	/*height: 130px;*/
	overflow: hidden;
	text-align: center;
    background-color:#fff;
}


.nav a {
	display: inline-table;
    
	width: 20%;
	margin-right: 2%;
    margin-left: 2%;
	/*height: 50px;*/
	font-size: 16px;
	color: #666;
	padding-top: 10px;
	line-height: 30px;
	text-align: center;
	border-radius: 3px;
	float: left;
    
}
    .nav img {
    width:55px;
    height:55px;
    }
.nav a.fl {
	background: url(/m/images/fl.png) center 34px #fff no-repeat;
    
}
.nav a.news {
 
	background: url(qk.png) center 34px #fff no-repeat;
 

}
.nav a.about {
	background: url(/m/images/xw.png) center 34px #fff no-repeat;
}
.nav a.zixun {
	background: url(/m/images/zx.png) center 34px #fff no-repeat;
}
.nav a.contact {
	background: url(/m/images/hz.png) center 34px #fff no-repeat;
}
.subnav {
width:38%;
height:40px;
border:1px solid #ccc;
float:left;
margin-left:8%;
line-height:40px;
margin-top:10px;
text-align:center;
}
    .subnav a {
    width:100%;
    height:40px;
    line-height:40px;
    text-align:center;
    padding:0;
    }
.title {
	line-height: 70px;
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
	background: #fff;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding: 0px 20px;
    height:70px;
    border-left:10px solid #45a6f3;
}
    .title img {
    float:left;
    margin:25px 10px;
    
    width:20px;
    height:20px;
    }
.more {
	font-weight: normal;
	font-size: 14px;
	float: right;
}
.pro_list, .product1 {
	/*display: flex;*/
	flex-wrap: wrap;
	width: 100%;
	padding-bottom: 10px;
	text-align: center;
	overflow: hidden;
	margin: 10px auto;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0,0,0,.25);
}
.pro {
	display: inline-table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
.pro1 {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,.25);
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.img img {
	width: 190px;
	height: 190px;
	border-radius: 5px 5px 0 0;
}
.proname {
	height: 35px;
	line-height: 35px;
	margin: 0px 10px;
	overflow: hidden;
}
.news_list {
	
	background: #fff;
}
.news_list li {
   width:95%;
    margin:0 auto;
	line-height: 40px;
	border-bottom: 1px dotted #e0e0e0;
	background: url(list.png) no-repeat 10px 15px;
	padding-left: 15px;
    line-height:40px;
}
.news_list li span {
	float: right;
	font-size: 14px;
	color: #999;
    padding-right:10px;
}
.gg_list {
	
	background: #fff;
}
.gg_list li {
    width:95%;
    margin:0 auto;
	line-height: 40px;
	border-bottom: 1px dotted #e0e0e0;
	background: url(list.png) no-repeat 10px 15px;
	padding-left: 15px;
    line-height:40px;
}
.gg_list li span {
	float: right;
	font-size: 14px;
	color: #999;
}
.footer {
	
	line-height: 30px;
	background: #00a0e8;
	font-size: 14px;
	color: #ffedc9;
	text-align: center;
	margin-top: 10px;
}
.more1 {
	display: block;
	margin: 20px auto;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #e0e0e0;
}
.newsxq {
	margin: 10px 0px;
	background: #fff;
	padding: 10px;
}
.newsxq p {
	line-height: 30px;
	text-indent: 2em;
}
.newsxq h3 {
	text-align: center;
	line-height: 30px;
}
.addinfo {
	margin: 0 auto 20px;
	overflow: hidden;
	line-height: 20px;
	padding-bottom: 15px;
	text-align: center;
	border-bottom: 1px dotted #ccc;
	text-align: center;
}
.addinfo span {
	color: #666;
}
/*在线留言*/
.jiansuo {
	margin: 10px 0px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,.25);
	width: 100%;
	padding: 10px 0px;
}
.jiansuo dl {
	width: 100%;
	overflow: hidden;
	line-height: 35px;
	margin-top: 20px;
}
.jiansuo dl dt {
	float: left;
	width: 25%;
	text-align: right;
	margin-right: 10px;
}
.jiansuo dl dd {
	float: left;
	width: 70%;
}
.jstext {
	height: 32px;
	line-height: 40px;
	border: 1px solid #dadada;
	width: 70%;
	padding-left: 5px;
}
.jsbtn {
	margin: 30px 0px 0px 30%;
}
.jsbtn input {
	display: block;
	width: 150px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #dd3c33;
	border-radius: 3px;
      border-width: 0;
}
/*--------------产品详情----------------*/
.cpxq {
	margin: 10px 0px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,.25);
	width: 100%;
	padding: 10px 0px;
}
.pro_tab {
	border-top: 4px solid #da0b1c;
	height: 41px;
	width: 100%;
	margin-top: 10px;
}
.hd li {
	width: 33.1%;
	float: left;
	border-right: 1px solid #e8e8e8;
	height: 41px;
}
.hd li a {
	height: 40px;
	border-bottom: 1px solid #e8e8e8;
	line-height: 40px;
	background-color: #f7f7f7;
	color: #414141;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 100%;
}
.hd li.on a {
	background-color: #fff;
	color: #0962b5;
	border-bottom: 1px solid #fff;
}
.cpxq .bd {
	padding: 15px 0;
	width: 100%;
}
/*.pro_del_con ul li{
	height:auto !important;
	overflow:hidden;
	}*/
/*参数，详情，推荐*/
.cs, .txq {
	width: 100%;
}
.txq li {
	line-height: 30px;
	margin-top: 5px;
	text-align: center;
}
.txq li img {
	max-width: 640px;
	height: auto;
	width: 100%;
	overflow: hidden;
}
.cs dl {
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-top: 5px;
}
.cs dl dt {
	float: left;
	width: 12%;
	text-align: right;
	padding-right: 2.5%;
	margin-right: 0.5%;
	background: #f5f5f5;
}
.cs dl dd {
	float: left;
	width: 82%;
	background: #f5f5f5;
	padding-left: 3%;
}
.tj {
	width: 100%;
	text-align: center;
}
/*产品分类*/
.fl1 {
	margin: 10px 0px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,.25);
}
.fl1 ul {
	width: 100%;
	margin-top: -1px;
}
.fl1 ul li {
	line-height: 50px;
	font-size: 16px;
	text-align: left;
	border-top: 1px solid #e0e0e0;
}
.fl1 ul li a{
	display:block;
	height:50px;
	width:100%;
	}
.classify_title {
	background: url(iconarrow.png) 98% 16px no-repeat;
	cursor: pointer;
	padding: 0px 20px;
}
.ej li {
	padding: 0px 20px;
	font-size: 14px !important;
}
@media screen and (max-width:400px){
.img img {
	width: 125px;
	height: 125px;
	border-radius: 5px 5px 0 0;
}
.news_list li a{
	display:inline-block;
	width:200px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
	height:40px;
    line-height:40px;
     margin-left:10px;
	}
}
.gg_list li a{
	display:inline-block;
	width:320px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
	height:40px;
    line-height:40px;
    margin-left:10px;
	}
}
@media screen and (min-width:400px) and (max-width:640px){
.news_list li a{
	display:inline-block;
	width:320px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
	height:40px;
    line-height:40px;
    margin-left:10px;
	}
}
/*上一篇 下一篇*/
.addnav {
    margin-top:20px;
    border-top:1px dashed #cccccc;
    margin-bottom: 20px;
}
.addnav ul{
    margin-top:20px;
    margin-left:10px;
    font-size:14px;
}
.addnav li{ margin-top: 10px;}
.addnav li:hover span{ background-color: red;}
    .addnav li span {
       display:block; float:left;width:80px; padding:0 0 0 27px;height:26px;background-color:#999999; color:#fff; font-size:14px;margin-right:7px;color:#fff;
    }
 /*文章内容*/
.div-main img{ width:300px;height:225px ;}

 .links {
            padding: 8px;
            background-color: #52b529;
            margin: 5px;
            -webkit-transition: all 1s;
            -o-transition: all 1s;
            transition: all 1s;
        }

            .links a {
                color: #fff;
                display: inline-block;
                width: 100%;
                height: 100%;
                text-decoration: none;
            }

            .links:hover {
                background-color: #1e824c;
            }

        .current {
            background-color: #22a7f0;
        }

        .swiper-container {
            width: 100%;
            height: 200px;
            margin: 20px auto;
        }

        .swiper-slide {
            text-align: center;
            font-size: 18px;
            background: #fff;
            line-height: 200px;
        }
        .swiper-img {
        width:320px;
        height:200px;
        }


        .pro_list1 {
	padding: 0px 10px;
	margin: 10px 0px;
	background: #fff;
}
.pro_list1 li {
	line-height: 100px;
	/*padding-left: 15px;*/
    width:100%;
    float:left;
    text-align:center;
}
.pro_list1 li span {
	font-size: 14px;
	color: #999;
}
    .pro_list1 li a {
    width:100%;
    overflow:hidden;
    white-space: nowrap; text-overflow: ellipsis;
    }
    .pro_list1 li a img {
    width:300px;
    height:200px;
    }
.xbpt {
float:left;
width:100%;
height:30px;
line-height:30px;
margin-top:5px;
}
.xbpt1 {
    float:left;
    width:100%;
height:30px;
line-height:30px;
}

.lmmore {
width:100%;
height:auto;
float:left;
margin-top:5px;
}
    .lmmore ul {
    width:100%;
    }
        .lmmore ul li {
        float:left;
        width:46%;
        margin-left:8px;
        margin-top:5px;
        text-align:center;
        line-height:40px;
        }
            .lmmore ul li a {
                color: #fff;
                line-height:40px;
            }

.moremain {
float:left;
margin-top:10px;
width:100%;
height:auto ;
background-color:#fff;
}
.fixfooter {
position:fixed;bottom:0;width:100%;height:100px;background-color:#45a6f3;

}
    .fixfooter div {
    width:25%;
    float:left;
    height:100px;
    line-height:100px;
    text-align:center;
    }
        .fixfooter div img {
        vertical-align:middle;
        width:80px;
        height:60px;
        }