/*外部公共样式*/
@import "bootstrap.min.css";
@import "../swiper/css/swiper.min.css";
/*END-外部公共样式*/

/*头部+导航*/
.topbox{width:100%; overflow:hidden; line-height:40px; color:#797979; background:#e9e9e9; font-size:14px;}
.topbox a{color:#797979; margin:0 10px;}
.topbox a:last-child{margin:0 0 0 10px;}
.topbox a:hover{color:#ff6600; text-decoration:underline!important;}

.header{width:100%; padding:25px 0;}
.logo img{height:60px;}
.search{width:300px; margin-top:6px; border:1px solid #d0d0d0; border-radius:20px;}
.search_inp1{width:calc(100% - 60px); float:left; height:40px; padding:0 10px 0 20px; font-size:14px; color:#000; border-radius:20px;}
.search_inp1::-webkit-input-placeholder{color: #a8a8a8;} 
.search_inp1:-moz-placeholder{color: #a8a8a8;} 
.search_btn{width:60px; float:left; height:40px; background:url(../images/search_ss.png) no-repeat center center; border-radius:20px;}
.header_dianhua{line-height:24px; background:url(../images/header_dianhua.png) no-repeat left center; padding-left:50px; margin:3px 0 0 30px; font-size:16px; color:#727272;}
.header_dianhua>span{display:block; overflow:hidden; font-size:18px; color:#ff6d01; font-weight:bold;}

nav{background:#1a856b; position:relative; left:0; top:0; z-index:9999999;}
.nav{width:100%;}
.nav>li{width:14.285%; float:left; position:relative;}
.nav>li>a{width:100%; float:left; overflow:hidden; height:62px; line-height:62px; text-align:center; font-size:18px; color:#fff; font-weight:bold;}
.nav>li:hover>a{background:#ff6600; color:#fff;}
.nav>li>a.on{background:#ff6600; color:#fff;}

.nav_dl{display:none; width:100%; float:left; background:rgba(26,133,107,0.8); position:absolute; left:0; top:100%; z-index:9999; padding-top:2px;}
.nav_dl>dd{display:block; overflow:hidden;}
.nav_dl>dd>a{display:block; overflow:hidden; height:40px; line-height:40px; text-align:center; font-size:14px; color:#fff;}
.nav_dl>dd>a:hover{background:#ff6600; color:#fff;}
/*END-头部+导航*/

/*banner*/
.banner{width:100%; position:relative;}
.banner .banner-imgbox .swiper-slide img{width:100%;}
/*圆点*/
.banner .swiper-pagination {position: absolute; right:0; bottom:-100%; background:rgba(0,0,0,0.5); padding:10px 0; display:flex; justify-content:center; transition:all 0.4s;}
.banner .swiper-pagination-bullet {width:10px; height:10px; background:#fff; opacity:0.5; border-radius:50%; margin:0 4px!important;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#fff;}
.banner:hover .swiper-pagination{bottom:0;} 
/*箭头*/
.banner .next,.banner .prev{right:-12%; position:absolute;top:50%; transform:translateY(-50%); width:30px; height:50px; background:url(../images/imgs/next.jpg) no-repeat center center; overflow:hidden;  cursor:pointer; z-index:999999; transition:all 0.4s;}
.banner .prev{right:initial; left:-12%; background:url(../images/imgs/prev.jpg) no-repeat center center;}
.banner:hover .next{right:2%;}
.banner:hover .prev{left:2%;}
/*END-banner*/

/*首页内容*/
.choice{width:100%; float:left; padding:85px 0;}
.choice_title{display:block; overflow:hidden; text-align:center;}
.choice_p{line-height:56px; font-size:40px; color:#383838;}
.choice_sp{line-height:34px; font-size:18px; color:#828282;}
.choice_heng{display:block; overflow:hidden; width:146px; height:1px; background:#1a856b; margin:30px auto 0 auto;}
.choice_ul{display:block; overflow:hidden;}
.choice_ul li{width:23%; float:left; margin:45px 1% 0 1%;}
.choice_ul li .choice_pp{display:block; overflow:hidden; line-height:38px; text-align:center; margin-top:25px; font-size:24px; color:#1a856b;}
.choice_ul li .choice_txt{display:block; overflow:hidden; text-align:center; font-size:16px; color:#7a7a7a; line-height:26px; margin-top:10px;}

.cpzx{width:100%; float:left; background:#ededed; padding-bottom:65px; margin-top:104px;}
.cpzx_L{width:272px; float:left; margin-top:-104px; position:relative; z-index:2; background:#fff;}
.about{width:100%; float:left;}
.about_title{display:block; overflow:hidden; padding:18px 0 18px 25px; line-height:34px; background:#1a856b; color:#fff; position:relative;}
.about_title::before{content:""; width:4px; float:left; height:58px; background:#ff6600; position:absolute; left:0; top:50%; transform:translateY(-50%);}
.about_p{font-size:30px; text-transform:uppercase;}
.about_sp{font-size:24px;}
.about_ul{display:block; overflow:hidden;}
.about_ul>li{display:block; overflow:hidden; border-bottom:3px solid #e0e0e0;}
.about_ul>li>a{display:block; overflow:hidden; height:67px; line-height:67px; font-size:18px; color:#2a2a2a; padding:0 25px;}
.about_ul>li:hover>a{background:#ff6600; color:#fff;}
.about_ul>li.about_on>a{background:#ff6600; color:#fff;}
.about_dl{display:none;}
.about_dl>dd{display:block; overflow:hidden; border-top:1px solid #e0e0e0;}
.about_dl>dd>a{display:block; overflow:hidden; height:40px; line-height:40px; text-align:center; font-size:14px; color:#2a2a2a;}
.about_dl>dd>a:hover{background:#ff6600; color:#fff;}
.about_dianhuaB{display:block; overflow:hidden; padding:46px 0 46px 20px;}
.about_dianhua{display:block; overflow:hidden; line-height:26px; background:url(../images/cpzx_dianhua.png) no-repeat left center; padding-left:64px; font-size:18px; color:#828282;}
.about_dianhua span{display:block; overflow:hidden; font-size:22px; color:#ff6600; font-weight:bold;}
.cpzx_R{width:895px; float:right; margin-top:-104px; position:relative; z-index:2;}
.cpzx_titleB{display:block; overflow:hidden; border-top:1px solid #bbb; padding:14px 0 15px 0;}
.cpzx_title{float:left;}
.cpzx_p{display:block; overflow:hidden; line-height:40px; font-size:24px; color:#ff6600; font-weight:bold;}
.cpzx_sp{display:block; overflow:hidden; line-height:34px; font-size:18px; color:#383838;}
.cpzx_more{float:right; padding-top:15px;}
.cpzx_more a{display:block; width:156px; height:44px; line-height:42px; border:1px solid #e3e3e3; border-radius:5px; padding:0 25px; font-size:14px; color:#919191;}
.cpzx_more a:hover{background:#ff6600; border-color:#ff6600; color:#fff;}
.cpzx_ul{display:block; overflow:hidden; width:915px;}
.cpzx_ul li{width:285px; float:left; margin:20px 20px 0 0;}
.cpzx_ul li a{display:block; overflow:hidden; background:#fff; padding:14px;}
.cpzx_ul li a .cpzx_img{width:100%; overflow:hidden; position:relative; border-bottom:1px solid #e0e0e0;}
.cpzx_ul li a .cpzx_img::before{content:""; display:block; padding-top:100%;}
.cpzx_ul li a .cpzx_txt{display:block; overflow:hidden; text-align:center; height:34px; line-height:34px; font-size:18px; color:#545454; margin-top:10px;}
.cpzx_ul li a:hover .cpzx_img img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.cpzx_ul li a:hover .cpzx_txt{color:#ff6600;}

.ys{width:100%; overflow:hidden;}
.ys_title{display:block; overflow:hidden; padding:70px 0 60px 0; text-align:center;}
.ys_p{display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center;}
.ys_p>span{float:left; padding:0 25px; line-height:60px; font-size:40px; color:#2d2d2d; position:relative;}
.ys_p>span>em{color:#1a856b; float:left; padding-right:25px;}
.ys_p>span::before{content:""; width:38px; float:left; height:1px; background:#616161; position:absolute; right:100%; top:50%; transform:translateY(-50%);}
.ys_p>span::after{content:""; width:38px; float:left; height:1px; background:#616161; position:absolute; left:100%; top:50%; transform:translateY(-50%);}
.ys_sp{display:block; overflow:hidden; line-height:40px; font-size:18px; color:#828282;}
.ys_up{width:100%; overflow:hidden; background:url(../images/ys_bj1.jpg) no-repeat center center; background-size:cover;}
.ys_B{width:50%; float:right; background:#1a856b; padding:35px 30px 60px 30px;}
.ys_logo{display:block; overflow:hidden;}
.ys_logo img{float:left; height:auto;}
.ys_pp{display:block; overflow:hidden; margin-top:20px; line-height:44px; font-size:30px; color:#fefefe; font-weight:bold;}
.ys_spp{display:block; overflow:hidden; line-height:40px; font-size:24px; color:#fff; opacity:0.8;}
.ys_txt{display:block; overflow:hidden; line-height:30px; font-size:16px; color:#fff; margin-top:45px;}
.ys_down{width:100%; overflow:hidden; background:url(../images/ys_bj2.jpg) no-repeat center center; background-size:cover;}
.ys_down>.container{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.ys_L{width:50%; float:left; background:#fff; padding:25px 30px 60px 30px;}
.ys_L .ys_pp{color:#3a3a3a;}
.ys_L .ys_spp{color:#6c6c6c;}
.ys_L .ys_txt{color:#3d3d3d;}
.ys_R{width:50%; float:right; display:-webkit-box; display:-ms-flexbox; display:flex; -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;}

.news{width:100%; overflow:hidden; padding:90px 0;}
.news_title{display:block; overflow:hidden; text-align:center;}
.news_p{display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center;}
.news_p>span{float:left; padding:0 25px; line-height:62px; font-size:40px; color:#1a856b; position:relative;}
.news_p>span::before{content:""; width:38px; float:left; height:1px; background:#616161; position:absolute; right:100%; top:50%; transform:translateY(-50%);}
.news_p>span::after{content:""; width:38px; float:left; height:1px; background:#616161; position:absolute; left:100%; top:50%; transform:translateY(-50%);}
.news_sp{display:block; overflow:hidden; line-height:40px; font-size:18px; color:#828282;}
.news_ul{display:block; overflow:hidden; padding-top:40px; width:1227px;}
.news_ul li{width:382px; float:left; margin:0 27px 14px 0;}
.news_ul li .news_B{width:100%; overflow:hidden;}
.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:54.9739%;}
.news_ul li .news_txtB{display:block; overflow:hidden; background:#f2f2f2; padding:10px 20px 30px 20px;}
.news_ul li .news_txtB .news_pp{display:block; overflow:hidden; height:44px; line-height:44px; font-size:18px; color:#202020; font-weight:bold; text-overflow:ellipsis; white-space: nowrap;}
.news_ul li .news_txtB .news_spp{display:block; overflow:hidden; height:20px; line-height:20px; font-size:14px; color:#747474;}
.news_ul li .news_txtB .news_txt{display:block; overflow:hidden; height:48px; line-height:24px; font-size:16px; color:#383838; margin-top:15px;}
.news_ul li:hover .news_txtB{background:#1a856b;}
.news_ul li:hover .news_txtB .news_pp{color:#fff;}
.news_ul li:hover .news_txtB .news_spp{color:#fff;}
.news_ul li:hover .news_txtB .news_txt{color:#fff;}

.gsjj{width:100%; overflow:hidden; background:url(../images/gsjj_bj.jpg) no-repeat center center; background-size:cover; padding:70px 0;}
.gsjj_title{display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center;}
.gsjj_title>span{float:left; padding:0 25px; line-height:56 px; font-size:40px; color:#fff; position:relative;}
.gsjj_title>span::before{content:""; width:38px; float:left; height:1px; background:#fff; position:absolute; right:100%; top:50%; transform:translateY(-50%);}
.gsjj_title>span::after{content:""; width:38px; float:left; height:1px; background:#fff; position:absolute; left:100%; top:50%; transform:translateY(-50%);}
.gsjj_txt{display:block; overflow:hidden; padding-top:60px; font-size:18px; color:#fff; line-height:30px; text-align:center;}
.gsjj_p{margin-top:35px; font-size:30px; color:#ffad10; font-weight:bold; line-height:42px;}
.gsjj_sp{font-size:24px; color:#fea700; line-height:38px;}
/*End-首页内容*/

/*底部*/
footer{background:#1a856b; padding:45px 0;}
.footer_L{width:50%; float:left;}
.footer_nav{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; overflow:hidden; padding-bottom:22px; border-bottom:1px solid rgba(255,255,255,0.2); -webkit-box-pack:justify;-ms-flex-pack:justify; justify-content:space-between; line-height:32px;}
.footer_nav a{font-size:16px; color:#fff;}
.footer_nav a:hover{color:#fff; text-decoration:underline!important;}
.footer_txt{display:block; overflow:hidden; line-height:30px; padding-top:20px; font-size:14px; color:#fff; opacity:0.8;}
.footer_txt a{color:#fff; opacity:0.8;}
.footer_R{float:right;}
.footer_R img{width:120px; float:right; height:120px; margin-left:50px;}
.footer_icon{display:block; overflow:hidden;}
.footer_icon>p{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-align:center; -ms-flex-align:center; align-items:center; overflow:hidden; height:34px; line-height:34px; font-size:14px; color:#fff;}
.footer_icon>p>img{width:24px; height:24px; margin-right:10px;}
/*End-底部*/

/*公司简介*/
.dqwz_title{width:100%; float:left; padding-top:60px; background:#fff;}
.dqwz_p{float:left; line-height:76px; font-size:30px; color:#454545; font-weight:bold;}
.dqwz_p>span{float:left; height:76px; line-height:72px; border-top:4px solid #1a856b; color:#1a856b;}
.dqwz_nav{float:right; background:url(../images/dqwz_logo.png) no-repeat left center; padding-left:35px; line-height:76px; font-size:14px; color:#4e4e4e;}
.dqwz_contect{width:100%; float:left; background:#ededed; padding:25px 0;}
.company{display:block; overflow:hidden; font-size:18px; color:#1b1b1b; line-height:30px;}
.company img{display:block;max-width:100%; height:auto; margin:0 auto 20px auto;}
.about_txt{width:100%; font-size:16px; color:#414141; line-height:34px; padding:40px;}
.about_txt img{ width: 49%;margin: 0.5%;}

.support_txt{text-align: center; font-size:16px; color:#414141; line-height:34px; padding:40px;}
.support_txt img{max-width: 100%;}
.support_txt table img{ width: 98%; margin: 1%;}
.support_txt iframe{width: 98%!important;height: 220px !important;margin: 1%;}

.download_txt{font-size:16px; color:#414141; line-height:34px; padding:40px;}
.download_txt img{width: 45%;float: left;padding-right: 5%;}
.download_txt table img{ width: 98%; margin: 1%;}


/*END-公司简介*/

/*产品中心*/
.main{width:100%; overflow:hidden; padding-top:55px;}
.main .dqwz_contect{margin-top:104px; padding:0 0 60px 0;}
.main_left{width:272px; float:left; position:relative; margin-top:-104px; background:#fff;}
.main_right{width:895px; float:right; position:relative; margin-top:-104px;}
.main_right .dqwz_title{padding:0;}
.main_right .dqwz_p{line-height:104px;}
.main_right .dqwz_nav{line-height:104px;}

.cpzx_ul1{display:block; overflow:hidden; float:left; width:915px;}
.cpzx_ul1 li{width:285px; float:left; margin:20px 20px 0 0;}
.cpzx_ul1 li a{display:block; overflow:hidden; background:#fff; padding:14px;}
.cpzx_ul1 li a .cpzx_img{width:100%; overflow:hidden; position:relative; border-bottom:1px solid #e0e0e0;}
.cpzx_ul1 li a .cpzx_img::before{content:""; display:block; padding-top:100%;}
.cpzx_ul1 li a .cpzx_txt{display:block; overflow:hidden; text-align:center; height:34px; line-height:34px; font-size:18px; color:#545454; margin-top:10px;}
.cpzx_ul1 li a:hover .cpzx_img img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.cpzx_ul1 li a:hover .cpzx_txt{color:#ff6600;}

.cpxq{display:block; overflow:hidden; width:100%; float:left; background: #fff;padding: 30px;}
.cpxq_p{display:block; overflow:hidden; text-align:center; font-size:30px; color:#545454; line-height:40px;}
.cpxq_img{display:block; overflow:hidden; padding:20px 0;}
.cpxq_img img{box-shadow:0 0 20px rgba(0,0,0,0.2);}
.cpxq_txt{display:block; overflow:hidden; font-size:18px; color:#1b1b1b; line-height:30px;}
/*END-产品中心*/

/*新闻动态*/
.xw_ul{display:block; overflow:hidden;}
.xw_ul li{display:block; overflow:hidden; margin-bottom:15px;}
.xw_ul li a{display:flex; overflow:hidden; background:#fff; padding:16px;}
.xw_ul li a .xw_img{width:182px; float:left; background-position:center; background-repeat:no-repeat; background-size:cover;}
.xw_ul li a .xw_R{width:calc(100% - 182px); float:left; padding-left:20px;}
.xw_ul li a .xw_R .xw_p{display:block; overflow:hidden; line-height:20px; font-size:18px; font-weight:bold; color:#1a856b; text-overflow:ellipsis; white-space: nowrap;}
.xw_ul li a .xw_R .xw_sp{display:block; overflow:hidden; line-height:16px; font-size:14px; color:#7f7f7f; margin-top:10px;}
.xw_ul li a .xw_R .xw_txt{display:block; overflow:hidden; height:48px; line-height:24px; font-size:16px; color:#6b6b6b; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; margin-top:15px;}
.xw_ul li a .xw_R .xw_jiantou{display:block; overflow:hidden; height:20px; line-height:20px; font-size:24px; color:#ff6600; font-family:SimSun; font-weight:bold; margin-top:15px;}
.xw_ul li a:hover{background:#ff6600;}
.xw_ul li a:hover .xw_R .xw_p{color:#fff;}
.xw_ul li a:hover .xw_R .xw_sp{color:#fff;}
.xw_ul li a:hover .xw_R .xw_txt{color:#fff;}
.xw_ul li a:hover .xw_R .xw_jiantou{color:#fff;}

.xw_ul1{display:block; overflow:hidden;}
.xw_ul1 li{display:block; overflow:hidden; line-height:38px; margin-bottom:15px; border:1px solid #454545; padding:0 10px; transition:all 0.4s;}
.xw_ul1 li span{float:right; font-size:14px; color:#373737;}
.xw_ul1 li a{display:block; overflow:hidden; height:40px; color:#373737; font-size:14px;text-overflow:ellipsis; white-space: nowrap;}
.xw_ul1 li a em{ font-family:SimSun; font-weight:bold; padding:0 5px 0 0; font-size:16px;}
.xw_ul1 li:hover{border-color:#ff6600;}
.xw_ul1 li:hover a{color:#ff6600;}

.xwxq{display:block; overflow:hidden;}
.xwxq_p{display:block; overflow:hidden; text-align:center; font-size:30px; color:#545454; line-height:40px;}
.xwxq_sp{display:block; overflow:hidden; text-align:center; font-size:12px; line-height:14px; color:#a4a4a4; padding:5px 0; border-bottom:1px dashed #ccc;}
.xwxq_img{display:block; overflow:hidden; padding:20px 0;}
.xwxq_img img{box-shadow:0 0 20px rgba(0,0,0,0.2);}
.xwxq_txt{display:block; overflow:hidden; font-size:16px; line-height:30px; color:#1b1b1b;margin-top: 20px;}
.xwxq_txt img{max-width: 100%;}
/*END-新闻动态*/

/*联系我们*/
.contact{display:block; overflow:hidden; background:#fff;}
.contact_txt{width:50%; float:left; font-size:16px; color:#414141; line-height:34px; padding:40px;}
.contact_txt>span{color:#1a856b; font-weight:bold;}
.contact_map{width:50%; float:left; border:none; height:400px; margin-top:20px;}
/*END-联系我们*/

/*浮动QQ*/
.open{width:31px; height:110px; background:url(../images/qq/openTrigger.jpg) no-repeat center center; position:fixed; right:0; top:250px;z-index:999999999; cursor:pointer;}
.off{width:24px; height:24px; background:url(../images/qq/closeBtnImg.gif) no-repeat center center; position:fixed; right:-5px; top:240px;z-index:999999999; cursor:pointer;}
.fix_qq { display:none;position: fixed;right: 0px;top:250px;width: 93px;height: 122px;z-index:999999999;background: url(../images/qq/qq_01.png) no-repeat;}
.fix_qq_top {height: 122px;background: url(../images/qq/qq_01.png) no-repeat;}
.fix_qq_center {background: url(../images/qq/qq_02.png) repeat-y;text-align: center;}
.fix_qq_foot {height: 4px;background: url(../images/qq/qq_04.png) no-repeat;}
/*END-浮动QQ*/
