.warp{
    max-width:1300px;
    margin: 0 auto;
}
/*头部*/
.header{
    width: 100%;
    height: 122px;
    position: relative;
}
.header-left{
    position: absolute;
    top: 26px;
    width: 85px;
    height: 50px;

}
.header-left-text{
    border-right: 1px solid #ddd;
    width: 24%;
    position: absolute;
    top: 27px;
    left: 90px;
}
.header-left-text-bg{
    font-size: 30px;
}
.header-left-text-bg span{
    color: rgb(0, 130, 208);
}
.header-left-text-bg a{
   color: rgb(218, 16, 16);;
}
.header-left-text-sm{
    margin-left: 20px;
    margin-top: 10px;
}
.header-left-text-sm>span{
    font-size: 13px;
}
.header-center{
    position: absolute;
    left: 37%;
    width: 40%;
    top: 26px;
}
.header-center>p{
    margin-top: 10px;
    color:rgb(67, 67, 67);
    font-size: 16px;
}
.header-right{
    position: absolute;
    right: 140px;
    top: 26px;
}
.header-right>img{
    width: 40px;
    height: 40px;
    margin-bottom: -10px;
}
.header-right>span{
    font-size: 16px;
}
.header-right>p{
    font-size: 20px;
    color: rgb(204, 0, 0);
    margin-top: 5px;
}
/*顶部导航*/
nav{
    background-color: rgb(0, 130, 208);
    height: 50px;
    width: 100%;
    z-index: 99999;
}
nav ul{
    width: 100%;
    height: 100%;
    line-height: 50px;
    margin-left: 70px;
}
nav ul>li{
    float: left;
    width: 170px;
    text-align: center;
    position: relative;
    z-index: 1;
}
nav ul>.active{
    background-color:rgb(204, 0, 0);
}
nav ul>li:hover{
    background-color:rgb(204, 0, 0);
}
nav ul>li:nth-child(2):hover .list{
    display: block;
}
nav ul>li .list{
    display: none;
}
nav ul>li .list li:hover{
    background-color: rgb(0, 130, 208);
}
nav ul>li:nth-child(3):hover .list1{
    display: block;
}
nav ul>li .list1{
    display: none;
}
nav ul>li .list1>li{
	height: 35px;
	line-height: 35px;
}
nav ul>li .list1 li:hover{
    background-color: rgb(0, 130, 208);       
}
nav ul>li>a{
    color: #fff;
	display:inline-block;
	width:100%;
	height:100%;
}
/*首页banner图*/
.pics_wrap{
    width: 100%;
    height: 520px !important;
    margin:0px auto !important;
    position: relative !important;
	z-index:-9999;
}
.pics_wrap img{
	height:520px !important;
}
#html5zoo-1{
    width: 100% !important;
}
.html5zoo-slides li{
    width: 100%;
    height: 450px !important;
}
.banner-text{
    width: 100%;
    height: 450px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.banner-text>.banner-text1{
    position: absolute;
    top: 15%;
    left: 20%;
}
.banner-text>.banner-text1>h1{
    font-size: 64px;
    color: #fff;
    font-weight:bold;
}
.banner-text>.banner-text2{
    position: absolute;
    width: 340px;
    top: 35%;
    left: 25%;
    text-align: center;
}
.banner-text>.banner-text2>p:first-child{
    font-size: 26px;
    color: rgb(90,90,90);
}
.banner-text>.banner-text2>p:last-child{
    font-size: 11px;
    margin-top: 5px;
}
/*首页搜索*/
.search{
    width: 100%;
    height: 68px;
}
.search-pic{
    margin-top:18px;
    width:32px;
    height:32px;
}
.search-text{
    height: 68px;
    line-height:68px;
    margin-left: 20px;
}
.search-text>p>span:first-child{
    color:rgb(204, 0, 0);
}
.search-text>p>span{
    font-size: 14px;
}
.search>.warp>form>input[type="text"]{
    height: 32px;
    width: 282px;
    border: 2px solid #0082d0;
    margin-top: 18px;
}
.search>.warp>form>input[type="submit"]{
    padding: 8px 10px;
    background-color: #0082d0;
    color:#fff;
    border: none;
}

/*关于我们+企业相册*/
.index-about-pic{
    position: relative;
}
.index-about{
    width: 100%;
    height: 226px;
    background-color: #0082d0;
    border-top: 10px solid rgb(218, 16, 16);
}
.index-about>.warp>p{
    color:#fff;
    font-size: 24px;
    /* margin-left: 280px; */
    margin-top: 20px;
    margin-bottom:20px;
}
.index-about>.warp>p>span{
    font-weight: bold;
    font-size: 27px;
}
.index-about-text{
    /* margin-left: 280px; */
}
.index-about-text>p{
    text-indent: 2em;
    color: #fff;
    display: block;
    line-height: 2em;
}
.index-about-text a{
    color: #fff;
    margin-left: 20px;
}
.index-pic{
    width: 900px;
    margin-left: 280px;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.index-pic>p>span:first-child{
    color: #5a5a5a;
    font-weight: bold;
    font-size: 17px;
}
.index-pic>p>span{
    color: #5a5a5a;
    margin: 10px 0;
    display: inline-block;
}
#pic_s table{
    overflow: hidden;
    width: 900px;
}
#pic_s table td{
    width: 240px ;
    height: 150px;

}

.index-about-pic>.warp{
    position: relative;
}
.index-about-pic-left{
    position:absolute;
    top: 10px;
    left: -80px;
    border: 5px solid #fff;
    height: 215px;
    width: 340px;
}
/*中间设置*/
.center-set{
    width: 100%;
    height: 241px;
    background-color: rgb(251, 251, 251);
    margin-top: 50px;
}
.pen{
    width: 110px;
    margin-top: 30px;
    margin-left: 58px;
}
.pen>img{
    width: 104px;
    height: 104px;
}
.text1{
    font-size: 25px;
    color: rgb(0, 130, 208);
    text-align: center;
}
.text2{
    font-size: 16px;
    margin-top: 5px;
    color:rgb(90, 90, 90);
    text-align: center;
}
.cup{
    width: 167px;
    margin-top: 10px;
}
.cup>img{
    width: 147px;
    height: 147px;
    padding: 0px 10px;
}
.cup>.text1{
    margin-top: -25px;
}
.set{
    margin-top: 35px;
    width: 150px;
}
.set>img{
    width: 93px;
    height: 93px;
    padding:0 29px;
}
.people{
    width: 170px;
    margin-top: 30px;
}
.people>img{
    width: 98px;
    height: 98px;
    padding: 0 30px;
}
.heart{
    width: 170px;
    margin-top: 30px;
}
.heart>img{
    width: 95px;
    height: 95px;
    padding: 0 33px;

}
/*中间竖线*/
.handrail{
    border: 1px solid #ddd;
    height: 181px;
    margin: 25px 50px;
}
/*首页产品*/
.index-pro{
    background-color: rgb(242, 240, 240);
    width: 100%;
    height: 742px;
}
.index-pro-box{
    padding-top: 50px;
}
.index-pro-left{
    width: 174px;
    text-align: center;
}
.index-pro-left-title{
    height: 60px;
    background-color: rgb(0, 130, 208);
}
.index-pro-left-title>p:first-child{
    font-size: 20px;
    font-weight: bold;
    color:#fff;
    margin-top: 8px;
    display: inline-block;
}
.index-pro-left-title>p:last-child{
    color: #fff;
    margin-top: 2px;
    font-size: 12px;
}
.index-pro-left>ul{
    width: 100%;
    margin-top: 10px;
}
.index-pro-left>ul>li{
    width: 100%;
    text-align: center;
    background-color: #fff;
    margin-top: 2px;
}
.index-pro-left .producttype1{
	width:100%;
	text-align:center;
	background-color:#fff;
	height:38px;
	line-height:38px;
	width:174px;
	margin-top:2px;
}
.index-pro-left .producttype1:hover{
	background-color: rgb(0, 130, 208);
}
.index-pro-left .producttype1:hover a{
	color: #fff;
}
.index-pro-left .producttype2{
	width:100%;
	text-align:center;
	display:none;
	background-color:#fff;
	height:30px;
	line-height:30px;
	width:174px;
	margin-top:2px;
}
.index-pro-left .producttype2:hover{
	background-color: rgb(0, 130, 208);
}
.index-pro-left .producttype2:hover a{
	color: #fff;
}
.index-pro-left .index-pro-more{
	display:inline-block;
	width:174px;
	height:30px;
	line-height:30px;
	margin-top: 20px;
    background-color:rgb(218, 16, 16);
}
.index-pro-left .index-pro-more:hover{
	background-color: rgb(0, 130, 208);
}
.index-pro-left .index-pro-more a{
	padding: 5px 0;
    font-size: 12px;
    color: #fff;
}
.index-pro-left>ul>li:hover{
    background-color: rgb(0, 130, 208);
}
.index-pro-left>ul>li:hover a{
    color: #fff;
}
.index-pro-left>ul>.active{
    background-color: rgb(0, 130, 208);
}
.index-pro-left>ul>.active>a{
    color: #fff;
}
.index-pro-left>ul>li>a{
    padding:25px 0;
    display: inline-block;
}
.index-pro-left>ul>li:last-child{
    margin-top: 10px;
    background-color:rgb(218, 16, 16);
}
.index-pro-left>ul>li:last-child>a{
    padding: 5px 0;
    font-size: 12px;
    color: #fff;
}
.index-pro-left>ul>li:last-child:hover{
    background-color: rgb(0, 130, 208);
}
.index-pro-right{
    width: 1004px;
    margin-left: 20px;
}
.index-pro-right>ul{
    width: 100%;
}
.index-pro-right>ul>li{
    text-align: center;
    margin-left: 10px;
    margin-top: 13px;
    width:243px;
}
.index-pro-right>ul>li>a>img{
    width: 238px;
    height: 238px;
    border: 3px solid #fff;
}
.index-pro-right>ul>li:hover img{
    border-color: rgb(0, 130, 208);
}

.index-pro-right>ul>li>a>p{
    line-height: 30px;
}
.index-pro-right>ul>li>p{
    line-height: 35px;
}
.index-pro-right>ul>li>p>span{
    font-size: 18px;
    color: #ff3c00;
    font-weight: bold;
}
/*为什么选择*/
.index-why{
    width: 100%;
    border-top: 10px solid rgb(0, 130, 208);
    position: relative;
}
.index-why-title{
    background: url("../images/index-dao.png") no-repeat;
    width: 100%;
    height:56px;
    text-align: center;
}
.index-why-title>h1{
    color: #fff;
    font-size: 30px;
    line-height: 46px;
}
.index-why-content{
    margin-top: 50px;
}
.index-why-content1{
    height: 350px;
}
.index-why-content1-left{
    width: 423px;
    margin-left: 50px;
}
.index-why-content1-title{
    text-align: center;
}
.index-why-content1-title>p{
    font-size: 70px;
    font-family: FangSong_GB2312;
    color: rgb(218, 16, 16);
    margin-top: -10px;
    margin-left: 25px;
}
.text3>strong{
    font-size: 25px;
    font-family: 微软雅黑;
    color: rgb(0, 130, 208);
}
.text3>p{
    font-size: 15px;
}
.index-why-content-part{
    padding: 0px;
    border-color: transparent;
    border-width: 0px;
    overflow: hidden;
    width: 423px;
    height: 35px;
}
.index-why-content-part{
    width: 100%;
    height: 5px;
    background:url("../images/circle.png");
}
.index-why-content1-body{
    margin-top: 15px;
}
.index-why-content1-body>p{
    line-height: 2em;
    color: rgb(67, 67, 67);
    font-size: 16px;
}
.index-why-content1-right{
    margin-left: 150px;
    width: 525px;
}
.index-why-content1-right>img{
    width: 525px;
    height: 270px;
}
.index-why-content2{
    height: 350px;
    margin-left: 50px;
    margin:30px 0;
}
.index-why-content2-left>img{
    width: 567px;
    height: 267px;
}
.index-why-content2-right{
    width:423px;
    margin-left: 100px;
}
.index-why-content2-title>p{
    font-size: 70px;
    font-family: FangSong_GB2312;
    color: rgb(218, 16, 16);
    margin-top: -10px;
    margin-left: 25px;
}
.index-why-content2-body{
    margin-top: 15px;
}
.index-why-content2-body>p{
    line-height: 2em;
    color: rgb(67, 67, 67);
    font-size: 16px;
    width: 487px;
}
.index-why-content4-left{
    margin-left: 0px !important;
}
.index-why-content1-X{
    width: 5px;
    height: 150px;
    background: rgb(0, 130, 208);
    position: absolute;
    top: 19%;
    left: 50%;
    -webkit-transform: rotate(-50deg);
}
.index-why-content2-X{
    width: 5px;
    height: 150px;
    background: rgb(0, 130, 208);
    position: absolute;
    top:38%;
    left:49%;
    -webkit-transform: rotate(50deg);
}
.index-why-content3-X{
    width: 5px;
    height: 150px;
    background: rgb(0, 130, 208);
    position: absolute;
    top:56%;
    left:49%;
    -webkit-transform: rotate(-50deg);
}
.index-why-content4-X{
    width: 5px;
    height: 150px;
    background: rgb(0, 130, 208);
    position: absolute;
    top:76%;
    left:49%;
    -webkit-transform: rotate(50deg);
}
/*应用领域展示*/
.index-successful{
    background-color:rgb(247, 246, 246);
    width: 100%;
    height: 780px;
    margin-top: 50px;
}
.index-successful-title{
    text-align: center;
    padding-top: 30px;
}
.index-successful-title>strong{
    color: rgb(0, 130, 208);
    font-size: 26px;
}
.index-successful-title>p{
    line-height: 2em;
    font-size: 14px;
    font-family: 'Helvetica Neue', Helvetica, Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Microsoft YaHei', sans-serif;
    color:rgb(51,51,51);
}
.index-successful-bg{
    width: 181px;
    height: 5px;
    text-align: center;
    background:url("../images/circle.png");
    margin: 0px auto;
}

.index-successful>.warp>p{
    width: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
}
.index-successful-pic>ul>li{
    width: 380px;
    text-align: center;
    margin-left: 30px;
}
.index-successful-pic>ul>li>a>img{
    width: 380px;
    height: 250px;
}
.index-successful-pic>ul>li>a>p{
    font-size: 15px;
    color: #5a5a5a;
    font-weight: bold;
    line-height: 3em;
}
.index-successful-pic>ul>li:hover p{
    color: rgb(0, 130, 208);
}
/*消费者使用感言*/
.consumer{
    width: 100%;
}
.consumer>.warp{
    height: 500px;
}
.consumer-title{
    margin-top: 50px;
    text-align: center;
}
.consumer-title>strong{
    font-size: 27px;
    color:  rgb(0, 130, 208);
}
.consumer-title>p{
    font-size: 16px;
    line-height: 2em;
    color: rgb(51,51,51);
}
.consumer-title-bg{
    width:181px;
    height: 5px;
    background: url("../images/circle.png");
    margin: 0px auto    ;
}
.consumer-box{
    margin-top:30px;
}
.consumer-box1{
    width: 280px;
    background-color: #fff;
    margin-left: 25px;
}
.consumer-box1-pic{
    width: 100%;
    height: 260px;
}
.consumer-box1-text{
    width: 100%;
    padding-bottom: 30px;
	height:150px;
}
.consumer-box1-text>div{
    text-align: center;
}
.consumer-box1-text>div>strong{
    font-size: 16px;
    color: rgb(90,90,90);
    line-height: 50px;
    text-align: center;
}
.consumer-box1-text>p{
    width: 240px;
    display: block;
    padding: 0 20px;
    font-size: 12px;
    line-height: 20px;
}
.consumer-text-bg{
    width: 100%;
    height: 240px;
    border-bottom: 10px solid rgb(218, 16, 16);
    background-color:  rgb(0, 130, 208);
    margin-top: -150px;
}
/*新闻资讯/常见问题解答*/
/*新闻资讯*/
.index-news-problem{
    min-height:450px;
}
.index-news{
    /*width: 726px;*/
    min-height: 400px;
    margin-top: 40px;
}
.index-news-title{
    width: 100%;
    height: 30px;
}
.index-news-title>p>strong{
    font-size: 26px;
    line-height: 36px;
    color:  rgb(0, 130, 208);
    margin-left:10px;
}
.index-news-title>p>span{
    font-size: 14px;
    margin-left: 10px;
    text-transform: uppercase;
}
.index-news-title>p>a{
    padding:2px 20px;
    border: 1px solid #ddd;
    border-radius:20px;
    color: rgba(159,156,156,1);
    font-size: 12px;
    line-height: 40px;
}
.index-news-title>p>a:hover{
    background-color: rgb(0,130,208);
    color:#fff;
}
.index-news-title-bg{
    background: url("../images/circle.png");
    width: 100%;
    height: 5px;
    margin-top: 10px;
}
.index-news-body{
    margin-top: 30px;
}
.index-news-body ul{
    width: 100%;
    /*border-right: 1px solid #ddd;*/
    padding-right: 20px;
}
.index-news-body ul>li{
    /*width: 700px;*/
    height: 60px;
    padding-bottom:15px;
    border-bottom: 1px dashed #ddd;
    margin-top: 20px;
}
.index-news-body ul>li>p{
    width:60px;
    height: 60px;
    background-color: rgb(0,130,208);
    text-align: center;
    margin-left: 30px;
}
.index-news-body ul>li>p>strong{
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
}
.index-news-body ul>li>p>span{
    color: #fff;
    display: inline-block;
}
.index-news-body ul>li>div{
    width: 590px;
    margin-left: 20px;
}
.index-news-body ul>li>div>a{
    font-size: 21px;
    color:rgb(102, 102, 102);
}
.index-news-body ul>li>div>a:hover{
    color: rgb(0,130,208);
}
.index-news-body ul>li>div>p{
    overflow:hidden;
    max-height: 40px;
    position: relative;
    line-height:1.5em;
    font-size: 12px;
}
.index-news-body ul>li>div>p::after{
    content:"...";
    font-weight:bold;
    position:absolute;
    bottom:0;
    right:0;
    padding:0 40px 5px 0;
    background: #fff;
}
/*常见问题解答*/
.index-problem{
    width: 430px;
    min-height: 400px;
    margin-top: 40px;
}
.index-problem-title-bg{
    width: 430px;
    height: 5px;
    background:url("../images/circle.png");
    margin-top: 10px;
}
.index-problem-body{
    margin-top: 30px;
}
.index-problem-body>ul{
    width: 100%;
    padding-left: 20px;
}
.index-problem-body>ul>li{
    width: 430px;
    height: 60px;
    padding-bottom:15px;
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
}
.index-problem-body>ul>li>a>strong{
    margin-bottom: 5px;
    font-size: 16px;
    color: #0082d0;
}
.index-problem-body>ul>li>a>strong:hover{
    color: #5a5a5a;
}
.index-problem-body>ul>li>p{
    overflow:hidden;
    max-height: 40px;
    position: relative;
    line-height:1.5em;
    font-size: 12px;
    margin-top: 5px;
}
.index-problem-body>ul>li>p::after{
    content:"......";
    font-weight:bold;
    position:absolute;
    bottom:0;
    right:0;
    padding:0 235px 2px 0;
    background: #fff;
}
/*footer*/
.footer{
    width: 100%;
    height: 350px;
    background-color: #0082d0;
    margin-top: 30px;
}
.footer-nav{
    width: 200px;
    height: 100%;
    /*background-color: #fff;*/
}
.footer-nav>ul{
    width: 90px;
    height: 300px ;
    padding: 25px 0;
    margin-left: 55px;
}
.footer-nav>ul>li{
    width: 100%;
    text-align: center;
    height: 42px;
    line-height: 42px;
    /*border-bottom: 1px solid #ddd;*/
}
.footer-nav>ul>li>a{
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
.footer-nav>ul>li>a:hover{
    color: #f00;
}
.footer-contact{
    width: 998px;
    position: relative;
    height:350px;
}
.footer-contact-left{
    width:50%;
    height: 100%;
    margin-left: 30px;
}
.footer-left-title{
    width: 100%;
    margin-top: 20px;
}
.footer-pic{
    width: 62px;
    height: 62px;
}
.footer-title{
    margin-left: 15px;
}
.footer-title>strong{
    font-size: 25px;
    color: #fff;
}
.footer-title>p{
    color: #fff;
    font-size: 13px;
    margin-left: 10px;
    line-height: 2em;
}
.foot-left-box{
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.foot-left-box>p{
    line-height: 3em;
    color: #fff;
    font-size: 15px;
}
.foot-left-box>p:first-child span{
    margin-right:   40px;
}
.footer-erweima{
    margin-top: 15px;
}
.footer-erweima>img{
    width: 88px;
    height: 88px;
    margin-left: 30px;
    margin-right: 30px;
}
.footer-bg{
    height:250px;
    border-left: 1px solid #999;
    margin-top: 50px;
    margin-left: -15px;
}
.footer-contact-right{
    width: 46%;
    height:100%;
}
.footer-contact-right>strong{
    margin: 20px 0;
    color: #fff;
    text-align: center;
    font-size: 25px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.footer-contact-right>form>div>label{
    color: #fff;
    line-height: 3em;
}
.footer-contact-right>form>div>label>span{
    color: red;
}
.footer-contact-right>form>div{
    margin-left: 10px;
}
.footer-contact-right input[type="text"]{
    height: 40px;
    border-radius: 30px;
    border: none;
    text-indent: 2em;
    width: 200px;
}
.footer-contact-right input[type="submit"]{
    width: 100%;
    border: none;
    height: 40px;
    border-radius:30px;
    text-align: center;
    margin-top: 20px;
    background-color: #fb414c;
    color: #fff;
    font-size: 12px;
    line-height: 40px;
}
.footer-contact-right input[type="submit"]:hover{
    cursor: pointer;
}
.footer-copyright{
    width: 100%;
    height: auto;
    text-align: center;
    position:absolute;
    bottom: 10px;
}
.footer-copyright>p{
    color: #fff;
}

/*公司简介开始*/
.about-banner{
    width: 100%;
    background:url(../images/about-banner.jpg);
    height:318px;
}
.about-body{
    width: 100%;
    height: auto;
    background-color: rgb(251,251,251);
}
.about-body>.warp>p{
    font-size: 14px;
    padding: 10px 0;
}
.about-title{
    width: 300px;
    height: auto;
    margin: 20px auto;
    text-align: center;
}
.about-title>strong{
    font-size: 26px;
    color:rgb(0, 130, 208);
    line-height: 1.5em;
}
.about-title>p{
    font-size: 14px;
}
.about-title-left,.about-title-right{
    width: 75px;
    height: 5px;
    background:url(../images/circle.png);
    margin-top: 20px;
}
.about-body-box{
    width: 100%;
    min-height: 350px;
}
/*联系我们开始*/
.contact-body{
    width: 100%;
    height: auto;
    background-color: rgb(251,251,251);
}

.contact-body>.warp>p{
    font-size: 14px;
    padding: 10px 0;
}
.contact-body-box{
    width: 100%;
    min-height: 350px;
}
/*产品展示页面*/
.product-banner{
    background: url("../images/about-banner.jpg");
    position: relative;
    width: 100%;
    height: 352px;
}
.product-banner>strong{
    position: absolute;
    font-size: 57px;
    color: rgb(0,86,255);
    top: 11%;
    left: 25%;
}
.product-banner>p{
    font-size: 20px;
    color: rgb(102,102,102);
    position: absolute;
    top: 32%;
    left: 35%;
    font-weight: bold;
}
/*产品主体*/
.products{
    width: 100%;
    /*min-height: 1000px;*/
    margin-top: 10px;

}
.product-left{
    width: 174px;
    /*min-height: 1000px;*/
}
.product-left-title{
    width: 100%;
    height: 75px;
    background-color:rgb(0,130,280);
    text-align: center;
    /*margin-bottom: 10px;*/
}
.product-left-title>strong{
    font-size: 20px;
    color: #fff;
    margin-top:10px;
    margin-bottom: 5px;
    display: inline-block;
}
.product-left-title>p{
    font-size: 12px;
    color: #fff;
    line-height: 2em;
}
.product-left>ul{
    width: 100%;
    height: auto;
}
.product-left>ul>li{
    width: 100%;
    margin-top: 5px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    background-color: rgb(0,130,208);
}
.product-left .producttype1{
	width:174px;
    margin-top: 3px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background-color: rgb(0,130,208);
}
.product-left .producttype1:hover{
	background-color: #da1010;
}
.product-left .producttype1sel{
	background-color: #da1010;
	width:174px;
    margin-top: 5px;
    text-align: center;
    height: 60px;
    line-height: 60px;
}
.product-left .producttype1sel a{
	color:#fff;
}
.product-left .producttype1 a{
	 color: #fff;
}
.product-left .producttype2{
	width:174px;
    text-align: center;
	display:none;
    height: 30px;
    line-height: 30px;
    background-color: rgb(0,130,208);
}

.product-left .producttype2:hover{
	background-color: #da1010;
}
.product-left .producttype2sel{
	background-color: #da1010;
	width:174px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.product-left .producttype2 a{
	 color: #fff;
}
.product-left .producttype2sel a{
	 color: #fff;
}
.product-left>ul>li:hover{
    background-color: #da1010;
}

.product-left>ul>.active{
    background-color: #da1010;
}
.product-left>ul>li>a{
    color: #fff;
}
.product-right{
    width: 1002px;
    min-height: 1000px;
}
.product-right>p{
    padding-bottom:10px;
}
.product-right-bg{
    width: 100% ;
    height:5px;
    background: url("../images/circle.png");
}
.product-right>ul{
    width: 100%;
    height: auto;
}
.product-right>ul>li{
    float: left;
    text-align: center;
    width: 240px;
    margin-left: 14px;
    margin-top: 10px;
}
.product-right>ul>li img{
    width: 240px;
    height: 240px;
}
.product-right>ul>li>p{
    line-height: 2em;
}
.product-right>ul>li>p>b{
    color: #ff3c00;;
}
.pager{
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 20px;
}
.pager>a{
    padding: 5px 10px;
    color: #000;
    border: 1px solid black;
	margin-left: 8px;
}
.pager>a:hover{
    background-color: #000;
    color: #fff;
}
.pager>.active{
    background-color: #000;
    color: #fff;
}
/*产品内页*/
.product-right-body{
    margin-top: 30px;
}
.product-right-pic{
    width: 300px;
    height: 300px;
}
.product-right-text{
    /*width: 624px;*/
    margin-left: 50px;
    text-align: center;
}
.product-name{
    font-size: 19px;
    line-height: 1.5em;
    border-bottom:1px solid rgb(226,226,226) ;
    margin-bottom: 20px;
}
.product-market-price{
    font-size: 14px;
    color:rgb(69,69,69);
    line-height: 2em;
}
.product-market-price>span{
    color: #898989;
    text-decoration: line-through;
}
.product-now-price{
    line-height: 2em;
    font-size: 14px;
    color: rgb(69,69,69);
}
.product-now-price>span{
    color: #ff5022;
    font-weight: bold;
    font-size: 20px;
}
.ny-pager{
    width:100%;
    margin-top: 15px;
}
.ny-pager>p{
    line-height: 3em;
}
/*放大镜*/
.box{
    width:300px;
    height:300px;
    border:1px solid #ccc;
    position: relative;
}
.box img{
    width:100%;
    height:100%;
}
.inner{
    width:100px;
    height:100px;
    background:rgba(3,3,3,.1);
    border:1px solid rgba(0,0,0,.2);
    position: absolute;
    left:0;
    top:0;
    cursor: move;
    display:none;
}
.big{
    width:500px;
    height:500px;
    border:1px solid #ccc;
    position: absolute;
    left:31%;
    top: 55%;
    overflow: hidden;
    display:none;
    margin-top:200px;
    margin-left:200px;
}
.big img{
    position: absolute;
    width:900px;
    height:900px;
}
/*新闻中心页面*/
.news-body{
    width: 100%;
    min-height: 500px;
}
.news-body>.warp>ul{
    width: 100%;
}
.news-body>.warp>ul>li{
    border-bottom:1px dashed #dbd4cd;
    width: 100%;
    height: 80px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.news-body>.warp>ul>li>p{
    width: 60px;
    margin-left: 30px;
    height: 60px;
    background-color: rgb(0,130,208);
    text-align: center;
}
.news-body>.warp>ul>li>p>span:first-child{
    font-size: 24px;
    margin-top: 5px;
    display: inline-block;
    font-weight: bold;
    color: #fff;
}
.news-body>.warp>ul>li>p>span:last-child{
    font-size: 13px;
    color: #fff;
}
.news-body>.warp>ul>li>div{
    width: 1097px;
}
.news-body>.warp>ul>li>div>a{
    font-size: 22px;
    color: #5a5a5a;
}
.news-body>.warp>ul>li>div>a:hover{
    color: rgb(0,150,208);
}
.news-body>.warp>ul>li>div>p{
    margin-top: 6px;
    line-height: 140%;
    color: #666666;
}
/*新闻中心内页*/
.news-title{
    width: 100%;
    height: 100px;
    text-align: center;
}
.news-title strong{
    font-size: 20px;
    color: #666;
    font-weight: bold;
    line-height: 1.7em;
    padding: 10px 0;
    display: inline-block;
}
.timeShare{
    width: 35%;
    height: 50px;
    margin: 0px auto;
    /*border: 1px solid black;*/
}
.news-body{
    width:100%;
    min-height: 500px;
}
/*百度分享*/
     .bds_sqq{
    width: 17px;
    height: 16px;
    display: inline-block;
    background-image:url("../images/qq.png") !important;
}
.bds_sqq:hover{
    background-image: url(../images/qq-active.png) !important;
}
.bds_weixin{
    width: 17px;
    height: 16px;
    display: inline-block;
    background-image:url("../images/weixin.png")  !important;
}
.bds_weixin:hover{
    background-image: url("../images/weixin-active.png") !important;
}
.bds_tsina{
    width: 17px;
    height: 16px;
    display: inline-block;
    background-image: url("../images/weibo.png") !important;
}
.bds_tsina:hover{
    background-image: url(../images/weibo-active.png) !important;
}
.bds_qzone{
    width: 17px;
    height: 16px;
    display: inline-block;
    background-image: url("../images/qzonea.png") !important;
}
.bds_qzone:hover{
    background-image: url(../images/qzonea-active.png) !important;
}
.bdsharebuttonbox>a{
    display: inline-block;
}
.bdshare-button-style1-24span{
    margin-top: -5px !important;
    display: inline-block ;
}
.bdshare-button-style1-24 a, .bdshare-button-style1-24 .bds_more{
    float: none !important;
    margin:0 !important;
    padding-left: 0 !important;
    margin-top: -7px !important;
}
.bdshare-button-style1-24 .bds_sqq  {
    background-position: 0 7px !important;
}
.bdshare-button-style1-24 .bds_weixin{
    background-position: 0 7px !important;
}
.bdshare-button-style1-24 .bds_tsina{
    background-position: 0 7px !important;
}
.bdshare-button-style1-24 .bds_qzone {
    background-position: 0 7px !important;
}
/*在线留言页面*/
.message input[type="text"]{
    width: 200px;
    height: 30px;
    line-height: 30px;
}
.message input[type="submit"]{
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 25px;
    background-color: #da1010;
    color: #fff;
    border: none;
}
.message input[type="submit"]:hover{
    background-color: #ff8030;
}
.message input[type="reset"]{
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 25px;
    background-color: #da1010;
    color: #fff;
    border: none;
}
.message input[type="reset"]:hover{
    background-color: #ff8030;
}
.message tr{
    height: 40px;
    line-height: 40px;
}

/*留言板*/
/* 人才招聘 */
/*公司简介开始*/
.join-banner{
    width: 100%;
    background:url(../images/about-banner.jpg);
    height:318px;
}
.join-body{
    width: 100%;
    height: auto;
    background-color: rgb(251,251,251);
}
.join-body>.warp>p{
    font-size: 14px;
    padding: 10px 0;
}
.join-title{
    width: 300px;
    height: auto;
    margin: 20px auto;
    text-align: center;
}
.join-title>strong{
    font-size: 26px;
    color:rgb(0, 130, 208);
    line-height: 1.5em;
}
.join-title>p{
    font-size: 14px;
}
.join-title-left,.join-title-right{
    width: 75px;
    height: 5px;
    background:url(../images/circle.png);
    margin-top: 20px;
}
.join-body-box{
    width: 100%;
    min-height: 350px;
}
.caseUl:after{
	display: block;
	content: "";
	clear: both;
}
.caseUl>li{
	float: left;
	margin-bottom: 20px;
	margin-right: 15px;
	text-align: center;
}
