﻿/*外部公共样式*/
@import "iconfont.css";
@import "bootstrap.min.css";
@import "../swiper/css/swiper.min.css";
/*END-外部公共样式*/

/*头部+导航+大图*/
.topbox{width:100%; line-height:35px; border-bottom:1px solid #d9d9d9; font-size:14px; color:#6d6d6d; position:relative; z-index:999999999;}
.top_nav{border-left:1px solid #d9d9d9;}
.top_nav a{width:43px; height:35px; line-height:35px; text-align:center; float:left; position:relative; border-right:1px solid #d9d9d9;color:#999;}
.top_nav a>i{font-size:20px;}
.top_nav a:hover{background:#744089; color:#fff;}
.top_wx{width:140px; float:left; height:0; overflow:hidden; position:absolute; right:0; top:100%;}
.top_wx img{width:100%; height:100%; display:block;}
.top_nav a:hover .top_wx{height:140px;}

.search{width:180px;}
.search_inp1{width:calc(100% - 40px); float:left; height:35px; padding:0 10px; font-size:14px; color:#000;}
.search_inp1::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #aab0b5;} 
.search_inp1:-moz-placeholder, textarea:-moz-placeholder {color: #aab0b5;} 
.search_btn{width:40px; float:left; height:35px; background:url(../images/search_ss.png) no-repeat center center #744089;}

.header{width:100%; padding:23px 0;}
.logo img{width:100%; max-width:544px; max-height:58px;}
.header_dianhua{height:54px; line-height:18px; color:#333; font-size:14px; background:url(../images/header_dianhua.png) no-repeat left center; padding-left:60px; margin-top:5px;}
.header_dianhua span{display:block; overflow:hidden; line-height:34px; font-size:28px; font-family:Impact; color:#74418a;}

nav{background:#4e4e4e; position:relative; left:0; top:0; z-index:999999;}
.nav{width:100%;}
.nav>li{width:14.28%; position:relative;}
.nav>li::before{content:""; width:1px; float:left; height:15px; background:#fff; position:absolute; right:0; top:50%; transform:translateY(-50%);}
.nav>li>a{width:100%; height:56px; line-height:56px; font-size:16px; color:#fff; text-align:center;}
.nav>li:hover>a{background:#744089; color:#fff;}
.nav>li>a.on{background:#744089; color:#fff;}
.nav>li:last-child::before{display:none;}

.nav_sub{display:none; width:100%; float:left; position:absolute; left:0; top:100%; z-index:999999; background:rgba(78, 78, 78, 0.8); padding-top:2px;}
.nav_sub>dd{display:block; overflow:hidden;}
.nav_sub>dd>a{display:block; overflow:hidden; height:40px; line-height:40px; text-align:center; font-size:14px; color:#fff;}
.nav_sub>dd>a:hover{background:#744089; color:#fff;}

/*banner*/
.banner{width:100%; position:relative;}
.banner .banner-imgbox .swiper-slide img{width:100%;}
/*圆点*/
.banner .swiper-pagination {opacity:0; position: absolute; right:0; bottom:15px;}
.banner .swiper-pagination-bullet {width:14px; height:14px;  background:#706f6d; opacity:0.5; border-radius:50%; margin:0 6px;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#706f6d;}
.banner:hover .swiper-pagination{opacity:1;} 
/*箭头*/
.banner .next{right:2%; position:absolute;top:50%; margin-top:-35px; width:38px; height:70px; background:url(../images/imgs/next.jpg) no-repeat center center; overflow:hidden; opacity:0;  cursor:pointer; z-index:999999; transition:all 0.4s;}
.banner .prev{left:2%; position:absolute;top:50%; margin-top:-35px; width:38px; height:70px; background:url(../images/imgs/prev.jpg) no-repeat center center; overflow:hidden; opacity:0; cursor:pointer; z-index:999999; transition:all 0.4s;}
.banner:hover .next{opacity:1;}
.banner:hover .prev{opacity:1;}
/*END-头部+导航+大图*/

/*首页内容*/
.gsjj{width:100%; overflow:hidden; background:url(../images/gsjj_bj.jpg) no-repeat center center; background-size:cover; padding:90px 0 50px 0;}
.gsjj_left{width:50%; float:left; padding-left:25px;}
.gsjj_p{display:block; overflow:hidden; line-height:34px; background:url(../images/gsjj_logo.png) no-repeat left center; padding-left:46px; font-size:30px; color:#744089; font-weight:bold;}
.gsjj_txt{display:block;/* overflow:hidden;*/ margin-top:25px; height:150px; line-height:30px; font-size:14px; color:#515151;text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:5; -webkit-box-orient: vertical; overflow:hidden;}
.gsjj_img{display:block; overflow:hidden; padding-top:15px;}
.gsjj_img img{display:block; max-width:100%; height:auto;}
.gsjj_dianhua{display:block; overflow:hidden; margin-top:25px; height:62px; line-height:22px; background:url(../images/gsjj_dianhua.png) no-repeat left center; padding-left:80px; font-size:18px; color:#744089;}
.gsjj_dianhua>span{display:block; overflow:hidden; line-height:40px; font-size:36px; font-weight:bold;}
.gsjj_right{width:50%; float:right;}
.gsjj_right>img{display:block; overflow:hidden; max-width:100%; height:auto; margin-left:-30px;}

.case{width:100%; overflow:hidden; padding:30px 0 40px 0;}
.case_title{display:block; overflow:hidden;}
.case_title>img{margin-top:22px;}
.case_p{display:block; overflow:hidden; line-height:28px; font-size:14px; color:#76418b;}
.case_p>span{display:block; overflow:hidden; line-height:42px; font-size:30px; font-weight:bold;}
.case_sp{display:block; overflow:hidden; line-height:32px; font-size:14px; color:#343434;}
.case_sp>span{display:block; overflow:hidden; line-height:38px; font-size:18px; color:#000;}
.case_sp>em{font-size:24px; color:#744089;}
.case_contect{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; overflow:hidden; padding-top:30px;}
.case_left{width:50%; float:left;}
.case_left a{width:100%; float:left; height:100%; overflow:hidden; position:relative; border:1px solid #a7a7a7;}
.case_left a::before{content:""; display:block; padding-top:80.6021%;}
.case_left a .case_hover{width:100%; float:left; height:48px; background:#e5e5e5; position:absolute; left:0; bottom:0;}
.case_left a .case_logo{width:100%; overflow:hidden; position:absolute; left:0; top:-50%; margin-top:-86px;}
.case_left a .case_logo img{display:block; max-width:100%; height:86px; margin:0 auto;}
.case_left a .case_txt{width:100%; float:left; height:48px; line-height:48px; padding:0 25px; position:absolute; left:0; top:calc(100% - 48px); z-index:9; font-size:16px; color:#000;}
.case_left a:hover .case_hover{height:100%; background:rgba(118,65,139,0.4);}
.case_left a:hover .case_logo{top:50%;}
.case_left a:hover .case_txt{font-size:24px; color:#fff; font-weight:bold; text-align:center; line-height:40px; top:50%; margin-top:20px;}
.case_ul{width:50%; float:left;}
.case_ul li{width:50%; float:left; height:50%; border:1px solid #a7a7a7;}
.case_ul li a{width:100%; float:left; height:100%; position:relative; overflow:hidden;}
.case_ul li a .case_hover{width:100%; float:left; height:48px; background:#e5e5e5; position:absolute; left:0; bottom:0;}
.case_ul li a .case_logo{width:100%; overflow:hidden; position:absolute; left:0; top:-50%; margin-top:-86px;}
.case_ul li a .case_logo img{display:block; max-width:100%; height:86px; margin:0 auto;}
.case_ul li a .case_txt{width:100%; float:left; height:48px; line-height:48px; padding:0 25px; position:absolute; left:0; top:calc(100% - 48px); z-index:9; font-size:16px; color:#000;}
.case_ul li a:hover .case_hover{height:100%; background:rgba(118,65,139,0.4);}
.case_ul li a:hover .case_logo{top:50%;}
.case_ul li a:hover .case_txt{font-size:24px; color:#fff; font-weight:bold; text-align:center; line-height:40px; top:50%; margin-top:20px;}
.case_ul li:nth-child(1){width:50%; height:100%;}
.case_ul li:last-child a{display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -ms-flex-line-pack:center; align-content:center; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; text-align:center; font-size:36px; color:#3b3b3b; line-height:40px;}
.case_ul li:last-child a:hover{background:rgba(118,65,139,1); color:#fff;}

.ys{width:100%; overflow:hidden; background:url(../images/ys_bj.jpg) no-repeat center center; background-size:cover; padding:40px 0;}
.ys_title{display:block; overflow:hidden; text-align:center; padding-bottom:6px; background:url(../images/ys_title.png) no-repeat center bottom;}
.ys_p{line-height:58px; font-size:36px; color:#76418b; font-weight:bold;}
.ys_sp{line-height:50px; font-size:30px; color:#454545;}
.ys_spp{display:block; overflow:hidden; line-height:45px; text-align:center; margin-top:10px; font-size:32px; color:#e3e3e3; font-weight:bold; text-transform:uppercase;}
.ys_ul{display:block; overflow:hidden; padding-top:30px;}
.ys_ul li{display:block; overflow:hidden;}
.ys_ul li .ys_left{width:50%; float:left; padding-right:55px;}
.ys_ul li .ys_left .ys_B{display:block; overflow:hidden; margin-bottom:40px;}
.ys_ul li .ys_left .ys_B .ys_titleB{display:block; overflow:hidden; padding-bottom:22px; background:url(../images/ys_heng.png) repeat-x left bottom;}
.ys_ul li .ys_left .ys_B .ys_titleB .ys_sub{width:70px; float:left; height:67px; line-height:64px; text-align:center; padding:3px 0 0 6px; background:url(../images/ys_logo.png) no-repeat center center; font-size:48px; color:#fff; font-weight:bold; margin-right:16px;}
.ys_ul li .ys_left .ys_B .ys_titleB .ys_pp{display:block; overflow:hidden; line-height:42px; font-size:30px; color:#76418b; font-weight:bold; margin-top:9px;}
.ys_ul li .ys_left .ys_B .ys_titleB .ys_pps{display:block; overflow:hidden; line-height:16px; font-size:14px; color:#666; text-transform:uppercase;}
.ys_ul li .ys_left .ys_B .ys_txt{display:block; overflow:hidden; height:72px; line-height:24px; color:#212121; margin-top:20px;text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical;}
.ys_ul li .ys_right{width:50%; float:left; padding-top:30px;}
.ys_ul li .ys_left .ys_B:last-child{margin:0;}
.ys_ul li:nth-child(even) .ys_left{float:right; padding:65px 0 0 35px;}

.cpzx{width:100%; overflow:hidden; padding-top:55px; padding-bottom:30px;}
.cpzx_title{display:block; overflow:hidden; text-align:center; padding-bottom:10px; position:relative;}
.cpzx_title::before{content:""; width:44%; height:1px; float:left; background:#ccc; position:absolute; left:50%; bottom:3px; transform:translateX(-50%);}
.cpzx_title::after{content:""; width:114px; height:4px; float:left; background:#76418b; position:absolute; left:50%; bottom:0; transform:translateX(-50%);}
.cpzx_p{line-height:36px; font-size:30px; color:#e6e6e6; font-weight:bold; text-transform:uppercase;}
.cpzx_sp{line-height:42px; font-size:30px; color:#76418b; font-weight:bold;}
.cpzx_nav{display:block; overflow:hidden; padding-top:40px;}
.cpzx_nav li{float:left; margin-right:40px;}
.cpzx_nav li a{display:block; overflow:hidden; height:36px; line-height:36px; font-size:18px; color:#000; font-weight:bold; position:relative; padding-left:26px;}
.cpzx_nav li a::before{content:""; width:15px; float:left; height:15px; border:1px solid #a7a7a7; border-radius:50%; position:absolute; left:0; top:50%; transform:translateY(-50%);}
.cpzx_nav li a::after{content:""; width:7px; float:left; height:7px; background:#76418b; border-radius:50%; position:absolute; left:4px; top:50%; transform:translateY(-50%);}
.cpzx_nav li a:hover{color:#76418b;}
.cpzx_nav li.actived a{color:#76418b;}
.cpzx_ul{display:block; overflow:hidden; width:1239px; padding-top:45px;}
.cpzx_ul li{width:374px; float:left; margin:0 39px 30px 0;}
.cpzx_ul li a{width:100%; overflow:hidden; float:left; border:1px solid #a7a7a7; position:relative;}
.cpzx_ul li a::before{content:""; display:block; padding-top:54.83871%;}
.cpzx_ul li a .cpzx_hover{width:62%; height:100%; float:right; position:absolute; right:0; top:0; background:url(../images/cpzx_hover.png) no-repeat center center; background-size:100% 100%; padding-left:36px;display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center;-webkit-box-align:center; -ms-flex-align:center; align-items:center; -ms-flex-line-pack:center; align-content:center; font-size:16px; color:#fff; line-height:30px;}
.cpzx_ul li a:hover .cpzx_hover{width:200%; padding-left:100%;}

.smart{width:100%; overflow:hidden; padding-top:40px; padding-bottom:20px;}
.smart_contect{display:block; margin-top:40px; position:relative;}
.smart-imgbox .swiper-slide a{width:100%; float:left; border:1px solid #cdcdcd; position:relative; overflow:hidden;}
.smart-imgbox .swiper-slide a::before{content:""; display:block; padding-top:85.9713%;}
.smart-imgbox .swiper-slide a .smart_hover{width:0; height:0; float:left; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); background:rgba(118,65,139,0.8);}
.smart-imgbox .swiper-slide a .smart_logo{width:100%; float:left; max-width:120px; position:absolute; left:-150%; bottom:50%; transform:translateX(-50%); padding-bottom:10px; border-bottom:1px solid #fff;}
.smart-imgbox .swiper-slide a .smart_logo>img{display:block; max-width:100%; height:40px; margin:0 auto;}
.smart-imgbox .swiper-slide a .smart_txt{width:100%; float:left; height:30px; line-height:30px; font-size:16px; color:#fff; position:absolute; right:-100%; top:50%; text-align:center; margin-top:10px;}
.smart-imgbox .swiper-slide:hover a .smart_hover{width:100%; height:100%;}
.smart-imgbox .swiper-slide:hover a .smart_logo{left:50%;}
.smart-imgbox .swiper-slide:hover a .smart_txt{right:0;}
.smart-prev,.smart-next{left:-90px; position:absolute;top:50%; transform:translateY(-50%); width:54px; height:54px; background:url(../images/smart_L.png) no-repeat center center #76418b; overflow:hidden; opacity:1;  cursor:pointer; z-index:999; outline:none;}
.smart-next{left:initial; right:-90px; background:url(../images/smart_R.png) no-repeat center center #76418b;}

.news{width:100%; overflow:hidden; padding:50px 0;}
.news_left{width:calc(50% - 10px); float:left; margin-top:40px;}
.news_left .news_img{width:100%; overflow:hidden; border:1px solid #d1d1d1; position:relative;}
.news_left .news_img::before{content:""; display:block; padding-top:68.7944%;}
.news_left .news_p{display:block; overflow:hidden; line-height:30px; margin-top:20px; font-size:14px; color:#212121; font-weight:bold;}
.news_left .news_p>span{float:right; font-weight:normal; font-size:14px; color:#212121;}
.news_left .news_txt{display:block; overflow:hidden; line-height:48px; line-height:24px; margin-top:5px; font-size:14px; color:#212121; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.news_left:hover .news_img{border-color:#76418b;}
.news_left:hover .news_img img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.news_left:hover .news_p{color:#76418b;}
.news_right{width:calc(50% - 10px); float:right; margin-top:40px;}
.news_right li{display:block; overflow:hidden; margin-bottom:18px;}
.news_right li a{display:block; overflow:hidden; background:#f7f7f7; padding:30px;}
.news_right li a .news_sub{width:105px; float:left; border:1px solid #e3e3e3; margin-right:25px;}
.news_right li a .news_sub .news_sub_p{display:block; overflow:hidden; height:70px; line-height:70px; text-align:center; background:#fff; font-size:40px; color:#6f6f6f;}
.news_right li a .news_sub .news_sub_sp{display:block; overflow:hidden; height:28px; line-height:28px; text-align:center; background:#e2e2e2; font-size:16px; color:#212121;}
.news_right li a .news_p{display:block; overflow:hidden; height:25px; line-height:25px; font-size:14px; color:#212121; font-weight:bold;}
.news_right li a .news_txt{display:block; overflow:hidden; height:75px; line-height:25px; font-size:14px; color:#212121; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical;}
.news_right li a:hover{background:#76418b;}
.news_right li a:hover .news_sub{border:1px solid transparent;}
.news_right li a:hover .news_sub .news_sub_p{color:#76418b;}
.news_right li a:hover .news_sub .news_sub_sp{color:#76418b; background:#d0acde;}
.news_right li a:hover .news_p{color:#fff;}
.news_right li a:hover .news_txt{color:#fff;}
.news_right li:last-child{margin:0;}
/*END-首页内容*/

/*底部*/
footer{background:#2f2f2f;}
.footer{width:100%; overflow:hidden; border-bottom:1px solid rgba(255,255,255,0.2); padding-bottom:5px;}
.footer>.container{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.footer_B{float:left; border-right:1px solid rgba(255,255,255,0.2); padding:30px 0 20px;}
.footer_B:nth-child(1){width:16%;}
.footer_B:nth-child(2){width:38%;}
.footer_B:nth-child(3){width:31%;}
.footer_B:nth-child(4){width:15%;}
.footer_logo{line-height:32px; text-align:center; margin-top:15px; font-size:16px; color:#fff;}
.footer_txt{display:block; overflow:hidden; padding-left:35px; line-height:40px; font-size:16px; color:#fff;}
.footer_txt>div{padding-left:40px; margin-bottom:10px;}
.footer_txt>div.footer_add{background:url(../images/footer_icon1.jpg) no-repeat left center; margin-top:10px;}
.footer_txt>div.footer_mail{background:url(../images/footer_icon2.jpg) no-repeat left center;}
.footer_dianhua{display:block; overflow:hidden; font-size:16px; color:#fff; line-height:30px; padding-left:35px;}
.footer_dianhua>span{display:block; overflow:hidden; font-family:Impact; font-size:26px; line-height:36px; margin-top:10px;}
.footer_wx{display:block; overflow:hidden; padding:0px 20px; line-height:28px;}

.foot{width:100%; overflow:hidden; text-align:center; line-height:24px; font-size:14px; color:#fff; padding:25px 0;}
.foot a{color:#fff; margin:0 5px;}
.foot a:hover{color:#fff; text-decoration:underline!important;}
/*END-底部*/

/*关于我们*/
.main{width:100%; overflow:hidden; padding:40px 0;}
.main_left{width:268px; float:left;}
.about{width:100%; float:left; margin-bottom:30px;}
.about_title{display:block; overflow:hidden; height:50px; line-height:50px; text-align:center; background:#74408a; font-size:24px; color:#fff; font-weight:bold;}
.about_ul{display:block; overflow:hidden;}
.about_ul>li{display:block; overflow:hidden; margin-top:10px;}
.about_ul>li>a{display:block; overflow:hidden; height:42px; line-height:40px; border:1px solid #d8d8d8; font-size:15px; color:#000; padding:0 25px;}
.about_ul>li>a>img{width:22px; float:right; height:22px; margin:9px 0 0 10px;}
.about_ul>li:hover>a{background:#74408a; border-color:#74408a; color:#fff;}
.about_ul>li.about_on>a{background:#74408a; border-color:#74408a; color:#fff;}
.about_dianhuaB{display:block; overflow:hidden; background:url(../images/about_dianhua_bj.png) no-repeat center center; background-size:cover; padding:25px 20px; margin-top:10px;}
.about_dianhua{display:block; overflow:hidden; height:58px; background:url(../images/about_dianhua.png) no-repeat left center; padding-left:65px; font-size:16px; color:#fff; line-height:24px;}
.about_dianhua>span{display:block; overflow:hidden; line-height:34px; font-family:Impact; font-size:26px; color:#fff;}
.about_txt{display:block; overflow:hidden; border:1px solid #d8d8d8; padding:15px 10px; font-size:14px; color:#000; line-height:28px;}
.about_txt>span{color:#74408a; font-weight:bold; font-size:18px;}

.main_right{width:895px; float:right;}
.dqwz_title{width:100%; float:left; line-height:50px; border-bottom:1px solid #ccc;}
.dqwz_p{float:left; height:53px; border-bottom:3px solid #74408a; font-size:30px; color:#74408a; font-weight:bold; padding-right:50px;}
.dqwz_nav{float:right; font-size:14px; color:#000;}
.dqwz_contect{width:100%; float:left; padding-top:30px;}
.company{display:block; overflow:hidden; font-size:14px; color:#515151; line-height:30px;}
.company img{max-width: 100%; height: auto!important;}
/*END-关于我们*/

/*模具检具/产品中心/智能装备*/
.cp_ul{display:block; overflow:hidden; width:915px;}
.cp_ul li{width:285px; float:left; margin:0 20px 25px 0; border:1px solid #d1d1d1; padding:10px;}
.cp_ul li>a{width:100%; float:left;}
.cp_ul li>a .cp_B{width:100%; overflow:hidden;}
.cp_ul li>a .cp_B .cp_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:contain;}
.cp_ul li>a .cp_B .cp_img::before{content:""; display:block; padding-top:78%;}
.cp_ul li>a .cp_p{display:block; overflow:hidden; height:44px; line-height:44px; text-align:center; font-size:16px; color:#000;}
.cp_ul li .cp_txtB{width:100%; float:left; padding:0 25px; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:justify;-ms-flex-pack:justify; justify-content:space-between;}
.cp_ul li .cp_txtB>a{width:calc(50% - 7px); float:left; height:30px; line-height:30px; text-align:center; background:#919191; font-size:12px; color:#fff;}
.cp_ul li .cp_txtB>a:last-child{background:#74408a;}
.cp_ul li>a:hover .cp_B .cp_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.cp_ul li>a:hover .cp_p{color:#74408a;}
.cp_ul li .cp_txtB>a:hover{background:#74408a; text-decoration:underline!important;}

.cpxq{display:block; overflow:hidden;}
.cpxq_p{display:block; overflow:hidden; text-align:center; font-size:16px; color:#000; line-height:26px; font-weight:bold;}
.cpxq_img{display:block; overflow:hidden; padding:15px 0;}
.cpxq_img img{ max-width:100%;}
.cpxq_video{display:block; overflow:hidden; padding:15px 0; width:100%; text-align:center}
.cpxq_video video{ width:600px !important; height:450px !important;}
.cpxq_txt{display:block; overflow:hidden; font-size:14px; color:#000; line-height:30px;}
.cpxq_txt img{max-width: 100% !important; height: auto!important;}
/*END-模具检具/产品中心/智能装备*/

/*新闻中心*/
.xw_ul{display:block; overflow:hidden;}
.xw_ul li{display:block; overflow:hidden; margin-bottom:15px; padding-bottom:15px; border-bottom:1px dotted #f1f1f1;}
.xw_ul li a{display:flex; overflow:hidden;}
.xw_ul li a .xw_img{width:180px; float:left; border:1px solid #d6d6d6; background-position:center; background-repeat:no-repeat; background-size:cover;}
.xw_ul li a .xw_R{width:calc(100% - 180px); float:left; padding-left:20px;}
.xw_ul li a .xw_R .xw_p{display:block; overflow:hidden; line-height:20px; font-size:14px; color:#212121; font-weight:bold; text-overflow:ellipsis; white-space: nowrap;}
.xw_ul li a .xw_R .xw_txt{display:block; overflow:hidden; height:72px; line-height:24px; font-size:14px; color:#212121; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; margin-top:8px;}
.xw_ul li a .xw_R .xw_time{ margin-top:6px; line-height:22px; font-size:14px; color:#999;}
.xw_ul li a:hover .xw_img{border-color:#74408a;}
.xw_ul li a:hover .xw_R .xw_p{color:#74408a;}

.xwxq{display:block; overflow:hidden;}
.xwxq_p{display:block; overflow:hidden; text-align:center; font-size:16px; font-weight:bold; color:#000; line-height:26px;}
.xwxq_sp{display:block; overflow:hidden; text-align:center; font-size:12px; color:#a4a4a4; padding-top:5px; border-bottom:1px dashed #ccc;}
.xwxq_img{display:block; overflow:hidden; padding:15px 0;}
.xwxq_img img{border:1px solid #d6d6d6;}
.xwxq_txt{display:block; overflow:hidden; font-size:14px; line-height:30px; color:#000;}
/*END-新闻中心*/

/*联系我们*/
.contact_txt{display:block; overflow:hidden; font-size:14px; color:#000; line-height:30px;}
.contact_txt>span{color:#74408a; font-weight:bold; font-size:18px;}
.contact_map{width:100%; overflow: hidden; height:350px; border:none; margin-top:20px;}
/*END-联系我们*/

@media (max-width:1220px) {
/*头部+导航*/
.topbox{padding:0 1%;}
.header{padding:20px 1%;}
nav{padding:0 1%;}
/*END-头部+导航*/

/*首页内容*/
.gsjj {padding:80px 1% 40px 1%;}
.gsjj_right>img {margin-left:0;}

.case {padding:30px 1% 40px 1%;}
.ys {padding:40px 1%;}
.ys_ul li .ys_left {padding-right:40px;}

.cpzx {padding:40px 1% 0 1%;}
.cpzx_ul {width:100%; padding-top:40px;}
.cpzx_ul li {width:31.33%; margin:0 1% 30px 1%;}

.smart {padding:40px 1% 0 1%;}
.smart-prev, .smart-next {left:0;}
.smart-next {left:initial; right:0;}

.news {padding:40px 1%;}
/*END-首页内容*/

/*底部*/
.footer{padding:0 1% 5px 1%;}
.footer_B{padding:40px 0;}

.footer_txt{padding:0 20px;}
.footer_dianhua{padding:0 20px;}
.footer_dianhua>span{font-size:26px;}
.footer_wx{padding-left:20px;}
.foot{padding:25px 1%;}
/*END-底部*/

/*关于我们*/
.main{padding:40px 1%;}
.main_left{width:24%;}
.about_dianhuaB {padding: 10px;}
.about_dianhua>span {font-size: 28px;}
.main_right{width:74%;}
/*END-关于我们*/

/*模具检具/产品中心/智能装备*/
.cp_ul{width:100%;}
.cp_ul li{width:31.33%; margin:0 1% 25px 1%;}
.cp_ul li .cp_txtB {padding:0 15px;}
/*END-模具检具/产品中心/智能装备*/

}

@media (max-width:991px){
/*头部+导航*/
.icon-menu{float:right; cursor:pointer; width:40px; height:30px; display:flex; flex-wrap:wrap; align-content:space-between; position:absolute;right:10px; top:50%; transform: translateY(-50%); z-index:9999999; background-size:100% 100%;}
.icon-menu span{width:100%; height:6px; float:left;  background:#744089;}

.topbox{padding:0 10px;}
.header{padding:0; background:#fff; box-shadow:10px 10px 10px rgba(0,0,0,0.3); position:relative; left:0; top:0; z-index:999999;}
.logo {width:100%; padding:20px 10px;}
.nav {display:none; width:150px; padding:2px; position:absolute; right:10px; top:0; background:rgba(78, 78, 78, 0.8);}
.nav>li{width:100%; border-bottom:1px solid #fff; margin:0; background:none;}
.nav>li::before{display:none;}
.nav>li>a{width:100%; text-align:center; height:40px; line-height:40px; color:#fff;}
.nav>li:hover>a{background:#744089; color:#fff;}
/*END-头部+导航*/

/*首页内容*/
.gsjj {padding:30px 10px;}
.gsjj_txt {margin-top:15px; height:144px; line-height:24px; -webkit-line-clamp: 6;}
.gsjj_dianhua {margin-top:15px;}

.case {padding:30px 10px;}
.case_title>img {margin:15px 0 0 10px;}
.case_left a .case_logo{margin-top: -40px;}
.case_left a .case_logo img{height:40px;}
.case_left a:hover .case_txt {font-size:18px; line-height:30px; margin-top:5px;}
.case_ul li a .case_logo{margin-top: -40px;}
.case_ul li a .case_logo img{height:40px;}
.case_ul li a:hover .case_txt {font-size:18px; line-height:30px; margin-top:5px;}
.case_ul li:last-child a {font-size:30px; line-height:34px;}

.ys {padding:30px 10px;}
.ys_ul li .ys_left {padding-right:20px;}
.ys_ul li .ys_left .ys_B .ys_titleB {padding-bottom:15px;}
.ys_ul li .ys_left .ys_B .ys_titleB .ys_pp {line-height:32px; font-size:20px; margin-top:0;}
.ys_ul li .ys_left .ys_B .ys_txt {margin-top:10px;}
.ys_ul li:nth-child(even) .ys_left {padding:50px 0 0 20px;}

.cpzx {padding:30px 10px 0 10px;}
.cpzx_nav {padding-top:30px;}
.cpzx_ul {padding-top:30px;}
.cpzx_ul li {width:31.33%; margin:0 1% 30px 1%;}
.cpzx_ul li a .cpzx_hover {width: 75%;}

.smart {padding:30px 10px 0 10px;}
.smart_contect {margin-top:30px;}

.news {padding:30px 10px;}
.news_left{margin-top:30px;}
.news_right{margin-top:30px;}
.news_right li {margin-bottom:10px;}
.news_right li a {padding:15px;}
.news_right li a .news_sub {margin-right:10px;}
/*END-首页内容*/

/*底部*/
.footer{padding:0 10px 5px 10px;}
.footer_B{padding:30px 0;}
.footer_logo {line-height:30px; margin-top:20px; font-size:14px;}
.footer_txt{padding:0 10px; font-size:14px; line-height:24px;}
.footer_dianhua{padding:0 10px; font-size:14px;}
.footer_dianhua>span{font-size:20px; line-height:34px;}
.footer_wx{padding-left:10px;}
.foot{padding:15px 10px;}
/*END-底部*/

/*关于我们*/
.main{padding:30px 10px;}
.main_left{width:29%;}
.about_dianhua>span {font-size:24px;}
.main_right{width:69%;}
/*END-关于我们*/

/*模具检具/产品中心/智能装备*/
.cp_ul li{padding:5px;}
.cp_ul li>a .cp_p {height:40px; line-height:40px;}
.cp_ul li{margin:0 1% 20px 1%;}
.cp_ul li .cp_txtB {padding:0;}
/*END-模具检具/产品中心/智能装备*/

}

@media (max-width:767px){
/*头部+导航*/
.logo {padding:10px;}
.logo img{width:80%;}
.icon-menu {right:10px; width:30px; height:18px;}
.icon-menu span{height:3px;}
/*END-头部+导航*/

/*首页内容*/
.gsjj {padding:10px;}
.gsjj_left{width:100%; padding:0;}
.gsjj_right{width:100%;}
.gsjj_p {padding-left:35px; font-size:18px; margin-top:5px;}
.gsjj_txt {margin-top:5px; height:132px; line-height:22px;}
.gsjj_dianhua {margin-top:5px; height:50px; line-height:20px; font-size:14px;background: url(../images/gsjj_dianhua.png) no-repeat left center; background-size:auto 50px; padding-left:60px;}
.gsjj_dianhua>span {line-height:30px; font-size:26px;}

.case {padding:10px;}
.case_title>img {margin:10px 0 0 10px;}
.case_p { line-height:16px; font-size:12px;}
.case_p>span {line-height:30px; font-size:18px;}
.case_sp {line-height:18px; font-size:12px;}
.case_sp>span {line-height:22px; font-size:14px;}
.case_sp>em{ font-size:18px;}
.case_contect {padding-top:10px;}
.case_left{width:100%;}
.case_left a .case_logo{margin-top:-30px;}
.case_left a .case_logo img{height:30px;}
.case_left a:hover .case_txt {font-size:16px; height:38px; line-height:38px; top:calc(100% - 38px);}
.case_ul {width:100%;}
.case_ul li{width:50%;}
.case_ul li a .case_logo{margin-top: -30px;}
.case_ul li a .case_logo img{height:30px;}
.case_ul li a::before {content: ""; display: block; padding-top: 80.6021%;}
.case_ul li a:hover .case_txt {font-size:16px;}
.case_ul li:last-child a {font-size:18px; line-height:26px;}
.case_ul li a .case_txt {height:38px; line-height:38px; padding:0 10px; top:calc(100% - 38px);}

.cpxq_video video{ width:100% !important; height:300px !important;}

.ys {padding:10px;}
.ys_title {background:url(../images/ys_title.png) no-repeat center bottom; background-size:100% 73%;}
.ys_p {line-height:30px; font-size:18px;}
.ys_sp {line-height:20px; font-size:14px;}
.ys_spp {line-height:30px; margin-top:5px; font-size:18px;}
.ys_ul {padding-top:10px;}
.ys_ul li .ys_left {width:100%; padding:0;}
.ys_ul li .ys_left .ys_B {margin-bottom:10px;}
.ys_ul li .ys_left .ys_B .ys_titleB {padding-bottom:10px;}
.ys_ul li .ys_left .ys_B .ys_titleB .ys_pp {line-height:28px; font-size:16px; margin-top:0;}
.ys_ul li .ys_left .ys_B .ys_titleB .ys_pps {line-height:14px; font-size:12px;}
.ys_ul li .ys_left .ys_B .ys_txt {margin-top:10px;}
.ys_ul li:nth-child(even) .ys_left {padding:10px 0 0 0;}
.ys_ul li .ys_right {width:100%; padding-top:10px;}

.cpzx {padding:10px;}
.cpzx_p {line-height: 26px; font-size: 18px;}
.cpzx_sp {line-height: 30px; font-size: 20px;}
.cpzx_nav {padding-top:10px; display:flex; flex-wrap:wrap; justify-content:space-between;}
.cpzx_nav li{width:calc(50% - 5px); margin-right:0;}
.cpzx_nav li a{padding-left:20px; height:30px; line-height:30px; font-size:14px;}
.cpzx_ul {padding-top:0;}
.cpzx_ul li {width:100%; margin:10px 0 0 0;}
.cpzx_ul li a .cpzx_hover {width:62%;}

.smart {padding:10px;}
.smart_contect {margin-top:10px;}
.smart-prev, .smart-next{width:40px; height:40px;}

.news {padding:10px;}
.news_left{width:100%; margin-top:10px;}
.news_left .news_p {margin-top:5px;}
.news_right{width:100%; margin-top:10px;}
.news_right li a {padding:5px;}
.news_right li a .news_sub {margin-right:10px;}
.news_right li a .news_sub .news_sub_p {height: 60px; line-height: 60px;}
.news_right li a .news_txt {height:66px; line-height:22px;}
/*END-首页内容*/

/*底部*/
.foot{padding:10px; line-height:20px;}
/*END-底部*/

/*关于我们*/
.main{padding:0;}
.main_left{width:100%;}
.about{margin:0;}
.about_title{ text-align:left; padding-left:20px; font-size:20px; font-weight:bold; background:url(../images/imgs/sj_jiantou.png) no-repeat right center #74408a;}
.about_ul{display:none; padding:0 3px;}
.about_ul>li{margin-top:3px;}
.about_ul>li>a {padding: 0 10px;}
.main_right{width:100%;}
.dqwz_contect{padding:10px;}
.company{line-height:24px;}
/*END-关于我们*/

/*模具检具/产品中心/智能装备*/
.cp_ul{display:flex; flex-wrap:wrap; justify-content:space-between;}
.cp_ul li{width:calc(50% - 5px); padding:3px; margin:0 0 10px 0;}
.cp_ul li>a .cp_p {height:30px; line-height:30px; font-size:14px;}
.cp_ul li .cp_txtB {padding:0;}
.cp_ul li .cp_txtB>a {width:calc(50% - 3px);}
.cpxq_txt{line-height:24px;}
/*END-模具检具/产品中心/智能装备*/

/*新闻中心*/
.xw_ul li{margin-bottom:10px; padding-bottom:10px;}
.xw_ul li a .xw_img{width:120px;}
.xw_ul li a .xw_R{width:calc(100% - 120px);padding-left:10px;}
.xw_ul li a .xw_R .xw_txt{height:72px; line-height:24px; margin-top:4px;}
.xwxq_txt{line-height:24px;}
/*END-新闻中心*/

/*联系我们*/
.contact_map{height:250px; margin-top:10px;}
/*END-联系我们*/

}
/*手机底部*/
.root_kong{width:100%; height:62px; float:left; background:#fff;}
.root{width:100%; height:60px; position:fixed; bottom:0; left:0; z-index:9999999999999; background:#4e4e4e;}
.root a{width:25%; float:left; height:60px; display:flex; align-content:center; align-items:center; flex-wrap:wrap; justify-content:center; line-height:20px; color:#fff; border-right:1px solid #fff; font-size:12px; font-weight:normal;}
.root a>div{width:100%; float:left;}
.root a>div:first-child span{ font-size:20px;}
.root a:last-child{border:none;}
.root a:hover{background:#744089; color:#fff;}

.dbbox{ position: fixed; left: 0; bottom:65px; z-index:99999; width: 100%;}
.dbbox .dbs{ position: relative; padding: 0 15px; display:none; text-align:center;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px; border:2px solid #744089;}
.dbbox .dbs img{ max-width: 140px; }
/*End*/

.jlfanye{ width:100%;margin:0 auto; text-align: center; }
.jlfanye a{ padding:5px 13px;  border: solid 1px #dedede; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#74408a;}