﻿@charset "utf-8";
/*当浏览器尺寸小于960px的时执行下面的CSS*/
@media screen and (max-width: 960px){
/* 首页焦点图banner幻灯片 */
.slideBox{width:100%; height:auto; position:relative; overflow:hidden; margin:0 auto; max-width:100%; background:#fff; }
.slideBox .hd{ width:100%; position:absolute; height:20px; line-height:20px; left:0; bottom:30px; text-align:center; z-index:1; }
.slideBox .hd li{ display:inline-block; width:10px; height:10px; border-radius:50%; background:#333; text-indent:-9999px; overflow:hidden; margin:10px;   cursor:pointer;}
.slideBox .hd li.on{ background:#fff;  }
.slideBox .prev{ position:absolute; left:20px; top:0; display:none; width:58px; height:58px; text-align:center; cursor:pointer}
.slideBox .next{ position:absolute; right:20px; top:0; display:none; width:58px; height:58px; text-align:center; cursor:pointer}
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li{ position:relative; text-align:center;  }
.slideBox .bd li img{vertical-align:top; width:100%; height:auto/* 图片宽度100%，达到自适应效果 */}
.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */

/*标题专用*/
.title_index{width:90%; height:auto; margin:0 auto; margin-top:10px; position:relative}
.title_index h1{font-size:0.22rem; color:#333; font-weight:bold; text-align:center; padding:20px;}
.title_index h1 span{ color:#ff6700}
.title_index h1 em{display:block; font-size:0.14rem; line-height:0.22rem; color:#999; font-weight:100; padding-top:20px;}
.title_index:before{content: ""; width:70px; height:1px; background-color:#CCC; position:absolute; left:0; top:60px}
.title_index:after{content: ""; width:70px; height:1px; background-color:#CCC; position:absolute; right:0; top:60px}

/*方案*/
.about_index{ background-color:#324776; padding-top:5px; padding-bottom:10px; margin-top:30px;}
.about_index h1{color:#FFF; margin-top:13px;}
.about_index h1 span{color:#FF0}
.about_index h1 em{ color:#fff; padding-top:10px;}
/*方案*/

/*linyi*/
.linyi{ width:95%; height:auto; overflow:hidden; margin:0 auto; margin-top:20px;}
.linyi li{ float:left; width:48%; height:auto; margin-right:4%; margin-bottom:26px; }
.linyi li .img{ width:100%; height:1.5rem; border:2px solid #fff; overflow:hidden;  }
.linyi li .img img{width:100%; height:100%; max-width:100%;}
.linyi li h3{ text-align:center; line-height:0.4rem; font-size:0.14rem; font-weight:400; color:#fff; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.linyi li:nth-of-type(2n+0){margin-right:0px;}
.linyi li a{ display:block}

/*图片1*/
.index_pic_one{width:95%; height:auto; margin:0 auto; overflow:hidden;}
.index_pic_one dl{float:left; width:48%; height:1.35rem; margin-right:4%; margin-bottom:20px; overflow:hidden; background-color:#fff}
.index_pic_one dl dt{width:100%; height:100%; position: relative; overflow:hidden}
.index_pic_one dl dt div{ position:absolute; width:100%; height:100%; border:1px solid white; z-index:3333; transition: transform ease-in-out 0.5s; cursor:pointer; opacity:0;}
.index_pic_one dl dt img{display:block; width:100%; height:100%; max-width:100%; -webkit-transition:transform ease-in-out 0.5s;}
.index_pic_one dl dt p{ position:absolute; left:0; bottom:0; width:100%; height:0.35rem; line-height:0.35rem; text-align:center; background-color:#333; opacity: 0.7; color:#FFFFFF; text-shadow:3px 2px 2px #000; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}

.index_pic_one dl:hover img{ transform:scale(1.1,1.1);}
.index_pic_one dt:hover div{opacity:1; transform:scale(0.9,0.85)}
.index_pic_one dl:nth-of-type(2n+0){margin-right:0px;}
.index_pic_one dt:hover{ font-weight:bold; text-decoration:none}
/*图片1end*/

/*新闻*/
.ul_index_news{width:100%; height:auto;}
.ul_index_news li{width:100%; height:0.45rem; line-height:0.45rem; border-bottom:1px solid #f0f0f0; overflow:hidden; }
.ul_index_news li a{display:block;}
.ul_index_news li p{float:left; width:78%; height:auto; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis; }
.ul_index_news li i{float:right; display:block; width:19%; height:auto; text-align:right; }

/*more*/
.more{background: #324776; border-radius: 0 0 30px 0; padding:0 20px; font-size:16px; overflow:hidden; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; height:0.4rem; line-height:0.4rem; transition: 0.5s all ease;}
.more span{ float:right; font-size:17px; padding-right:22px; transition:all .8s ease 0s;}
.more a{ display:block; color:#FFFFFF}
.more:hover span{padding-right:8px}
.more:hover{ background-color:#ff6700}

/*产品框*/
.index_product{ width:100%; height:auto; margin:0 auto; margin-top:0px; overflow:hidden}
.index_product li{float:left; width:48%; height:auto; margin-right:4%; margin-bottom:10px; }
.index_product li span{display:block; width:100%; height:100%; overflow:hidden; position:relative; }
.index_product li span img{width:100%; height:100%; max-width:100%;}
.index_product li span div{ position:absolute; width:100%; height:100%; border:1px solid #d81e06; z-index:1; transition: transform ease-in-out 0.5s; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.index_product li:hover div{transform:scale(0.9,0.87); border:1px solid #fff;}
.index_product li:nth-child(2n){margin-right:0;}
.index_product li p{text-align: center; color: #282828; height:0.4rem; line-height:0.4rem; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
/*产品框_end*/

/*关于我们*/
.index_about_box{width:100%; height:auto; overflow:hidden; position:relative;}
.index_about_box>.l_left{width:100%; height:auto; overflow:hidden; padding:30px 0; background:url(../images/th.jpg) no-repeat left center;}
.index_about_box>.l_left>.cih{width:95%; height:auto; margin:0 auto}
.index_about_box>.l_left>.cih h1{font-size:20px; line-height:1; margin-bottom:10px; position:relative; padding-bottom:20px; font-weight:bold; color:#333}
.index_about_box>.l_left>.cih h1:after{content:''; position:absolute; left:0; bottom:0; width:100px; height:1px; background:#dc0000;}
.index_about_box>.l_left>.cih>.box{width:100%; height:153px; color:#333; line-height:26px; overflow:hidden}

.index_about_box>.r_right{width:100%; height:auto; z-index:1;}
/*小幻灯片*/
.index_hdp{width:100%; height:auto; position:relative; overflow:hidden;}
.index_hdp .hd{ width:100%; height:20px; line-height:20px; position:absolute;  left:0; bottom:20px; text-align:center; z-index:999999; }
.index_hdp .hd li{ display:inline-block; width:10px; height:10px; border-radius:50%; background:#333; text-indent:-9999px; overflow:hidden; margin:10px;   cursor:pointer;}
.index_hdp .hd li.on{ background:#fff;  }
.index_hdp .bd{width:100%; height:auto; z-index:0; }
.index_hdp .bd li img{display:block; width:100%; height:auto; }
.index_hdp .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */  }
/*关于我们_end*/

}

/*当浏览器尺寸大于960px时候*/
@media screen and (min-width:960px){
/* 首页焦点图banner幻灯片 */
.slideBox{width:100%; height:auto; position:relative; overflow:hidden; margin:0 auto; max-width:100%; background:#fff; }
.slideBox .hd{ width:100%; position:absolute; height:30px; line-height:30px; left:0; bottom:30px; text-align:center; z-index:1; }
.slideBox .hd li{ display:inline-block; width:20px; height:20px; border-radius:50%; background: rgba(255, 255, 255, 0.6); text-indent:-9999px; overflow:hidden; margin:10px;   cursor:pointer;}
.slideBox .hd li.on{ background: rgba(1, 21, 88, 0.6); }

.slideBox .prev{ position:absolute; left:20px; top:0; display:block; width:58px; height:58px; text-align:center; cursor:pointer}
.slideBox .next{ position:absolute; right:20px; top:0; display:block; width:58px; height:58px; text-align:center; cursor:pointer}
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li{ position:relative; text-align:center;  }
.slideBox .bd li img{vertical-align:top; width:100%; height:auto/* 图片宽度100%，达到自适应效果 */}
.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */

/*标题专用*/
.title_index{ width:800px; height:auto; margin:0 auto; margin-top:10px; position:relative}
.title_index h1{font-size:30px; color:#333; font-weight:bold; text-align:center; padding:20px;}
.title_index h1 span{ color:#ff6700}
.title_index h1 em{display:block; font-size:14px; line-height:30px; color:#999; font-weight:100; padding-top:12px;}
.title_index:before{content: ""; width:150px; height:1px; background-color:#CCC; position:absolute; left:0; top:67px}
.title_index:after{content: ""; width:150px; height:1px; background-color:#CCC; position:absolute; right:0; top:67px}

/*方案*/
.about_index{ background:url(../images/qywh.jpg) no-repeat top center; padding:50px 0; margin-top:50px;}
.about_index h1{color:#FFF;}
.about_index h1 span{color:#FF0;}
.about_index h1 em{ color:#fff;}
/*方案*/

/*linyi*/
.linyi{ width:95%; height:auto; margin:0 auto; overflow:hidden; margin-top:30px;}
.linyi li{ float:left; width:15%; height:auto; margin-right:2%;}
.linyi li .img{ width:100%; height:auto; border:2px solid #fff; overflow:hidden; position:relative; }
.linyi li .img p{ position:absolute; left:0; top:300px; width:100%; height:100%; background:rgba(0,0,0,0.4); transition: 0.5s all ease}
.linyi li:hover p{top:0; }
.linyi li .img img{width:100%; height:100%; max-width:100%;}
.linyi li h3{ text-align:center; line-height:50px; font-size:18px; font-weight:400; color:#fff; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.linyi li:nth-of-type(6n+0){margin-right:0px;}
.linyi li a{ display:block}

/*图片1*/
.index_pic_one{width:100%; height:auto; margin:0 auto; overflow:hidden; margin-top:10px;}
.index_pic_one dl{float:left; width:23.5%; height:auto; margin-right:2%; margin-bottom:30px; background-color:#fff; border:1px solid #F3F3F3}
.index_pic_one dl dt{width:100%; height:100%; position: relative; overflow:hidden}
.index_pic_one dl dt div{ position:absolute; width:100%; height:100%; border:1px solid white; z-index:3333; transition: transform ease-in-out 0.5s; cursor:pointer; opacity:0;}
.index_pic_one dl dt img{width:100%; height:100%; -webkit-transition:transform ease-in-out 0.5s;}
.index_pic_one dl dt p{ position:absolute; left:0; bottom:0; width:100%; height:35px; line-height:35px; text-align:center; color:#FFFFFF; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.index_pic_one dl:hover img{ transform:scale(1.1,1.1);}
.index_pic_one dt:hover div{transform:scale(0.9,0.87); background-color:#FFF; opacity:0.9;}
.index_pic_one dt:hover p{position:absolute; left:0; top:45%; width:100%; height:35px; line-height:35px; text-align:center; color:#333; z-index:9999; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.index_pic_one dl:nth-of-type(4n+0){margin-right:0px;}
.index_pic_one dt:hover{ font-weight:bold; text-decoration:none}
/*图片1end*/

/*新闻*/
.ul_index_news{width:100%; height:auto; overflow:hidden}
.ul_index_news li{float:left; width:49%; height:55px; line-height:55px; margin-right:2%; border-bottom:1px solid #f0f0f0; overflow:hidden; position:relative}
.ul_index_news li a{display:block;}
.ul_index_news li p{float:left; width:83%; height:auto; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis; }
.ul_index_news li i{float:right; display:block; width:16%; height:auto; text-align:right; }
.ul_index_news li:nth-of-type(2n+0){margin-right:0px;}
.ul_index_news li span{display:block; position:absolute; width:0%; height:1px; background-color:#c82821; z-index:1; transition: width 0.6s;}
.ul_index_news li:hover span{ width:100%;}

/*more*/
.more{background: #324776; border-radius: 0 0 40px 0; padding:0 20px; font-size:16px; overflow:hidden; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; height:50px; line-height:50px; transition: 0.5s all ease;}
.more span{ float:right; font-size:17px; padding-right:22px; transition:all .8s ease 0s;}
.more a{ display:block; color:#FFFFFF}
.more:hover span{padding-right:8px}
.more:hover{ background-color:#ff6700}

/*产品框*/
.index_product{ width:100%; height:auto; margin:0 auto; overflow:hidden}
.index_product li{float:left; width:23.5%; height:auto; margin-right:2%; margin-bottom:20px; }
.index_product li span{display:block; width:100%; height:100%; overflow:hidden; position:relative; }
.index_product li span img{width:100%; height:100%; max-width:100%;}
.index_product li span div{ position:absolute; width:100%; height:100%; border:2px solid #d81e06; z-index:3333; transition: transform ease-in-out 0.5s; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.index_product li:hover div{transform:scale(0.9,0.87); border:1px solid #fff;}
.index_product li:nth-child(4n){margin-right:0;}
.index_product li p{text-align: center; font-size:16px; color: #282828; height:40px; line-height:40px; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
/*产品框_end*/

/*关于我们*/
.index_about_box{position:relative; height:360px;}
.index_about_box>.l_left{ position:absolute; top:30px; right:0; width:780px; height:300px; overflow:hidden; background-color:#F6F6F6;}
.index_about_box>.l_left>.cih{width:700px; height:auto;}
.index_about_box>.l_left>.cih h1{font-size:20px; line-height:1; margin-bottom:10px; position:relative; padding-bottom:20px; font-weight:bold; margin-top:20px; color:#666}
.index_about_box>.l_left>.cih h1:after{content:''; position:absolute; left:0; bottom:0; width:100px; height:1px; background:#dc0000;}
.index_about_box>.l_left>.cih>.box{width:100%; height:210px; margin-left:0; color:#666; line-height:26px; overflow:hidden;}

.index_about_box>.r_right{position:absolute; left:0; top:0; width:1000px; height:360px;}
/*小幻灯片*/
.index_hdp{width:1000px; height:360px; position:relative; overflow:hidden;}
.index_hdp .hd{ width:100%; height:30px; position:absolute; line-height:30px; left:0; bottom:25px; text-align:left; padding-left:50px; z-index:999999; }
.index_hdp .hd li{ display:inline-block; width:15px; height:15px; border-radius:50%; background:#333; text-indent:-9999px; overflow:hidden; margin:10px;   cursor:pointer;}
.index_hdp .hd li.on{ background:#fff;  }
.index_hdp .bd{width:100%; height:auto; z-index:0; }
.index_hdp .bd li img{display:block; width:100%; height:100%;}
.index_hdp .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */  }
/*关于我们_end*/

.pc_bj{background: url(../images/btt.jpg) top center no-repeat; margin-top:40px; padding:50px 0}
.youshiT{ height: 63px; line-height: 62px; text-align: center; color: #fff; font-size:35px;font-weight: 700; background: url(../images/youshiT.png) center center no-repeat; }

}

/*电脑手机全兼容*/
.link_box{width:100%; height:auto; line-height:26px; margin-top:10px}
.link_box a{ padding-right:10px;}