@charset "utf-8";
.gwidth{width: 98%;margin: 0 auto;}
.pc{display: none;}
.ipad{display: none;}
.phone{display: block;}

/* 顶部 */
.sp_header{height:50px;overflow:hidden;background:#fff;/* position:fixed; */z-index:100;width:100%;position: relative;}
.sp_logo{padding:10px;float:left;height:50px;}
.sp_logo img{margin:auto;max-height:30px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:15px;}
.sp_nav span{display:block;background:#c9141e;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s;}
.sp_nav span:nth-of-type(1){top:0px;}
.sp_nav span:nth-of-type(2){top:10px;}
.sp_nav span:nth-of-type(3){top:20px;}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg);}
.sp_nav_se span:nth-of-type(2){width:0;}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg);}
.sjj_nav{position:absolute;z-index:99;background:#eee;width:100%;padding-bottom: 20px;font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
.nav_show{top:50px;}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0;}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px);}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px;}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s;}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg);}
.sjj_nav ul li{border-top:1px #ddd solid;margin-left:20px;position:relative;line-height:40px;font-size:14px;}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none;}
.sjj_nav ul li a{color:#666;width:80%;}
.sjj_nav ul li ul li a{color:#999;display:block;text-align:left;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#555;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#c9141e;}
.sjj_nav ul li ul li>ul{margin-left:10px;}

/* 轮播图 */
.lb{width: 100%;/* padding-top: 15%; */}
.lb .js-silder{position: relative;}
.lb .silder-scroll{width: 100%;overflow: hidden;}
.lb .silder-main{position: relative;width: 100%;overflow: hidden;}
.lb .silder-main-img{position: absolute;top: 0;left: 0;width: 100%;}
.lb .silder-main-img img{width: 100%;}
.lb .js-silder-ctrl{width: 100%;text-align: center;position: absolute;bottom: 5px;}
.lb .silder-ctrl-prev,.silder-ctrl-next{display: none;}
.lb .silder-ctrl-con{display: inline-block;width: 5%;padding: 3px 0;margin: 0 5px;cursor: pointer;}
.lb .silder-ctrl-con>span{display: block;line-height: 0;text-indent: -9999px;overflow: hidden;padding: 3px 0;cursor: pointer;background-color: #e4e4e4;}
.lb .silder-ctrl-con.active>span{background-color: #7bbedf;}

/* index-关键词 */
.gjcy{margin: 0 0 50px 0;}

.title{width: 260px;height: 78px;border: 2px solid #eee;margin: 0 auto 45px;position: relative;text-align: center;}
.title:before{content: "";display: block;width: 59px;height: 10px;background-color: #f2343c;position: absolute;bottom: -6px;left: 100px;right: 100px;z-index: 2;}
.title>h2{width: 100%;line-height: 78px;font-size: 30px;color: #333;font-weight: 700;position: absolute;top: 0;}
.title>span{padding: 0 8px;font-size: 14px;color: #f2343c;font-weight: 600;background-color: #fff;position: relative;z-index: 2;top: -20px;}
.title>span i{font-size: 25px;}
/* index-产品展示 */
.ctta{margin: 0 auto 60px;}
.ctta_ul{margin: 0;}
.ctta_ul>li{float: left;width: 48%;margin: 0 1% 15px;overflow: hidden;background-color: #fafafa;}
.ctta1{width: 98%;padding: 1% 1% 0;overflow: hidden;position: relative;}
.ctta1>p{width: 100%;box-shadow: 0 0 2px #bbb;}
.ctta1>p img{width: 100%;}
.ctta1>a{display: block;width: 100%;height: 100%;background-color: rgba(0,0,0,.6);position: absolute;top: 0;left: 0;transition: all .5s;transform: translateY(100%);}
.ctta1>a span{display: inline-block;width: 80%;height: 96px;line-height: 24px;font-size: 14px;color: #fff;margin: 10%;overflow: hidden;}
.ctta_ul>li:hover .ctta1>a{transform: translateY(0);}
.ctta2{background: url(../images/pro_list.jpg) center bottom no-repeat;}
.ctta2>a{display: block;padding: 22px 20px;border-top: 1px solid #eee;transition: all .4s;background-color: transparent;}
.ctta_ul>li:hover .ctta2>a{background-color: #f2343c;border-top: 1px solid #fff;}
.ctta2>a h4{line-height: 26px;font-size: 18px;color: #333;font-weight: 600;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition: all .3s;}
.ctta_ul>li:hover .ctta2>a h4{color: #fff;}
.ctta2>a span{display: block;width: 100%;line-height: 30px;text-align: center;font-size: 14px;color: #fff;background-color: #ccc;margin: 15px 0 0;transition: all .3s;}
.ctta_ul>li:hover .ctta2>a span{background-color: #ad0a0e;}

/* index-关于我们 */
.about_youshi_bg{background:url(../images/about_and_youshi.jpg) 50% 0px / auto 100% no-repeat;height:auto;margin-right: -100%;width: 100%;margin-bottom: 60px;}
.index_about_top{text-align: center;padding-top: 2rem;margin-bottom:2rem;}
.index_about_top h4{font-size: 32px;color: #f2343c;line-height: 44px;height: 44px;overflow: hidden;font-weight: 600;}
.index_about_top p{font-size: 28px;color: #333;height: 30px;line-height: 30px;overflow: hidden;}
.index_about{margin-bottom: 140px;}
.index_about_img{width: 100%;margin-right: 0px;float:none;}
.index_about_img>img{width: 100%;}
.index_about_text{width: 100%;padding-top: 1.5rem;float:none;}
.index_about_text h1{font-family: ziti;font-size: 1rem;height: 1.5rem;line-height: 1.5rem;overflow: hidden;font-weight: normal;color:#f2343c;margin-bottom: 10px;}
.index_about_text p{font-size: 16px;color: #333;line-height: 25px;text-indent: 2em;letter-spacing: 1.5px;}
.index_about_text>a{margin-top: 2.5rem;width: 130px;height: 43px;line-height:43px;background-color: #f2343c;text-align: center;color: #fff;font-size: 16px;display: inline-block;border-radius: 5px;}
/* index-三大优势 */
.index_youshi_top{margin-bottom: 30px;}
.index_youshi_top h4{font-size: 2.3rem;color: #ffff00;height: 2.5rem;line-height: 2.5rem;overflow: hidden;}
.index_youshi_top p{font-size: 30px;color: #fefefe;height: 40px;line-height: 40px;font-weight: 600;}
.index_youshi_top p span{font-size: 1.4rem;color: #fefefe;font-weight: 600;}
.index_youshi_img{float: none;margin-right: 0;width: 100%;}
.index_youshi_img>img{width: 100%;}
.index_youshi_text{float: none;width: 100%;padding-top: 25px;}
.index_youshi_text>div{margin-bottom: 50px;}
.index_youshi_bianhao{height: 52px;overflow: hidden;}
.index_youshi_bianhao h6{float: left;margin-right: 10px;font-size: 50px;color: #fd737e;height: 52px;line-height: 52px;}
.index_youshi_bianhao div{float: left;}
.index_youshi_bianhao .p1{font-size: 25px;color: #fff;height: 30px;line-height: 25px;}
.index_youshi_bianhao .p2{font-size: 12px;color: #fff;}
.index_youshi_text>div>p{font-size: 16px;color: #fedcdf;margin-top: 10px;line-height: 23px;}

/* index-客户案例 */
.cttc{margin: 0 auto 60px;}
.cttc_ul>li{float: left;margin: 0 0 20px;}
.cttc_ul>li>p{width: 100%;overflow: hidden;}
.cttc_ul>li>p img{width: 100%;}
.cttc_ul>li>div{height: 220px;background-color: #f0f0f0;position: relative;transition: all .3s;}
.cttc_ul>li>div h4{width: 90%;height: 44px;line-height: 22px;padding: 20px 0 10px;margin: 0 auto 15px;font-size: 16px;color: #333;font-weight: 500;position: relative;overflow: hidden;transition: all .3s;}
.cttc_ul>li>div h4:before{content: "";display: block;width: 40px;height: 2px;background-color: #f2343c;position: absolute;left: 0;bottom: 0;transition: all .3s;}
.cttc_ul>li>div p{width: 90%;height: 96px;line-height: 24px;margin: 0 auto;font-size: 14px;color: #333;overflow: hidden;transition: all .3s;}
.cttc_ul>li:hover>div{background-color: #f2343c;}
.cttc_ul>li:hover>div h4,.cttc_ul>li:hover>div p{color: #fff;}
.cttc_ul>li:hover>div h4:before{background-color: #fff;}

/* index-媒体中心 */
.cttd{margin: 0 auto 60px;}
/* top */
.cttd_top{margin: 0 0 15px;border-bottom: 1px solid #eee;padding: 0 0 45px;}
.cttd_top_left{width: 100%;}
.cttd_top_left>div{line-height: 27px;margin: 0 0 15px;}
.cttd_top_left>div h4{float: left;font-size: 20px;color: #f2343c;font-weight: 600;border-left: 5px solid #f2343c;padding: 0 0 0 5px;}
.cttd_top_left>div a{float: right;font-size: 14px;color: #333;}
.cttd_ul>li{padding: 12px 0;border-bottom: 1px dashed #e5e5e5;}
.cttd_ul>li>p{float: left;width: 22%;height: 90px;text-align: center;background-color: #f2f2f2;}
.cttd_ul>li>p i{display: block;line-height: 28px;font-size: 28px;color: #333;margin: 24px 0 0;}
.cttd_ul>li>p em{display: block;line-height: 28px;font-size: 14px;color: #333;}
.cttd_ul>li>div{float: right;width: 75%;}
.cttd_ul>li>div h4{width: 90%;line-height: 27px;font-size: 18px;color: #333;font-weight: 500;margin: 0 0 12px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.cttd_ul>li>div p{height: 44px;line-height: 22px;font-size: 14px;color: #999;overflow: hidden;}
.cttd_ul>li:hover>div h4{color: #f2343c;}
.cttd_top_rgt{width: 100%;position: relative;overflow: hidden;margin-bottom: 15px;}
.cttd_top_rgt img{width: 100%;height: 100%;}
.cttd_top_rgt h5{width: 100%;line-height: 44px;text-align: center;background-color: rgba(242,52,60,.5);position: absolute;bottom: 0;font-size: 16px;color: #fff;overflow: hidden;}
/* bottom */
.cttd_btm_left{}
.cttd_btm_left>div{line-height: 27px;margin: 0 0 15px;padding: 0 0 5px;border-bottom: 1px solid #eee;}
.cttd_btm_left>div h4{float: left;font-size: 20px;color: #f2343c;font-weight: 600;border-left: 5px solid #f2343c;padding: 0 0 0 5px;}
.cttd_btm_left>div a{float: right;font-size: 14px;color: #333;}
.cttd_btm_left>p{width: 100%;position: relative;overflow: hidden;margin-bottom: 15px;}
.cttd_btm_left>p img{width: 100%;}
.cttd_btm_left>p span{display: block;width: 100%;line-height: 35px;text-align: center;font-size: 14px;color: #fff;background-color: rgba(0,0,0,.8);position: absolute;bottom: 0;overflow: hidden;}
.cttd_btm_left>ul{}
.cttd_btm_left>ul>li{line-height: 23px;border-bottom: 1px dashed #eee;font-size: 14px;color: #575757;padding: 0 0 8px;margin: 0 0 8px;}
.cttd_btm_left>ul>li a{float: left;display: inline-block;width: 71%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.cttd_btm_left>ul>li a:hover{color: #f2343c;}
.cttd_btm_left>ul>li span{float: right;display: inline-block;width: 25%;text-align: right;overflow: hidden;}
.cttd_btm_rgt{margin-top: 20px;}
.cttd_btm_rgt>div{line-height: 27px;margin: 0 0 15px;padding: 0 0 5px;border-bottom: 1px solid #eee;}
.cttd_btm_rgt>div h4{float: left;font-size: 20px;color: #f2343c;font-weight: 600;border-left: 5px solid #f2343c;padding: 0 0 0 5px;}
.cttd_btm_rgt>div a{float: right;font-size: 14px;color: #333;}
.cttd_btm_rgt>ul>li{line-height: 23px;border-bottom: 1px dashed #eee;font-size: 14px;color: #575757;padding: 0 0 8px;margin: 0 0 8px;}
.cttd_btm_rgt>ul>li a{float: left;display: inline-block;width: 71%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.cttd_btm_rgt>ul>li a:hover{color: #f2343c;}
.cttd_btm_rgt>ul>li span{float: right;display: inline-block;width: 25%;text-align: right;overflow: hidden;}

/* 底部开始 */
.index_ggt_bg{background:url(../images/guanggaotiao.jpg) 50% 0px / auto 100% no-repeat;height:4rem;padding-top: 1rem;padding-bottom: 1rem;text-align: center;}
.index_ggt_bg h5{font-size: 1rem;color: #fff;height: 1.5rem;line-height: 1.5rem;overflow: hidden;font-weight: normal;margin-bottom: 0.8rem;letter-spacing: 1px;}
.index_ggt_bg p{font-size: 14px;color: #fff;height: 15px;line-height: 15px;overflow: hidden;}
/* 联系我们 */
.index_contact_bg{background:url(../images/lianxi_index_bg.jpg) 50% 0px / auto 100% no-repeat;}
.conty{margin: 0 0 40px;}
.index_cont{margin: 0 auto;text-align: center;}
.index_cont>h3{line-height: 40px;margin: 0 0 5px;font-size: 30px;color: #333;font-weight: 700;}
.index_cont>p{line-height: 24px;margin: 0 0 10px;font-size: 16px;color: #747474;}
.index_cont .index_cont_div{width: 12px;height: 12px;border-radius: 50%;border: 2px solid #e6e6e6;background-color: #fff;display: inline-block;position: relative;z-index: 1;margin: 0 0 40px;}
.index_cont .index_cont_div span{display: block;width: 6px;height: 6px;background-color: #eaeaea;border-radius: 50%;margin: 3px auto 0;}
.index_cont .index_cont_div:before{content: "";position: absolute;top: 5px;left: 14px;width: 50px;height: 2px;background-color: #e6e6e6;z-index: -1;}
.index_cont .index_cont_div:after{content: "";position: absolute;top: 5px;right: 14px;width: 50px;height: 2px;background-color: #e6e6e6;z-index: -1;}
.index_cont>ul{width: 100%;margin: 0 0 30px;}
.index_cont>ul>li{margin: 0 0 15px;}
.index_cont>ul>li div{float: left;width: 26%;height: 90px;background: #f2343c;position: relative;border-radius: 0 40px 0 40px;}
.index_cont>ul>li:nth-child(1) div>img{position: absolute;top: 23%;left: 28%;z-index: 2;}
.index_cont>ul>li:nth-child(2) div>img{position: absolute;top: 23%;left: 28%;z-index: 2;}
.index_cont>ul>li:nth-child(3) div>img{position: absolute;top: 29%;left: 31%;z-index: 2;}
.index_cont>ul>li:nth-child(4) div>img{position: absolute;top: 24%;left: 36%;z-index: 2;}
.index_cont>ul>li p{float: right;width: 70%;height: 99px;border-bottom: 1px dashed #4d4d4d;}
.index_cont>ul>li p>em{display: block;line-height: 32px;font-size: 16px;color: #222;font-weight: 700;}
.index_cont>ul>li p>span{display: block;max-height: 66px;line-height: 22px;font-size: 14px;color: #666;overflow: hidden;}
.index_cont .index_cont_ditu{width: 100%;height: 460px;overflow: hidden;}
#dituContent{width:100%;height:100%;border: 1px solid #ccc;}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;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;}
/* 友情链接 */
.index_link_bg{background-color: #333333;padding: 25px 0;}
.index_link{/* display: flex;align-items: center; */}
.index_link .fl{max-height: 60px;line-height: 20px;font-size: 14px;color: #999999;overflow: hidden;margin: 0 0 10px;}
.index_link .fl a{font-size: 14px;color: #999999;padding: 0 5px;transition: all .4s;}
.index_link .fl li{display: inline-block;}
.index_link .fr{font-size: 14px;color: #999999;line-height: 20px;}
.index_link .fr p>a{font-size: 14px;color: #999999;padding: 0 5px;transition: all .4s;}
/* **********底部结束********** */

/* 面包导航 */
.mbnavy{line-height: 40px;border-top: 3px solid #eee;}
.mbnav{font-size: 14px;color: #333;overflow: hidden;}

/* banner */
.banner{width: 100%;margin-bottom: 40px;}
.banner img{width: 100%;}

/* 分页 */
.preing{text-align: center;}
.preing a{display: inline-block;padding: 4px 10px;border: 1px solid #f2343c;margin: 0 3px 6px;font-size: 14px;color: #333;}
.preing a:hover{background-color: #f2343c;color: #fff;}
.preing span{display: inline-block;padding: 4px 10px;border: 1px solid #f2343c;margin: 0 3px 6px;background-color: #f2343c;color: #fff;font-size: 14px;}

/* 上一篇/下一篇 */
.prext{line-height: 30px;font-size: 16px;color: #666;}
.prext>span{display: inline-block;width: 35%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.prext>span:nth-child(1){float: left;}
.prext>span:nth-child(2){float: right;text-align: right;}

/* --------------------产品中心-------------------- */
.cpzx{margin-bottom: 60px;}
.cpzx .cpzx_div{background: url(../images/list_beijing.jpg) top center no-repeat;background-size: 100% 100%;line-height: 26px;text-indent: 2em;font-size: 14px;color: #666;padding: 10px 15px;}
.cpzx .cpzx_div span{display: block;text-indent: 2em;}
.cpzx>ul{margin: 40px 0;}

/* --------------------媒体中心-------------------- */
.mtzx{margin-bottom: 20px;}
.mtzx_div{line-height: 27px;padding: 0 0 10px;margin: 0 0 15px;border-bottom: 1px solid #eee;}
.mtzx_div h4{float: left;padding-left: 5px;border-left: 5px solid #f2343c;font-size: 23px;color: #f2343c;}
.mtzx_div a{float: right;font-size: 16px;color: #333;}
.mtzx1{border-bottom: none;padding: 0;margin-bottom: 50px;}
.mtzx2{border-bottom: none;padding: 0;margin-bottom: 50px;}

/* --------------------客服中心-------------------- */
.kfzx{margin-bottom: 60px;}
.kfzx .kfzx_div{line-height: 24px;text-indent: 2em;font-size: 16px;color: #333;}
.kfzx .kfzx_div img{width: 100%;margin: 8px 0;}
.kfzx .kfzx_div span{display: block;text-indent: 2em;}

/* --------------------客户案例-详情-------------------- */
.Deal{margin-bottom: 60px;}
.Deal>h4{line-height: 31px;margin-bottom: 12px;font-size: 25px;color: #333;font-weight: 500;border-left: 9px solid #f2343c;padding-left: 5px;}
.Deal>p{line-height: 24px;font-size: 16px;color: #999;margin-bottom: 10px;}
.Deal>p i{margin-right: 25px;}
.Deal>.Deal_div{line-height: 24px;text-indent: 2em;font-size: 16px;color: #666;padding: 20px 5px;margin-bottom: 10px;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;}
.Deal>.Deal_div span{display: block;text-indent: 2em;}
.Deal>.Deal_div img{max-width: 100%;margin: 8px 0;}

/* --------------------推荐-------------------- */
.tuijian_cp{margin-bottom: 60px;}
.tuijian_cp>h3{line-height: 31px;margin-bottom: 20px;font-size: 25px;color: #333;font-weight: 600;border-left: 9px solid #f2343c;padding-left: 5px;}
.tuijian_cp>ul li{float: left;width: 46%;padding: 1% 1% 0;margin: 0 1% 15px;background-color: #eee;}
.tuijian_cp>ul li>a{display: block;width: 100%;background-color: #fff;overflow: hidden;}
.tuijian_cp>ul li>a img{width: 100%;}
.tuijian_cp>ul li>h4{line-height: 45px;text-align: center;font-size: 16px;color: #333;padding: 0 15px;}
.tuijian_h3{line-height: 31px;margin-bottom: 20px;font-size: 25px;color: #333;font-weight: 600;border-left: 9px solid #f2343c;padding-left: 5px;}

/* --------------------产品中心-详情-------------------- */
.Decp{margin-bottom: 60px;}
.Decp_div{margin-bottom: 10px;background-color: #f5f5f5;}
.Decp_left{width: 96%;padding: 2%;background-color: #eee;}
.Decp_left img{width: 100%;}
.Decp_rgt{width: 98%;min-height: 300px;padding: 10px 1% 20px;background-color: #f5f5f5;}
.Decp_rgt>em{display: block;width: 100%;height: 1px;background-color: #ddd;margin-top: 5px;}
.Decp_rgt>h4{line-height: 36px;font-size: 22px;color: #333;margin: 10px 0;}
.Decp_ctt{min-height: 110px;line-height: 22px;font-size: 14px;color: #666;overflow: hidden;margin-bottom: 30px;}
.Decp_ctt span{display: block;}
.Decp_ctt img{display: none;max-width: 100%;}
.Decp_rgt>p{font-size: 16px;color: #333;}
.Decp_rgt>p i{font-size: 30px;color: #f2343c;}
.Decp_rgt>a{display: block;width: 130px;line-height: 45px;text-align: center;background-color: #f2343c;font-size: 16px;color: #fff;border-radius: 4px;margin: 8px 0;}
#tab{}
#tab .tab_menu{width:100%;float:left;}
#tab .tab_menu li{float:left;width:50%;height:60px;line-height:60px;border-bottom:0px;cursor:pointer;text-align:center;background-color: #eee;font-size: 20px;color: #333;}
#tab .tab_box{min-height:200px;clear:both;border:1px solid #CCC;border-top: none;}
#tab .tab_menu .selected{background-color: #666;cursor:pointer;color: #fff;}
#tab .hide{display:none;}
#tab .tab_box div{padding: 15px 10px;line-height: 24px;font-size: 16px;color: #333;}
#tab .tab_box div span{display: block;}
#tab .tab_box div img{display: block;max-width: 100%;margin: 8px auto;}

/* 二级新闻页开始 */
.list_news_erji li{padding: 13px;border-bottom: 1px dashed #eeeeee;}
.list_news_erji li:hover{background-color: #fafafa;border-bottom: 1px solid transparent;}
.list_news_img{width: 300px;height: 200px;float: left;margin-right: 20px;}
.list_news_text{float: left;width: 100%;padding-top: 15px;padding-bottom: 15px;}
.list_news_text h1{height: 20px;line-height: 20px;overflow: hidden;font-size: 0;margin-bottom: 13px;}
.list_news_text h1 a{font-size: 16px;color: #333333;line-height: 20px;}
.list_news_text h1 a:hover{color: #f2343c;}
.list_news_text p{margin-bottom: 10px;}
.list_news_text p span,.list_news_text p small{font-size: 14px;color: #666666;line-height: 20px;margin-right: 10px;display: inline-block;}
.list_news_text p span{background: url(../images/laiyuan.png) no-repeat left center;padding-left: 20px;}
.list_news_text p small{background: url(../images/shijian.png) no-repeat left center;padding-left: 20px;}
.list_news_text div>a{font-size: 14px;color: #666666;line-height: 22px;}
.list_news_erji li>a{font-size: 14px;color: #666666;line-height: 33px;background-color: #e5e5e5;width: 103px;height: 33px;display: inline-block;text-align: center;border-radius: 5px;}
.list_news_erji li>a:hover{background-color: #f2343c;color: #fff;}
/* 二级新闻页结束 */

/* 关于我们开始 */
/* 公司介绍 */
.about_jianjie{margin-bottom: 35px;}
.about_jianjie h1{font-family: ziti;font-size: 35px;font-weight: normal;letter-spacing: 2px;text-align: center;margin-top: 40px;}
.about_jianjie h1 span{color: #f2343c;}
.about_jianjie p{font-size: 18px;color: #999;letter-spacing: 0px;font-weight: 600;text-align: center;margin-bottom: 25px;}
.about_jianjie div{font-size: 15px;color: #333;line-height: 30px;text-indent: 2em;text-align: justify;}
.about_jianjie>img{width: 100%;margin-top: 10px;}
/* 生产能力开始 */
.about_shengchan_bg{background:url(../images/shengchan.jpg) 50% 0px / auto 100% no-repeat;padding-top: 45px;padding-bottom: 90px;height:578px;}
.about_shengchan_bg h1{font-size: 35px;font-weight: 600;text-align: center;margin-top: 40px;color:#fff;}
.about_shengchan_bg h1 span{color: #f2343c;}
.about_shengchan_bg p{font-size: 18px;color: #fff;letter-spacing: 1px;text-align: center;margin-bottom: 50px;text-transform:uppercase;}

.about_shengchan_nr .fl{float:  left;width: 940px;}

.multipleColumn{ overflow:hidden; position:relative; width:955px;}
.multipleColumn .hd{ overflow:hidden;  height:30px }
.multipleColumn .hd ul{overflow:hidden; zoom:1; margin-top:10px; zoom:1;text-align: center;}
.multipleColumn .hd ul li{display:inline-block;width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../images/icoCircle.gif") 0 -9px no-repeat; }
.multipleColumn .hd ul li.on{ background-position:0 0; }
.multipleColumn .bd{overflow:hidden;  }
.multipleColumn .bd ul{ overflow:hidden; zoom:1; width:955px;  float:left; _display:inline;  }
.multipleColumn .bd ul li{float:left; _display:inline; overflow:hidden; text-align:center;margin-right: 10px;margin-bottom: 10px;}
.multipleColumn .bd ul li .pic{ text-align:center; }
.multipleColumn .bd ul li .pic img{ width:306px; height:217px; display:block;}
.multipleColumn .bd ul li .pic a:hover img{ border-color:#999;  }

.about_shengchan_nr .fr{float: right;position: absolute;right: 50px;}
/* 生产内容结束 */
/* 荣誉开始 */
.about_ry_bg{background:url(../images/rongyu_phone.jpg) 50% 0px / auto 100% no-repeat;padding-top: 70px;padding-bottom: 60px;height: 270px;}
.about_ry_bg .fl{width: 676px;float: left;height: auto;}
.about_ry_bg .fr{float: left;width: 100%;position: relative;}
.about_ry_bg .fr h1{font-size: 35px;font-weight: 600;text-align: left;color:#333;margin-bottom: 10px;}
.about_ry_bg .fr h1 span{color: #f2343c;}
.about_ry_bg .fr p{font-size: 18px;color: #999999;letter-spacing: 0px;height: 20px;margin-bottom: 10px;}
.about_ry_bg .fr hr{width: 100px;height: 2px;background-color: #f2343c;display: inline-block;border: none;margin-bottom: 30px;}
.about_ry_bg .fr .p2{font-size: 14px;color: #333;line-height: 30px;text-indent: 2em;}
.about_ry_bg .fr>a{font-size: 18px;color: #fff;background-color: #f2343c;width: 130px;height: 40px;display: inline-block;text-align: center;line-height: 40px;border-radius: 5px;margin-top: 50px;position: absolute;right: 0;}
/* 荣誉结束 */
/* 关于我们结束 */
/* list_case.html start */
.list_case_liebiao{position: relative;}
.list_case_liebiao li{padding: 20px 0px;border-bottom: 1px solid #eeeeee;}
.list_case_img{width: 490px;height:360px;float: left;margin-right: 0;}
.list_case_text{float: left;width: 100%;padding-top: 35px;}
.list_case_text h1{background: url(../images/biaotibg.png) no-repeat left center;width: 100%;height: 55px;line-height: 55px;margin-bottom: 18px;background-size: 100% 100%;}
.list_case_text h1 a {font-size: 20px;color: #fff;line-height: 55px;padding-left: 20px;font-weight: normal;}

.list_case_text p{margin-bottom: 10px;padding-left: 20px;}
.list_case_text p span,.list_case_text p small{font-size: 16px;color: #999;line-height: 20px;margin-right: 10px;display: inline-block;}
.list_case_text div{padding-left: 20px;}
.list_case_text div>a{font-size: 16px;color: #666666;line-height: 25px;}
.list_case_text .more{transition: .5s;height: 32px;margin-top: 10px;}
.list_case_text .more a{background-color: #fff;box-shadow: 2px 2px 5px #f2f2f2;display: inline-block;width: 96px;height: 32px;line-height: 32px;text-align: center;color: #f2343c;transition: .5s;}
.list_case_text .more span{background-color: #f2343c;display: inline-block;height: 32px;line-height: 32px;width: 43px;color: #fff;text-align: center;transition: .5s;}
.list_case_text .more:hover a{background-color: #f2343c;color: #fff;box-shadow: none;}
.list_case_text .more:hover span{background-color: #fff;box-shadow: 2px 2px 5px #f2f2f2;color: #f2343c;}
/* list_case.html end */

/* contact_us.html start */
.contact_us_nr .fl{float: none;background:url(../images/contact_us_bg.jpg) no-repeat left center;padding: 5%;height: 460px;width: 90%;background-size: 100% 100%;}
.contact_us_nr .fl img{margin-bottom: 10px;}
.contact_us_nr .fr{float: none;width: 100%;}
.contact_us_nr .fr>img{width: 100%;}
.contact_us_ul li:nth-child(1){background: url(../images/contact_dianhua.png) no-repeat left center;}
.contact_us_ul li:nth-child(2){background: url(../images/contact_youxiang.png) no-repeat left center;}
.contact_us_ul li:nth-child(3){background: url(../images/contact_dizhi.png) no-repeat left center;}
.contact_us_ul li:nth-child(4){background: url(../images/contact_shouji.png) no-repeat left center;}
.contact_us_ul li:nth-child(5){background: url(../images/contact_wangzhi.png) no-repeat left center;}
.contact_us_ul li{padding: 20px 10px;height: 42px;padding-left: 50px;border-bottom: 1px solid #ccc;}
.contact_us_ul li p{line-height: 20px;}
.contact_us_ul li p:nth-child(1){font-size: 16px;color: #333;}
.contact_us_ul li p:nth-child(2){font-size: 16px;color: #7d7d7d;}
/* contact_us.html end */










