﻿/*外部公共样式*/
@import "iconfont.css";
@import "bootstrap.min.css";
@import "../swiper/css/swiper.min.css";
/*END-外部公共样式*/

/*头部+导航+大图*/
.header{width:100%; padding:26px 0; border-top:2px solid #1760c7;}
.logo img{width:100%; max-width:250px; max-height:86px;}
.header_R{padding-top:18px;}
.search_form{width:232px; float:left; margin-top:4px;border:1px solid #8f8f8f; border-radius:3px;}
.search_inp1{width:calc(100% - 40px); float:left; height:40px; border-radius:3px; padding:0 10px; font-size:14px; color:#000;}
.search_btn{width:40px; float:left; height:40px; background:url(../images/search_ss.png) no-repeat left center;}
.header_dianhua{height:50px; line-height:20px; color:#3f3f3f; font-size:18px; background:url(../images/header_dianhua.png) no-repeat left center; padding-left:65px; margin-left:30px;}
.header_dianhua span{display:block; overflow:hidden; line-height:22px; font-size:24px; font-family:'Eras ITC'; color:#1760c7; margin-top:8px;}

nav{background:url(../images/nav_bj.jpg) repeat; position:relative; left:0; top:0; z-index:999999;}
.nav{width:100%;}
.nav>li{width:12.5%; position:relative;}
.nav>li>a{width:100%; height:56px; line-height:56px; font-size:16px; color:#fff; text-align:center;}
.nav>li:hover>a{background:url(../images/nav_hover.jpg) repeat; background-size:auto 100%; color:#222;}

.nav_sub{display:none; width:100%; float:left; position:absolute; left:0; top:100%; z-index:999999;background:url(../images/nav_bj.jpg) repeat; background-size:auto 100%;}
.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:url(../images/nav_hover.jpg) repeat; background-size:auto 100%; color:#222;}

/*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-头部+导航+大图*/

/*首页内容*/
.cpzs{width:100%; overflow:hidden; padding:30px 0;}
.cpzs_title{display:block; overflow:hidden; text-align:center;}
.cpzs_p{display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center;}
.cpzs_p>span{float:left; position:relative; line-height:36px; padding:0 20px; font-size:30px; color:#1e1a17;}
.cpzs_p>span::before{content:""; width:112px; float:left; height:2px; border-top:1px solid #cac9c8; border-bottom:1px solid #969493; position:absolute; right:100%; top:50%; transform:translateY(-50%);}
.cpzs_p>span::after{content:""; width:112px; float:left; height:2px; border-top:1px solid #cac9c8; border-bottom:1px solid #969493; position:absolute; left:100%; top:50%; transform:translateY(-50%);}
.cpzs_sp{line-height:20px; text-transform:uppercase; font-size:16px; color:#999;}
.cpzs_ul{display:block; overflow:hidden; width:1208px; padding-top:35px;}
.cpzs_ul li{width:294px; float:left; margin:0 8px 8px 0;}
.cpzs_ul li .cpzs_B{width:100%; overflow:hidden; position:relative; border:3px solid #dfdfdf;}
.cpzs_ul li .cpzs_B .cpzs_img{width:100%; overflow:hidden; position:relative;}
.cpzs_ul li .cpzs_B .cpzs_img::before{content:""; display:block; padding-top:77.7778%;}
.cpzs_ul li .cpzs_B .cpzs_hover{width:0; height:0; overflow:hidden; background:rgba(23,96,199,0.8); position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}
.cpzs_ul li .cpzs_B .cpzs_logo{width:100%; max-width:118px; border-bottom:1px solid #fff; padding-bottom:14px; position:absolute; left:-50%; bottom:50%; transform:translateX(-50%);}
.cpzs_ul li .cpzs_B .cpzs_logo img{display:block; max-width:100%; height:32px; margin:0 auto;}
.cpzs_ul li .cpzs_B .cpzs_spp{width:100%; float:left; height:40px; line-height:40px; text-align:center; font-size:18px; color:#fff; position:absolute; right:-100%; top:50%;}
.cpzs_ul li .cpzs_txt{display:block; overflow:hidden; height:60px; line-height:60px; text-align:center; font-size:18px; color:#676767;}
.cpzs_ul li:hover .cpzs_B{border-color:#1760c7;}
.cpzs_ul li:hover .cpzs_B .cpzs_hover{width:100%; height:100%;}
.cpzs_ul li:hover .cpzs_B .cpzs_logo{left:50%;}
.cpzs_ul li:hover .cpzs_B .cpzs_spp{right:0;}
.cpzs_ul li:hover .cpzs_txt{color:#1760c7;}

.news{width:100%; overflow:hidden; background:#f8f8f8; padding:30px 0;}
.news_ul{display:block; overflow:hidden; width:1215px; padding-top:25px;}
.news_ul li{width:390px; float:left; margin:0 15px 15px 0;}
.news_ul li .news_B{width:100%; overflow:hidden; border:3px solid #e7e7e7;}
.news_ul li .news_B .news_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.news_ul li .news_B .news_img::before{content:""; display:block; padding-top:65.9741%;}
.news_ul li .news_p{display:block; overflow:hidden; height:30px; line-height:30px; margin-top:20px; font-size:18px; color:#707070;text-overflow:ellipsis; white-space: nowrap;}
.news_ul li .news_txt{display:block; overflow:hidden; height:72px; line-height:24px; margin-top:10px; font-size:12px; color:#919191;text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical;}
.news_ul li:hover .news_B{border-color:#1760c7;}
.news_ul li:hover .news_p{color:#1760c7;}
.news_ul li:hover .news_txt{color:#000;}

.gsjj{width:100%; overflow:hidden; padding:30px 0;}
.gsjj_left{width:66%; float:left; margin-top:35px;}
.gsjj_up{display:block; overflow:hidden; padding-bottom:25px; border-bottom:1px dotted #000; margin-bottom:25px;}
.gsjj_title{display:block; overflow:hidden; background:#efefef;}
.gsjj_title>span{float:left; width:115px; height:40px; line-height:40px; text-align:center; background:#1760c7; font-size:16px; color:#fff; font-weight:bold;}
.gsjj_contect{ padding-top:30px; display:-webkit-box; display:-ms-flexbox; display:flex;}
.gsjj_img{width:228px; float:left; border:3px solid #efefef; background-position:center; background-repeat:no-repeat; background-size:cover;}
.gsjj_B{width:calc(100% - 228px); float:left; padding:10px 0 0 30px;}
.gsjj_p{display:block; overflow:hidden; height:30px; line-height:30px; font-size:16px; color:#000; text-overflow:ellipsis; white-space: nowrap;}
.gsjj_heng{display:block; overflow:hidden; margin:10px 0; width:60px; height:3px; background:#1760c7;}
.gsjj_txt{display:block; overflow:hidden; height:60px; line-height:30px; font-size:14px; color:#000; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.gsjj_more{width:76px; height:30px; line-height:30px; text-align:center; background:#1760c7; font-size:12px; color:#fff; margin-top:15px;}

.honor{display:block; overflow:hidden;}
.honor_title{display:block; overflow:hidden; line-height:34px; font-size:14px; color:#373737; text-transform:uppercase;}
.honor_title>span{float:left; font-size:18px; color:#373737; padding-right:6px;}
.honor-imgbox{margin-top:15px;}
.honor-imgbox .swiper-slide {border:3px solid #eaeaea; transition:all 0.4s;}
.honor-imgbox .swiper-slide a{width:100%; float:left; overflow:hidden; position:relative;}
.honor-imgbox .swiper-slide a::before{content:""; display:block; padding-top:69.3878%;}
.honor-imgbox .swiper-slide:hover{border-color:#1760c7;}
.honor-imgbox .swiper-slide:hover a img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}

.gsjj_right{width:32%; float:right; margin-top:35px;}
.lxwm_contect{display:block; overflow:hidden; padding-top:30px; line-height:30px; font-size:14px; color:#000;}
.lxwm_contect img{width:100%; display:block; height:auto; margin-bottom:20px;}
/*END-首页内容*/

/*底部*/
.footer{background:#1760c7;}
.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;}
.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:70%; 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:#010c68; 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:262px; float:left;}
.about{width:100%; float:left; margin-bottom:40px;}
.about_title{display:block; overflow:hidden; height:60px; line-height:60px; text-align:center; background:#010c68; font-size:18px; color:#fff;}
.about_ul{display:block; overflow:hidden;}
.about_ul>li{display:block; overflow:hidden; margin-top:6px;}
.about_ul>li>a{display:block; overflow:hidden; height:40px; line-height:40px; background:#e3e3e3; text-align:center; font-size:16px; color:#1e1a17;}
.about_ul>li:hover>a{background:#1760c7; color:#fff;}
.about_ul>li.about_on>a{background:#1760c7; color:#fff;}
.about_dl{display:none; border:1px solid #e9e9e9; padding:8px;}
.about_dl>dd{display:block; overflow:hidden; border-bottom:1px solid #e9e9e9;}
.about_dl>dd>a{display:block; overflow:hidden; height:34px; line-height:34px; text-align:center; font-size:14px; color:#1e1a17;}
.about_dl>dd>a:hover{background:#1760c7; color:#fff;}
.about_dl>dd>a.act{background:#1760c7; color:#fff;}
.about_B{display:block; overflow:hidden; margin-top:20px;}
.about_B img{width:100%; display:block; height:auto;}
.about_B>span{display:block; overflow:hidden; background:#f2f2f2; padding:12px; font-size:14px; color:#282828; line-height:24px;}

.main_right{width:898px; 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:#1760c7;}
.dqwz_contect{width:100%; float:left; padding-top:30px;}
.company{display:block; overflow:hidden; font-size:16px; color:#000; line-height:30px;}
.company img{max-width: 100%;height: auto!important;}
/*END-关于我们/产品型号/合作品牌*/

/*产品展示*/
.cpzs_ul1{display:block; overflow:hidden; width:906px;}
.cpzs_ul1 li{width:294px; float:left; margin:0 8px 8px 0;}
.cpzs_ul1 li .cpzs_B{width:100%; overflow:hidden; position:relative; border:3px solid #dfdfdf;}
.cpzs_ul1 li .cpzs_B .cpzs_img{width:100%; overflow:hidden; position:relative;}
.cpzs_ul1 li .cpzs_B .cpzs_img::before{content:""; display:block; padding-top:77.7778%;}
.cpzs_ul1 li .cpzs_B .cpzs_hover{width:0; height:0; overflow:hidden; background:rgba(23,96,199,0.8); position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}
.cpzs_ul1 li .cpzs_B .cpzs_logo{width:100%; max-width:118px; border-bottom:1px solid #fff; padding-bottom:14px; position:absolute; left:-50%; bottom:50%; transform:translateX(-50%);}
.cpzs_ul1 li .cpzs_B .cpzs_logo img{display:block; max-width:100%; height:32px; margin:0 auto;}
.cpzs_ul1 li .cpzs_B .cpzs_spp{width:100%; float:left; height:40px; line-height:40px; text-align:center; font-size:18px; color:#fff; position:absolute; right:-100%; top:50%;}
.cpzs_ul1 li .cpzs_txt{display:block; overflow:hidden; height:60px; line-height:60px; text-align:center; font-size:18px; color:#676767;}
.cpzs_ul1 li:hover .cpzs_B{border-color:#1760c7;}
.cpzs_ul1 li:hover .cpzs_B .cpzs_hover{width:100%; height:100%;}
.cpzs_ul1 li:hover .cpzs_B .cpzs_logo{left:50%;}
.cpzs_ul1 li:hover .cpzs_B .cpzs_spp{right:0;}
.cpzs_ul1 li:hover .cpzs_txt{color:#1760c7;}

.cpxq{display:block; overflow:hidden;}
.cpxq_p{display:block; overflow:hidden; text-align:center; font-size:18px; color:#181818; line-height:26px; font-weight:bold;}
.cpxq_img{display:block; overflow:hidden; padding:20px 0;}
.cpxq_img img{border:3px solid #dfdfdf;}
.cpxq_txt{display:block; overflow:hidden; font-size:16px; color:#151515; line-height:30px;}
/*END-产品展示*/

/*新闻中心*/
.xw_ul{display:block; overflow:hidden;}
.xw_ul li{display:block; overflow:hidden; margin-bottom:30px;}
.xw_ul li a{display:-webkit-box; display:-ms-flexbox; display:flex; overflow:hidden; border:3px solid #e3e3e3;}
.xw_ul li a .xw_img{width:230px; float:left; border-right:3px solid #e3e3e3; background-position:center; background-repeat:no-repeat; background-size:cover;}
.xw_ul li a .xw_R{width:calc(100% - 230px); float:left; padding:15px; background:#e3e3e3; color:#888888;}
.xw_ul li a .xw_R .xw_p{display:block; overflow:hidden; line-height:30px; font-size:16px;text-overflow:ellipsis; white-space: nowrap;}
.xw_ul li a .xw_R .xw_txt{display:block; overflow:hidden; height:52px; line-height:26px; font-size:14px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; margin-top:15px;}
.xw_ul li a .xw_R .xw_sp{display:block; overflow:hidden; line-height:18px; font-size:12px; margin-top:15px;}
.xw_ul li a:hover .xw_R{background:#1760c7; color:#fff;}

.xwxq{display:block; overflow:hidden;}
.xwxq_p{display:block; overflow:hidden; text-align:center; font-size:18px; font-weight:bold; color:#181818; 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_img img{border:3px solid #dfdfdf;}
.xwxq_txt{display:block; overflow:hidden; font-size:16px; line-height:30px; color:#151515;margin-top: 10px;}
/*END-新闻中心*/

/*网上订购*/
.order_form{display:block; overflow:hidden;}
.order_B{display:block; overflow:hidden; margin-bottom:18px;}
.order_sp{width:94px; float:left; height:48px; line-height:48px; font-size:16px; color:#171717;}
.order_spp{float:left; height:48px; line-height:48px; font-size:14px; color:#a1a1a1; padding-left:20px;}
.order_inp1{width:460px; float:left; height:48px; line-height:46px; border:1px solid #c3c3c3; padding:0 10px; font-size:16px; color:#222;}
.order_inp2{width:460px; float:left; height:230px; line-height:24px; border:1px solid #c3c3c3; padding:10px; font-size:16px; color:#222; outline:none;}
.order_btn{width:224px; float:left; margin-right:12px; height:50px; border:1px solid #c3c3c3; background:#1760c7; font-size:16px; color:#fff; transition:all 0.4s;}
.order_btn:hover{background:#010c68; color:#fff;}
/*END-网上订购*/

/*联系我们*/
.contact_txt{display:block; overflow:hidden; font-size:16px; color:#000; line-height:30px;}
.contact_txt img{max-width: 100%;height: auto!important;}
.contact_map{width:100%; overflow: hidden; height:350px; border:none; margin-top:20px;}
/*END-联系我们*/

@media (max-width:1220px) {
/*头部+导航*/
.topbox{padding:0 1%;}
.header{padding:25px 1%;}
nav{padding:0 1%;}
/*END-头部+导航*/

/*首页内容*/
.cpzs{padding:40px 1%;}
.cpzs_ul{width:100%;}
.cpzs_ul li{width:24%; margin:0 0.5% 8px 0.5%;}

.news{padding:40px 1%;}
.news_ul{width:100%;}
.news_ul li{width:32.33%; margin:0 0.5% 15px 0.5%;}

.gsjj{padding:40px 1%;}
/*END-首页内容*/

/*底部*/
.link{padding:25px 1%;}
.foot{ padding:20px 1%;}
/*END-底部*/ 

/*关于我们/产品型号/合作品牌*/
.main{padding:40px 1%;}
.main_left{width:24%;}
.about{margin-bottom:30px;}
.main_right{width:74%;}
/*END-关于我们/产品型号/合作品牌*/

/*产品展示*/
.cpzs_ul1{width:100%;}
.cpzs_ul1 li{width:32.33%;margin:0 0.5% 8px 0.5%;}
/*END-产品展示*/

/*网上订购*/
.order_inp1{width:410px;}
.order_inp2{width:410px;}
.order_btn{width:200px; margin-right:10px;}
/*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:#1760c7;}

.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{background:none;}
.nav {display:none; width:150px; padding:2px; position:absolute; right:10px; top:0;}
.nav>li{width:100%; margin:0; background:none;}
.nav>li>a{width:100%; text-align:center; height:40px; line-height:40px; color:#fff;background:url(../images/nav_bj.jpg) repeat; background-size:auto 100%;}
/*END-头部+导航*/

/*首页内容*/
.cpzs{padding:20px 10px;}
.cpzs_ul{padding-top:20px;}
.cpzs_ul li{width:32.33%;}
.cpzs_ul li .cpzs_txt {height:50px; line-height:50px;}

.news{padding:20px 10px;}
.gsjj{padding:20px 10px;}
/*END-首页内容*/

/*底部*/
.link{padding:20px 10px;}
.foot{ padding:20px 10px;}
.foot_L {width: 62%;}
/*END-底部*/ 

/*关于我们/产品型号/合作品牌*/
.main{padding:30px 10px;}
.main_left{width:29%;}
.about{margin-bottom:20px;}
.main_right{width:69%;}
/*END-关于我们/产品型号/合作品牌*/

/*产品展示*/
.cpzs_ul1 li .cpzs_txt {height:50px; line-height:50px;}
/*END-产品展示*/

/*新闻中心*/
.xw_ul li a .xw_img{width:200px;}
.xw_ul li a .xw_R{width:calc(100% - 200px); 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-新闻中心*/

/*网上订购*/
.order_B{margin-bottom:10px;}
.order_spp{height:28px; line-height:28px; padding-left:0; width:100%; text-align:right;}
.order_inp1{width:calc(100% - 94px);}
.order_inp2{width:calc(100% - 94px);}
.order_btn{width:calc(50% - 60px);}
/*END-网上订购*/

}

@media (max-width:767px){
/*头部+导航*/
.logo {padding:10px;}
.logo img{width:46%;}
.icon-menu {right:10px; width:30px; height:18px;}
.icon-menu span{height:3px;}
/*END-头部+导航*/

/*首页内容*/
.cpzs{padding:10px;}
.cpzs_p>span {line-height:30px; padding:0 10px; font-size:20px;}
.cpzs_sp {font-size: 14px;}
.cpzs_ul{padding-top:0; display:flex; flex-wrap:wrap; justify-content:space-between;}
.cpzs_ul li{width:calc(50% - 5px); margin:5px 0 0 0;}
.cpzs_ul li .cpzs_B .cpzs_logo {max-width:88px; padding-bottom:5px;}
.cpzs_ul li .cpzs_B .cpzs_logo img {height:24px;}
.cpzs_ul li .cpzs_B .cpzs_spp {height:30px; line-height:30px; font-size:14px;}
.cpzs_ul li .cpzs_txt {height:36px; line-height:36px; font-size:14px;}

.news{padding:10px;}
.news_ul {padding-top:0;}
.news_ul li {width:100%; margin:10px 0 0 0;}
.news_ul li .news_B {width:95px; float:left; margin-right:10px;}
.news_ul li .news_B .news_img::before {padding-top:100%;}
.news_ul li .news_p {margin-top:0; font-size:16px;}
.news_ul li .news_txt {height:60px; line-height:20px; margin-top:5px;}

.gsjj{padding:10px;}
.gsjj_left {width:100%; margin-top:10px;}
.gsjj_up {padding-bottom:10px; margin-bottom:10px;}
.gsjj_contect {padding-top:10px;}
.gsjj_img {width:120px;}
.gsjj_B {width:calc(100% - 120px); padding:0 0 0 10px;}
.gsjj_heng {margin:2px 0;}
.gsjj_txt {height:40px; line-height:20px;}
.gsjj_more {height:24px; line-height:24px; margin-top:5px;}
.honor-imgbox {margin-top:10px;}
.gsjj_right {width:100%; margin-top:10px;}
.lxwm_contect {padding-top:10px; line-height:24px;}
.lxwm_contect img {margin-bottom:5px;}
/*END-首页内容*/

/*底部*/
.link{padding:10px; font-size:12px; line-height:20px;}
.link a{margin:0 5px;}
.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-bottom:0;}
.about_title {background:url(../images/imgs/sj_jiantou.png) no-repeat right center #010c68; height:50px; line-height:50px; text-align:left; padding-left:20px; font-weight:bold;}
.about_ul{display:none; padding:0 2px;}
.about_ul>li {margin-top:2px;}
.about_dl {padding:3px;}
.main_right{width:100%;}
.dqwz_contect{padding:10px;}
.company {line-height:24px;}
/*END-关于我们/产品型号/合作品牌*/

/*产品展示*/
.cpzs_ul1{display:flex; flex-wrap:wrap; justify-content:space-between;}
.cpzs_ul1 li{width:calc(50% - 5px); margin:5px 0 0 0;}
.cpzs_ul1 li .cpzs_B .cpzs_logo {max-width:88px; padding-bottom:5px;}
.cpzs_ul1 li .cpzs_B .cpzs_logo img {height:24px;}
.cpzs_ul1 li .cpzs_B .cpzs_spp {height:30px; line-height:30px; font-size:14px;}
.cpzs_ul1 li .cpzs_txt {height:36px; line-height:36px; font-size:14px;}
.cpxq_img{padding:10px 0;}
.cpxq_txt{font-size:14px; line-height:24px;}
.cpxq_txt img{max-width: 100%;height: auto;}
/*END-产品展示*/

/*新闻中心*/
.xw_ul li{margin-bottom:10px;}
.xw_ul li a .xw_img{width:110px;}
.xw_ul li a .xw_R{width:calc(100% - 110px); padding:0 5px;}
.xw_ul li a .xw_R .xw_txt {height:80px; line-height:20px; margin-top:0;}
.xwxq_sp {line-height:14px;}
.xwxq_img{padding:10px 0;}
.xwxq_txt{font-size:14px; line-height:24px;}
.xwxq_txt img{max-width: 100%;height: auto;}
/*END-新闻中心*/

/*网上订购*/
.order_B{margin-bottom:10px;}
.order_sp{width:65px; font-size:12px; height:34px; line-height:34px;}
.order_spp{height:22px; line-height:22px; font-size:12px;}
.order_inp1{width:calc(100% - 65px); height:34px; line-height:32px;}
.order_inp2{width:calc(100% - 65px); height:150px;}
.order_btn{width:calc(50% - 10px); margin:0; height:42px;}
.order_btn:last-child{float:right;}
/*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:#0580d2;}
.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:#0051ac; 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 13px;  border: solid 1px #dedede; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#005bac;}