@charset "utf-8";
.gwidth{width: 98%;margin: 0 auto;}
.pc{display:none;}
.ipad{display:none;}
.phone{display:block;}
.pagination {
    display:inline-block;
    padding-left:0;
    margin:17px 0;
    border-radius:3px;
}
.pagination > li {
    display:inline;
}
.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;
}
/*phone顶部导航开始*/
.pad_nav{width:100%;display:block;position:fixed;top:0;z-index:101;background-color:rgba(255,255,255,.8); box-shadow:2px 2px 2px #999999;padding: 10px 0;}
.pad_nav .logo_p{float: left; height: 65px;}
.pad_nav .ph{float:right;width:40px;font-size: 16px;font-weight:bold;margin-top: 10px;}
.pad_nav .ph img{width:100%;}
.pad_nav .accordion {width:100%;background: #F9F9F9;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;box-shadow: 0 3px 3px #DDD;position: absolute;top: 85px;left: 0;}
.pad_nav .accordion .link {cursor: pointer;display: block;text-align:center;padding: 12px 6%;color:#333;font-size:16px;border-bottom: 1px solid #CCC;position: relative;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;}
.pad_nav .accordion li:last-child .link {border-bottom: 0;}
.pad_nav .accordion li.open .link {color:#FE0000;}
/*phone顶部导航结束*/

/*轮播图开始*/
.js-silder{margin-top:85px;}
.silder-scroll{width: 100%;overflow: hidden;}
.silder-main{position: relative;width: 100%;overflow: hidden;}
.silder-main-img{position: absolute;top: 0;left: 0;width: 100%;}
.silder-main-img img{width: 100%;}
.js-silder-ctrl{width: 100%;text-align: center;position: absolute;bottom: 5px;}
.silder-ctrl-prev,.silder-ctrl-next{display: none;}
.silder-ctrl-con{display:none;width: 16px;padding: 10px 0;margin: 0 10px;cursor: pointer;}
.silder-ctrl-con span{display: none;}
/*轮播图结束*/

/*phone nav begin*/
.nav{ border-bottom:1px solid #E2E2E2;margin: 0 auto;margin-bottom:42px;padding: 10px 0;}
.nav>div>p{float: left;font-size:10px;color: #333333;line-height:35px;}
.nav>div>p a{display: inline-block; margin:0 3px 0 0;}
/*phone nav end*/

/*content_phone begin*/
.content{display:none;}
.content_phone{display:block;}
.content_phone img{width: 100%;}
/*conent_phone end*/

/*content1 begin*/
 .box1{ margin:36px 0 41px;}
.ctta_ul>li{float: left;width: 48%;margin: 0 1% 15px;}
.ctta_ul>li>div{width: 100%;overflow: hidden;position: relative;}
.ctta_ul>li>div img{width: 100%;}
.ctta_ul>li>div p{width: 100%;height: 100%;background-color: rgba(0,0,0,.5);position: absolute;top: 0;left: 0;transform: translateY(100%);transition: all .3s;}
.ctta_ul>li:hover>div p{transform: translateY(0);}
.ctta_ul>li>div p>span{display: inline-block;width: 90%;height: 98px;line-height: 24px;text-indent: 2em;font-size: 15px;color: #fff;margin: 15% 5% 5%;overflow: hidden;}
.ctta_ul>li>div p>em{display: block;padding: 0 5%;line-height: 26px;text-align: right;font-size: 16px;color:#ef0000;}
.ctta_ul>li>h4{line-height:59px;text-align: center;padding: 0 15px;background-color: #fff;font-size: 16px;color: #333333;font-weight: 500;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
/*content1 end*/

/*关于至臻开始*/
.gyzz{background:url(../images/beijing2.jpg) no-repeat;}
.gyzz h1{text-align:center;color:#fff;font-size:46px;padding-top:75px;}
.gyzz .pp{width:62px;height:3px;background-color:#EF0000;text-align:center;margin-left:47%;margin-top:13px;}
.gyzz .xia{margin-top:29px;}
.gyzz li{float:left;}
.gyzz .zuo{width:90%;height:auto;background-color:#F5F5F5;position: relative;padding: 5% 5%;padding-bottom: 3%;}
.gyzz .zuo .about-title{border-left: 6px solid #EF0000;padding-left: 20px;}
.gyzz .zuo h2{font-size:24px;color: #333333;}
.gyzz .zuo .p1{font-size:16px;color:#999999;}
.gyzz .zuo .p2{line-height:26px;margin-top:35px;font-size:14px;color:#333333;margin-left: 15px;}
.gyzz .zuo .p3{width:6px;height:48px;background-color:#EF0000;position:absolute;top:50px;left: 22px;}
.gyzz .zuo .p4{margin-top: 10px;}
.gyzz .zuo .p4 span{font-size:24px;color:#999999;}
.gyzz .xia .zhong{width:320px;height:343px;background-color:#FE0000;}
.gyzz .zhong img{width:169px;height:169px;margin-top:62px;margin-left:79px;}
.gyzz .zhong p{color:#fff;margin-top:16px;font-size:28px;text-align:center;}
.gyzz .you{width:320px;height:343px;position: relative;}
.gyzz .you .xia{width:320px;height:85px;background-color:#CD0202;position:absolute;left:0; bottom:0;color:#fff;}
.gyzz .you .xia h4{margin-top:27px;margin-left:34px;font-size:22px;}
.gyzz .you .xia p{margin-left:33px;}
.gyzz .you .xia .pp1{width:5px;height:45px;background-color:#ffffff;margin-top:-50px;margin-left:21px;}
/*关于至臻结束*/

/*企业实景开始*/
.qysj{margin-bottom:50px;}
.qysj .zuo{position: relative;}
.qysj .zuo h1{margin-top:42px;font-size:24px;margin-left:18px;color:#333333;}
.qysj .zuo p{margin-left:19px;color:#A7A7A7;font-size:16px;}
.qysj .zuo .p1{width:6px;height:48px;margin-top:42px;background-color:#EF0000;position:absolute;top:0; left:-18px;}
.qysj .you p{font-size:14px;margin-top:55px;color: #ADADAD;}
.qysj .xia{margin-top: 28px;}
.qysj .xia li{width:49%;float:left;margin-right:2%;}
.qysj .xia li:nth-child(4n){margin-right: 2%;}
.qysj .xia li:nth-child(2n){margin-right: 0;}
.qysj .xia li img{width: 100%;}
.qysj .xia li p{text-align: center;color:#333333;font-size:18px;max-height: 50px;line-height: 50px;overflow: hidden;}
/*企业实景结束*/

/*企业资质开始*/
.qualification .gwidth{width:98%;margin:0 auto;}
.qualification_left{width:100%;height:auto;float: none;font-size:14px;}
.qualification_right{float: none;width:100%;height: auto;}
.right_img{margin-left: 0px;margin-top: 15px;background-color:#DDDDDD;width:49%;height:auto;float: left;margin-right: 2%;}
.right_img img{width: 100%;}
.right_img:nth-child(2n){margin-right: 0;}
.qualification_left ul{float:none;}
.qualification_left li{color: #333;list-style-type:none;padding-left: 0px;border-left: none;text-align: center;}
.qualification_left .left_size{font-size: 24px;font-weight:bold;color: #FE0000;}
/*企业资质结束*/

/*客户见证开始*/
.khjz{overflow:hidden;}
.khjz .shang h2{text-align:center;font-size:24px;color:#333333;margin-top:78px;margin-bottom:13px;font-weight:bold;}
.khjz .shang p{width:62px;height:3px;background-color:#FE0000;margin:0 auto;}
.picScroll-phone{overflow:hidden;position:relative;}
.picScroll-phone .hd ul li.on{background-position:0 0;}
.picScroll-phone .bd{margin-top:41px;width:100%;}
.picScroll-phone .bd ul{overflow:hidden;zoom:1;}
.picScroll-phone .bd ul li{width:98%;height:auto; float:left;_display:inline;overflow:hidden;text-align:center;border:1px solid #DDDDDD;}
.picScroll-phone .bd ul li:hover{border-bottom:2px solid #ef0000;box-shadow:12px 12px 0 0 #F5F5F5;}
.picScroll-phone .bd ul li .pic{text-align:center;}
.picScroll-phone .bd ul li .pic img{width:100%;}
.picScroll-phone .bd ul li .title{width:100%; margin:0 auto;}
.picScroll-phone .bd ul li .title h2{font-size:14px;font-weight:100;margin-top:25px;margin-bottom:15px;text-align:center;}
.picScroll-phone .bd ul li .title hr{display:block;text-align:center;border:none; margin:auto;width:53px;height:3px;background-color:#DBDBDB;transition:all .3s ease-in-out 0s;}
.picScroll-phone .bd ul li .title p{color:#A3A3A3;font-size:14px; text-align:justify;overflow:hidden;margin: 18px 18px 36px 18px;transition:all .3s ease-in-out 0s;}
.picScroll-phone .bd ul li .title{line-height:26px;}
.picScroll-phone .hd{margin-top:27px; margin-bottom:53px;}
.picScroll-phone .hd ul{margin-left:30%;}
.picScroll-phone .hd ul li{width:15px;height:15px;border-radius:100%;background:#BFBFBF;float:left;margin-right:10px; text-indent:-1000px;overflow:hidden;}
.picScroll-phone .hd .on{background-color: #FE0000;}
/*客户见证结束*/

/*新闻中心开始*/
.slideTxtBox {width:98%;text-align:left;}
.slideTxtBox .hd {height: 45px;line-height: 45px;/*padding: 0 10px 0 20px;margin-left: 28%;*/margin-right: auto;position: relative;}
.slideTxtBox .hd ul li {float: left;/*padding: 0 15px;*/cursor: pointer;}
.slideTxtBox .hd ul li.on {height: 45px;background: #F81818;color: #fff;}
.slideTxtBox .bd ul {zoom: 1;}
.slideTxtBox .bd li {height: auto;line-height: auto;}
.xwzx {width: 100%;background: url(../images/beijing3.jpg);background-position-x:center;padding-top:59px;}
.xwzx .title h1 {font-size: 42px;color: #333333;margin-bottom: 14px;text-align: center;}
.xwzx .title p {width: 62px;height: 3px;background-color: #FE0000;margin: 0 auto;}
.xwzx .gwidth {position: relative;}
.xwzx .hd {margin:33px 0 43px 0;}
.xwzx .hd ul {font-size: 0;}
.xwzx .hd ul li {display: inline-block;width:30%;background-color: #ffffff;border: 1px solid #DDDDDD;font-size: 12px;color: #333333;margin-right: 15px;text-align: center;position: relative;vertical-align: top;}
.xwzx .hd ul li:nth-child(3n){margin-right:0;}
.xwzx .bd {position: relative;width:100%;}
.xwzx .left {background-color: #ffffff;padding: 11px;margin-bottom:10px;}
.xwzx .left .img {margin-bottom: 16px;overflow: hidden;}
.xwzx .left .img  img{width:100%;}
.xwzx .left .text {margin:0 17px;}
.xwzx .left .text .t {font-size: 16px;color: #5C5C5C;margin-bottom: 18px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.xwzx .left .text .p {font-size: 14px;color: #A0A0A0;line-height: 20px;}
.xwzx .left .link {font-size: 14px;color: #707070;text-decoration: underline;margin-top: 18px;margin-left: 11px;}
.xwzx .left:hover .link{color:#ef0000;}
.xwzx .right {background-color: #ffffff;padding:23px 23px 0 23px;margin-bottom:20px;}
.xwzx .right .list {border-bottom: 1px solid #c9c9c9;}
.xwzx .right .list .date {color: #999999;text-align: center; margin-right: 19px;float: left;line-height: normal;}
.xwzx .right .list .date .day {font-size:48px;color: #999999; padding-top:10px;}
.xwzx .right .list .date .month{ font-size:16px;}
.xwzx .right .list .text .t {font-size: 16px;color: #333333;white-space: nowrap;overflow: hidden;padding-top:10px;text-overflow: ellipsis;}
.xwzx .right .list .text .p {font-size: 14px;color: #999999;line-height: 20px;margin-top: 16px;}
.right-lists {margin-top: 20px;position: relative;padding-bottom:10px;}
.right-lists ul li {padding-left: 20px;margin-bottom: 5px;background: url(../images/jt.png) no-repeat left center;background-size: 14px 14px;}
.right-lists ul li span {font-size: 18px;color: #C3C3C3;}
.right-lists>ul li .t {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 14px;color: #7A7A7A;float: left;margin-top: 0;margin-left: 0;}
.right-lists>ul li .dd{ color: #999999; font-size: 14px;float: right;}
.right-lists ul li:hover .t{color: #fe0000;text-decoration: underline;}
/*新闻中心结束*/

/*尾部 begin*/
.up{background-color:#333333;overflow: hidden;}
.up_img{width:100%;background-color: #fe0000;float: none;margin-right: 0;padding: 33px 0;height:216px;}
.up_li{width: 100%;float: none;margin-right: 0px;padding: 33px 0;}
.up_auto .img_center{width: 100px;height: 100px;margin: 0 auto;margin-bottom: 15px;}
.up_auto .img_center img{width: 100%;height: auto;}
.up_img .bah p{text-align:center;font-size:14px;color:#ffffff;margin-bottom: 10px;}
.up_img .bah  a{color: #ffffff;font-size: 14px;}
.bah a:hover{color:#000;}
.up_li_div{border-bottom: 1px solid #4f4f4f;}
.up_li_div dl{width:165px;float: none;text-align: left;font-size: 0;margin-right: 0px;}
.up_li_div dl dt{cursor: pointer; color: #ffffff;font-size: 18px;font-weight: 600;line-height: 40px;margin-bottom: 15px;}
.up_li_div dl dd>a{font-size: 14px;color: #b5b5b5;line-height: 25px;}
.up_li_div dl dd{font-size: 14px;color: #b5b5b5;line-height: 25px;}
.up_li_div .dl4{width: 100%;}
.up_li_div .dl5{margin-left:20px;}
.up_li_div .dl5 img{width:100%;height:auto;}
.up_li_div .dl5 dt{text-align:center;font-size:16px;}
.up_hr .up_text{color:#8C8C8C;padding: 10px 0;font-size: 14px;text-align:left;}
/*尾部 end*/

/* 内页 */
/* list-products.html */
.nav-nav-bg{background-color: #eeeeee;height: 50px;display: -webkit-box;-webkit-box-align: center;-webkit-box-pack: center;display: flex;align-items: center;justify-content: center;flex-direction: column;font-size: 0;margin-top: 85px;}
.nav-nav-bg strong{font-size: 14px;color: #333;}
.nav-nav-bg span,.nav-nav-bg a{font-size: 14px;color: #666;}
.nav-nav-bg a{margin: 0 3px;}
.pc-slidebox-ny{z-index: 1;position: relative;}
.fullSlide-ny{position:relative;height:220px;}
.fullSlide-ny .bd-ny{margin:0 auto;position:relative;z-index:0;}
.fullSlide-ny .bd-ny ul{width:100% !important;}
.fullSlide-ny .bd-ny li{height:220px;overflow:hidden;text-align:center;background-size: auto 100%;}
.fullSlide-ny .bd-ny li>div{height:220px;display: -webkit-box;-webkit-box-align: center;-webkit-box-pack: center;display: flex;align-items: center;justify-content: center; flex-direction: column;}
.fullSlide-ny .bd-ny li>div h2{font-size: 20px;color:#fff;text-transform: uppercase;font-family: 'RALEWAYSEMIBOLD';font-weight: normal;margin-bottom: 15px;}
.fullSlide-ny .bd-ny li>div p{height: 54px;}
.fullSlide-ny .bd-ny li>div p>a{ font-size: 14px; color: #fff; font-family: 'RALEWAYLIGHT'; display:inline-block; border: 1px solid #fff; border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px; -ms-border-radius: 25px; -o-border-radius: 25px;text-transform: uppercase;line-height: 35px;padding: 0px 15px;height:35px;}
.fullSlide-ny .bd-ny li>div p>a:hover{background-color: #ff6e01;border-color: #ff6e01;}
/* left */
.list-pro-margin{margin-top: 25px;margin-bottom: 40px;}
.fl-list-pro{float: left;width: 316px;margin-right: 53px;}
.fr-list-pro{float: none;width: 100%;}
/* 产品类目 begin */
.fl-list-leibie{border-top-left-radius: 5px;border-top-right-radius: 5px;background-color: #ececeb;margin-bottom: 22px;}
.fl-list-leibie dt{height: 106px;display: -webkit-box;-webkit-box-align: center;-webkit-box-pack: center;display: flex;justify-content: center;flex-direction: column;background-color: #fe0000;border-top-left-radius: 5px;border-top-right-radius: 5px;padding: 0px 24px;} 
.fl-list-leibie dt p{font-size: 30px;color: #fff;font-weight: 600;font-family: Arial, Helvetica, sans-serif;text-transform: uppercase;}
.fl-list-leibie dt h3{font-size: 25px;color: #fff;font-weight: normal;font-family: "思源黑体";}
.fl-list-leibie dd{padding: 0 24px;border-top: 1px solid #ffffff;font-size: 0;}
.fl-list-leibie dd>a{height: 54px;display: inline-block;width: 100%;line-height: 54px;}
.fl-list-leibie dd>a>span{font-size: 16px;color: #333;float: left;display: -webkit-box;-webkit-box-align: center;-webkit-box-pack: center;display: flex;justify-content: center;flex-direction: column;width: 248px;}
.fl-list-leibie dd>a>strong{font-size: 20px;color: #333;float: right;display: inline-block;width: 20px;}
.fl-list-leibie dd:hover{background-color: #e04952;}
.fl-list-leibie dd:hover>a>span{color: #fff;}
.fl-list-leibie dd:hover>a>strong{color: #fff;}
/* 产品类目end */

/* 新闻推荐 begin*/
.fl-list-tjnews{border-top-left-radius: 5px;border-top-right-radius: 5px;background-color: #ececeb;margin-bottom: 22px;padding-bottom: 20px;}
.fl-list-tjnews dt{height: 106px;display: -webkit-box;-webkit-box-align: center;-webkit-box-pack: center;display: flex;justify-content: center;flex-direction: column;background-color: #fe0000;border-top-left-radius: 5px;border-top-right-radius: 5px;padding: 0px 24px;} 
.fl-list-tjnews dt p{font-size: 30px;color: #fff;font-weight: 600;font-family: Arial, Helvetica, sans-serif;text-transform: uppercase;}
.fl-list-tjnews dt h3{font-size: 25px;color: #fff;font-weight: normal;font-family: "思源黑体";}
.fl-list-tjnews dd{padding: 0 24px;font-size: 0;}
.fl-list-tjnews dd>a{border-bottom: 1px dashed #999999;height: 60px;display: -webkit-box;-webkit-box-align: center;-webkit-box-pack: center;display: flex;justify-content: center;flex-direction: column;color: #333333;font-size: 14px;}
/* 新闻推荐end */

/* 联系资料 begin*/
.fl-list-contact{margin-top: 25px;}
.fl-list-contact .fl-list-contact-title{font-size: 0;margin-bottom: 15px;}
.fl-list-contact-title p{border-bottom: 1px solid #dddddd;height: 50px;display: -webkit-box;-webkit-box-align: center;-webkit-box-pack: center;display: flex;align-items: center;}
.fl-list-contact-title strong{color: #fe0000;font-size: 25px;margin-right: 10px;}
.fl-list-contact-title span{font-size: 14px;color: #aaaaaa;text-transform: uppercase;}
.fl-list-contact-title hr{display: inline-block;border: none;width: 23px;height: 3px;background-color: #fe0000;margin-top: -2px;}
.fl-list-contact-text{margin-top: 10px;}
.fl-list-contact-text li{font-size: 15px;color: #666666;line-height: 25px;}
/* 联系资料end */
/* left end */

/*right begin*/
.ctta_ul-list{margin-bottom: 20px;}
.ctta_ul-list li{width: 48%;margin-right: 2%;}
.ctta_ul-list li:nth-child(4n){margin-right: 2%;}
.ctta_ul-list li:nth-child(3n){margin-right: 2%;}
.ctta_ul-list li:nth-child(2n){margin-right: 0;}
/* 分页 begin*/
.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: #fe0000;}
.fenye a:hover{background-color: #fe0000;color: #fff;}
/* 分页end */
.cont_pro_right_cc{background-color: #f5f5f5;padding:15px 10px;border: 1px solid #ddd;border-left: 10px solid #fe0000;margin-bottom: 50px;}
.cont_pro_right_c{max-height: 140px;overflow: auto;font-family: Arial, Helvetica, sans-serif;font-size: 14px;line-height: 20px;color: #666;}
/* right end */
/* list-products.html end */

/* products.html begin*/
.content-img-title{text-align: center;}
.content-img-title>img{width: auto;max-width: 100%;border: 1px solid #dddddd;margin-bottom: 10px;}
.content-img-title>h1{font-size: 25px;font-weight: normal;text-transform: uppercase;color: #333;line-height: 45px;font-family: "思源黑体CN";}
.content-text{margin-bottom: 25px;}
.content-text-title{margin-bottom: 20px;}
.content-text-title h2{width: 107px;height: 44px;text-align: center;line-height: 44px;background: #fe0000;color: #fff;font-size: 16px;font-weight: 600;}
.content-text-title hr{border: none;width: 100%;height: 2px;background: #fe0000;}
.content-text div{font-size: 14px;color: #333333;line-height: 25px;}
.content-text div img{max-width: 100%!important;width: auto;height: auto;}
/* 推荐新闻 begin*/
.content-tj-news{margin-bottom: 30px;}
.tj-news-title{text-align: center;margin-top: 30px;margin-bottom: 30px;}
.tj-news-title img{max-width: 100%!important;}
.tj-news-title h3{font-size: 30px;color: #333;font-weight: normal;margin-bottom: 10px;}
.tj-news-ul li{background-color: #f5f5f5;padding: 20px 3%;margin-bottom: 14px;}
.tj-news-ul li .date{width: 70px;height:117px;float: left;font-size: 0;}
.tj-news-ul li .date strong{font-size: 55px;color: #b3b3b3;line-height: 55px;}
.tj-news-ul li .date span{font-size: 16px;color: #b3b3b3;}
.tj-news-ul li .text-tjnews{float: none;width: 100%;font-size: 0;display: -webkit-box;-webkit-box-align: center;-webkit-box-pack: center;display: flex;justify-content: center;flex-direction: column;}
.tj-news-ul li .text-tjnews h2>a{font-size: 16px;color: #333;font-weight: 600;line-height: 25px;}
.tj-news-ul li .text-tjnews p>a{font-size: 14px;color: #666;line-height: 25px;}
.tj-news-ul li:hover .text-tjnews h2>a{color: #fe0000;}
/* 推荐新闻end */

/* 推荐产品 begin*/
.tj-products-list li{width:47%;margin-right: 2%; float:left;}
.tj-products-list li:nth-child(2n){margin-right: 0;}
/* 推荐产品 end */
/*products.html end */

/* about.html begin*/
.pc-slidebox-ny-about{z-index: -1;position: relative;}
.fullSlide-ny-about{position:relative;height:300px;}
.fullSlide-ny-about .bd-ny{margin:0 auto;position:relative;z-index:0;}
.fullSlide-ny-about .bd-ny ul{width:100% !important;}
.fullSlide-ny-about .bd-ny li{height:300px;overflow:hidden;text-align:center;background-size: auto 100%;}
.fullSlide-ny-about .bd-ny li>div{height:300px;display: -webkit-box;-webkit-box-align: center;-webkit-box-pack: center;display: flex;align-items: center;justify-content: center; flex-direction: column;}
.fullSlide-ny-about .bd-ny li>div h2{font-size: 20px;color:#fff;text-transform: uppercase;font-family: 'RALEWAYSEMIBOLD';font-weight: normal;margin-bottom: 15px;}
.fullSlide-ny-about .bd-ny li>div p{height: 54px;}
.fullSlide-ny-about .bd-ny li>div p>a{ font-size: 14px; color: #fff; font-family: 'RALEWAYLIGHT'; display:inline-block; border: 1px solid #fff; border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px; -ms-border-radius: 25px; -o-border-radius: 25px;text-transform: uppercase;line-height: 35px;padding: 0px 15px;height:35px;}
.fullSlide-ny-about .bd-ny li>div p>a:hover{background-color: #ff6e01;border-color: #ff6e01;}
.about-text-margin{margin-top: -130px;margin-bottom: 30px;}
.about-text-margin img{max-width: 100%;}
.about-text{background-color: #ffffff;width: 90%;float: none;padding: 25px 5%;}
.about-logo{width: 320px;float:left;}
.about-text h1{font-size: 30px;color: #fe0000;margin-bottom: 15px;}
.about-text div{font-size: 14px;line-height: 30px;color: #333;}
.about-text a{text-align: right;color: #666666;font-size: 14px;text-decoration: underline;display: inline-block;float: right;}
.about-text a:hover{color: #fe0000;}
/* 企业文化 begin*/
.qywh2{width: 95%;margin-bottom: 50px;}
.qywh2 .qywh2_left{width: 100%;height: auto;float: none;}
.qywh2 .qywh2_left p{color: #333333;font-family: '思源黑体';font-size: 14px;line-height: 25px;}
.qywh2 .qywh2_left .qywh2_left_xia .ck{float: right;margin: 0;width: 150px;height: 39px;border-bottom:1px solid #e4e4e4;border-left:1px solid #e4e4e4;border-top:1px solid #e4e4e4;text-align: center;background-color: #ffffff;}
.qywh2 .qywh2_left .qywh2_left_xia:hover .ck a{font-family: '思源黑体';width: 150px;font-size: 16px;color: #ff2026;line-height: 39px;}
.qywh2 .qywh2_left .qywh2_left_xia .ck a{font-family: '思源黑体';width: 150px;font-size: 16px;color: #333333;line-height: 39px;}
.qywh2 .qywh2_left .qywh2_left_xia .ck span{float: right;}
.qywh2 .qywh2_right{width: 100%;height: auto;float: none;}
.qywh2 .qywh2_right img{width: 100%;height: auto;}
/* 企业文化 end */
/* about.html end */

/* kfzx.html */
.kfzx-title{margin-bottom: 15px}
.kfzx-title h1{width: 107px;height: 44px;background-color: #fe0000;text-align: center;line-height: 44px;color:#fff;font-size: 16px;font-weight: 600;}
.kfzx-title hr{border: none;height: 1px;background-color: #dddddd;}
.kfzx-content div{text-align: center;}
.kfzx-content div img{max-width: 100%!important;}
.kfzx-content{width:80%;margin-left:10%;float: left;}
.kfzx-content div{color:#333333;font-size: 14px;font-family:'思源黑体';line-height:24px;text-indent:2em;}
.kfzx-content h4{font-weight: normal;float: left;}
/* kfzx.html end */

/* list-khjz.html */
.picScroll-khjz{overflow:hidden;position:relative;margin-bottom: 30px;}
.picScroll-khjz .bd{margin-top:41px;}
.picScroll-khjz .bd ul{overflow:hidden;zoom:1;}
.picScroll-khjz .bd ul li{float:left;_display:inline;overflow:hidden;text-align:center;width:48%;border:1px solid #DDDDDD;margin-right: 2%;margin-bottom: 15px;border-bottom: 2px solid #ddd;}
.picScroll-khjz .bd ul li:nth-child(3n){margin-right: 2%;}
.picScroll-khjz .bd ul li:nth-child(2n){margin-right: 0;}
.picScroll-khjz .bd ul li:hover{border-bottom:2px solid #ef0000;box-shadow:0 0 5px 0px rgba(0,0,0,.2);}
.picScroll-khjz .bd ul li .pic{text-align:center;}
.picScroll-khjz .bd ul li .pic img{width:100%;height:auto;display:block;}
.picScroll-khjz .bd ul li .title{padding: 20px 5%;}
.picScroll-khjz .bd ul li .title h2{font-weight:100;text-align:center;font-size: 0;}
.picScroll-khjz .bd ul li .title h2 a{font-size:18px;color: #333;line-height: 30px;}
.picScroll-khjz .bd ul li .title hr{display:block;text-align:center;border:none; margin:5px auto;width:53px;height:2px;background-color:#DBDBDB;transition:all .3s ease-in-out 0s;}
.picScroll-khjz .bd ul li .title p{color:#A3A3A3;font-size:14px; text-align:justify;overflow:hidden;transition:all .3s ease-in-out 0s;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.picScroll-khjz .bd ul li .title p a{color:#A3A3A3;font-size:14px;}
.picScroll-khjz .bd ul li .title{line-height:26px;}
/* list-khjz.html end */

/*khjz.html begin*/
.cont-news-article{padding-top: 30px;}
.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;}
/* 推荐新闻 begin*/
.news-zhishi-ul-1 li{float: left;padding: 10px 5%;width: 90%;margin-right: 0px;background-color: #f5f5f5;margin-bottom: 15px;}
.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;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: none;width: 100%;display: -webkit-box;-webkit-box-align: center;-webkit-box-pack: center;display: flex;justify-content: center;flex-direction: column;}
.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 */
/*khjz.html end */

/*gyzz-qyjj.html begin*/
.pc-slidebox-ny1{z-index: 1;position: relative;}
.fullSlide-ny1{position:relative;height:220px;}
.fullSlide-ny1 .bd-ny1{margin:0 auto;position:relative;z-index:0;}
.fullSlide-ny1 .bd-ny1 ul{width:100% !important;}
.fullSlide-ny1 .bd-ny1 li{height:220px;overflow:hidden;text-align:center;background-size: auto 100%;}
.fullSlide-ny1 .bd-ny1 li>div{height:220px;display: -webkit-box;-webkit-box-align: center;-webkit-box-pack: center;display: flex;align-items: center;justify-content: center; flex-direction: column;}
.fullSlide-ny1 .bd-ny1 li>div h2{font-size: 20px;color:#fff;text-transform: uppercase;font-family: 'RALEWAYSEMIBOLD';font-weight: normal;margin-bottom: 15px;}
.fullSlide-ny1 .bd-ny1 li>div p{height: 54px;}
.fullSlide-ny1 .bd-ny1 li>div p>a{ font-size: 14px; color: #fff; font-family: 'RALEWAYLIGHT'; display:inline-block; border: 1px solid #fff; border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px; -ms-border-radius: 25px; -o-border-radius: 25px;text-transform: uppercase;line-height: 35px;padding: 0px 15px;height:35px;}
.fullSlide-ny1 .bd-ny1 li>div p>a:hover{background-color: #ff6e01;border-color: #ff6e01;}
.qyjj-title h1{width: 107px;height: 44px;background-color: #fe0000;text-align: center;line-height: 44px;color:#fff;font-size: 16px;font-weight: 600;}
.qyjj-title hr{border: none;height: 1px;background-color: #dddddd;}
.qyjj-text{padding:26px 0 18px 0;font-size:14px;line-height: 30px;color: #333;}
.qyjj-text div img{max-width: 100%!important;width:auto;height:auto;}
/*gyzz-qyjj.html end*/

/*xwzx.html begin*/
.fr-list-pro>.ul1{height:auto;border-bottom:1px solid #E5E5E5; cursor: pointer;}
.fr-list-pro>.ul1 .fr h1{margin:10px 0 10px 0px; font-size:18px; color:#333333;}
.fr-list-pro .cont-news-article-date2{margin-bottom:16px;}
.cont-news-article-date2 span{font-size: 14px;color: #666; margin:0 4px;}
.cont-news-article-date2 span strong{font-size: 18px;color: #666;font-weight: normal;}
.fr-list-pro .fr p{font-size:14px; color:#7A7A7A;line-height:20px;}
.fr-list-pro .fr .link{float: right;margin-top:15px; color:#7A7A7A; font-size:14px; margin-bottom:36px;}
.fr-list-pro .ul1:hover .fr h1{color:#ef0000;}
.fr-list-pro .ul1:hover .fr .link{color:#ef0000;}
.fenye1{text-align: center;margin-top:40px;font-size:14px;color:#333333; overflow: hidden;}
.fenye1 a{display: inline-block; border:1px solid #DDDDDD; padding:10px 11px; }
.fenye1 span{display: inline-block;border:1px solid #DDDDDD; padding:10px 11px; color:#333333;}
.fenye1 .active{background-color: #fe0000;}
.fenye1 a:hover{background-color: #fe0000;color: #fff;}
.fenye1 span:hover{background-color: #fe0000;color: #fff;}
/*xwzx.html end*/

/*xwzx-xq.html begin*/
.cont-news-article1{padding-top: 30px;}
.cont-news-article1 h1{text-align: center;font-size: 25px;color: #333;font-weight: normal;line-height: 45px;margin-bottom: 15px;}
.cont-news-article-date1{border-bottom: 1px dashed #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-date1 span{font-size: 14px;color: #666;line-height: 35px;margin: 0 10px;}
.cont-news-article-date1 span strong{font-size: 20px;color: #666;font-weight: normal;}
.cont-cont-text1 p,.cont-cont-text2 p{font-size: 14px;color:#999999;line-height: 25px;}
.cont-cont-text1{margin:32px 0 28px 0;}
.cont-cont-text2{margin:28px 0 32px 0;}
.fanye1{border-top:1px dashed #eeeeee;line-height: 35px;}
.fanye1 p{font-size: 14px;color: #666;line-height: 25px;}
.fanye1 a{font-size: 14px;color: #666;line-height: 25px;}
.fanye1 a:hover{color:#ef0000;text-decoration:underline;}
/*xwzx-xq.html end*/

/*lxwm.html begin*/
.list-pro-margin1{margin-top:36px;margin-bottom:52px;}
.fl-list-pro1{float:none;width:100%;}
.fr-list-pro1{float: left;width:736px;}
.fl-list-leibei1{background-color:#F5F5F5;}
.fl-list-leibei1 h3{font-size:20px;color:#333333;}
.leibei1-xia ul{width:100%;height:72px;border-bottom:1px solid #DDDDDD;}
.leibei1-xia ul span{float: left; margin-top:24px; display:inline-block; font-size:18px;color: #fe0000;}
.leibei1-xia ul .li1{float:left;}
.leibei1-xia ul .li1 h4{color:#333; font-size: 16px;margin-top:17px;margin-left:13px;}
.leibei1-xia ul .li1 p{color:#7D7D7D; font-size:14px;margin-left:13px;}
.dtzs{text-align: center;margin-top: 30px;margin-bottom: 30px;}
.dtzs img{max-width: 100%!important;}
.dtzs h3{font-size: 30px;color: #333;font-weight: normal;margin-bottom: 10px;}
/*lxwm.htmk end*/