<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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:20px; 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);  }  /* 去掉链接触摸高亮 */

/*公司简介*/
.about_index{background:#1479d7; box-shadow: 0 1px 8px 0 rgba(0,0,0,0.10); border-radius: 0 30px 0 30px; height:0.5rem; line-height:0.5rem; transform: translateY(-35px); overflow:hidden; font-size:0.17rem; font-weight:500; color:#FFF; padding:0 35px; cursor:pointer}
.about_index span{ float:right; font-size:0.2rem}
.about_text{background: #FFFFFF; box-shadow:0 1px 8px 0 rgba(0,0,0,0.20); border-radius: 4px 0 4px 40px; padding:30px; transform: translateY(-35px); display:none}

/*滚动数字*/
.gundong_num{width:95%; height:auto; margin:0 auto; background-color:rgba(255, 255, 255, 1); box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1); z-index:10}
.num{ width:100%; height:auto; overflow:hidden;}
.num li{ float:left; width:50%; height:auto; padding:10px 0; transition-duration:500ms; cursor:pointer}
.num li .n_box{ width:100%; height:auto; margin:0 auto; border-right:1px solid #E7E7E7; overflow:hidden}
.num li .n_box .n_l{width:100%; height:auto; line-height:0.38rem; text-align:center; font-size:0.14rem;}
.num li .n_box .n_l span{ font-size:0.22rem; font-weight:bold; margin-right:8px}
.num li .n_box .n_l p{ line-height:0.2rem;}
.num li .n_box .n_r{width:100%; height:64px; background: url(../images/fz.png) no-repeat top center;  transition-duration:600ms;}
.num li .n_box .n_r2{width:100%; height:64px; background: url(../images/cp.png) no-repeat top center;  transition-duration:600ms;}
.num li .n_box .n_r3{width:100%; height:64px; background: url(../images/ws.png) no-repeat top center;  transition-duration:600ms;}
.num li .n_box .n_r4{width:100%; height:64px; background: url(../images/q.png) no-repeat top center;  transition-duration:600ms;}

.num li:hover{background: #ab0918; color:#FFF}
.num li:hover .n_box .n_r{background: url(../images/fz.png) no-repeat bottom center;}
.num li:hover .n_box .n_r2{background: url(../images/cp.png) no-repeat bottom center;}
.num li:hover .n_box .n_r3{background: url(../images/ws.png) no-repeat bottom center;}
.num li:hover .n_box .n_r4{background: url(../images/q.png) no-repeat bottom center;}
/*滚动数字_end*/

/*新闻视频*/
.news_avi{ width:95%; height:auto; margin:0 auto; margin-top:20px}
.news_avi .l{width:100%; height:auto; border-radius:4px; overflow:hidden}
.news_avi .r{width:100%; height:auto; margin-top:15px; border-radius:4px; background-color:#f6fbff; border-bottom:10px solid #1479d7; overflow:hidden; padding:15px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}

/*小幻灯片*/
.index_hdp{width:100%; height:auto; position:relative; overflow:hidden;}
.index_hdp .hd{ position:absolute; width:100%; height:60px; bottom:30px; left:0; z-index:1; text-align:center}
.index_hdp .hd img{ width:60px; height:60px;  }
.index_hdp .prev{cursor:pointer}
.index_hdp .next{cursor:pointer}

.index_hdp .bd{width:100%; height:auto; z-index:0; overflow:hidden}
.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); /* 取消链接高亮 */  }

/*标题专用*/
.index_title{ width:95%; height:1rem; margin:0 auto; margin-top:10px; position:relative; text-align:center;}
.index_title .xian{ position:absolute; left:0; top:0.47rem; width:100%; height:5px; border-bottom:1px dashed #CCC;}
.index_title .xian_bj{ width:65%; height:10px; margin:0 auto; background-color:#ffF}
.index_title h1{ display:inline-block; font-size:0.2rem; line-height:0.3rem; color:#333; font-weight:bold; text-align:center; padding:0 20px; margin-top:20px;}
.index_title h1 span{ color:#1479d7}
.index_title h1 em{ font-size:0.12rem; line-height:35px; color:#999; font-weight:100; display:block}

/*方案*/
.fangan{ background-color:#106bc8; padding-top:5px; padding-bottom:10px; margin-top:30px;}
.fangan_ul{ overflow:hidden; margin-top:10px;}
.fangan_ul li{ float:left; width:50%; height:auto; padding:0 20px; margin-bottom:20px; text-align:center; padding-top:10px; transition-duration:600ms;}
.fangan_ul li .k{ width:100px; height:100px; line-height:100px; border:1px solid #fff; border-radius:50%; transition-duration:600ms; text-align:center}
.fangan_ul li .k span{ font-size:50px; color:#b6d7fc}
.fangan_ul li:hover .k{ background-color:#024fa4;}
.fangan_ul li:hover .k span{ color:#FFF}
.fangan_ul li h2{ font-size:0.18rem; font-weight:bold; text-align:center; color:#FFF; margin-top:20px; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.fangan_ul li h3{ font-size:0.12rem; text-align:center; text-transform:Uppercase; font-weight:100; color:#86C2F9; margin-top:10px; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.fangan_ul li .b_more{display:inline-table; margin:10px 0; padding:10px 20px; margin-top:20px; border:1px solid #FFF; border-radius:50px; color:#fff!important; transition-duration:600ms;}
.fangan_ul li:hover .b_more{ background-color:#024fa4}
.fangan_ul li a{ display:block}
.fangan_ul li:hover{ padding-top:0px;}

.fangan h1{color:#FFF}
.fangan h1 span{color:#FF0}
.fangan h1 em{ color:#DBECFD}
.fangan .xian_bj{ width:60%; height:6px; margin:0 auto; background-color:#106bc8}
/*方案*/

/*产品*/
.pro_box{ margin-top:10px}
.pro_ul_index{ width:100%; height:auto; margin:0 auto; overflow:hidden; padding-top:10px;}
.pro_ul_index li{ float:left; width:49%; height:1.8rem; margin-right:2%; background: #FFFFFF; border:1px solid #EFEFEF; margin-bottom:10px;}
.pro_ul_index li .img{width:100%; height:1.35rem; overflow:hidden}
.pro_ul_index li .img img{ width:100%; height:100%;}
.pro_ul_index li h3{ text-align:center; font-weight:100; line-height:35px; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.pro_ul_index li:nth-of-type(2n+0){margin-right:0px;}

/*图片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*/

/*分类*/
.index_pro_fl{width:100%; height:auto; margin:0 auto; border-top:2px solid #1479d7; overflow:hidden; padding:10px 0px 0px 0px; }
.index_pro_fl li{ float:left; text-align:center; margin-bottom:5px;}
.index_pro_fl li a{display: block; padding:10px 20px;  font-size:0.16rem; color:#3E454C;}
.index_pro_fl li:hover a,.fl_u1 li.active a{color:#fff; background-color:#106bc8; border-radius:5px;}

/***********新闻资讯***********/
.ii_nn{ overflow:hidden; margin-top:20px;}
.ii_nn_left{width:95%; height:auto}
.ii_nn_right{width:95%; height:auto}
.ii_nn_right h3{line-height:0.43rem; color:#1479d7; font-size:0.18rem; font-weight:bold; border-bottom:1px solid #CCCCCC}
.ii_nn_right h3 span{ font-weight:100; font-size:0.14rem}
.ii_nn_right .fl_list{margin-top:0.08rem; padding-top:0; background:none;}
.ii_nn_right .fl_list li{ height:0.35rem; line-height:0.35rem;}

.i_n_box{ width:100%; height:auto}

/*首页新闻tab*/
.tocnc_tab_ul{overflow:hidden; height:auto; border-bottom:1px solid #CCCCCC}
.tocnc_tab_ul li{ float:left; line-height:0.40rem; text-align:center; color:#666666; font-size:0.18rem; font-weight:bold; margin-right:0.20rem}
.tocnc_tab_ul li.on{color:#1479d7; border-bottom:3px solid #1479d7}
.tocnc_tab_ul li:nth-of-type(4n+0){margin-right:0}

.tocnc_tab_box{ width:100%; height:auto; overflow:hidden; margin-top:5px}
.tocnc_tab_box&gt;div{ display:none}
.tocnc_tab_box&gt;div.on{ display:block}
.tocnc_tab_box .fl_list{margin-top:10px; padding-top:0; background:none;}
.tocnc_tab_box .fl_list li{ height:0.32rem; line-height:0.32rem; }

/*右侧图片新闻*/
.news_pic{ width:100%; height:auto; margin-top:10px; overflow:hidden;}
.news_pic li{ float:left; width:48%; height:1.35rem; margin-right:4%; margin-bottom:20px; position: relative;}
.news_pic li img{ display:block; width:100%; height:100%; max-width:100%;}
.news_pic li span{ position: absolute; left: 0; right: 0; bottom: 0; height:0.4rem; line-height:0.4rem; padding: 0 10px; background-color:#333; opacity: 0.7; color: #fff; text-align:center; transition-duration:500ms; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.news_pic li:hover span{ background:#000; color:#FFF}
.news_pic li:nth-of-type(2n+0){margin-right:0px;}
/*图片新闻_end*/
/***********新闻资讯_end***********/

/*优势*/
.ysbj{margin:0 auto; margin-top:30px; margin-bottom:20px;}

.ys{width:100%; height:auto; overflow: hidden;}

.ys dt{width:100%; height:auto;}
.ys dt img{ display:block; width:100%; height:auto;}
.ys dt .pf{ display:none}

.ys dd{width:100%; height:auto;}
.ys dd h3{padding-left:105px; font-size:0.18rem; color:#303030;  margin-bottom: 32px; font-weight:100; height:0.66rem;}
.ys dd h3 b{color: #257cd3; font-size:0.22rem; display: block; font-weight: bold; line-height:0.4rem}
.ys dd p{font-size:0.14rem; line-height:0.26rem; color: #393939; padding-left:20px; text-align: left; background:url(../images/yspico.png) no-repeat 0 12px; margin-bottom: 12px;}
.ys dd p b{font-weight: normal; color: #257cd3;}

.ys1 dd h3{background:url(../images/01a.png) no-repeat left center;}
.ys2 dd h3{background:url(../images/02a.png) no-repeat left center;}
.ys3 dd h3{background:url(../images/03a.png) no-repeat left center;}

.ys2{ margin-top:30px;}
.ys3{ margin-top:30px;}
/*优势*/

/*品牌*/
.pp_index{width:95%; height:auto; margin:0 auto; overflow:hidden;}
.pp_index li{float:left; text-align:center; width:48%; height:1.35rem; margin-right:4%; margin-bottom:15px;  position:relative; overflow:hidden; border:1px solid #EBEBEB}
.pp_index li img{display:block; width:100%; height:100%; max-width:100%;}
.pp_index li p{ position:absolute; left:0; top:1rem; width:100%; height:100%; background:rgba(0,0,0,0.4); transition: 0.5s all ease}
.pp_index li:hover p{top:0; }
.pp_index li span{ display:block; position:absolute; left:0; top:1rem; color:#FFF; width:100%; height:0.35rem; line-height:0.35rem; z-index:1; font-size:0.12rem; transition: 0.5s all ease; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.pp_index li:hover span{top:45%; }
.pp_index li:nth-of-type(2n+0){margin-right:0px;}
/*品牌_end*/

/*友情链接*/
.foot_link{ width:100%; height:auto; margin-top:20px; }
.foot_link a{padding-right:12px; line-height:0.26rem;}
.foot_link a:hover{ color:#F00}
}

/*当浏览器尺寸大于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);  }  /* 去掉链接触摸高亮 */

/*公司简介*/
.about_index{background:#1479d7; box-shadow: 0 1px 8px 0 rgba(0,0,0,0.10); border-radius: 0 40px 0 40px; height:64px; line-height:64px; transform: translateY(-35px); overflow:hidden; font-size:22px; font-weight:500; color:#FFF; padding:0 35px; cursor:pointer}
.about_index span{ float:right; font-size:26px}
.about_text{background: #FFFFFF; box-shadow:0 1px 8px 0 rgba(0,0,0,0.20); border-radius: 4px 0 4px 40px; padding:30px; transform: translateY(-35px); display:none}

/*标题专用*/
.index_title{ width:70%; height:130px;  position:relative; text-align:center;}
.index_title .xian{ position:absolute; left:0; top:68px; width:100%; height:5px; border-bottom:1px dashed #CCC;}
.index_title .xian_bj{ width:45%; height:6px; margin:0 auto; background-color:#ffF}
.index_title h1{ display:inline-block; font-size:30px; color:#333; font-weight:bold; text-align:center; padding:20px; margin-top:10px;}
.index_title h1 span{ color:#1479d7}
.index_title h1 em{ font-size:14px; line-height:30px; color:#999; font-weight:100; display:block; padding-top:10px}

/*滚动数字*/
.gundong_num{background-color:rgba(255, 255, 255, 1); box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1); z-index:10}
.num{ width:100%; height:auto; overflow:hidden;}
.num li{ float:left; width:25%; height:auto; padding:16px 0; transition-duration:500ms; cursor:pointer}
.num li .n_box{ width:100%; height:auto; margin:0 auto; border-right:1px solid #E7E7E7; overflow:hidden}
.num li .n_box .n_l{ float:left; width:55%; height:auto; line-height:38px; padding-left:25px; font-size:16px;}
.num li .n_box .n_l span{ font-size:32px; font-weight:bold; margin-right:8px}
.num li .n_box .n_l p{ line-height:20px;}
.num li .n_box .n_r{ float:right;  width:30%; height:64px; background: url(../images/fz.png) no-repeat top center;  transition-duration:600ms;}
.num li .n_box .n_r2{ float:right;  width:30%; height:64px; background: url(../images/cp.png) no-repeat top center;  transition-duration:600ms;}
.num li .n_box .n_r3{ float:right;  width:30%; height:64px; background: url(../images/ws.png) no-repeat top center;  transition-duration:600ms;}
.num li .n_box .n_r4{ float:right;  width:30%; height:64px; background: url(../images/q.png) no-repeat top center;  transition-duration:600ms;}
.num li:nth-of-type(4n+0){border-right:none}
.num li:hover{background:#172e7a; color:#FFF}
.num li:hover .n_box .n_r{background: url(../images/fz.png) no-repeat bottom center;}
.num li:hover .n_box .n_r2{background: url(../images/cp.png) no-repeat bottom center;}
.num li:hover .n_box .n_r3{background: url(../images/ws.png) no-repeat bottom center;}
.num li:hover .n_box .n_r4{background: url(../images/q.png) no-repeat bottom center;}
/*滚动数字_end*/

/*新闻视频*/
.news_avi{ margin-top:30px;}
.news_avi .l{ float:left; width:760px; height:384px; border-radius:4px; overflow:hidden}
.news_avi .r{ float:right; width:480px; height:384px; border-radius:4px; background-color:#f6fbff; border-bottom:10px solid #1479d7; overflow:hidden; padding:15px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}

/*小幻灯片*/
.index_hdp{width:100%; height:384px; position:relative; overflow:hidden;}
.index_hdp .hd{ position:absolute; width:100%; height:60px; bottom:30px; left:0; z-index:1; text-align:center}
.index_hdp .hd img{ width:60px; height:60px;  }
.index_hdp .prev{cursor:pointer}
.index_hdp .next{cursor:pointer}

.index_hdp .bd{width:100%; height:auto; z-index:0; overflow:hidden}
.index_hdp .bd li img{display:block; width:100%; height:100%; -webkit-transition: all 1.8s; -o-transition: all 1.8s; -moz-transition: all 1.8s; transition: all 1.8s}
.index_hdp .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */  }
.index_hdp .bd li a:hover img{ -webkit-transform: rotate(3deg) scale(1.2); -moz-transform: rotate(3deg) scale(1.2); -ms-transform: rotate(3deg) scale(1.2); -o-transform: rotate(3deg) scale(1.2); transform: rotate(3deg) scale(1.2); }

/*方案*/
.fangan{ background:url(../images/qywh.jpg) no-repeat top center; padding:50px 0; margin-top:50px;}
.fangan_ul{ overflow:hidden; margin-top:10px;}
.fangan_ul li{ float:left; width:211px; height:auto; padding:0 20px; text-align:center; padding-top:10px; transition-duration:600ms;}
.fangan_ul li .k{ width:100px; height:100px; line-height:100px; border:1px solid #fff; border-radius:50%; transition-duration:600ms; text-align:center}
.fangan_ul li .k span{ font-size:50px; color:#b6d7fc}
.fangan_ul li:hover .k{ background-color:#024fa4;}
.fangan_ul li:hover .k span{ color:#FFF}
.fangan_ul li h2{ font-size:18px; font-weight:bold; text-align:center; color:#FFF; margin-top:20px; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.fangan_ul li h3{ font-size:12px; text-align:center; text-transform:Uppercase; font-weight:100; color:#86C2F9; margin-top:10px; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.fangan_ul li .b_more{display:inline-table; margin:10px 0; padding:10px 20px; margin-top:20px; border:1px solid #FFF; border-radius:50px; color:#fff!important; transition-duration:600ms;}
.fangan_ul li:hover .b_more{ background-color:#024fa4}
.fangan_ul li a{ display:block}
.fangan_ul li:hover{ padding-top:0px;}

.fangan h1{color:#FFF}
.fangan h1 span{color:#FF0}
.fangan h1 em{ color:#DBECFD}
.fangan .xian_bj{ width:45%; height:6px; margin:0 auto; background-color:#0f6eca}
/*方案*/

/*产品*/
.pro_ul_index{ width:100%; height:auto; margin:0 auto; overflow:hidden;}
.pro_ul_index li{ float:left; width:24%; height:auto; margin-right:1.3%; margin-bottom:15px; background: #FFFFFF; border:1px solid #EFEFEF;}
.pro_ul_index li .img{width:100%; height:auto; overflow:hidden}
.pro_ul_index li .img img{ width:100%; height:100%;}
.pro_ul_index li:hover{border:1px solid #1479d7;}
.pro_ul_index li h3{ text-align:center; font-weight:100; line-height:35px; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.pro_ul_index li:nth-of-type(4n+0){margin-right:0px;}

/*图片1*/
.index_pic_one{width:100%; height:auto; margin:0 auto; overflow:hidden; margin-top:10px;}
.index_pic_one dl{float:left; width:301px; height:226px; margin-right:22px; margin-bottom:20px; 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{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*/

/*分类*/
.index_pro_fl{width:100%; height:auto; margin:0 auto; border-top:2px solid #1479d7; overflow:hidden; padding:10px 0px 0px 0px; }
.index_pro_fl li{ float:left; text-align:center; margin-bottom:10px;}
.index_pro_fl li a{display: block; padding:10px 20px; font-weight:bold; font-size:16px; color:#3E454C;}
.index_pro_fl li:hover a,.fl_u1 li.active a{color:#fff; background-color:#106bc8; border-radius:5px;}

/*新闻*/
.ii_nn{ overflow:hidden; margin-top:20px;}
.ii_nn_left{ float:left; width:700px; height:auto}
.ii_nn_right{ float:right; width:530px; height:auto}
.ii_nn_right h3{line-height:43px; color:#1479d7; font-size:18px; font-weight:bold; border-bottom:1px solid #CCCCCC}
.ii_nn_right h3 span{ font-weight:100; font-size:14px}

.i_n_box{ width:100%; height:auto}

/*首页新闻tab*/
.tocnc_tab_ul{overflow:hidden; height:auto; border-bottom:1px solid #CCCCCC}
.tocnc_tab_ul li{ float:left; line-height:40px; text-align:center; color:#666666; font-size:18px; font-weight:bold; margin-right:20px}
.tocnc_tab_ul li.on{color:#1479d7; border-bottom:3px solid #1479d7}
.tocnc_tab_ul li:nth-of-type(4n+0){margin-right:0}

/*box*/
.tocnc_tab_box{ width:100%; height:auto; overflow:hidden;}
.tocnc_tab_box&gt;div{ display:none}
.tocnc_tab_box&gt;div.on{ display:block}
.tocnc_tab_box .fl_list{margin-top:8px; padding-top:0; background:none;}
.tocnc_tab_box .fl_list li{ height:41px; line-height:41px;}

/*右侧图片新闻*/
.news_pic{ width:100%; height:auto; margin-top:15px; overflow:hidden;}
.news_pic li{ float:left; width:250px; height:188px; margin-right:30px; position: relative; border:1px solid #EFEFEF; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.news_pic li img{ display:block; width:100%; height:100%;}
.news_pic li span{ position: absolute; left: 0; right: 0; bottom: 0; height: 40px; line-height: 40px; padding: 0 10px; background-color:#333; opacity: 0.7; color: #fff; text-align:center; transition-duration:500ms; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.news_pic li:hover span{ background:#000; color:#FFF}
.news_pic li:nth-of-type(2n+0){margin-right:0px;}
/*图片新闻_end*/
/***********新闻资讯_end***********/

/*优势*/
.ysbj{width:80%; height:auto; margin:0 auto; margin-top:30px; margin-bottom:30px;}

.ys{width:100%; height:auto; overflow: hidden;}

.ys1 dd{ float:left}
.ys1 dt{ float:right}
.ys2 dd{float:right}
.ys2 dt{float:left}
.ys3 dd{ float:left}
.ys3 dt{ float:right}

.ys dt{width:800px; height:430px; }
.ys dt img{ display:block; width:100%; height:430px; position:relative}

.ys1 dt .pf{ position:absolute; bottom:50px; right:700px; width:800px; height:auto; border:3px solid #FFF}
.ys2 dt .pf{ position:absolute; bottom:40px; left:700px; width:800px; height:auto; border:3px solid #FFF}
.ys3 dt .pf{ position:absolute; bottom:40px; right:700px; width:800px; height:auto; border:3px solid #FFF}

.ys dt .pf img{ width:100%; height:auto}

.ys dd{width:680px; height:auto; padding-top:40px;}
.ys dd h3{padding-left:105px; font-size:22px; color:#303030;  margin-bottom: 32px; font-weight:100; height:66px;}
.ys dd h3 b{color: #257cd3; font-size:30px; display: block; font-weight: bold;}
.ys dd p{font-size:16px; line-height:32px; color: #393939; padding-left:20px; text-align: left; background:url(../images/yspico.png) no-repeat 0 12px; margin-bottom: 16px;}
.ys dd p b{font-weight: normal; color: #257cd3;}

.ys1 dd h3{background:url(../images/01a.png) no-repeat left center;}
.ys2 dd h3{background:url(../images/02a.png) no-repeat left center;}
.ys3 dd h3{background:url(../images/03a.png) no-repeat left center;}

.ys2{ margin-top:40px;}
.ys3{ margin-top:40px;}
/*优势*/

/*品牌*/
.pp_index{width:100%; height:auto; margin-top:0px; overflow:hidden;}
.pp_index li{float:left; text-align:center; width:15.8%; height:auto; margin-right:1%; position:relative; overflow:hidden; border:1px solid #EBEBEB}
.pp_index li img{display:block; width:100%; height:100%; max-width:100%;}
.pp_index li p{ position:absolute; left:0; top:75%; width:100%; height:100%; background:rgba(0,0,0,0.4); transition: 0.5s all ease}
.pp_index li:hover p{top:0; }
.pp_index li span{ display:block; position:absolute; left:0; top:78%; color:#FFF; width:100%; height:35px; line-height:35px; z-index:1; font-size:12px; transition: 0.5s all ease; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.pp_index li:hover span{top:45%; }
.pp_index li:nth-of-type(6n+0){margin-right:0px;}
/*品牌_end*/

/*友情链接*/
.foot_link{ width:100%; height:auto; margin-top:20px; }
.foot_link a{padding-right:12px; line-height:26px;}
.foot_link a:hover{ color:#F00}
}</pre></body></html>