@charset utf-8;
/* 全局样式 */
* {
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
    color: #333;
    font-style: normal;
    list-style: none;
    text-decoration: none;
}

.container{
    margin: 0 auto;
    width: 1200px;
}
.container2{ width: 1212px; margin: 0 auto;}

.container_top{
    margin: 0 auto;
    width: 1200px;
}
a{
    text-decoration: none;
    color: inherit;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -mos-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-size: 14px;
}

li:hover{
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -mos-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.gradient{
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -mos-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.gradient:hover{
   transition: all 0.3s;
    -o-transition: all 0.3s;
    -mos-transition: all 0.3s;
    -webkit-transition: all 0.3s; 
}
.clear{clear: both}

::-moz-selection{background:#da251d; color:#fff;}
::selection {background:#da251d; color:#fff;}


/* 网站头部 */
.top_box{ height: 88px; width: 100%; position: absolute;top: 0; z-index: 9999}
.top_box .box{ height: 88px; width: 100%;}
.top_box .box a.logo{ display: block; height: 41px; width: 153px; float: left; margin-top: 20px; margin-right: 40px; margin-left: 36px;}
.box .nav{height: 100px;width:740px;float: right; }

.box .nav .nLi{ text-align: left; width: 100px;text-align: center; height: 82px;  float: left;margin: 0 2px;}
.box .nav .nLi a{display: block; height: 32px; line-height: 32px; text-align: center;  width: 100px; border-radius: 5px; margin-top: 34px;  font-size: 15px;}
.box .nav .nLi a:hover{ background: #da251d; color: #fff;}
.box .nav .on a{display: block;height: 32px; line-height: 32px; font-size:15px; background: #da251d; }
.box .nav .on a span{color: #fff;}
.box .nav .nLi ul{ background: rgba(255,255,255,0.9); box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.08);position: absolute;top: 66px; z-index: 999; display: none; border-bottom-right-radius:8px;border-bottom-left-radius:8px; overflow: hidden; }
.box .nav .nLi ul li{ height: 42px;line-height: 42px; text-align: center;float: none; }
.box .nav .nLi ul li a{font-size: 14px; display: block; line-height: 42px; font-weight: normal; background: none;margin-top: 0 !important; height: 42px;border-radius: 0;}
.box .nav .nLi ul li a:hover{ height: 42px;  line-height: 42px;  background: #da251d}



/* ---------------------------------------------------------------首页样式--------------------------------------------------------------- */
/* 轮播图 */
.fullSlide {
    width: 100%;
    position: relative;
    height: 650px;
    background: #fff;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 650px;
    overflow: hidden;
    text-align: center;
    line-height: 650px;
}

.fullSlide .bd li >a {
    display: block;
    height: 650px;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 46px;
    left: 0;
    height: 30px;
    line-height: 30px;
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    margin: 4px;
    overflow: hidden;
    background: none;
    line-height: 999px;
    border: 2px solid #fff;

}

.fullSlide .hd ul .on {
    background: #fff;
    border: 2px solid #fff;
}

.fullSlide .prev,.fullSlide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    left: 10%;
    z-index: 1;
    width: 40px;
    height: 60px;
    background: url(slider-arrow.png) -126px -137px #000 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}

.fullSlide .next {
    left: auto;
    right: 10%;
    background-position: -6px -137px;
}

.banner_bg_top{
    height: 16px;
    background: url(../images/banner_bg_top.png) repeat-x top;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 999;
}





/* 首页关于我们 */
.index_about_main{ overflow: hidden;padding: 60px 0;}
.index_about_main .index_about_left{ width: 639px; float: left; background:url(../images/sukang_1.png) no-repeat center; height: 469px;}
.index_about_main .index_about_right{ width: 518px; float: right; padding-top: 40px;}
.index_about_main .index_about_right h2{font-size: 36px; color: #333; margin-bottom: 20px;}
.index_about_main .index_about_right h2 span{ font-size: 24px;  margin-left: 15px; color: #da251d; }
.index_about_main .index_about_right p{ font-size: 14px; color: #666; line-height: 30px; text-align: justify;}
.index_about_main .index_about_right .about_col{ overflow: hidden; margin-top: 30px;}
.index_about_main .index_about_right .about_col li{ height: 42px;  line-height: 42px;  width: 122px; float: left; margin-right: 9px; text-align: center; background: #da251d; border-radius: 4px;}
.index_about_main .index_about_right .about_col li a{ display: block; color: #fff}
.index_about_main .index_about_right .about_col li:last-child{ margin-right: 0;}
.index_about_main .index_cunt{ width: 1198px;  height: 136px; border:1px solid #eee; margin-top: 30px;}
.index_about_main .index_cunt li{ width: 238px; float: left; border-right: 1px solid #eee; height: 136px;}
.index_about_main .index_cunt li:last-child{ border-right: none;}
.index_about_main .index_cunt li p{ margin-left: 40px; margin-top: 26px; font-size: 48px; font-family: "Impact"}
.index_about_main .index_cunt li p span{ font-size: 16px; color: #666;} 
.index_about_main .index_cunt li i{ font-size: 14px; color: #666; margin-left: 40px;}



/* 首页产品中心 */
.index_pro_main{ height: 972px; background: url(../images/sukang_sp_1.jpg) no-repeat center;}
.index_pro_main .index_pro_title{ padding-top:60px;}
.index_pro_main .index_pro_title p{ font-size: 32px; color: #333; text-align: center; line-height: 2; font-weight: bold;}
.index_pro_main .index_pro_title span{ display: block; line-height: 24px; color: #666; font-size: 14px; width: 80%; margin: 0 auto; text-align: center;}

.index_pro_col{ width: 520px;  margin: 20px auto; height: 42px;}
.index_pro_col a{ height: 36px; line-height: 36px; text-align: center;  padding: 0 11px; margin-right: 10px; color: #333; font-size: 16px; border-radius: 4px; display: block; float: left;}
.index_pro_col a:last-child{ margin-right: 0;}
.index_pro_col a:hover{ background: #da251d; color: #fff;}

.index_pro_main li{ float:left; width: 266px; height: 266px; border: 8px  solid #fff; overflow: hidden; margin-right: 24px; margin-bottom: 20px;}
.index_pro_main li:nth-child(4n){ margin-right: 0;}
.index_pro_main li img{ width: 100%; transition: all .4s;}
.index_pro_main li:hover img{transform: scale(1.1); transition: all .4s;}



/* 首页广告位 */
.index_ggw_main{ height: 170px; background: url(../images/sukang_sp_3.jpg) no-repeat center top;height: 300px;}
.index_ggw_main .index_ggw_title{ position: relative; height: 170px; width: 760px; text-align: center;}
.index_ggw_main .index_ggw_title p{ font-size: 30px; font-weight: bold;  color: #fff; padding-top: 50px;}
.index_ggw_main .index_ggw_title span{ font-size: 18px; color: #fff; line-height: 2;}
.index_ggw_main .index_ggw_title img{ position: absolute;right:-450px; bottom: -40px;}



/* 首页优势 */
.index_ys_main{ overflow: hidden; margin-top: -60px;}
.index_ys_main .index_why_title{ margin-bottom: 40px;}
.index_ys_main .index_why_title p{ font-size: 36px; color: #333; line-height: 2; text-align: center;font-weight: bold;}
.index_ys_main .index_why_title span{ font-size: 14px; line-height: 24px; color: #666; display: block; width: 80%; margin: 0 auto; text-align: center;}
.index_ys_main ul{overflow: hidden; margin-bottom: 70px;}
.index_ys_main ul li{ width: 200px; float: left; text-align: center; margin-right: 45px;}
.index_ys_main ul li:last-child{ margin-right: 0;}
.index_ys_main ul li img{ margin-bottom: 4px;}
.index_ys_main ul li p{ font-size: 18px; line-height: 2;}
.index_ys_main ul li span{ display: block; font-size: 14px; line-height: 24px;  color: #666;}


/* 首页新闻中心 */
.index_news_main{ height: 612px; background: url(../images/sukang_sp_6.jpg) no-repeat center;}
.index_news_main .index_news_title{ height: 80px; padding-top: 24px; border-bottom: 1px solid #dedede; margin-bottom: 20px;}
.index_news_main .index_news_title p{ font-size: 36px; color: #333; font-weight: bold; float: left; line-height: 80px;}
.index_news_main .index_news_title span{font-size: 36px; color: #dcdcdc; font-weight: bold; margin-left: 8px; line-height: 80px;}
.index_news_main .index_news_title .news_title_right{ float: right; line-height: 80px; }
.index_news_main .index_news_title .news_title_right a{ font-size: 16px;}
.index_news_left{ width: 794px; float: left;}
.index_news_right{ width: 386px; float: right; background: #fff;}
.index_news_left li{ width: 386px; float: left; margin-right: 21px; background: #fff; height: 400px;}
.index_news_left li:nth-child(2){ margin-right: 0;}
.index_news_left li a.index_news_img{ height: 235px;width: 386px; overflow: hidden; display: block;}
.index_news_left li a.index_news_img img{transition: all .4s;}
.index_news_left li:hover a.index_news_img img{transform: scale(1.1); transition: all .4s;}
.index_news_left li p{ font-size: 18px; line-height: 2; padding-left: 25px; margin-top: 10px; margin-bottom: 5px;}
.index_news_left li p a{ font-size: 18px;}
.index_news_left li span{  width: 338px;  display: block;margin-left: 25px; line-height: 28px; color: #666; font-size: 14px;}
.index_news_left li a.detail_news{ font-size: 14px; padding-left: 25px; margin-top: 10px; display: block;}


.index_news_right li{ line-height: 56px; height: 56px; border-bottom: 1px dashed #dedede; background: url(../images/muyuanxiang_19.png) no-repeat 15px 24px; text-indent: 32px;}
.index_news_right li:last-child{ border-bottom: none}


/* 网站底部 */
.footer{ height: 350px; background:url(../images/sukang_sp_7.jpg) no-repeat center top; position: relative; border-top: 4px solid #e60012;}

.footer_logo{ width:209px; float: left; margin-top: 36px;}
.footer_logo img{ margin-bottom: 10px;}
.footer_logo p{ line-height: 30px; color: #ccc; font-size: 14px;}

.footer .footer_left{ width: 453px; float: left; margin-top: 46px;}
.footer .footer_left span{font-size: 18px; color: #eee; margin-bottom: 20px; display: block;}

.footer .footer_left .footer_left_1{ width: 188px; float: left; margin-right: 10px;}
.footer .footer_left .footer_left_1 input{ height: 42px; width: 188px; border-radius: 6px; text-indent: 16px; line-height: 42px; margin-bottom: 8px; border: none; background: #fff; color: #333;}
.footer .footer_left .footer_left_2 textarea{ height: 82px; width: 188px; border-radius: 6px; text-indent: 16px; line-height: 24px; border: none; background: #fff; color: #333; padding-top: 10px;}
.footer .footer_left input[type="submit"]{ height: 42px; width: 104px; border-radius: 6px; border:none; color: #fff; background: #e60012;}
.footer .footer_left input::-webkit-input-placeholder{color: #666;}
.footer .footer_left textarea::-webkit-input-placeholder{color: #666;}

.footer .footer_center{ width: 330px; float: left; margin-top:46px; }
.footer .footer_center h3{ font-size: 18px; font-weight: normal;  color: #fff; margin-bottom: 12px;}
.footer .footer_center p{ font-size: 14px; color: #ccc; line-height: 30px;}
.footer_right{ padding-top: 46px; width: 180px; float: right;}

.footer_icon{ margin-top: 10px;}
.footer_icon a.ewmOn{  height: 40px; width: 40px; text-align: center; background: #e60012; float: left; border-radius: 50%; margin-right: 10px;}
.footer_icon a.ewm{  height: 40px; width: 40px; text-align: center; background: #878787; float: left; border-radius: 50%; margin-right: 10px;}
.footer_icon a img{ margin-top: 9px; }


/* 网站版权信息 */
.copyright{height: 42px; position: absolute; bottom: 0; width: 1200px; border-top: 1px solid rgba(255,255,255,0.05);}
.copyright a{ color: #fff; font-size: 12px;}
.copyright p {
    color: #fff;
    font-size: 12px;
    line-height: 42px;
}

.copyright ul {
    float: right;
    width: 370px;
}

.copyright ul li,.copyright ul li span {
    float: left;
    color: #fff;
    line-height: 42px;
    font-size: 12px;
}

.copyright p {
    display: inline;
}

.copyright ul li a {
    float: right;
    margin-top: 10px;
}

.copyright ul li a.weiling {
    width: 121px;
    height: 18px;
    background: url(../images/vl.png) no-repeat;
    margin-right: 20px;
}

.copyright ul li a.weiling:hover {
    width: 121px;
    height: 18px;
    background: url(../images/vl_hover.png) no-repeat;
}

.copyright ul li a.wangshang {
    width: 107px;
    height: 18px;
    background: url(../images/ws.png) no-repeat;
}

.copyright ul li a.wangshang:hover {
    width: 107px;
    height: 18px;
    background: url(../images/ws_hover.png) no-repeat;
}



.ny_hotnews{width:100%; height: auto; overflow: hidden; margin-bottom:40px;}
.ny_hotnews_t{width:400px; height: 30px; line-height: 30px; overflow: hidden; margin:10px auto;}
.ny_hotnews_t hr{width: 130px; height: 1px; background: #d1d1d1; float: left; margin-top:16px;}
.ny_hotnews_t h3{margin: 0px 20px;    font-size: 22px;  text-align: center; font-weight: normal; color: #333; float:left;}
.ny_hotnews ul{width:100%; height: auto; overflow: hidden;}
.ny_hotnews ul li{width:500px; height: 45px; line-height: 45px; float: left;}
.ny_hotnews ul li i{width:5px; height:5px; display:block; background:#da251d; border-radius:50%; float:left; margin-top:20px; margin-right:10px;}
.ny_hotnews ul li p{width:400px; height: 35px; float: left; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size: 14px; color:#333}
.ny_hotnews ul li span{font-size: 12px; color: #666; float: right}
.ny_hotnews ul li:nth-child(2n){float:right}
.ny_liuyan{width:100%; height: auto; overflow: hidden;  margin-bottom:40px;}
.ny_liuyan h2{font-size: 18px; color: #333; text-align: center; line-height: 40px;}
.ny_liuyan h4{font-size: 14px; color: #333; text-align: center; line-height: 40px; margin-bottom:10px;}
.ny_liuyan input[type="text"]{width:273px; height: 43px; border: 1px solid #ddd; float: left; background: none; font-size: 14px; color: #333; padding: 0px 10px; margin-right: 35px; margin-bottom:20px;}
.in_city{margin-right: 0!important}
.ny_liuyan textarea{width:100%; height: 70px; border: 1px solid #ddd;  background: none; font-size: 14px; color: #333; padding: 10px; resize: none}
.ny_liuyan .button{width:139px; height: 42px; background: #da251d; border-radius: 5px; text-align: center; line-height: 42px; border: 0px; color:#fff; margin:20px auto; display:block;}



/*内页banner*/
.ny_ban{width:100%; height: 340px;}
.about_ban{background: url(../images/about_ban.jpg) no-repeat center}
.news_ban{background: url(../images/news_ban.jpg) no-repeat center}
.product_ban{background: url(../images/product_ban.jpg) no-repeat center}
.service_ban{background: url(../images/service_ban.jpg) no-repeat center}
.fuwu_ban{background: url(../images/fuwu_ban.jpg) no-repeat center}
.case_ban{background: url(../images/case_ban.jpg) no-repeat center}
.join_ban{background: url(../images/join_ban.jpg) no-repeat center}
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center}
.rcln_ban{background: url(../images/rcln_ban.jpg) no-repeat center}



/*内页底下*/
.m-wh{height:260px;padding:40px 0;background:no-repeat url(../images/bg_icon.jpg);margin-top: 20px}
.m-wh li{float:left;width:25%}
.m-wh li a{display:block;width:102px;height:140px;margin:0 auto 10px;text-align:center}
.m-wh li a img{width:100%;height:102px}
.m-wh li a p{margin-top:7px;font-size:18px}
.m-wh li>p{padding:0 7%;font-size:14px;text-align:center}
.f-ct{width:1200px;margin:0 auto; font-size:14px; color:#666;  line-height:24px; margin-top:30px;}
.f-cl:after{display:block;content:".";height:0;visibility:hidden;overflow:hidden;clear:both}
.f-cl .w300{width:300px;float: left;margin-right: 10px;}


.p-tit{height:70px;line-height:65px;border-bottom:1px solid #ebebeb}
.p-tit h2{float:left;color:#da251d;font-size:26px;font-weight: bold}
.m-crm{margin-left:15px;color:#999;font-size:12px;font-weight:400}
.m-crm a{margin:0 3px;color:#999;-webkit-transition:all .5s ease 0s;-moz-transition:all .5s ease 0s;-ms-transition:all .5s ease 0s;-o-transition:all .5s ease 0s;transition:all .5s ease 0s}
.m-crm a:hover{color:#333;text-decoration:underline}
.p-tit ul{float:right}
.p-tit ul li{float:left;margin:0 15px}
.p-tit ul li a{display:block;height:69px;line-height:73px;color:#666;font-size:16px;-webkit-transition:all .5s ease 0s;-moz-transition:all .5s ease 0s;-ms-transition:all .5s ease 0s;-o-transition:all .5s ease 0s;transition:all .5s ease 0s}
.p-tit ul li.active a,.p-tit ul li:hover a{color:#da251d}
.p-tit ul li.active,.p-tit ul li:hover{border-bottom:2px solid #da251d}

.p-ct{line-height:26px;padding:50px 0 60px;color:#666;font-size:14px; overflow:hidden; width: 100%;}
.p_case{padding:50px 0 60px;color:#666;font-size:14px;}
.p-ct .index_wen_1{width:100%;margin-top: 20px}
.p-ct .tit{margin-bottom:25px;text-align:center}
.p-ct .tit h2{color:#333;font-size:30px}
.p-ct .tit p{line-height:26px;margin-top:20px;color:#999;font-size:16px}
.ab_list1 li{position:relative;float:left;width:382px;height:300px}
.ab_list1 li.li1{background:no-repeat url(../images/ab_list1_1.jpg)}
.ab_list1 li.li2{margin:0 22px;background:no-repeat url(../images/ab_list1_2.jpg)}
.ab_list1 li.li3{background:no-repeat url(../images/ab_list1_3.jpg)}
.ab_list1 li a{display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:no-repeat url(../images/ab_list_mask.png);visibility:hidden}
.ab_list1 li:hover a{visibility:visible}
.ab_list1 li h2{margin:40px 0 0 30px;color:#fff;font-size:24px}
.ab_list1 li p{margin:20px 0 0 30px;color:#fff}
.qywh{height:286px;line-height:32px;margin-top:50px;padding-top:170px;color:#fff;font-size:16px;background:no-repeat center url(../images/ab_qywh.jpg)}
.ab_list2{margin-top:40px}
.ab_list2 li{position:relative;float:left;width:50%;height:330px}
.ab_list2 li a{display:block;position:absolute;top:0;left:0;width:100%;height:220px;padding-top:110px;color:#fff;font-size:30px;text-align:center;visibility:hidden}
.ab_list2 li:hover a{visibility:visible}
.ab_list2 li a span{display:block;margin-top:20px;font-size:16px}
.ab_list2 li a.mask{background:repeat url(../images/bg_mask.png)}
.ab_list2 li a.tit{width:50%;visibility:visible}
.ab_list2 .li2 a.tit{left:50%}
.ab_list2 li a i{display:block;width:78px;height:78px;margin:0 auto;background:no-repeat url(../images/icon_video.png)}
.ab_list3 li{float:left;width:385px;height:236px}
.ab_list3 li.li1{background:no-repeat url(../images/ab_list3_1.jpg)}
.ab_list3 li.li2{margin:0 22px;background:no-repeat url(../images/ab_list3_2.jpg)}
.ab_list3 li.li3{background:no-repeat url(../images/ab_list3_3.jpg)}
.ab_list3 li a{display:block;width:325px;height:146px;padding:45px 30px;visibility:hidden}
.ab_list3 li h2{color:#000;font-size:30px}
.ab_list3 li h2 i{display:block;width:52px;height:2px;margin-top:25px;background:#000}
.ab_list3 li p{margin-top:20px;color:#000;font-size:18px}
.ab_list3 li:hover{background:#ffcb23}
.ab_list3 li:hover a{visibility:visible}

/*新闻*/
.new-list{margin-top:-10px; margin-bottom: 15px;}
.new-list li{height:205px;padding:20px;border-top:1px solid #fff;border-bottom:1px solid #eee}
.new-list li:hover{background:#f2f2f2;border-top:1px solid #eee;border-bottom:1px solid #eee}
.new-list li:hover h3{color:#da251d}
.new-list li:hover .more{color:#da251d;border:1px solid #da251d}
.new-list li>*{float:left}
.new-list .f-imgfd-img{width:220px;height:100%;margin-right:30px;overflow:hidden}
.new-list .f-imgfd-img img{width:100%;}
.new-list li .f-imgfd-li{width:907px;height:100%}
.new-list h3{margin-bottom:15px;color:#333;font-size:20px}
.new-list .time{color:#999;font-size:14px;}
.new-list .more{display:block;width:140px;height:34px;line-height:34px;color:#999;text-align:center;border:1px solid #eee; display: block; margin-top: 8px;}
.f-xx{width:100%; height: 46px; overflow: hidden; margin-bottom:6px; color:#666}

.pro-list1{margin-top:20px; margin: 0px auto; width: 1200px;}
.pro-list1>li{position:relative;float:left;width:285px;height:384px;overflow:hidden; margin-right: 20px;}
.pro-list1>li:nth-child(4n){ margin-right: 0px;}
.pro-list1>li img{width:100%;height:100%;    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;}
.pro-list1 .mask{position:absolute;top:315px;left:0;width:100%;height:100%;padding:0 20%;text-align:center; background: rgba(8,58,79,0.6); color: #fff}
.pro-list1 h3{margin-top:25px;font-size:24px; color: #fff;}
.pro-list1 h3 i{display:block;width:34px;height:3px;margin:20px auto 0;background:#fff}
.pro-list1 .mask1 i{background:#fff}
.pro-list1 p{margin-top:20px}
.pro-list1>li:hover .mask{top:0px; transition: all 0.5s ease-in-out;}
.pro-list1 .mask a{color:#fff; width:100%; height:100%; display:block;}
.pro-list1>li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}



.subpro{margin-top:25px}
.subpro li{width:160px;height:36px;margin:0 auto 7px;text-align:center}
.subpro li a{display:block;line-height:36px;font-size:16px;background:#fff;-webkit-transition:all .5s ease 0s;-moz-transition:all .5s ease 0s;-ms-transition:all .5s ease 0s;-o-transition:all .5s ease 0s;transition:all .5s ease 0s}
.subpro li:hover a{color:#fff;background:#231815}
.p-nav{margin-bottom:40px}
.p-nav li{float:left;margin-right:20px}

.p-nav li a{display:block;width:272px;height:60px;line-height:60px;font-size:20px;text-align:center;border:4px solid #e5e5e5}
.p-nav li.active a,.p-nav li:hover a{color:#fff;font-weight:700;background:#231815;border:4px solid #231815}
.pro-list3{width:1200px;margin:0 auto; overflow: hidden}
.pro-show-r{float:right;width:660px}
.pro-show-r .pro-sx{width:50%}
.pro-show-r .pro-sx li{line-height:24px}
.pro-show-r h3{margin-top:30px;color:#333;font-size:24px}
.pro-show-r .txt{line-height:30px;margin-top:20px;padding:10px 0 25px;font-size:12px;border-top:1px solid #ddd}
.pro-show-r .txt div{margin-top:15px}
.pro-show-r .txt p{line-height:24px;text-indent:2em}
.pro-show-m{margin-top:30px;padding-top:40px;background:no-repeat url(../images/pro_show_m.jpg)}
.pro-show-m h2{color:#fff;font-size:30px}
.pro-show-m .nav{height:600px;margin-top:36px;position:relative}
.pro-show-m .nav>li{float:left;margin-right:15px}
.pro-show-m .nav>li>a{display:block;width:200px;height:50px;line-height:50px;color:#333;font-size:18px;text-align:center;background:repeat url(../images/bg_mask_w.png)}
.pro-show-m .nav>li.active>a,.pro-show-m .nav>li:hover>a{background:#fff}
.proshow-sub{display:none;position:absolute;top:100px;left:0;width:100%;line-height:30px}
.proshow-sub h3{margin-bottom:30px;color:#333;font-size:24px}
.proshow-sub h6{font-size:14px}
table.ly{width:100%}
table.ly td{float:left;margin-bottom:20px}
table.ly .tr1 td{width:280px;margin-right:20px}
table.ly .tr1 td input{width:260px}
table.ly .tr2 td,table.ly .tr3 td{width:1160px;margin-right:22px}
table.ly .tr2 td input,table.ly .tr3 td textarea{width:100%}
table.ly input[type=text]{height:28px;line-height:28px;padding:5px 10px;color:#999;border:1px solid #ddd;background:#fff}
table.ly textarea{height:114px;padding:5px 10px;color:#999;border:1px solid #ddd;background:#fff;resize:none}
table.ly .sbt{width:240px;height:40px;color:#fff;font-size:14px;background:no-repeat url(../images/pro_m_sbt.png);border:none;cursor:pointer}
.pro-more .tit{height:77px;line-height:77px;margin-bottom:40px;text-align:left;background:#eee}
.pro-more .tit h3{color:#333;font-size:24px}
.pro-more .tit a{float:right;padding-left:25px;color:#666;font-size:18px;font-weight:400;background:no-repeat url(../images/pro-more.png);background-position:0 33px}
.pro-more .tit a:hover{color:#da251d;background:no-repeat url(../images/pro-more_hov.png);background-position:0 33px}

/*荣誉资质*/
.img-list li,.ny_shops li{float:left;margin:0 20px 20px 0; width:280px; height:auto; }
.img-list li a,.ny_shops li a{display:block;width:100%;height:100%;overflow:hidden}
.img-list li a div{width:278px;overflow: hidden; border:1px solid #ddd; height:206px;}
.img-list li a img,.ny_shops li a img{width:100%; height:100%; display:block; transform: scale(1); transition: all 1s ease 0s; -webkit-transform: scale(1); -webkit-transform: all 1s ease 0s;}
.img-list li:hover img,.ny_shops li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.img-list li p,.ny_shops li p{height:30px;line-height:30px;text-align:center;color:#666; height:35px; line-height:35px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.img-list li:hover p,.ny_shops li:hover p{color:#da251d}
.img-list li:nth-child(4n),.ny_shops li:nth-child(5n){ margin-right: 0px;}

/*厂房厂貌*/
.ny_shops li a div{width:100%;overflow: hidden; height:166px; border:1px solid #ddd;}




/*案列*/
.img-lists li{float:left;height: 215px;margin:0 26px 20px 0; width:280px;}
.img-lists li a{display:block;width:100%;height:100%;overflow:hidden}
.img-lists li a div{width:100%;height: 176px;overflow: hidden;}
.img-lists li a img{width:100%;height:100%;  display:block;  transform: scale(1); transition: all 1s ease 0s; -webkit-transform: scale(1); -webkit-transform: all 1s ease 0s;}
.img-lists li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.img-lists li p{height:30px;line-height:30px;text-align:center;color:#666}
.img-lists li:hover p{color:#da251d}
.img-lists li:nth-child(4n){ margin-right: 0px;}




/*联系我们*/
.m-cot{ height: auto; overflow: hidden; margin-top: 30px;}
.m-cot h3{font-size:24px}
.m-cot h3 i{display:block;width:120px;height:3px;margin:25px 0 10px;background:#666}
.m-cot .f-cl{float:left;width:830px; font-size:16px; color:#666; line-height:28px;}
.m-cot .ewm{float:right;margin-top:20px; margin-left: 15px;}
.m-cot .ewm img{width:110px;height:110px;border:1px solid #ddd; padding:5px;}
.m-cot .ewm p{text-align:center; height:40px; line-height:40px; font-size:14px; color:#666}
.iw_poi_title{color:#C52;font-size:14px;font-weight:700;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content{font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
.keyword_light{margin-bottom:30px}
#newsfoot tr>td:first-child{padding-left:10px;font-size:14px;color:#555}
#newsfoot tr>td:first-child>a{color:#000}
#newsfoot tr>td:last-child{position:relative;top:0px;left:0px}
.proname{padding:20px 0 5px 0}



/*产品*/
.pro-list2{width:1232px;margin:0 auto}
.pro-list2 li{position:relative;float:left;width:280px;margin:0 14px 30px;}
.pro-list2 li a{display:block;}
.overflow_div{overflow: hidden;}
.pro-list2 li img{display:block;width:280px;overflow:hidden;transition: all .5s;}
.pro-list2 li h4{height:60px;line-height:60px;text-align:center}
.pro-list2 .good_h{display:none;position:absolute;top:0;left:0;width:100%;height:100%;padding:50px 30px 0;color:#fff;}
.pro-list2 li h3{margin-bottom:20px;font-size:24px; width:100%; height:35px; line-height:35px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
/*.pro-list2 li:hover .good_h{display: block;background: rgba(45,102,217,0.6);  }*/
.pro-list2 li:hover a img{transform:scale(1.1);-ms-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-moz-transform:scale(1.1);}

/*搜索页面*/
.pro-search{width:1232px;margin:0 auto}
.pro-search li{position:relative;float:left;width:280px;height:295px;margin:0 14px 30px}
.pro-search li img{display:block;width:280px;height:206px;overflow:hidden}
.pro-search .good_h{display:none;position:absolute;top:0;left:0;width:100%;height:100%;padding:50px 30px 0;color:#fff;}
.pro-search li h3{font-size:24px; width:100%; height:35px; font-size:16px; color:#333; line-height:35px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.pro-search li div{width:100%; height:58px; line-height:26px; font-size:14px; color:#333; overflow:hidden}


/*详情页*/
.nyinfo_title{width:100%;font-size:20px; color:#555; padding:10px 0px; text-align:center; clear:both}
.info_time{width:100%; line-height:30px; color:#999; height:30px; margin-bottom:20px; border-top:1px solid #ddd; border-bottom:1px solid #ddd; text-align:center; clear:both}
.info_xq{width:100%; font-size:20px; color:#666; padding:10px 0px; clear:both}
.go_black{width: 90px;height: 30px;background: #da251d; color: #fff; text-align: center; line-height: 30px; border-radius: 5px; position: relative;}



/* 浮动图标 */
.fudong_right{ width: 72px; height: auto; position: fixed; bottom: 200px; right: 20px;}
.fudong_right a{ display: block; height: 72px; width: 72px; margin-bottom: 3px;}
.fudong_right .fudong_tel{ background: url(../images/fudong_1.png) no-repeat center; position: relative;}
.fudong_right .fudong_alibaba{background: url(../images/fudong_2.png) no-repeat center;}
.fudong_right .fudong_ly{background: url(../images/fudong_3.png) no-repeat center;}
.fudong_right .top_top{ height: 28px; background: #454545; text-align: center; color: #fff; font-size: 14px;line-height: 28px; border-radius: 4px;}
.fudong_right .fudong_tel .fudong_dh{ height:104px; width: 220px; border: 2px solid #dedede; background: #fff; position:absolute; right: 80px; top: 0; border-radius: 4px; padding-top: 10px; display: none;}
.fudong_right .fudong_tel .fudong_dh p{ font-weight: bold; padding-left: 20px; color: #da251d; line-height: 24px;}
.fudong_right .fudong_tel .fudong_dh p i{ width: 60px; overflow: hidden; display: block; float: left;}
.fudong_right .fudong_tel .fudong_dh p span{ font-weight: normal;  color: #333;}
.fudong_right .fudong_tel .fudong_dh p:nth-child(2){ letter-spacing: 16px;}
.fudong_right .fudong_tel .fudong_dh p:nth-child(2) span{ letter-spacing: 0;}
.fudong_right .fudong_tel:hover .fudong_dh{ display: block;}

