@charset "utf-8";
.gWidth{width:1200px;}
.pc{display: block;}
.phone{display: none;}

/* head */
.header {position: fixed;z-index: 10;width: 100%;top: 0;left: 0;-webkit-transition: all 0.5s;transition: all 0.5s;background-color: rgba(255,255,255,0.8);padding: 0;}

.header .logo {float: left;font-size: 0;height: 100px;line-height: 100px;text-align: left;}
.header .nav {float: right;display: block;margin: 0;}
.header .nav li .line-line>a {display: block;font-size: 16px;line-height: 32px;color: #333;padding: 0px 15px;}

.header .nav li {position: relative;height: 100px;float: left;margin: 0 13px;font-size: 0;border-top: none;}
.header .nav li .arr{display: none;}
.header .nav li .line-line{position: relative;height: 32px;margin-top: 33px;}
.header .nav li span.t,.header .nav li span.b{display: none;}
.header .nav li:hover .t,.header .nav li:hover .b{display: block;}
.header .nav li:hover .line-line>a{color:#cb161d;}

.header .nav li span.t::before {position: absolute;top: 0px;left: 0px;width: 10px;height: 10px;border-left: 1px solid #cb161d;border-top: 1px solid #cb161d;content: "";}
.header .nav li span.t::after {position: absolute; top: 0px;right: 0px;width: 10px;height: 10px;border-right: 1px solid #cb161d;border-top: 1px solid #cb161d;content: "";}
.header .nav li span.b {position: absolute;bottom: 0px;left: 0px;width: 100%;}
.header .nav li span.b::before {position: absolute;bottom: 0px;right: 0px;width: 10px;height: 10px;border-right: 1px solid #cb161d;border-bottom: 1px solid #cb161d;content: "";}
.header .nav li span.b::after {position: absolute;bottom: 0px;left: 0px;width: 10px;height: 10px;border-left: 1px solid #cb161d;border-bottom: 1px solid #cb161d;content: "";}


.header .nav li.dropdown {position: relative;}

.header .nav .dropdown-box {position: absolute;left: 0;min-width: 100%;top: 100%;display: none;z-index: 10;text-align: center;background-color: #fff;transition: all 0.5s;-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);box-shadow: 0 0 5px rgba(0,0,0,0.1);}
.header .nav li:hover .dropdown-box{display: block;transition: all 0.5s;}
.header .nav .dropdown-box p {margin: 0;}
.header .nav .dropdown-box a {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding: 0 10px;font-size: 14px;display: block;border-bottom: 1px solid rgba(0, 0, 0, 0.1);line-height: 40px;color: #333;border-top: none;}

.header .nav li.open>a:after, .header .nav li.active>a:after, .header .nav li>a:hover:after {width: 100%;}
.header .nav li.open .dropdown-box {display: block;}
.header .sc {float: right;position: relative;	margin-left: 20px;}
.header .sc-btn {display: block;height: 100px;width: 30px;background: url(../images/icon1.png) no-repeat center;}
.header .sc-box {position: absolute;right: 0;top: 100%;overflow: hidden;display: none;-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);box-shadow: 0 0 5px rgba(0,0,0,0.1);}
.header .sc-box input {display: block;padding: 9px 62px 9px 12px;border: 1px solid transparent;font-size: 14px;color: #333;background-color: #fff;width: 200px;}
.header .sc-box button {position: absolute;right: 0;top: 0;padding: 0;width: 60px;height: 40px;background: #b62020;color: #fff;border: 0;cursor: pointer;font-size: 14px;}
.header-active {background: #fff;box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);}

/* banner */
.menu-btn {display: none;padding: 6px 0;float: right;}
.menu-btn:before, .menu-btn:after, .menu-btn span {display: block;height: 2px;background-color: #fff;content: '';}
.menu-btn:before {width: 24px;}
.menu-btn:after {width: 18px;margin-left: 6px;}
.menu-btn span {width: 12px;margin: 6px 0 6px 12px;}
.banner .swiper-slide {background: no-repeat center / cover;min-height: 750px;height: 750px;}
.banner1 .swiper-slide{height: 550px;min-height: 550px;}
.banner .swiper-slide img {display: block;width: 100%;height: auto;}
.banner .swiper-slide .container {height: 100%;}
.banner .swiper-slide .wrap {display: table;height: 100%;color: #fff;}
.banner .swiper-slide .inner {display: table-cell;vertical-align: middle;}
.banner .swiper-slide h4 {margin: 0;font-size: 48px;font-weight: normal;}
.banner .swiper-slide h4:after {display: block;content: '';height: 3px;width: 40px;margin-top: 20px;background-color: #b62020;}
.banner .swiper-slide small {margin: 20px 0 0;font-size: 24px;display: block;opacity: 0.3;text-transform: uppercase;}
.banner .swiper-slide .more-big {background: #b62020;color: #fff;}
.banner .swiper-slide .more-big i {border-color: rgba(255,255,255,0.4);background-image: url(../images/icon2.png);}
.banner .swiper-pagination {bottom: 50%;left: auto;width: 80px;padding: 1px 0;right: 30px;-webkit-transform: translateY(50%);transform: translateY(50%);}
.banner .swiper-pagination-bullet {background-color: #fff;display: block;width: 40px;margin: 15px auto !important;height: 2px;border-radius: 0;-webkit-transition: all 0.5s;transition: all 0.5s;}
.banner .swiper-pagination-bullet-active {width: 100%;}
.banner-sub {background: no-repeat center / cover;height: 550px;}
.banner-sub .container {height: 100%;}
.banner-sub .wrap {display: table;height: 100%;color: #fff;}
.banner-sub .inner {display: table-cell;vertical-align: middle;}
.banner-sub h4 {margin: 0;font-size: 44px;line-height: 1.1;text-transform: uppercase;}
.banner-sub h4:after {display: block;content: '';height: 3px;width: 40px;margin-top: 20px;background-color: #fff;}
.banner-sub small {margin: 20px 0 0;font-size: 34px;display: block;text-transform: uppercase;}

/* 关键词 */
.gjc-bg{border-bottom:1px solid #dddddd;line-height: 50px;font-size: 0;}
.gjc-bg1{margin-bottom: 32px;}
.gjc-bg p{line-height: 50px;font-size: 14px;color: #999999;}
.gjc-bg p>span{color: #cb161d;font-size: 14px;}
.gjc-bg p>a{font-size: 14px;color: #999999;margin: 0 5px;}
.gjc-bg p>a:hover{color: #cb161d;}

/* 关键词end */

/* 首页产品中心 */
.til01{text-align: center;height: 110px;color: #2b2b34;font-size: 40px;line-height: 64px;background: url(../images/tilbg1.png) no-repeat center 63px;margin-top: 40px;margin-bottom: 40px;}
.til01-1{margin-bottom: 0px;}
.til0111{margin-bottom: 0px;}
.til01 a {color: #2b2b34;}
.til01 p {color: #767676;display: block;font-weight: normal;line-height: 46px;font-size: 20px;}

/* 产品分类 */
.pro-fenlei{width: 282px;float: left;}
.pro-fenlei-bt{background-color: #e3232f;display: -webkit-box;-webkit-box-align: center;-webkit-box-pack: center;display: flex;justify-content: center;flex-direction: column;height: 103px;padding: 0px 15px;}
.pro-fenlei-bt h4{font-size: 30px;color:#fff;text-transform: uppercase;}
.pro-fenlei-bt p{font-size: 25px;color:#fff;}

.pro-fenlei-div{border: 1px solid #dddddd;}
.pro-fenlei-ul{padding: 12px 10px;}
.pro-fenlei-ul li{clear: both;height: 52px;line-height: 52px;font-size: 16px;display: block;white-space: nowrap;background-color: #ECECEB;margin-bottom: 8px;padding: 0 12px;}
.pro-fenlei-ul li:nth-last-child(1){margin-bottom: 0;}
.pro-fenlei-ul li>a{font-size:16px;background: url(../images/nav_ico1.png) no-repeat left center;padding-left: 39px;color: #363739;font-weight: 600;}
.pro-fenlei-ul li:hover a{color: #e3232f;background: url(../images/nav_ico2.png) no-repeat left center;}

.pro-fenlei-div>img{width:100%;}
.contact-div-tel{background-color: #e3232f;text-align: center;padding: 10px 0;}
.contact-div-tel img{margin-right: 5px;}
.contact-div-tel p{color: #fff;height: 26px;line-height: 26px;font-size: 14px;}
.contact-div-tel strong{font-size: 25px;color: #fff;padding-bottom: 10px;}


.pro_list {width: 881px;overflow: hidden;height: 700px;}
.pro_list1{height: auto;}
.pro_gg {height: auto;overflow: hidden;margin-bottom: 15px;position: relative;}
.prev, .next {width: 37px;height: 82px;right: 0;top: 180px;display: block;position: absolute;z-index: 9;background: url(../images/next1.gif) no-repeat 0 0;}
.prev {left: 0;background: url(../images/prev1.gif) no-repeat 0 0;}
.prev2, .next2 {top: 355px;}
.prev2 {left: 359px;}
.prev:hover, .next:hover {background-position: 0 bottom;}
.pro_gc dl{margin-bottom: 15px;}
.pro_gc dt, .pro_gc dt img {width: 881px;height: 427px;overflow: hidden;}
.pro_gc dl {position: relative;line-height: 30px;}
.pro_gc dd {position: absolute;width: 242px;height: 240px;right: 84px;top: 80px;	z-index: 2;}
.pro_gc dd h3 {height: 60px;font-size: 20px;line-height: 38px;color: #363739;}
.pro_gc dd h3 a {color: #363739;display: block;}
.pro_wz {height: auto;overflow: hidden;}
.more01 a {display: block;width: 128px;line-height: 33px;border: solid 1px #e3232f;background: #fff;color: #e3232f;text-align: center;border-radius: 16px;}


.pro_gc_title{margin-top: 10px;margin-bottom: 26px;}
.pro_gc_title h3{height: 48px;line-height: 48px;border-bottom: 1px solid #ebebeb;}
.pro_gc_title h3 span{border-bottom: 3px solid #e3232f;font-size: 25px;font-family: '思源黑体';height: 47px;line-height: 47px;display: inline-block;}

.pro_list li {width: 287px;float: left;margin: 0 10px 0px 0;position: relative;overflow: hidden;margin-bottom: 10px;}
.pro_list li:nth-child(3n){margin-right: 0px;}
.pro_list li>p {border: solid 1px #eaeaea;overflow: hidden;}
.pro_list li>p img {width: 100%;height: auto;display: block;overflow: hidden;}
.pro_list li div {height: 39px; display: block;z-index: 1; background: #737373; color: #fff; text-align: center; position: relative; bottom: 0; left: 0; transition: .3s; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; padding: 0 10px;overflow: hidden;}
.pro_list li div>a {color: #fff;font-size: 16px; line-height: 39px; height: 39px; }
.pro_list li div p{font-size: 0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.pro_list li div p>a{font-size: 14px;line-height: 22px;color: #fff;}
.pro_list li:hover div{height: 115px; transition: .3s;margin-top: -76px;}
.pro_list li img, .pro_gc dt img, .range_c dt img, .webox_p img, .case_c dt img, .about_p img, .newbox dt img, .show_c li img {-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.pro_list li img:hover, .pro_gc dt img:hover, .range_c dt img:hover, .webox_p img:hover, .case_c dt img:hover, .about_p img:hover, .newbox dt img:hover, .show_c li img:hover {-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
/* 首页产品中心end */


/* 产品列表分页 */
.fenye {font-size: 14px;color: #444;margin-top: 35px;line-height: 30px;/* height: 30px; */ text-align: center;margin-bottom: 35px;}
.fenye {text-align: center;height: auto;}
.fenye a{display: inline-block;padding: 0px 10px; margin: 0 5px 5px;font-size: 14px;color: #333;background-color: #fff;border: 1px solid #ddd;transition: all .3s;/* margin-top: 30px; */text-decoration: none;}
.fenye .active{background-color: #e3232f;}
.fenye a:hover{background-color: #e3232f;color: #fff;}

.content-div{padding: 18px;background-color: #edeceb;color: #333333;font-size: 14px;line-height: 22px;margin-top: 25px;margin-bottom: 35px;}
.content-div img{max-width: 100%!important;width: auto!important;height: auto;}
/* 产品列表分页end */
/* 首页关于佳力 */
.about-bg{background: url(../images/about-img.jpg) 50% 0px / auto 100% no-repeat;margin-top: 0px;min-height: 617px;margin-bottom: 80px;}
.about-width{width:1300px;margin: 0 auto;}

.about-fl-text{width: 650px;float: left;margin: 135px 0px;background-color: rgba(0, 0, 0, 0.41);background-image: none;padding: 0;}
.about-fl-text-width{padding: 25px 30px;font-size: 0;background-color: transparent;margin: 0;}
.about-fl-text-width>h2{font-size: 20px;color: #fff;font-family: "思源黑体";font-weight: normal;line-height: 30px;margin-bottom: 10px;margin-top: 20px;}
.about-fl-text-width>hr{width: 52px;height: 2px;background-color: #aaaaaa;border: none;display: inline-block;margin-bottom: 15px;}
.about-fl-text-width>p{font-size: 0px;margin-bottom: 5px;}
.about-fl-text-width>p>strong{font-size: 29px;color:#e3232f;line-height: 30px;height: 30px;display: inline-block;}
.about-fl-text-width>span{font-size: 14px;color: #dddddd;}
.about-fl-text-width ul{margin-top: 35px;margin-bottom: 20px;}
.about-fl-text-width ul li{float:left;width:30%;text-align: center;font-size: 0;margin-right: 3%;}

.about-fl-text-width ul li:nth-child(3n){margin-right: 0;width: 34%;}
.about-fl-text-width ul li p>strong{width: ;font-size: 50px;font-family: 'impact';color: #fff;font-weight: normal;}
.about-fl-text-width ul li p{font-size: 25px;color: #fff;font-weight: normal;}
.about-fl-text-width ul li div{font-size: 14px;color: #eee;}

.about-fr-text{width: 650px;float:right;position: relative;height: 628px;}
.about-fr-padding{padding: 50px 37px;}
.about-fr-padding>img{margin-bottom: 30px;}
.about-content{font-size: 14px;color:#fff;line-height: 28px;}

.about-ul {position: absolute;bottom: 0;left: 0;}
.about-ul li{ float:left; width:215px; text-align: center; height: 110px; border-top: 1px solid #e14c55; border-right: 1px solid #e14c55; display: -webkit-box; -webkit-box-align: center; -webkit-box-pack: center; display: flex; align-items: center; justify-content: center; flex-direction: column; transition: .10s; -webkit-transition: .10s; -moz-transition: .10s; -ms-transition: .10s; -o-transition: .10s; }
.about-ul li:hover{background-color: #f43b4a;border-top-color: transparent;border-right-color: transparent;}
.about-ul li img{ width: 32px; height: 32px; margin: 0 auto; display: none; transition: .10s; -webkit-transition: .10s; -moz-transition: .10s; -ms-transition: .10s; -o-transition: .10s; }
.about-ul li:hover img{ display: block; transition: .10s; -webkit-transition: .10s; -moz-transition: .10s; -ms-transition: .10s; -o-transition: .10s; }
.about-ul li .p1{font-size: 20px;color:#fff;}
.about-ul li .p2{ font-size: 12px; color:#fff; text-transform: uppercase; }

/* 首页关于佳力end */
/* 新闻资讯 */
.news-title {margin-bottom: 26px;}
.news-title h3{border-left: 5px solid #e3232f;height: 33px;line-height: 33px;font-size: 25px;color: #333;padding-left: 12px;float: left;font-weight: normal;}
.news-title a{float: right;font-size: 14px;color: #666;line-height: 33px;}
.news-title a:hover{color:#e3232f;}
.news-fl-qiye{width: 572px;float: left;}
.flag-a{background-color: #f5f5f5;}
.flag-a >a{display: inline-block;height:353px;overflow: hidden;width: 572px;}
.flag-a img{width: 100%!important;}
.flag-a .flag-a-text{padding: 21px 25px;}
.flag-a .flag-a-text span{ display: inline-block; border-radius: 25px; background-color: #e3232f; height: 25px; padding: 0px 15px; color: #fff; -webkit-border-radius: 25px; -moz-border-radius: 25px; -ms-border-radius: 25px; -o-border-radius: 25px;font-size: 16px;}
.flag-a .flag-a-text strong{height: 25px;font-size: 18px;font-weight: normal;line-height: 25px;color: #333;margin-left: 10px;}
.flag-a:hover .flag-a-text strong{color: #e3232f;}
.flag-a .flag-a-text p{margin-top: 10px;font-size: 14px;color: #666;line-height: 25px;}
.flag-c{padding: 21px 25px;}
.flag-c li{background: url(../images/jiantou.png) no-repeat left center;padding-left: 10px;margin-bottom: 5px;}
.flag-c li>a{float: left;font-size: 14px;color: #333;line-height: 25px;display: inline-block;width: 420px;overflow: hidden;}
.flag-c li:hover>a{color: #e3232f;}
.flag-c li>span{float:right;font-size: 14px;color:#666;display: inline-block;width: 80px;line-height: 25px;text-align: right;}
.news-fr-hangye{width: 572px;float: right;}

/* 产品知识 */
.news-zhishi{padding: 12px 0px;border-top:1px solid #eeeeee;margin-bottom: 20px;border-bottom:1px solid #eeeeee;}
.news-zhishi .news-title{margin-bottom: 0px;}
.news-zhishi-ul{margin-bottom: 45px;}

.news-zhishi-ul li{float: left;padding: 10px 0px;width: 585px;margin-right: 30px;border-bottom: 1px dashed #ddd;}
.news-zhishi-ul li:nth-child(2n){margin-right: 0;}
.news-zhishi-ul li .date{width: 90px;height: 90px;display: -webkit-box;-webkit-box-align: center;-webkit-box-pack: center;display: flex;align-items: center;justify-content: center;flex-direction: column;float: left;background-color: #f2f2f2;}
.news-zhishi-ul li .date strong{font-size: 24px;color: #b3b3b3;}
.news-zhishi-ul li .date span{font-size: 16px;color: #b3b3b3;}
.news-zhishi-ul li .news-zhishi-ul-text{float: right;width: 475px;display: -webkit-box;-webkit-box-align: center;-webkit-box-pack: center;display: flex;justify-content: center;flex-direction: column;}
.news-zhishi-ul li .news-zhishi-ul-text h2>a{font-size: 16px;color: #333;line-height: 25px;font-weight: 400;}
.news-zhishi-ul li .news-zhishi-ul-text h2>a:hover{color: #e3232f;}
.news-zhishi-ul li .news-zhishi-ul-text p>a{font-size: 14px;color: #666;}
/* 新闻资讯end */

/* 底部信息 */
.foot-bg{background-color: #333;margin-top: 20px;padding: 60px 0 50px 0px;}
.foot-div1{width: 295px;float:left;margin-right: 70px;}
.foot-div1 img{border-bottom: 1px solid #fff;padding-bottom: 15px;margin-bottom: 20px;}
.foot-div1 div{font-size: 14px;color:#fff;line-height: 25px;font-weight: normal;}
.foot-div1 div a{font-size: 14px;color:#fff;line-height: 25px;font-weight: normal;}
.foot-div1 div a:hover{color: #e3232f;}

.foot-bg dl{float: left;margin-right: 64px;width: 70px;}
.foot-bg dl dt{font-size: 14px;color: #fff;line-height: 25px;font-weight: 600;margin-bottom: 20px;}
.foot-bg dl dd,.foot-bg dl dd>a{font-size: 14px;color: #fff;font-weight: normal;line-height: 30px;}
.foot-bg .dl1{width: 238px;}
.foot-div2{float: left;width:130px;text-align: center;margin-top: 0;}
.foot-div2 p{font-size: 14px;color:#fff;line-height: 40px;}

.foot-bg-2{background-color: #e3232f;padding: 15px 0;text-align: center;}
.foot-bg-2 p,.foot-bg-2 p>a{font-size: 14px;color:#fff;line-height: 25px;}
.foot-bg-2 p>a{margin: 0 3px;}
.foot-bg-2 p>a:hover{text-decoration: underline;}

/* 底部信息end */

/* 产品详情 */
.pro_img_center{text-align: center;margin-bottom: 30px;}
.pro_img_center img{border: 1px solid #dddddd;}
.pro_img_center h1{font-size: 20px;color: #333333;line-height: 50px;}

.pro-content-text{margin-bottom: 30px;}
.pro-content-text>h3{border-bottom: 2px solid #e3232f;margin-bottom: 30px;}
.pro-content-text>h3>span{display: inline-block;height: 44px;line-height:44px;background-color: #e3232f;width:110px;text-align: center;font-size: 16px;font-family: "思源黑体";color: #fff;font-weight: normal;}

.pro-content-text .pro-text{font-size: 14px;font-family: "思源黑体";line-height: 22px;color: #333;}
.pro-content-text .pro-text img{width: auto!important;height: auto!important;max-width: 100%!important;}
/* 产品详情end */

/* 推荐新闻 */
.news-zhishi-ul-1 li{float: left;padding: 10px 0px;width: 590px;margin-right: 20px;background-color: #f5f5f5;margin-bottom: 20px;}
.news-zhishi-ul-1 li:hover{background-color: #e3232f;}
.news-zhishi-ul-1 li:nth-child(2n){margin-right: 0;}
.news-zhishi-ul-1 li .date{width: auto;height: 90px;display: -webkit-box;-webkit-box-align: center;-webkit-box-pack: center;display: flex;align-items: center;justify-content: center;flex-direction: column;float: left;padding-left: 15px;padding-right: 15px;}
.news-zhishi-ul-1 li .date strong{font-size: 55px;color: #b3b3b3;line-height: 60px;}
.news-zhishi-ul-1 li .date span{font-size: 16px;color: #b3b3b3;}
.news-zhishi-ul-1 li .news-zhishi-ul-text{float: right;width: 475px;display: -webkit-box;-webkit-box-align: center;-webkit-box-pack: center;display: flex;justify-content: center;flex-direction: column;padding-right: 15px;height: 90px;}
.news-zhishi-ul-1 li:hover .date strong{color: #fff;}
.news-zhishi-ul-1 li:hover .date span{color: #fff;}
.news-zhishi-ul-1 li .news-zhishi-ul-text h2>a{font-size: 16px;color: #333;line-height: 25px;font-weight: 400;}
.news-zhishi-ul-1 li:hover .news-zhishi-ul-text h2>a{color: #fff;}
.news-zhishi-ul-1 li .news-zhishi-ul-text p>a{font-size: 14px;color: #666;}
.news-zhishi-ul-1 li:hover .news-zhishi-ul-text p>a{color: #fff;}

/* 推荐新闻end */

/* 推荐产品 */




.pro_gc_title{margin-top: 10px;margin-bottom: 26px;}
.pro_gc_title h3{height: 48px;line-height: 48px;border-bottom: 1px solid #ebebeb;}
.pro_gc_title h3 span{border-bottom: 3px solid #e3232f;font-size: 25px;font-family: '思源黑体';height: 47px;line-height: 47px;display: inline-block;}

.pro_list22 li {width: 287px;float: left;margin: 0 17px 0 0;height: 255px;position: relative;overflow: hidden;margin-bottom: 23px;}
.pro_list22 li:nth-child(3n){margin-right: 17px;}
.pro_list22 li:nth-child(2n){margin-right: 17px;}
.pro_list22 li:nth-child(4n){margin-right: 0px;}
.pro_list22 li>p {border: solid 1px #eaeaea;width: 285px;height:214px;overflow: hidden;}
.pro_list22 li>p img {width: 100%;height: auto;display: block;overflow: hidden;}
.pro_list22 li div {height: 39px; display: block;z-index: 1; background: #737373; color: #fff; text-align: center; position: absolute; bottom: 0; left: 0; transition: .3s; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; padding: 0 5%;width: 90%;}
.pro_list22 li div>a {color: #fff;font-size: 16px; line-height: 39px; height: 39px; }
.pro_list22 li div p{font-size: 0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.pro_list22 li div p>a{font-size: 14px;line-height: 22px;color: #fff;}
.pro_list22 li:hover div{height: 115px; transition: .3s;}
.pro_list22 li img, .pro_gc dt img, .range_c dt img, .webox_p img, .case_c dt img, .about_p img, .newbox dt img, .show_c li img {-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.pro_list22 li img:hover, .pro_gc dt img:hover, .range_c dt img:hover, .webox_p img:hover, .case_c dt img:hover, .about_p img:hover, .newbox dt img:hover, .show_c li img:hover {-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
/* 推荐产品end */


/* 关于我们 */
.swiper-wrapper .gWidth{position: relative;height: 550px;}
.banner-text{background-color: rgba(0, 0, 0, .50);padding: 20px 30px;width: 590px;position: absolute;bottom: 0;left: 0;z-index: 999;}
.banner-text h2{font-size: 38px;color:#e3232f;font-family: "思源黑体";}

.banner-text ul{margin-top: 25px;margin-bottom: 15px;}
.banner-text ul li{float:left;width:30%;text-align: center;font-size: 0;margin-right: 3%;}
.banner-text ul li:nth-child(3n){margin-right: 0;width: 34%;}
.banner-text ul li p>strong{width: ;font-size: 50px;font-family: 'impact';color: #fff;font-weight: normal;}
.banner-text ul li p{font-size: 25px;color: #fff;font-weight: normal;}
.banner-text ul li div{font-size: 14px;color: #eee;}


.about-text{font-size: 16px;color:#333;line-height: 30px;font-family: "思源黑体";}
.about-text img{width: auto!important;height:auto;max-width: 100%!important;}


/* 荣誉资质 */
.about-ryzz-bg{background: url(../images/about-honnor.jpg)  50% 0px / auto 100% no-repeat;height: 580px;}
.about-ryzz{width: 720px;float:right;}

.about-ryzz-title{text-align: center;margin-bottom: 40px;margin-top: 45px;}
.about-ryzz-title a{text-align: center;font-size: 35px;color: #333;height: 60px;line-height:60px;display: block;}
.about-ryzz-title hr{display: block;width: 74px;height:3px;background-color: #e3232f;border: none;}

.picScroll-left{ width:720px;  overflow:hidden; position:relative;display: block;}
.picScroll-left111{display: none;}
.picScroll-left .hd{ overflow:hidden;margin-top: 30px;}
.picScroll-left .hd ul{ text-align:center;overflow:hidden; zoom:1;zoom:1; }
.picScroll-left .hd ul li{ display:inline-block;width: 12px; height: 12px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background-color: #ffffff;border-radius: 50%;border: 2px solid #e3232f;}
.picScroll-left .hd ul li.on{background-color: #e3232f;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0px 8px; float:left; _display:inline;width: 221px;overflow:hidden;border: 1px solid #dddddd;background-color: #fff;}
.picScroll-left .bd ul li:hover{border-color: #e3232f;}
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{width:221px; height:auto; display:block;}
/* 荣誉资质end */

/* 生产能力 */
.about-shebei-ul li{float:left;width:389px;height: 249px;position: relative;margin-right: 16px;margin-bottom: 16px;}
.about-shebei-ul li:nth-child(2n){margin-right: 16px;}
.about-shebei-ul li:nth-child(3n){margin-right: 0;}
.about-shebei-ul li a {display: inline-block;overflow: hidden;}
.about-shebei-ul li a img{width: 100%;}
.about-shebei-ul li a p{position: absolute;left: 0;bottom: 0;text-align: center;width:100%;background-color: rgba(0, 0, 0, .66);height: 36px;line-height: 36px;color: #fff;font-size: 16px;font-family: '思源黑体';}
/* 生产能力 */
/* 关于我们end */

/* 联系我们 */
.banner-text-contact{padding: 20px 35px;width: 675px;background-color: rgba(255,255,255,0.6);position: absolute;left: 0;bottom: 60px;}
.banner-text-contact .fr{display: -webkit-box;-webkit-box-align: center;-webkit-box-pack: center;display: flex;justify-content: center;flex-direction: column;height: 207px;}
.banner-text-contact .fr h3{font-size: 30px;color:#333;margin-bottom: 15px;}
.banner-text-contact .fr p{font-size: 16px;color: #333;margin-bottom: 15px;}
.banner-text-contact .fr p strong{font-size: 30px;color:#e3232f;}

.contact-fanshi li{float: left;width: 242px;margin-right: 24px;background-color: #fff;box-shadow: 4px 0 20px rgba(7, 0, 2, .26);padding: 0 20px;text-align: center;position: relative;margin-bottom: 0%;}
.contact-fanshi li:nth-child(4n){margin-right: 0px;}
.contact-fanshi li div{height: 242px;display: -webkit-box;-webkit-box-align: center;-webkit-box-pack: center;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.contact-fanshi li div h3{font-size: 24px;color: #333;font-weight: normal;}
.contact-fanshi li div p{font-size: 16px;color: #333;font-weight: normal;}
.contact-fanshi{margin-top: 65px;}
.contact-fanshi li>p{ width: 104px; height: 104px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;position: absolute;left: 50%;margin-left: -52px;top: -52px;box-shadow: 4px 0 20px rgba(7, 0, 2, .26);display: -webkit-box;-webkit-box-align: center;-webkit-box-pack: center;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.contact-fanshi li>p span{color:#fff;font-size: 54px;font-weight: normal;}
.contact-fanshi li:nth-child(1)>p{background-color: #ffa623;}
.contact-fanshi li:nth-child(2)>p{background-color: #92c53c;}
.contact-fanshi li:nth-child(3)>p{background-color: #44c3d6;}
.contact-fanshi li:nth-child(4)>p{background-color: #3298ff;}

#dituContent{height:370px;width: 100%;margin-bottom: -20px;}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap;border: 1px solid #dddddd;}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word;}
/* 联系我们 end */

/* 新闻资讯 */


.news-fl-qiye1{margin-bottom: 45px;}
.flag-a1{background-color: #f5f5f5;width: 572px;}
.flag-a1>a{width: 572px;height: 353px;overflow: hidden;display: inline-block;}
.flag-a1 img{width: 100%;}
.flag-a1 .flag-a-text{padding: 15px 25px;}
.flag-a1 .flag-a-text span{ display: inline-block; border-radius: 25px; background-color: #e3232f; height: 25px; padding: 0px 15px; color: #fff; -webkit-border-radius: 25px; -moz-border-radius: 25px; -ms-border-radius: 25px; -o-border-radius: 25px;font-size: 16px;}
.flag-a1 .flag-a-text strong{height: 25px;font-size: 18px;font-weight: normal;line-height: 25px;color: #333;margin-left: 10px;}
.flag-a1:hover .flag-a-text strong{color: #e3232f;}
.flag-a1 .flag-a-text p{margin-top: 10px;font-size: 14px;color: #666;line-height: 25px;}
.news-zhishi-ul-111{width: 605px;}
.news-zhishi-ul-111 li{float: none;background-color: #f5f5f5;margin-bottom: 8px;height: 118px;display: -webkit-box;-webkit-box-align: center;-webkit-box-pack: center;display: flex;align-items: center;justify-content: center;}
.news-zhishi-ul-111 li:hover{background-color: #e3232f;}
.news-zhishi-ul-111 li:nth-child(2n){margin-right: 0;}
.news-zhishi-ul-111 li .date{width: auto;height: 90px;display: -webkit-box;-webkit-box-align: center;-webkit-box-pack: center;display: flex;align-items: center;justify-content: center;flex-direction: column;float: left;padding-left: 25px;padding-right: 25px;}
.news-zhishi-ul-111 li .date strong{font-size: 55px;color: #b3b3b3;line-height: 60px;}
.news-zhishi-ul-111 li .date span{font-size: 16px;color: #b3b3b3;}
.news-zhishi-ul-111 li .news-zhishi-ul-text{float: right;width: 495px;display: -webkit-box;-webkit-box-align: center;-webkit-box-pack: center;display: flex;justify-content: center;flex-direction: column;}
.news-zhishi-ul-111 li:hover .date strong{color: #fff;}
.news-zhishi-ul-111 li:hover .date span{color: #fff;}
.news-zhishi-ul-111 li .news-zhishi-ul-text h2>a{font-size: 16px;color: #333;line-height: 25px;font-weight: 400;}
.news-zhishi-ul-111 li:hover .news-zhishi-ul-text h2>a{color: #fff;}
.news-zhishi-ul-111 li .news-zhishi-ul-text p>a{font-size: 14px;color: #666;}
.news-zhishi-ul-111 li:hover .news-zhishi-ul-text p>a{color: #fff;}



/* 新闻资讯end */

/* 产品知识 */
.list-fenlei {text-align: center;font-size: 0;}
.list-fenlei a{ width: 132px; height: 42px; text-align:center; line-height: 42px; border:1px solid #e3232f; color: #e3232f; font-size: 18px; display: inline-block; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px;margin: 0 9px;}
.list-fenlei a:hover{background-color: #e3232f;color: #fff;}



.news-zhishi-ul222{margin-bottom: 45px;}

.news-zhishi-ul222 li{float: left;padding: 20px 0px;width: 100%;margin-right: 0px;border-bottom: 1px dashed #ddd;}
.news-zhishi-ul222 li:nth-child(2n){margin-right: 0;}
.news-zhishi-ul222 li .date{width: 109px;height: 109px;display: -webkit-box;-webkit-box-align: center;-webkit-box-pack: center;display: flex;align-items: center;justify-content: center;flex-direction: column;float: left;background-color: #f2f2f2;}
.news-zhishi-ul222 li .date strong{font-size: 55px;color: #b3b3b3;line-height: 60px;}
.news-zhishi-ul222 li .date span{font-size: 16px;color: #b3b3b3;}
.news-zhishi-ul222 li .news-zhishi-ul-text{float: right;width: 1070px;display: -webkit-box;-webkit-box-align: center;-webkit-box-pack: center;display: flex;justify-content: center;flex-direction: column;font-size: 0;height: 109px;}
.news-zhishi-ul222 li .news-zhishi-ul-text h2{margin-bottom: 10px;}
.news-zhishi-ul222 li .news-zhishi-ul-text h2>a{font-size: 16px;color: #333;line-height: 25px;font-weight: 400;}
.news-zhishi-ul222 li:hover .news-zhishi-ul-text h2>a{color: #e3232f;}
.news-zhishi-ul222 li:hover .date{background-color: #e3232f;}
.news-zhishi-ul222 li:hover .date strong{color: #fff;}
.news-zhishi-ul222 li:hover .date span{color: #fff;}
.news-zhishi-ul222 li .news-zhishi-ul-text p>a{font-size: 14px;color: #666;}
/* 产品知识end */

/* 新闻详情 */
.cont-news-article h1{text-align: center;font-size: 25px;color: #333;font-weight: normal;line-height: 45px;margin-bottom: 15px;}
.cont-news-article-date{border-top: 1px solid #eeeeee;border-bottom: 1px solid #eee;text-align: center;height: 35px;line-height: 35px;display: -webkit-box;-webkit-box-align: center;-webkit-box-pack: center;display: flex;align-items: center;justify-content: center;}
.cont-news-article-date span{font-size: 14px;color: #666;line-height: 35px;margin: 0 10px;}
.cont-news-article-date span strong{font-size: 20px;color: #666;font-weight: normal;}

.cont-cont-text{padding: 15px 0;font-size: 14px;color: #333;line-height: 25px;}
.cont-cont-text img{width:auto;height: auto!important;max-width: 100%!important;}

.fanye{border-top: 1px solid #eeeeee;border-bottom: 1px solid #eee;line-height: 35px;}
.fanye{border-top: 1px solid #eeeeee;border-bottom: 1px solid #eee;line-height: 35px;}
.fanye p,.fanye p>a{font-size: 14px;color: #666;line-height: 25px;}
.fanye p>a:hover{color: #e3232f;}
/* 新闻详情end */
/* 行业新闻-企业新闻 */
.qiye-hy-ul li{position: relative;height: 410px;margin-bottom: 60px;}
.qiye-hy-ul li .img{position: absolute;left: 0;top: 0;z-index: 1;width: 570px;height: 353px;overflow: hidden;}
.qiye-hy-ul li img{width: 100%;}
.qiye-hy-ul li>a>.fr{width: 1126px;border: 5px solid #e8e8e8;height: 350px;position: relative;right: 0;top: 55px;z-index: -1;float: right;}
.qiye-hy-ul li>a>.fr .b::before{ width: 5px; height:5px; position: absolute; content: ""; top: -5px; right:-5px; background-color: #e3232f; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
.qiye-hy-ul li>a>.fr .b::after{ width: 5px; height:5px; position: absolute; content: ""; bottom: -5px; left: -5px; background-color: #e3232f; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
.qiye-hy-ul li>a>.fr .t::before{ width: 5px; height:5px; position: absolute; content: ""; top: -5px; right:-5px; background-color: #e3232f; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
.qiye-hy-ul li>a>.fr .t::after{ width: 5px; height:5px; position: absolute; content: ""; bottom: -5px; left: -5px; background-color: #e3232f; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }

.qiye-hy-ul li>a>.fr .text-qiye-hy-width{width:575px;float: right;padding: 0;padding-right: 25px;height: 350px;}
.qiye-hy-ul li>a>.fr .text-qiye-hy-width p{font-size: 20px;color: #333;font-weight: 600;font-family: "思源黑体";margin-top: 65px;}
.qiye-hy-ul li>a>.fr .text-qiye-hy-width hr{border:none;width:41px;display: inline-block;height: 1px;background-color: #e3232f;margin: 10px 0;}
.qiye-hy-ul li>a>.fr .text-qiye-hy-width .text-qiye-hy{font-size: 14px;color:#666;line-height:25px;}
.qiye-hy-ul li>a>.fr .text-qiye-hy-width span{float: right;display: inline-block;text-align: center;width:86px;height: 28px;line-height:28px;box-shadow: 1px 0 6px rgba(34, 34, 34, .10);font-size: 12px;color:#e3232f; transition: .5s;margin-top: 15px;}
.qiye-hy-ul li>a>.fr .text-qiye-hy-width strong{font-size: 16px;height: 28px;line-height:28px;background-color: #e3232f;color: #fff;width: 40px;text-align: center;float: right;display: inline-block; transition: .5s; margin-top: 15px;}
.qiye-hy-ul li:hover>a>.fr .text-qiye-hy-width span{background-color: #e3232f;color: #fff;box-shadow: none; transition: .5s;}
.qiye-hy-ul li:hover>a>.fr .text-qiye-hy-width strong{box-shadow: 1px 0 6px rgba(34, 34, 34, .10);color:#e3232f;background-color: #fff; transition: .5s;}

.qiye-hy-ul li:hover>a>.fr .b::before{ width: 100%; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; padding-right: 10px; }
.qiye-hy-ul li:hover>a>.fr .b::after{ width: 100%; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; padding-right: 10px; }
.qiye-hy-ul li:hover>a>.fr .t::before{ height: 100%; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; padding-bottom: 10px; }
.qiye-hy-ul li:hover>a>.fr .t::after{ height: 100%; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; padding-bottom: 10px; }
/* 行业新闻-企业新闻 end */

.tj-product-margin{margin-top: 100px;}

.pagination {
    display:inline-block;
    padding-left:0;
    margin:17px 0;
    border-radius:3px;
}
.pagination > li {
    display:inline;
    width: auto;
    margin: 0 0px 0px 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    float: none;
}
.pagination > li > a,.pagination > li > span {
    position:relative;
    float:left;
    padding:6px 12px;
    line-height:1.42857143;
    text-decoration:none;
    color:#2c3e50;
    background-color:#fff;
    border:1px solid #ddd;
    margin-left:-1px;
}
.pagination > li:first-child > a,.pagination > li:first-child > span {
    margin-left:0;
    border-bottom-left-radius:3px;
    border-top-left-radius:3px;
}
.pagination > li:last-child > a,.pagination > li:last-child > span {
    border-bottom-right-radius:3px;
    border-top-right-radius:3px;
}
.pagination > li > a:hover,.pagination > li > span:hover,.pagination > li > a:focus,.pagination > li > span:focus {
    z-index:2;
    color:#11181f;
    background-color:#eeeeee;
    border-color:#ddd;
}
.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus {
    z-index:3;
    color:#fff;
    background-color:#2c3e50;
    border-color:#2c3e50;
    cursor:default;
}
.pagination > .disabled > span,.pagination > .disabled > span:hover,.pagination > .disabled > span:focus,.pagination > .disabled > a,.pagination > .disabled > a:hover,.pagination > .disabled > a:focus {
    color:#777777;
    background-color:#fff;
    border-color:#ddd;
    cursor:not-allowed;
}
.pagination-lg > li > a,.pagination-lg > li > span {
    padding:10px 16px;
    font-size:15px;
    line-height:1.3333333;
}
.pagination-lg > li:first-child > a,.pagination-lg > li:first-child > span {
    border-bottom-left-radius:5px;
    border-top-left-radius:5px;
}
.pagination-lg > li:last-child > a,.pagination-lg > li:last-child > span {
    border-bottom-right-radius:5px;
    border-top-right-radius:5px;
}
.pagination-sm > li > a,.pagination-sm > li > span {
    padding:5px 10px;
    font-size:11px;
    line-height:1.5;
}
.pagination-sm > li:first-child > a,.pagination-sm > li:first-child > span {
    border-bottom-left-radius:2px;
    border-top-left-radius:2px;
}
.pagination-sm > li:last-child > a,.pagination-sm > li:last-child > span {
    border-bottom-right-radius:2px;
    border-top-right-radius:2px;
}
