/*外部公共样式*/
@import "iconfont.css";
@import "bootstrap.min.css";
@import "../swiper/css/swiper.min.css";
/*END-外部公共样式*/
img { pointer-events: none; }

/*头部+导航+大图*/
.topbox{width:100%; background:#efefef; line-height:34px; font-size:14px; color:#252525;}
.topbox a{ color:#252525; margin:0 10px;}
.topbox a:last-child{margin:0 0 0 10px;}
.topbox a:hover{ color:#319557; text-decoration:underline !important;}

.header{width:100%; padding:35px 0;}
.logo img{width:100%; /*max-width:405px; max-height:55px;*/}
.search{width:348px; border:1px solid #000; margin-top:7px;}
.search_inp1{width:calc(100% - 80px); float:left; height:38px; line-height:38px; padding:0 10px; font-size:14px; color:#000;}
.search_inp1::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #acacac;} 
.search_inp1:-moz-placeholder, textarea:-moz-placeholder {color: #acacac;} 
.search_btn{width:80px; height:38px; background:#000; font-size:14px; color:#fff;}
.header_dianhua{height:48px; line-height:18px; color:#141411; font-size:14px; background:url(../images/header_dianhua.png) no-repeat left center; padding-left:50px; margin:4px 0 0 38px;}
.header_dianhua span{display:block; overflow:hidden; line-height:30px; font-size:30px; font-family:Impact; color:#319557;}

nav{background:#134fc1; position:relative; left:0; top:0; z-index:999999;}
.nav{width:100%;}
.nav>li{width:16.285%; position:relative;}
.nav>li>a{width:100%; height:52px; line-height:52px; font-size:16px; color:#fff; text-align:center;}
.nav>li:hover>a{background:#319557; color:#fff;}
.nav>li>a.on{background:#319557; color:#fff;}

.nav_sub{display:none; width:100%; float:left; position:absolute; left:0; top:100%; z-index:999999; background:rgba(19, 79, 193, 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:#319557; 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-头部+导航+大图*/

/*首页内容*/
.cpzx{width:100%; overflow:hidden; padding:50px 0;}
.cpzx_title{display:block; overflow:hidden; text-align:center;}
.cpzx_p{line-height:52px; padding-bottom:28px; background:url(../images/title_heng1.png) no-repeat center bottom; font-size:30px; color:#000; font-weight:bold;}
.cpzx_sp{line-height:28px; padding-top:10px; font-size:24px; color:#999; font-weight:bold; text-transform:uppercase;}
.cpzx_spp{line-height:22px; padding-top:10px; font-size:14px; color:#999;}
.cpzx_contect{display:block; overflow:hidden; padding-top:35px;}
.cpzx_left{width:288px; float:left; position: relative; z-index: 999;}
.about_dianhua_bj{width:100%; float:left; background:url(../images/about_bj.jpg) no-repeat center top; background-size:cover; padding:117px 0 40px 0;}
.about_dianhua_p{overflow:hidden; text-align:center; 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;}
.about_dianhua_p>span{float:left; line-height:42px; font-size:24px; color:#fff; position:relative; padding:0 20px;}
.about_dianhua_p>span::before{content:""; width:40px; float:left; height:1px; background:#fff; position:absolute; right:100%; top:50%; transform:translateY(-50%);}
.about_dianhua_p>span::after{content:""; width:40px; float:left; height:1px; background:#fff; position:absolute; left:100%; top:50%; transform:translateY(-50%);}
.about_dianhua_sp{display:block; overflow:hidden; line-height:50px; text-align:center; font-family:Impact; font-size:36px; color:#fff; margin:10px 0 15px 0;}
.cpzx_right{width:896px; float:right;}
.cpzx_ul{display:block; overflow:hidden; width:918px;}
.cpzx_ul li{width:284px; float:left; margin:0 22px 0 0;}
.cpzx_ul li .cpzx_B{width:100%; overflow:hidden; border:1px solid #ababab; padding:2px;}
.cpzx_ul li .cpzx_B .cpzx_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:contain;}
.cpzx_ul li .cpzx_B .cpzx_img::before{content:""; display:block; padding-top:95.1295%;}
.cpzx_ul li .cpzx_txt{display:block; overflow:hidden; height:70px; line-height:70px; text-align:center; font-size:16px; color:#474747;}
.cpzx_ul li:hover .cpzx_B{border-color:#134fc1;}
.cpzx_ul li:hover .cpzx_B .cpzx_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.cpzx_ul li:hover .cpzx_txt{color:#134fc1;}

.case{width:100%; overflow:hidden; background:url(../images/case_bj.jpg) no-repeat center center; background-size:cover; padding:50px 0;}
.case .cpzx_p{background:url(../images/title_heng2.png) no-repeat center bottom; color:#fff;}
.case .cpzx_sp{color:#fff; opacity:0.5;}
.case .cpzx_spp{color:#fff;}
.case_ul{display:block; overflow:hidden; width:1232px; padding-top:35px;}
.case_ul li{width:276px; float:left; margin:0 32px 0 0;}
.case_ul li .case_B{width:100%; overflow:hidden; border:1px solid #c6c6c6;}
.case_ul li .case_B .case_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:contain;}
.case_ul li .case_B .case_img::before{content:""; display:block; padding-top:75.1825%;}
.case_ul li .case_txt{display:block; overflow:hidden; height:60px; line-height:60px; text-align:center; font-size:16px; color:#fff; opacity:0.6;}
.case_ul li:hover .case_B{border-color:#fff;}
.case_ul li:hover .case_B .case_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.case_ul li:hover .case_txt{opacity:1;}

.ys{width:100%; overflow:hidden; padding:50px 0; background:url(../images/ys_bj.jpg) no-repeat center center; background-size:cover;}
.ys_titleB{display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; overflow:hidden;}
.ys_title{float:left; text-align:center; padding:35px 0 10px 42px; background:url(../images/ys_title.jpg) no-repeat left top; text-align:left;}
.ys_p{line-height:40px; font-size:36px; color:#134fc1; font-weight:bold;}
.ys_sp{line-height:26px; font-size:20px; color:#000; opacity:0.6;}
.ys_spp{line-height:16px; font-size:14px; color:#bbb; text-transform:uppercase;}
.ys_spp>span{position:relative; padding-right:10px;}
.ys_spp>span::before{content:""; width:2000px; float:left; height:6px; border-top:1px solid #d0d0d0;border-bottom:3px solid #cdcdcd; background:#fff; position:absolute; left:100%; bottom:3px;}
.ys_ul{display:block; overflow:hidden; padding-top:40px;}
.ys_ul li{display:flex; flex-wrap: wrap; overflow: hidden;}
.ys_ul li .ys_left{width:50%; float:left; padding: 15px 15px 0 0;}
.ys_ul li .ys_left .ys_B{width:100%; float:left;}
/* .ys_ul li .ys_left .ys_B:last-child{margin: 0;} */
.ys_ul li .ys_left .ys_B .ys_titleB{display:block; overflow:hidden; border-bottom:1px solid #d0d0d0;}
.ys_ul li .ys_left .ys_B .ys_titleB .ys_sub{width: 66px;float: left;height: 66px;line-height: 54px; text-align:center; background:url(../images/ys_logo.png) no-repeat center center; background-size:100% 100%; font-size:30px; color:#fff; margin-right:15px;}
.ys_ul li .ys_left .ys_B .ys_titleB .ys_pp{display:block; overflow:hidden; line-height:30px; font-size:22px; color:#333; font-weight:bold; margin-top:5px;}
.ys_ul li .ys_left .ys_B .ys_titleB .ys_pps{display:block; overflow:hidden; line-height:22px; font-size:16px; color:#8e8e8e;}
.ys_ul li .ys_left .ys_B .ys_txt{display:block; overflow:hidden; padding: 10px;}
.ys_ul li .ys_left .ys_B .ys_txt>p{display:block; line-height:24px; overflow:hidden; background:url(../images/ys_jiantou.png) no-repeat left center; padding-left:30px;}
.ys_ul li .ys_right{width:50%; float:left; display: flex;align-items: center;align-content: center;justify-content: center;}
.ys_ul li:nth-child(even){
	flex-direction: row-reverse;
}
.ys_ul li:nth-child(even) .ys_left{float:right; padding: 15px 0 0 15px;}


.gsjj{width:100%; overflow:hidden; background:url(../images/gsjj_title.jpg) no-repeat center top; background-size:1920px 160px; padding:65px 0;}
.gsjj>.container{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.gsjj_left{width:40%; float:left; background-position:center; background-repeat:no-repeat; background-size:cover; position:relative;}
/*.gsjj_left::before{content:""; width:calc(100% - 6px); height:calc(100% - 6px); float:left; border:3px solid #fff; position:absolute; left:3px; top:3px;}*/
.gsjj_right{width:60%; float:left; padding-left:25px;}
.gsjj_title{display:block; overflow:hidden; color:#fff;}
.gsjj_p{line-height:34px; font-size:14px; text-transform:uppercase;}
.gsjj_p>span{font-size:18px;}
.gsjj_sp{line-height:42px; font-size:24px; font-weight:bold;}
.gsjj_txt{display:block; overflow:hidden; font-size:14px; color:#161616; line-height:30px; height:150px; margin-top:43px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:5; -webkit-box-orient: vertical;}
.gsjj_more{display:block; overflow:hidden; padding-top:25px;}
.gsjj_more a{display:block; width:116px; height:38px; line-height:38px; text-align:center; background:#134fc1; font-size:12px; color:#fff;}
.gsjj_more a:hover{background:#319557;}

.news{width:100%; overflow:hidden; background:url(../images/news_bj.jpg) no-repeat center center; background-size:cover; padding:50px 0;}
.news .cpzx_p{background:url(../images/title_heng2.png) no-repeat center bottom; color:#fff;}
.news .cpzx_sp{color:#fff; opacity:0.5;}
.news .cpzx_spp{color:#fff;}
.news_ul{display:block; overflow:hidden; width:1230px;}
.news_ul li{width:380px; float:left; margin:75px 30px 0 0;}
.news_ul li a{width:100%; float:left; background:#fff; padding:25px 20px;}
.news_ul li a .news_logo{width:96px; display:block; overflow:hidden; height:96px; border:3px solid #fff; position:relative; border-radius:50%; margin-top:-73px;}
.news_ul li a .news_logo img{ z-index:99;}
.news_ul li a .news_logo::before{content:""; width:100%; height:50%; float:left; position:absolute; left:0; top:0; background:#d0d0d0; transition:all 0.4s;}
.news_ul li a .news_logo::after{content:""; width:100%; height:50%; float:left; position:absolute; left:0; bottom:0; background:#c0c0c0; transition:all 0.4s;}
.news_ul li a .news_p{display:block; overflow:hidden; margin-top:30px; line-height:30px; font-size:18px; color:#292929;text-overflow:ellipsis; white-space: nowrap;}
.news_ul li a .news_sp{display:block; overflow:hidden; line-height:22px; font-size:14px; color:#ababab;}
.news_ul li a .news_txt{display:block; overflow:hidden; height:120px; line-height:30px; font-size:14px; color:#858585; margin-top:25px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical;}
.news_ul li a:hover .news_logo::before{background:#319557;}
.news_ul li a:hover .news_logo::after{background:#134fc1;}

.hz{width: 100%;overflow: hidden; padding: 50px 0; background-color: #f4f4f4;}
.hz-imgbox{margin-top: 30px;}
.hz-imgbox .swiper-slide a{width: 100%; float: left; overflow: hidden; position: relative;border: 1px solid #ccc; background-color: #fff;}
.hz-imgbox .swiper-slide a::before{content: ""; display: block; padding-top: 55%;}
.hz-imgbox .swiper-slide a>img{position:absolute;left:0;right:0;top:0;bottom:0;max-width:100%;max-height:100%;display:block;margin:auto;padding:auto;transition:all 1s;-webkit-transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s}
.hz-imgbox .swiper-slide:hover a>img{transform: scale(1.1);}

.lxwm{width:100%; overflow:hidden; padding:50px 0;}
.lxwm_contect{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; padding-top:40px;}
.lxwm_left{width:40%; float:left; border-right:1px dotted #212121;}
.lxwm_map{width:100%; float:left; border:1px solid #e1e1e1; height:100%;}
.lxwm_R{width:100%; float:right; padding:0 20px;}
.lxwm_up{display:block; overflow:hidden; font-size:14px; line-height:24px; color:#484848;}
.lxwm_txt{display:block; overflow:hidden; font-size:14px; line-height:24px; color:#000; font-weight:bold; padding-top:28px;}
.lxwm_more{display:block; overflow:hidden; padding-top:26px;}
.lxwm_more a{display:block; overflow:hidden; width:130px; height:40px; line-height:40px; text-align:center; font-size:12px; color:#fff; background:#202020;}
.lxwm_more a:hover{background:#319557; color:#fff;}

.lxwm_right{width:60%; float:right; padding-left:20px;}
.lxwm_form{display:block; overflow:hidden;}
.lxwm_B{display:block; overflow:hidden; margin-bottom:12px;}
.lxwm_B .lxwm_spp{width:50px; float:left; height:38px; line-height:38px; font-size:14px; color:#262626;}
.lxwm_B .lxwm_inp1{width:calc(100% - 50px); float:left; height:38px; line-height:38px; border:1px solid #dcdcdc; border-radius:10px; padding:0 10px; font-size:14px; color:#000;}
.lxwm_B .lxwm_inp2{width:calc(100% - 50px); float:left; height:112px; line-height:22px; border:1px solid #dcdcdc; border-radius:10px; padding:3px 10px; font-size:14px; color:#000; outline:none;}
.lxwm_btn{width:calc(100% - 50px); float:right; overflow:hidden; height:38px; line-height:38px; background:#134fc1; font-size:14px; color:#fff; border-radius:10px;}
/*END-首页内容*/

/*底部*/
.footer{background:#134fc1;}
.link{display:block; overflow:hidden; border-bottom:1px solid rgba(255,255,255,0.2); font-size:16px; color:#fff; line-height:24px; padding:28px 0;}
.link a{color:#fff; margin:0 10px;font-size: 16px;}
.link a:hover{color:#fff; text-decoration:underline !important;}
.link p{display: inline-block;}

.foot{display:block; overflow:hidden; padding:25px 0;}
.foot_L{width:62%; float:left;}
.foot_nav{display:block; overflow:hidden; color:#fff; font-size:16px; line-height:26px;}
.foot_nav a{color:#fff; margin:0 10px;}
.foot_nav a:first-child{ margin:0 10px 0 0;}
.foot_txt{display:block; overflow:hidden; line-height:24px; font-size:14px; color:#fff; padding-top:15px;}
.foot_R{float:right; display:flex;}
.foot_R img{width:88px; float:left; height:88px; margin-right:15px;}
.foot_B{display:block; overflow:hidden; line-height:26px; color:#fff; font-size:12px;}
.foot_B>span{display:block;}
.foot_B>span:nth-child(2){ line-height:36px; font-size:24px; font-weight:bold;}
.footer_txt{width:100%; overflow:hidden; text-align:center; background:#3a77e9; font-size:12px; color:#fff; line-height:18px; padding:10px 0;}
.footer_txt a{color:#fff; margin:0 10px;}
.footer_txt a:hover{color:#fff; text-decoration:underline!important}
/*END-底部*/

/*关于我们*/
.main{width:100%; overflow:hidden; padding:50px 0;}
.main_left{width:288px; float:left;}
.about{width:100%; float:left; margin-bottom:30px; border:2px solid #ededed;}
.about_title{display:block; overflow:hidden; height:86px; line-height:86px; text-align:center; background:url(../images/about_title_bj.jpg) no-repeat center center; background-size:cover; font-size:24px; color:#fff; font-weight:bold;}
.about_ul{display:block;}
.about_ul>li{width: 100%; float: left; position: relative; z-index: 999999; border-top:2px solid #ededed;background: #ae9375}
.about_ul>li>a{display:block; overflow:hidden; height:60px; line-height:60px; text-align:center; font-size:16px; color:#fff;}
.about_ul>li:hover>a{background:#319557; color:#fff;}
.about_ul>li.about_on>a{background:#319557; color:#fff;}

.about_dl{
	display: none;
	width: 100%;
	float: left;
	background-color: rgba(174,147,117,0.8);
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 999;
	padding: 2px;
}
.about_dl dd{
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #fff;
}
.about_dl dd a{
	display:block; overflow:hidden; height:50px; line-height:50px; text-align:center; font-size:16px; color:#fff;
}
.about_dl dd a:hover{
	background-color: #319557;
}
.about_ul>li:hover .about_dl{
	display: block;
}


.about_dl dd a.act{
	background-color: #319557;
}




.about_B{display:block; overflow:hidden; border-top:2px solid  #ededed;}
.about_B img{width:100%; display:block; height:auto;}
.about_B>span{display:block; overflow:hidden; background:#ececec; padding:10px; font-size:14px; color:#000; line-height:30px;}

.main_right{width:896px; float:right;}
.dqwz_title{width:100%; float:left; line-height:42px; border-bottom:3px solid #d3d3d3;}
.dqwz_p{float:left; font-size:18px; color:#222222;}
.dqwz_nav{float:right; font-size:12px; color:#5f5f5f;}
.dqwz_nav>span{color:#134fc1;}
.dqwz_contect{width:100%; float:left; padding-top:30px;}
.company{display:block; overflow:hidden; font-size:14px; color:#000; line-height:30px;}
.company img{max-width: 100% !important; height: auto !important;}
/*END-关于我们*/

/*产品中心/工程案例*/
.cpzx_ul1{display:block; overflow:hidden; width:100%;}
.cpzx_ul1 li{width: calc(100% / 3 - 2%);margin:1%;float:left; }
.cpzx_ul1 li .cpzx_B{width:100%; overflow:hidden; border:1px solid #ababab; padding:2px;}
.cpzx_ul1 li .cpzx_B .cpzx_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:contain;}
.cpzx_ul1 li .cpzx_B .cpzx_img::before{content:""; display:block; padding-top:94.1295%;}
.cpzx_ul1 li .cpzx_txt{display:block; overflow:hidden; height:70px; line-height:70px; text-align:center; font-size:16px; color:#474747;}
.cpzx_ul1 li:hover .cpzx_B{border-color:#134fc1;}
.cpzx_ul1 li:hover .cpzx_B .cpzx_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.cpzx_ul1 li:hover .cpzx_txt{color:#134fc1;}

.tj-cp li{width: calc(100% / 4 - 2%);margin:1%;}

.cpxq{display:block; overflow:hidden;}
.cpxq_p{display:block; overflow:hidden;    border-bottom: 1px dotted #dedede; text-align:left;margin-bottom: 10px; font-size:16px; color:#000; line-height:26px; font-weight:bold;}
.cpxq_img{display:block; overflow:hidden; padding:20px 0;}
.cpxq_txt{display:block; overflow:hidden; font-size:16px; color:#000; line-height:30px;}
.cpxq_img .myleft{float: left;width: 40%;margin-right:20px;}
.cpxq_img .myright{float: left;width: 56%;    }
.myname{font-size: 18px; margin:20px 0px;color:#134fc1;font-weight: bold;display: flex;justify-content: space-between;align-items: center;}
.myname a{color:#134fc1;font-weight: normal;font-size: 14px;}
.myname a:hover{color:#134fc1;text-decoration: underline !important;}

main{background-color: #f1f1f1;}

.paging{width: 100%;padding-top: 10px;border-top: 1px solid #ccc;display: flex;justify-content: space-between;align-items: center;margin-bottom: 30px;}
.paging a{color:#999;font-size: 14px;}
.paging a:hover{color:#134fc1;text-decoration: underline !important;}


.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:30px;}
.xw_ul li a{display:flex; overflow:hidden; border:1px solid #b2b2b2;}
.xw_ul li a .xw_img{width:280px; float:left; border:2px solid #fff; background-position:center; background-repeat:no-repeat; background-size:contain;}
.xw_ul li a .xw_R{width:calc(100% - 280px); float:left; border-left:1px solid #b2b2b2; padding:10px; color:#333;}
.xw_ul li a .xw_R .xw_p{display:block; overflow:hidden; line-height:30px; font-size:16px;text-overflow:ellipsis; white-space: nowrap;font-weight: bold;}
.xw_ul li a .xw_R .xw_txt{display:block; overflow:hidden; height:90px; line-height:30px; font-size:14px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical; margin-top:10px;}
.xw_ul li a .xw_R .xw_sp{display:block; overflow:hidden; line-height:24px; font-size:12px; margin-top:10px;}
.xw_ul li a:hover{border-color:#134fc1;}
.xw_ul li a:hover .xw_R{color:#134fc1;border-color:#134fc1;}

.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:5px 0; border-bottom:1px dashed #ccc;}
.xwxq_img{display:block; overflow:hidden; padding:20px 0;}
.xwxq_txt{display:block; overflow:hidden; font-size:14px; line-height:30px; color:#000;}
/*END-新闻中心*/

/*在线留言*/
.message_form{display:block; max-width:90%; margin:0 auto; overflow:hidden;}
.message_B{display:block; overflow:hidden; margin-bottom:15px;}
.message_sp{width:46px; float:left; height:36px; line-height:36px; font-size:14px; color:#000;}
.message_inp1{width:calc(100% - 46px); float:left; height:36px; line-height:34px; border:1px solid #cacaca; background:#fff; font-size:14px; color:#000; padding:0 10px;}
.message_inp2{width:calc(100% - 46px); float:left; height:220px; line-height:24px; border:1px solid #cacaca; background:#fff; font-size:14px; color:#000; padding:5px 10px; outline:none;}
.message_btn{width:calc(100% - 46px); float:left; height:52px; background:#134fc1; border-radius:5px; font-size:16px; color:#fff; }
/*END-在线留言*/

/*联系我们*/
.contact_txt{display:block; overflow:hidden; font-size:14px; color:#000; line-height:30px;}
.contact_map{width:100%; overflow: hidden; height:350px; border:none; margin-top:20px;}
/*END-联系我们*/

@media (max-width:1220px) {
/*头部+导航*/
.topbox{padding:0 1%;}
.header{padding:30px 1%;}
nav{padding:0 1%;}
.search {width:320px;}
.header_dianhua {margin: 4px 0 0 20px;}
/*END-头部+导航*/

/*首页内容*/
.cpzx {padding:40px 1%;}
.cpzx_left {width:24%;}
.cpzx_right {width:74%;}
.cpzx_ul {width:100%;}
.cpzx_ul li {width:31.33%; margin: 0 1%;}

.case {padding:40px 1%;}
.case_ul {width:100%;}
.case_ul li {width:23%; margin:0 1%;}

.ys {padding:60px 1%;}
.ys_ul li .ys_left .ys_B {margin:30px 0;}
.ys_ul li .ys_left .ys_B .ys_txt {padding: 20px 0 0 50px;}

.gsjj {padding:40px 1%;}
.news {padding:40px 1%;}
.news_ul {width:100%;}
.news_ul li {width:31.33%; margin:75px 1% 0 1%;}
.hz{padding: 40px 0;}
.lxwm {padding:40px 1%;}
/*END-首页内容*/

/*底部*/
.link{padding:25px 1%;}
.foot{ padding:20px 1%;}
/*END-底部*/ 

/*关于我们*/
.main{padding:40px 1%;}
.main_left{width:24%;}
.main_right{width:74%;}
/*END-关于我们*/

/*产品中心/工程案例*/
.cpzx_ul1{width:100%;}
.cpzx_ul1 li{width:31.33%; margin:0 1%;}
/*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:#134fc1;}

.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{padding:0;}
.nav {display:block; width:100%; padding:0;  background:rgba(28, 130, 253, 0.8);}
.nav>li{width:calc(100% / 3); border-bottom:1px solid #fff; margin:0; background:none;}
.nav>li>a{width:100%; text-align:center; height:36px; line-height:36px; color:#fff;border-left: 1px solid #ffff;font-size: 14px;}
/*END-头部+导航*/

/*首页内容*/
.cpzx {padding:30px 10px;}
.cpzx_left {width:29%;}
.cpzx_right {width:69%;}
.cpzx_ul li .cpzx_txt {height:50px; line-height:50px;}

.case {padding:30px 10px;}
.case_ul li {width:31.33%;}
.case_ul li .case_txt {height:50px; line-height:50px;}

.ys {padding:30px 10px;}
.ys_ul {padding-top:30px;}
.ys_ul li .ys_left .ys_B {margin:30px 0;}
.ys_ul li .ys_left .ys_B .ys_titleB .ys_pp {line-height:30px; font-size:18px;}
.ys_ul li .ys_left .ys_B .ys_titleB .ys_pps {line-height:18px; font-size:14px;}
.ys_ul li .ys_left .ys_B .ys_txt {padding:10px 0 0 10px;}
.ys_ul li .ys_left .ys_B .ys_txt>p {line-height:30px; padding-left: 25px;}

.gsjj {padding:30px 10px; background: url(../images/gsjj_title.jpg) no-repeat center top; background-size: 1920px 130px;}
.gsjj_txt {height:120px; line-height:24px; margin-top:40px;}

.news {padding:30px 10px;}
.news_ul li a {padding:15px;}
.news_ul li a .news_p {margin-top:10px;}
.news_ul li a .news_txt {height:96px; line-height:24px; margin-top:10px;}

.hz{padding: 30px 0;}
.hz-imgbox{margin-top: 20px;}

.lxwm {padding:30px 10px;}
.lxwm_contect {padding-top:30px;}
.lxwm_txt {padding-top:10px;}
.lxwm_more {padding-top:10px;}
/*END-首页内容*/

/*底部*/
.link{padding:20px 10px;}
.foot{ padding:20px 10px;}
/*END-底部*/ 

/*关于我们*/
.main{padding:30px 10px;}
.main_left{width:29%;}
.main_right{width:69%;}
/*END-关于我们*/

/*产品中心/工程案例*/
.cpzx_ul1 li .cpzx_txt {height:50px; line-height:50px;}
/*END-产品中心/工程案例*/


/*新闻中心*/
.xw_ul li a .xw_img{width:180px;}
.xw_ul li a .xw_R{width:calc(100% - 180px); padding:15px;}
.xw_ul li a .xw_R .xw_txt {margin-top:5px;}
.xw_ul li a .xw_R .xw_sp {margin-top:5px;}
/*END-新闻中心*/

}

@media (max-width:767px){
.gsjj_more a{background:#0c88e8}
.link p{margin-top: 10px;}
.footer span{font-size: 16px;}
.cpzx_ul li:nth-child(n+9){display:none;}
.company img{max-width: 100%;height: auto;display: block;margin:0 auto;}
.cpxq_txt table{width: 100%!important;}
/*头部+导航*/
.logo {padding:15px 10px;}
.logo img{width:80%;}
.icon-menu {right:10px; width:30px; height:18px;}
.icon-menu span{height:3px;}
/*END-头部+导航*/

/*首页内容*/
.cpzx {padding:10px;}
.cpzx_p {line-height:30px; font-size:20px;}
.cpzx_sp {line-height:24px; padding-top:5px; font-size:16px;}
.cpzx_spp {line-height:16px; padding-top:5px; font-size:12px;}
.cpzx_contect {padding-top:10px;}
.cpzx_left {width:100%;}
.cpzx_right {width:100%;}
.cpzx_ul{display:flex; flex-wrap:wrap; justify-content:space-between; padding-top:10px;}
.cpzx_ul li{width:calc(50% - 5px); margin:0;}
.cpzx_ul li .cpzx_txt {height:40px; line-height:40px; font-size:14px;}
/*.cpzx_ul li:last-child{display:none;}*/

.cpxq_img .myleft{float: left;width: 100%;}
.cpxq_img .myright{float: left;width: 100%}
.cpxq_p{padding-top:20px;}
.myname{font-size: 18px; margin:20px 0px;color:#134fc1;font-weight: bold;}


.case {padding:10px;}
.case_ul{padding:10px 0 0 0; display:flex; flex-wrap:wrap; justify-content:space-between;}
.case_ul li {width:calc(50% - 5px); margin:0;}
.case_ul li .case_txt {height:40px; line-height:40px; font-size:14px;}

.ys {padding:10px;}
.ys_title {padding:15px 0 10px 10px;background: url(../images/ys_title.jpg) no-repeat left top; background-size:contain;}
.ys_p {line-height: 30px; font-size: 20px;}
.ys_sp {line-height: 22px; font-size: 16px;}
.ys_spp {line-height:14px; font-size:12px;}
.ys_ul {padding-top:10px;}
.ys_ul li .ys_left{width:100%;}
.ys_ul li .ys_left .ys_B {margin:0 0 10px 0;}
.ys_ul li .ys_left .ys_B .ys_titleB .ys_sub {width:35px; height:58px; margin-right:5px; line-height:40px; font-size:20px;}
.ys_ul li .ys_left .ys_B .ys_titleB .ys_pp {line-height:26px; font-size:16px; margin:0;}
.ys_ul li .ys_left .ys_B .ys_titleB .ys_pps {line-height:16px; font-size:12px;}
.ys_ul li .ys_left .ys_B .ys_txt {padding:10px 0 0 0;}
.ys_ul li .ys_left .ys_B .ys_txt>p {line-height:24px; font-size:12px;}
.ys_ul li .ys_right{width:100%;}

.gsjj {padding:10px; background: url(../images/gsjj_title.jpg) no-repeat center center; background-size:cover;}
.gsjj_left {width:100%;}
.gsjj_left::after{content:""; display:block;/* padding-top:71%;*/}
.gsjj_right {width:100%; padding:10px 0 0 0;}
.gsjj_p {line-height:24px; font-size:12px;}
.gsjj_sp {line-height:32px; font-size:18px;}
.gsjj_txt {height:240px; line-height:24px; color:#fff;-webkit-line-clamp: 10; margin-top:10px;}
.gsjj_more {padding-top:10px;}

.news {padding:10px;}
.news_ul li{width:100%; margin-top:10px;}
.news_ul li a {padding:5px;}
.news_ul li a .news_logo {width:40px; float:left; height:40px; margin-top:0;}
.news_ul li a .news_logo img {height:20px;}
.news_ul li a .news_p {margin-top:0; height:40px; line-height:40px; font-size:16px;}
.news_ul li a .news_txt {height:80px; line-height:20px; margin-top:5px;}

.hz{padding: 10px 0;}
.hz-imgbox{margin-top: 10px;}

.lxwm {padding:10px;}
.lxwm_contect {padding-top:10px;}
.lxwm_left{width:100%; border:none; padding-bottom:10px; border-bottom:1px dotted #212121;}
.lxwm_map {width:100%; height:250px;}
.lxwm_R {width:100%; padding:10px 0 0 0;}
.lxwm_right {width:100%; padding:10px 0 0 0;}
/*END-首页内容*/

/*底部*/
.link{padding:10px; font-size:12px; line-height:20px;border:none; height: 81px;overflow: hidden;}
.link a{margin:0 5px 0px 0px;font-size: 14px;}
.foot{ padding:10px;}
.foot_L {width:100%;}
.foot_nav {font-size:12px; line-height:20px; text-align:center;}
.foot_nav a{margin:0 5px;}
.footer_txt {padding:10px;}
/*END-底部*/ 

/*关于我们*/
.main{padding:0;}
.main_left{width:100%;}
.about{margin:0;}
.about_title {height:50px; line-height:50px; text-align:left; background:url(../images/imgs/sj_jiantou.png) no-repeat right center,url(../images/about_title_bj.jpg) no-repeat center center; background-size:auto,cover; font-size:20px; padding-left:20px;}
.about_ul{display:block;}
.about_ul>li{width:initial;margin:3px; z-index: initial;}
.about_ul>li>a{height:40px; line-height:40px; font-size:14px;padding:0 10px;}

.main_right{width:100%;}
.dqwz_contect{padding:10px;}
.company{line-height:24px;}
/*END-关于我们*/

/*产品中心/工程案例*/
.cpzx_ul1{display:flex; flex-wrap:wrap; justify-content:space-between;}
.cpzx_ul1 li{width:calc(50% - 5px); margin:0;}
.cpzx_ul1 li .cpzx_txt {height:40px; line-height:40px; font-size:14px;}
.cpxq_img{padding:10px 0;}
.cpxq_txt{line-height:24px;}
/*END-产品中心/工程案例*/

/*新闻中心*/
.xw_ul li{margin-bottom:10px;}
.xw_ul li a .xw_img{width:100px;}
.xw_ul li a .xw_R{width:calc(100% - 100px); padding:0 10px;}
.xw_ul li a .xw_R .xw_txt {height:60px; line-height:20px; -webkit-line-clamp:3; margin-top:0;}
.xwxq_sp {line-height:14px;}
.xwxq_img{padding:10px 0;}
.xwxq_txt{line-height:24px;}
.xwxq_txt img{max-width: 100%;}
/*END-新闻中心*/

/*在线留言*/
.message_form{max-width:100%;}
.message_B{margin-bottom:10px;}
.message_inp2 {height:150px;}
/*END-在线留言*/

/*联系我们*/
.contact_map{height:250px; margin-top:10px;}
/*END-联系我们*/

}
.mytext{display: inline-block;}

/*手机底部*/
.root_kong{width:100%; height:36px; float:left; background:#fff;}
.root{width:100%; height:60px; position:fixed; bottom:0; left:0; z-index:9999999999999; background:#134fc1;
 height: calc(58px + constant(safe-area-inset-bottom));
    height: calc(58px + env(safe-area-inset-bottom));
    padding-bottom: constant(safe-area-inset-bottom);
    /*兼容 IOS<11.2*/
    padding-bottom: env(safe-area-inset-bottom);
    /*兼容 IOS>11.2*/
}
.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:#134fc1; 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 #0051ac;}
.dbbox .dbs img{ max-width: 140px; }
/*End*/
.jlfanye{ width:100%;margin:0 auto; text-align: center; }
.jlfanye a{ padding:5px 6px;  border: solid 1px #dedede; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#c41313;}
.mytel{font-size: 20px;float: left;margin-top: 30px;}
.mytel strong {
    color: #134fc1;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    
}

.myright .mybtn a{
	background: #134fc1;
     color:#fff;
     height: 38px;
     line-height: 38px;
         display: inline-block;
         width: 100px;text-align: center;
         margin: 30px 0px;
         float: left;
         margin-right: 20px;

}
.myright .mybtn1 a{
	background: #999;
     color:#fff;
     height: 38px;
     line-height: 38px;
         display: inline-block;
         width: 100px;text-align: center;
         margin: 30px 0px;
          float: left;

}