/*全局通用*/
*{ margin:0; padding:0;}
body{ background:#fff;overflow-x:hidden; min-width:1200px; font-family:"微软雅黑";}
img{ border:none;}
a{ text-decoration:none; color:#333;}
a:hover{ text-decoration:underline;}
div{ font-size:16px;}
p{ font-size:16px;}
li{ list-style:none;}


/*头部*/
.head_all{ width:100%; height:40px; background:#f3f3f3; overflow:hidden;}
.head_all .head_content{width:1200px;height:40px;margin:0 auto; overflow:hidden;}
.head_all .head_content .left{width:600px; height:40px; float:left; overflow:hidden;}
.head_all .head_content .left h1{ color:#4b4b4b; font-size:14px; line-height:40px; font-weight:300;}
.head_all .head_content .right{ width:500px; height:34px; float:right; overflow:hidden;}
.head_all .head_content .right a{ float:right; color:#4b4b4b; line-height:40px; padding-left:20px; padding-right:10px; font-size:14px; display:block; color:#4b4b4b;}
.head_all .head_content .right a img{ padding-right:10px; float:left; padding-top:10px;}
.head_all .head_content .right a:hover{ color:#2d5e30;}

.top_all{width:100%;height:142px; overflow:hidden; border-bottom:1px solid #f3f3f3;}
.top_all .center{width:1200px;height:142px; overflow:hidden;margin:0 auto;}
.top_all .center .logo{ float:left;width:101px; height:142px; overflow:hidden; text-align:center;}
.top_all .center .logo img{ width:101px; height:90px; padding-top:25px;}
.top_all .center .name{ width:400px; height:142px; overflow:hidden; float:left; margin-left:30px;}
.top_all .center .name h2{ color:#2d5e30; font-size:28px; line-height:60px; padding-top:18px; }
.top_all .center .name p{ font-size:20px; line-height:30px;}
.top_all .center .tel{ width:320px; height:142px; background:url(../images/tel.png) left center no-repeat; float:right;}
.top_all .center .tel h2{ font-size:16px; color:#aaaaaa; font-weight:300; line-height:20px; padding-top:35px; padding-left:85px;}
.top_all .center .tel p{ font-size:28px; color:#2d5e30; font-weight:800; line-height:60px; padding-left:85px;}

/*导航栏开始*/
.nav_back{ width:100%; height:55px; z-index: 9999999999; background:#2d5e30;}

.nav_all{ width:1200px; height:55px; position:relative; margin:0 auto; }


/*导航样式*/

.nav ul li{float:left;width:150px;height:55px;transition:all .1s; position:relative;  transition:all 1.5s;position:relative;}
.nav ul li .a1{line-height:55px;display:block;font-size:16px;color:#ffffff;transition:all 1s; text-align:center; }
.nav ul li:hover .a1{color:#ffffff;transition:all .1s}
.nav ul li a{ color:#ffffff;  font-size:16px;}
.nav ul li a:hover{ text-decoration:none;}
.nav ul li:hover{ background:#32323a; height:100%;}
.nav ul .no{ background:#060606;}
.nav ul .no a{ color:#ffffff; }


.btn1 {position:relative; color:#F05050; }
.btn1:after,.btn1:before {content:'';position:absolute;left:0;top:0;width:0;height:100%;z-index:-2;}
.btn1:hover {z-index:1;background:transparent;color:#ffffff;}
.btn1:before {transition:.5s;background:#32323a;z-index:-1;}
.btn1:hover:after,.btn1:hover:before {width:100%;}

.btn2 {position:relative; color:#F05050; }
.btn2:after,.btn2:before {content:'';position:absolute;left:0;top:0;width:0;height:100%;z-index:-2;}
.btn2:hover {z-index:1;background:transparent;color:#ffffff;}
.btn2:before {transition:.5s;background:#f73758;z-index:-1;}
.btn2:hover:after,.btn2:hover:before {width:100%;}

/*下拉菜单隐藏*/
.nav ul li .div1{display:none; width:200px; position:absolute; top:55px;z-index:10000; height:auto; left:0px;}
.nav ul li .div1 .p1{width:100%;height:auto;line-height:45px; text-align:center; }
.nav ul li .div1 .p1 a{color:#fff;font-size:14px;text-transform:none;display:block;height:45px;line-height:45px;transition:all .1s; border-bottom:1px solid #17481a; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand; background:#2d5e30; border:1px solid #17481a; border-top:none; transition:all 0.8s;}
.nav ul li .div1 .p1 a:nth-child(1){border-top:1px solid #17481a;}
.nav ul li .div1 .p1 a:hover{ color:#fff; }
.nav ul li .mad3 .p1 .pad{margin-left:0%}
.nav ul li .mad4 .p1 .pad{margin-left:0%}
.nav ul li .mad5 .p1 .pad{margin-left:0%}
.nav ul li .mad6 .p1{}
.a_txt{display:none}


/*Bnnaer*/
.banner{ width:100%; height:664px; overflow:hidden; background:#f8f8f8;}
.banner .swiper-container {width: 100%; height: 100%;   margin-left: auto;margin-right: auto; }
.banner .swiper-slide {text-align: center; font-size: 18px; background: #fff; overflow:hidden; position:relative;}
.banner .swiper-slide img{ width:auto; height:auto; position:absolute;  left: 50%; margin-left: -960px;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fractio{ bottom:30px;}
.banner .swiper-pagination-bullet{ background:#ccc; filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7; }
.banner .swiper-pagination-bullet-active{ background:#2d5e30;}
.banner .swiper-button-next{  filter:alpha(opacity=40); -moz-opacity:0.4; opacity:0.4; right:40px; }
.banner .swiper-button-next:hover{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}
.banner .swiper-button-prev{  filter:alpha(opacity=40); -moz-opacity:0.4; opacity:0.4; left:40px; }
.banner .swiper-button-prev:hover{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ width:15px; height:15px; margin-left:15px;}


/*搜索*/
.sosuo_all{ width:100%;  height:123px; overflow:hidden; background:url(../images/so_all.png) top center;}
.sosuo_content{ width:1200px; height:108px; overflow:hidden; margin:0 auto;}
.sosuo_left{ width:780px; float:left; height:100%; overflow:hidden; text-align:left; overflow:hidden;}
.sosuo_left h2{ line-height:108px; font-size:16px; color:#333; font-weight:300; float:left; margin-right:5px; color:#2d5e30;}

.sosuo_left a{ display:block; float:left; font-size:14px; line-height:108px; padding-left:15px; padding-right:15px; color:#505050; text-decoration:none; }
.sosuo_left a:hover{ text-decoration:underline; color:#2d5e30;}
.sosuo_right{ width:520px; height:55px; float:right; overflow:hidden; }

.sosuo_so{width:307px; height:35px; float:right; overflow:hidden; margin-right:0px; padding-top:0px; background:#f1f1f1; border-radius:20px; margin-top:35px;}
.sosuo_so  form	{}
.sosuo_so .keyword	{-webkit-box-flex: 1; width:250px; height:35px; text-align:left; line-height:35px; overflow:hidden; font-size:14px; border:none;  float:left; margin-left:0%; text-indent:20px;  color:#000;  outline:none; background:#f1f1f1;}

.sosuo_so .search-btn	{ width:57px; height:35px; float:left; border:none;  cursor:pointer; color:#fff; text-align:center;  line-height:31px; text-align:center; background:#f1f1f1 url(../images/submit.png) top center no-repeat; outline:none;}
/*关于军博*/
.home_about_all{ width:100%; height:860px; background:url(../images/home_about_all.jpg) top center no-repeat; margin-top:50px; overflow:hidden;}

.home_about_all .home_about{ width:1200px; height:545px; background:#f5f5f5; margin:0 auto; overflow:hidden;}
.home_about_all .home_about .left{ width:700px; height:545px; float:left; overflow:hidden; background:#2d5e30;}
.home_about_all .home_about .left .top{ width:650px; margin:0 auto; height:75px; overflow:hidden;}
.home_about_all .home_about .left .top h2{ float:left; color:#FFF; line-height:75px; font-size:26px;}
.home_about_all .home_about .left .top p{ float:right; line-height:85px; color:#fff;}

.home_about_all .home_about .left .bottom{ width:650px; height:446px; overflow:hidden; background:#fff; margin:0 auto;}
.home_about_all .home_about .left .bottom img{ width:650px; height:446px;}
.home_about_all .home_about .right{ width:500px; height:446px; float:right; margin-top:20px;}
.home_about_all .home_about .right h2{ width:440px; height:80px; line-height:80px; font-size:28px; margin:0 auto;}
.home_about_all .home_about .right dd{ width:440px; height:44px; text-align:center; background:#2d5e30; margin:0 auto; line-height:44px; color:#fff;}
.home_about_all .home_about .right p{ width:440px; margin:0 auto; font-size:15px; line-height:32px; margin-top:20px; color:#2b2b2b;}

.home_about_shuzi{width:1200px; height:auto; margin:0 auto; overflow:hidden; padding-top:65px; padding-bottom:45px;  margin-bottom:30px;}
.home_about_shuzi ul{width:299px; height:150px; float:left; text-align:center;}
.home_about_shuzi ul h2{ font-size:45px; line-height:85px; color:#2d5e30;}
.home_about_shuzi ul h2 strong{ font-weight:400; font-size:24px; color:#2b2b2b; font-weight:800;}
.home_about_shuzi ul li{ font-size:20px;  font-weight:400; color:#2b2b2b; line-height:30px; }

.home_about_shuzi .s1{ border-right:1px solid #e5e5e5;}
.home_about_shuzi .s2{ border-right:1px solid #e5e5e5;}
.home_about_shuzi .s3{ border-right:1px solid #e5e5e5;}

/*产品展示*/
.home_product_all{ width:100%; height:auto; min-height:100px; background:#f3f3f3; overflow:hidden; padding-top:30px; padding-bottom:56px;}

.home_title{ width:1200px; height:auto; overflow:hidden; margin:0 auto; text-align:center;}
.home_title .top{ width:100%; height:73px; overflow:hidden; position:relative; text-align:center;}
.home_title .top table{ width:auto; text-align:center; margin:0 auto; z-index:2; position:relative; }
.home_title .top table tr{ width:1200px; height:73px; margin:0 auto; text-align:center;}
.home_title .top table td{ width:auto; padding-left:25px; padding-right:25px; height:73px; background:#f3f3f3; margin:0 auto; font-size:24px; font-weight:600;}
.home_title .top span{ width:100%; height:1px; background:#dcdcdc; position:absolute; top:36px; display:block; left:0px; z-index:1}

.home_title P{ font-size:18px; color:#757575; line-height:30px;}


/*首页产品展示*/
.cont_sd{width:100%;height:800px;  overflow:hidden; }
.cont_sd .cont_cd{width:1200px;margin:0 auto; overflow:hidden; height:auto; margin-top:50px;}

.cont_sd .cont_cd .prod_sk{width:100%;}
.cont_sd .cont_cd .prod_sk .prod_left_s{float:left;width:228px;margin-right:0px;background:#393d40; height:685px; overflow:hidden;}

.cont_sd .cont_cd .prod_sk .prod_left_s .prod_ul{width:100%; height:auto;  margin:0 auto;}
.cont_sd .cont_cd .prod_sk .prod_left_s .prod_ul .mobile_more{ display:none;}

.cont_sd .cont_cd .prod_sk .prod_left_s .prod_ul li{ position:relative;  padding-top:0px; list-style:none; width:100%; height:62px; overflow:hidden; line-height:62px;   margin:0 auto; overflow:hidden; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand;  transition:all 1s;}
.cont_sd .cont_cd .prod_sk .prod_left_s .prod_ul li a{display:block;  font-size:16px;color:#333;position:relative;transition:0.4s ease;-webkit-transition:0.4s ease;-moz-transition:0.4s ease;-o-transition:0.4s ease; text-decoration:none;  line-height:62px; pasdding-top:0px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand; color:#fff; font-size:16px; transition:all 0.5s;}

.cont_sd .cont_cd .prod_sk .prod_left_s .prod_ul li a i{ float:left; font-weight:700; font-size:16px; margin-right:5px; color:#dad1d1; margin-left:15px; margin-right:15px; color:#6e6e6e; font-weight:300; font-size:25px;}
.cont_sd .cont_cd .prod_sk .prod_left_s .prod_ul li a:hover{ background:#2d5e30;}

.cont_sd .cont_cd .prod_sk .prod_left_s .prod_ul li.li_on a{padding-left:0px;  color:#fff; background:#2d5e30; transition:all 1s;}
.cont_sd .cont_cd .prod_sk .prod_left_s .prod_ul li.li_on a i{opacity:1;filter:alpha(opacity:100); color:#ccffe4; }


.cont_sd .cont_cd .prod_sk .prod_left_s .hotline_d{width:100%; height:auto;  text-align:center; margin:0 auto; padding-top:0px; overflow:hidden;  padding:0;  margin-top:125px; transition:all 1.5s;}
.cont_sd .cont_cd .prod_sk .prod_left_s .hotline_d a{ display:block; width:180px; margin:0 auto; height:40px; background:#515659; line-height:40px; color:#989898; transition:all 1s;}
.cont_sd .cont_cd .prod_sk .prod_left_s .hotline_d a:hover{ color:#fff;  transition:all 0.5s;}
.cont_sd .cont_cd .prod_sk .prod_left_s .hotline_d img{ width:140px; height:auto; margin-top:0px; display:block; margin:0 auto;} 

.cont_sd .cont_cd .prod_sk .prod_cont{float:right;width:972px;height:686px;overflow:hidden;position:relative;  }
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li{position:absolute;left:0;top:0;width:100%;height:100%;display:none;}


.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul{width:270px; height:315px; overflow:hidden; float:left; float:left; text-align:center; background:#fff; margin-left:51px;  transition:1s ease;-webkit-transition:1s ease;-moz-transition:1s ease;-o-transition:1s ease; margin-bottom:51px; border:1px solid #eeeeee; background:#435256; }

.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul dd{ width:270px; height:270px; overflow:hidden;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul img{width:270px;height:270px;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul h2{ width:90%; margin:0 auto; font-size:15px; height:45px; line-height:45px; color:#fff;  font-weight:300; overflow:hidden;  overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand;  }
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li dl{ width:100%; height:auto; overflow:hidden;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul p{ width:110px;height:38px;  float:left; margin-left:18px;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul p a{ color:#fff; font-size:14px; line-height:38px; float:left; padding-left:40px;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul p a:hover{ text-decoration:underline; }
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul .p2 a{ padding-left:45px;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul a{ display:block; text-decoration:none}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul:hover h2{ color:#fff;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul:hover{  color:#fff; background:#2d5e30;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul:hover img{  transform:scale(1.1); transition:0.5s linear 0.1s;}

.btn3 {position:relative; color:#F05050; }
.btn3:after,.btn3:before {content:'';position:absolute;left:0;top:0;width:0;height:100%;z-index:-2;}
.btn3:hover {z-index:1;background:transparent;color:#ffffff;}
.btn3:before {transition:.5s;background:#2d5e30;z-index:-1;}
.btn3:hover:after,.btn3:hover:before {width:100%;}


.btn4 {position:relative; color:#F05050; }
.btn4:after,.btn4:before {content:'';position:absolute;left:0;top:0;width:0;height:100%;z-index:-2;}
.btn4:hover {z-index:1;background:transparent;color:#ffffff;}
.btn4:before {transition:.5s;background:#f4f4f4;z-index:-1;}
.btn4:hover:after,.btn4:hover:before {width:100%;}

.home_product_tuijian{ width:1200px; height:auto; background:#fff; margin:0 auto; margin-top:30px; margin-bottom:30px; box-shadow:#ccc 0px 0px 15px; padding-top:20px;}

/*  推荐产品 */

.home_product_tuijian .tuijian{ width:100%; height:auto; overflow:hidden; padding-bottom:60px;}
.tuijian li{float:left;width:322px; height:440px; margin-top:30px; margin-left:56px; border:1px solid #dedede; overflow:hidden; position:relative;}
.tuijian .pImg{display:block;width:322px;height:322px;overflow:hidden;}
.tuijian li img{width:322px;height:322px;transition:all .5s;}

.tuijian li .name{ width:100%; height:118px; position:absolute; z-index:2;}
.tuijian li .name h2{ width:100%; height:58px; border-bottom:1px solid #dedede; line-height:58px; text-align:center; font-size:17px; font-weight:400; transition:all 1s; color:#333;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand;}
.tuijian li .name p img{ width:40px; height:40px; float:left; padding-top:9px; padding-left:100px; padding-right:10px;}
.tuijian li .name p{ width:100%; height:58px; line-height:58px; color:#808080;}
.tuijian li:hover .name h2{ background:#2d5e30; color:#fff;}

.tuijian li .h3{font-size:18px;color:#333; height:58px;font-weight:normal;padding:0px 0;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;text-align:center;line-height:28px;transition:all .3s;position:relative;}

.tuijian li .h3:after{content:"";position:absolute;left:0;top:0;width:0;height:100%;background:#2d5e30;transition:all .5s;z-index:1;}
.tuijian li .h3 span{display:block;color:#999;font-size:14px;transition:all .3s;}
.tuijian li:hover img,.solutionBox:hover img{transform:scale(1.1);transition:all 1s;}
.tuijian li:hover .h3,.tuijian li:hover h3 span{color:#fff;}
.tuijian li:hover .h3:after{width:100%;}

/*特点*/
.home_tedian_A{ width:1200px;height:380px; background:url(../images/tese_a_b.png) top right no-repeat; margin:0 auto; overflow:hidden; margin-top:100px;}
.home_tedian_A .left{ width:600px; height:380px; overflow:hidden; float:left;}
.home_tedian_A .left img{ width:600px; height:380px;}
.home_tedian_A .right{width:540px; height:380px; overflow:hidden; float:right;}
.home_tedian_A .right .title{width:100%;height:134px;}
.home_tedian_A .right .title h2{ color:#2d5e30; font-size:33px; line-height:80px;}
.home_tedian_A .right .title h3{ font-size:15px; font-weight:300; color:#a6a6a6; line-height:20px;}
.home_tedian_A .right .text{ width:100%; height:150px;}
.home_tedian_A .right .text p{ font-size:16px; line-height:38px; color:#333;}
.home_tedian_A .right .text p span{ font-size:24px;color:#2d5e30; float:left; margin-right:20px;}
.home_tedian_A .right .ico{ width:100%; height:60px;}
.home_tedian_A .right .ico li{ width:150px; height:50px; border:1px solid #ccc; float:left; border-radius:25px; margin-right:15px; overflow:hidden; line-height:50px;}
.home_tedian_A .right .ico li img{ width:30px; height:30px; float:left; margin-top:10px; margin-left:15px; margin-right:15px;}

.home_tedian_B{ width:1200px; height:auto; overflow:hidden; text-align:center; margin:0 auto; margin-top:50px; padding-bottom:50px;}
.home_tedian_B .title{ width:1200px; height:auto; overflow:hidden;}
.home_tedian_B .title h2{ line-height:80px; font-size:33px; color:#2d5e30;}
.home_tedian_B .title h2 br{ display:none;}
.home_tedian_B .title li{ width:399px; height:auto; margin:0 auto; padding-top:15px; padding-bottom:15px;}
.home_tedian_B .title p{ font-size:18px; line-height:40px; color:#6c6c6c;}
.home_tedian_B .text{ width:1200px; height:auto; overflow:hidden;}
.home_tedian_B .text ul{ width:256px;height:256px; background:url(../images/tedian_b_back.png) top center no-repeat; position:relative; float:left; margin-left:22px; margin-right:22px; margin-top:32px;}
.home_tedian_B .text ul h2{ font-size:48px; color:#fff; line-height:90px; padding-top:45px;}
.home_tedian_B .text ul h3{ font-size:22px; color:#fff; line-height:35px;}
.home_tedian_B .text ul p{ width:100%; text-align:center; font-size:16px; color:#fff; height:67px; line-height:67px; position:absolute; bottom:5px;}

/*横幅*/
.home_hengfu{ width:100%; height:360px; background:url(../images/home_hengfu.jpg) top center no-repeat; margin-top:50px;}
.home_hengfu .center{ width:1200px; height:360px; overflow:hidden; margin:0 auto;}
.home_hengfu .center .left{ width:640px; height:360px; float:left; overflow:hidden; padding-top:60px; margin-left:100px;}
.home_hengfu .center .left h2{ font-size:30px; color:#fff; line-height:80px;}
.home_hengfu .center .left h3{ background:#2d5e30;width:345px; height:60px; text-align:center; color:#fff; line-height:60px; font-size:22px; margin-bottom:20px; margin-top:10px; margin-left:50px;}
.home_hengfu .center .left p{ font-size:20px; color:#8a8a8a; line-height:35px; padding-left:100px;}

.home_hengfu .center .right{ width:460px; height:360px; float:right;}
.home_hengfu .center .right h2{ color:#fff; font-weight:400; line-height:45px; padding-top:65px;}
.home_hengfu .center .right h2 span{ color:#f00;}
.home_hengfu .center .right a{ width:200px; height:48px; background:#2d5e30; display:block; line-height:48px; color:#fff; overflow:hidden; border-radius:10px; margin-top:20px; font-size:18px;}
.home_hengfu .center .right a img{ float:left; margin-top:4px; margin-left:10px; margin-right:20px; }
.home_hengfu .center .right h3{ color:#fff; font-size:22px; font-weight:400; line-height:70px;}

/*优势*/
.home_youshi{width:100%; height:auto; overflow:hidden; background:#f3f3f3; padding-top:80px; padding-bottom:80px;}
.home_youshi .title{ width:1200px; height:auto; margin:0 auto; text-align:center; overflow:hidden;}
.home_youshi .title h2{ font-size:35px; line-height:50px;}
.home_youshi .title h2 span{ color:#2d5e30;}
.home_youshi .title p{ font-size:18px; color:#8b8b8b; line-height:80px;}


.home_youshi .mt-tabpage {width:1200px;margin:0px auto;   margin-top:50px; position:relative;}

.home_youshi .mt-tabpage-title {height:73px;font-size:0;background-color:#fff;width:969px;margin:auto;background:#fff; position:relative; z-index:1;}

.home_youshi .mt-tabpage-title .mt-tabpage-item {display:inline-block;width:323px;height:73px;line-height:73px;text-align:left;color:#1b1b1b;font-size:19px;transition:0.8s;}
.home_youshi .mt-tabpage-title .mt-tabpage-item .s1{ width:54px; height:73px; float:left; display:block; background:url(../images/youshi_tab1.png) left center no-repeat; margin-left:30px; margin-right:30px;}
.home_youshi .mt-tabpage-title .mt-tabpage-item .s2{ width:54px; height:73px; float:left; display:block; background:url(../images/youshi_tab2.png) left center no-repeat; margin-left:30px; margin-right:30px;}
.home_youshi .mt-tabpage-title .mt-tabpage-item .s3{ width:54px; height:73px; float:left; display:block; background:url(../images/youshi_tab3.png) left center no-repeat; margin-left:30px; margin-right:30px;}

.home_youshi .mt-tabpage-title .mt-tabpage-item span{ transition:all 0.5s;}
.home_youshi .mt-tabpage-title .mt-tabpage-item:hover{ text-decoration:none;}

.home_youshi .mt-tabpage-title .mt-tabpage-item-cur {color:#fff; background:#2d5e30; transition:all 0.5s;}
.home_youshi .mt-tabpage-title .mt-tabpage-item-cur .s1{ background:url(../images/youshi_tab1_no.png) left center no-repeat;}
.home_youshi .mt-tabpage-title .mt-tabpage-item-cur .s2{ background:url(../images/youshi_tab2_no.png) left center no-repeat;}
.home_youshi .mt-tabpage-title .mt-tabpage-item-cur .s3{ background:url(../images/youshi_tab3_no.png) left center no-repeat;}

.home_youshi .mt-tabpage-count {position:relative;width:1200px;height:758px;overflow:hidden; background:#fff; position:relative; top:-38px;}
.home_youshi .mt-tabpage-cont__wrap {position:absolute;}
.home_youshi .mt-tabpage-count .mt-tabpage-item {width:1200px;height:758px;}

.home_youshi_tab{ width:1200px; height:758px; overflow:hidden;}
.home_youshi_tab .img{ width:1200px; height:500px; overflow:hidden;}
.home_youshi_tab .img img{ width:100%; height:100%;}
.home_youshi_tab .text{ width:1200px; height:258px; overflow:hidden;}
.home_youshi_tab .text .left{ width:720px; height:258px; overflow:hidden; float:left; margin-left:30px;}
.home_youshi_tab .text .left h2{ font-size:28px; line-height:90px; border-bottom:1px solid #d2d2d2; margin-bottom:20px;}
.home_youshi_tab .text .left h2 strong{ color:#ff6c00; font-size:35px; float:left;margin-right:25px;}
.home_youshi_tab .text .left h2 span{ color:#c1121f; }
.home_youshi_tab .text .left p{ font-size:15px; line-height:35px; padding-left:60px; color:#5c5c5c;}

.home_youshi_tab .text .right{width:394px; height:218px; float:right; background:url(../images/home_youshi_tab_bottom.jpg) no-repeat; margin-top:20px; margin-right:20px; overflow:hidden;}

/*公司环境*/
.home_huanjing{width:1200px; height:auto; overflow:hidden; margin:0 auto; padding-top:50px; padding-bottom:68px; border-bottom:1px solid #dcdcdc;}
.home_huanjing .title{ width:1200px; height:55px; line-height:55px; overflow:hidden; margin:0 auto; margin-bottom:30px;}
.home_huanjing .title h2{ float:left; font-size:24px; height:55px; overflow:hidden; line-height:55px; }
.home_huanjing .title h2 img{ width:55px; height:55px; float:left; margin-right:15px; margin-left:20px;}
.home_huanjing .title span{ float:right; padding-right:30px;}
.home_huanjing .title span a{ color:#333;}
.home_huanjing .title span a:hover{ color:#2d5e30;}
.home_huanjing .list{ width:1200px; height:auto; overflow:hidden;}

.home_huanjing .list ul{ width:250px; height:305px; overflow:hidden; float:left; border:1px solid #dedede; margin-left:24px; margin-right:24px; position:relative;}
.home_huanjing .list ul dd{ width:250px; height:250px; overflow:hidden;}
.home_huanjing .list ul dd img{ width:100%; height:100%;}
.home_huanjing .list ul h2{ width:90%; margin:0 auto; text-align:center; font-size:16px; line-height:54px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand; font-weight:300; transition:all 0.6s;}
.home_huanjing .list ul:hover a{ text-decoration:none;}

.home_huanjing .list ul li{ position:absolute; z-index:3000000000000; top:0px; left:0px;}
.home_huanjing .list ul:hover h2{ color:#fff;}

/*公司荣誉*/
.home_honor{width:1200px; height:auto; overflow:hidden; margin:0 auto; padding-top:50px; padding-bottom:60px; border-bottom:1px solid #dcdcdc; margin-bottom:30px;}
.home_honor .title{ width:1200px; height:55px; line-height:55px; overflow:hidden; margin:0 auto; margin-bottom:30px;}
.home_honor .title h2{ float:left; font-size:24px; height:55px; overflow:hidden; line-height:55px; }
.home_honor .title h2 img{ width:55px; height:55px; float:left; margin-right:15px; margin-left:20px;}
.home_honor .title span{ float:right; padding-right:30px;}
.home_honor .title span a{ color:#333;}
.home_honor .title span a:hover{ color:#2d5e30;}

.home_honor_content{ width:1150px; height:auto; margin:0 auto; overflow:hidden; margin-top:25px; margin-bottom:0px; }

.home_honor_content .swiper-container{width:100%;height:100%;text-align:center; display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;
-ms-flex-pack: center;-webkit-justify-content: center; justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center; align-items: center; margin-top:0;}
.home_honor_content .swiper-wrapper{width:1050px; margin:0 auto; transition-timing-function: linear;}
.home_honor_content .swiper-slide{ width:203px; overflow:hidden; margin:0 auto; margin-top:25px; overflow:hidden;}

.home_honor_content .swiper-slide ul{width:203px; height:auto; overflow:hidden; margin:0 auto; text-align:center; transition:All 0.4s ease-in-out;    -webkit-transition:All 0.4s ease-in-out;    -moz-transition:All 0.4s ease-in-out;    -o-transition:All 0.4s ease-in-out;  text-align:center;  margin-top:0px; float:left; margin-left:49px; }
.home_honor_content .swiper-slide ul a{ display:block;}
.home_honor_content .swiper-slide ul p{width:203px; height:276px;  margin:0 auto; }
.home_honor_content .swiper-slide ul p img{  width:100%;height:100%;}
.home_honor_content .swiper-slide ul h2{ font-size:14px; width:190px; margin:0 auto; text-align:center; font-weight:300; line-height:50px; height:50px; overflow:hidden; font-size:14px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand; color:#727272; transition:all 0.8s;}

.home_honor_content .swiper-slide ul:hover h2 { color:#fff;}
.home_honor_content .swiper-slide ul:hover a{ text-decoration:none;}

.home_honor_content .swiper-pagination-bullet-active{ background:#008931; bottom:0px;}
.home_honor_content .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:25px;}
.home_honor_content .swiper-pagination-bullet-active{ background:#008931;}
.home_honor_content .swiper-button-next{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; right:0px;}
.home_honor_content .swiper-button-next:hover{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}
.home_honor_content .swiper-button-prev{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; left:0px;}
.home_honor_content .swiper-button-prev:hover{  filter:alpha(opacity=100); -moz-opacity:1; opacity:1;}
.home_honor_content .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ width:12px; height:12px; display:none;}


/*合作伙伴*/

.home_hezuo{width:100%; height:auto; overflow:hidden; padding-top:50px; padding-bottom:60px;}
.home_hezuo .title{ width:1200px; height:auto; margin:0 auto; text-align:center; margin-bottom:30px;}
.home_hezuo .title h2{ font-size:35px; line-height:50px;}
.home_hezuo .title h2 span{ color:#2d5e30;}
.home_hezuo .title p{ font-size:18px; color:#8b8b8b; line-height:80px;}

.home_hezuo .img{ width:1200px; height:auto; margin:0 auto; overflow:hidden; }
.home_hezuo .img a{ width:210px; height:120px; border:2px solid #f4f4f4; overflow:hidden; float:left; margin-left:22px; margin-top:22px;transition:0.5s linear 0.1s;}
.home_hezuo .img a img{ width:100%; height:100%;}
.home_hezuo .img a:hover{ border:2px solid #ff999e}


.home_new_title{ width:1200px; height:auto; overflow:hidden; margin:0 auto; text-align:center; margin-top:30px;}
.home_new_title .top{ width:100%; height:73px; overflow:hidden; position:relative; text-align:center;}
.home_new_title .top table{ width:auto; text-align:center; margin:0 auto; z-index:2; position:relative; }
.home_new_title .top table tr{ width:1200px; height:73px; margin:0 auto; text-align:center;}
.home_new_title .top table td{ width:auto; padding-left:25px; padding-right:25px; height:73px; background:#fff; margin:0 auto; font-size:35px; font-weight:600;}
.home_new_title .top table td strong{ color:#2d5e30;}
.home_new_title .top span{ width:100%; height:1px; background:#dcdcdc; position:absolute; top:36px; display:block; left:0px; z-index:1}

.home_new_title P{ font-size:18px; color:#757575; line-height:50px;}

/*新闻中心*/
.home_new_content{width:1200px;height:380px;margin:0 auto; overflow:hidden; margin-top:30px; text-align:justify; text-justify:inter-ideograph; margin-bottom:90px;}
.home_new_content .home_new_left{width:520px;height:380px; float:left; overflow:hidden; margin-top:56px;}
.home_new_content .home_new_left ul{width:520px; height:100%; overflow:hidden;}
.home_new_content .home_new_left ul img{width:520px;height:230px; display:block;}
.home_new_content .home_new_left ul h2{ width:500px; height:40px; line-height:40px; margin:0 auto; overflow:hidden; font-size:19px; color:#636363; font-weight:600;}
.home_new_content .home_new_left ul p{width:500px; height:50px; line-height:25px; margin:0 auto; overflow:hidden; font-size:14px; color:#636363;}
.home_new_content .home_new_left ul a{ display:block;}
.home_new_content .home_new_left ul a:hover{ text-decoration:none;}
.home_new_content .home_new_left ul a:hover h2{ color:#e80e1c;}

.home_new_content .home_new_right{width:580px;height:380px; float:right; overflow:hidden; }

.newtab{ width:100%; height:622px; margin:0px auto; overflow:hidden; }

.newtab .tab{ overflow:hidden;  height:56px; width:100%; padding-left:0px; border-bottom:1px solid #c5c5c5;}
.newtab .tab li{ float:left; list-style:none; text-align:center;}
.newtab .tab li a{ display:block; width:auto; height:39px;  font-size:14px; line-height:39px; padding-left:15px; padding-right:15px;}
.newtab .tab li a strong{ font-weight:800; padding-right:0px; font-size:18px;}
.newtab .tab dd{ float:right; padding-right:10px; font-size:14px;}
.newtab .tab dd a{ padding:0px 0px;  color:#6f6f6f; display:block; line-height:39px; float:left; text-decoration:none; color:#6f6f6f; font-size:14px;}
.newtab .tab dd a:hover{ text-decoration:underline; color:#e80e1c;}
.newtab .tab a:hover{   text-decoration:none; color:#fff;  }
.newtab .tab .on { background:#e80e1c; color:#fff;}
.newtab .tab .on a{ color:#fff; text-decoration:none;}

.newtab .content_new{ overflow:hidden; padding:0px;}
.newtab .content_new li{ display:none; list-style:none;}

.newtab .content_new dd{width:100%; margin:0 auto; height:62px; line-height:62px;  font-size:14px; overflow:hidden; border-bottom:1px dashed #c5c5c5;}
.newtab .content_new dd a{ text-decoration:none; color:#333; font-size:16px; display:block; float:left;}
.newtab .content_new dd a:hover{ text-decoration:underline; color:#e80e1c;}
.newtab .content_new dd span{  float:left;  padding-right:5px; color:#929292; line-height:62px; float:right;}
.newtab .content_new dd strong{ float:left; color:#1397b2; font-size:18px; line-height:62px; margin-right:0px; color:#acacac; margin-right:10px;}

/*高性价比*/
.home_fuwu{ width:1200px; height:auto; overflow:hidden; margin:0 auto; padding-bottom:40px; padding-top:35px;}
.home_fuwu ul{ width:210px; height:210px; border:2px solid #c9c9c9; border-radius:50%; text-align:center; float:left; margin-left:13px; margin-right:13px; transition:all 1s;}
.home_fuwu ul img{ width:80px; height:80px; margin-top:25px; padding-bottom:10px;}
.home_fuwu ul h2{ font-weight:400; font-size:18px; line-height:32px; color:#6d6d6d;}
.home_fuwu ul:hover{ border:2px solid #e80e1c;}

/*底部*/
.footer_all{ width:100%; height:auto; overflow:hidden; background:#333333; margin-top:50px;}
.footer_all .footer_top{ width:100%; height:102px; border-bottom:1px solid #484848; overflow:hidden;}
.footer_all .footer_top ul{ width:1200px; height:102px; margin:0 auto; line-height:102px; margin:0 auto;}
.footer_all .footer_top ul a{ color:#fff; display:block; padding-left:38px; padding-right:38px; float:left; font-size:18px; color:#d9d9d9;}
.footer_all .footer_top ul a:hover{ color:#FFF;}

.footer_all .center{ width:1200px; height:350px; margin:0 auto; overflow:hidden; border-bottom:1px solid #484848;}
.footer_all .center .f_logo{ width:150px; height:150px; background:#ffffff; border-radius:50%; overflow:hidden; text-align:center; float:left; margin-top:100px; margin-left:50px;}
.footer_all .center .f_logo img{ width:auto; height:90px; padding-top:30px;}
.footer_all .center .lianxi{ width:420px; height:350px; float:left; overflow:hidden; margin-left:40px; padding-top:70px;}
.footer_all .center .lianxi p{ color:#b8b8b8; line-height:auto; height:auto; overflow:hidden; padding:8px 15px;}
.footer_all .center .lianxi p i{ font-size:24px; float:left; margin-right:20px;}

.footer_all .center .f_h{ width:3px; height:350px; background:url(../images/f_h.png) center center no-repeat; float:left;}
.footer_all .center .f_gg{ width:240px; height:350px; background:url(../images/jgjznzz.png) center center no-repeat; float:left;}

.footer_all .center .wechat{ width:220px; height:350px; float:right; text-align:center; margin-right:20px;}
.footer_all .center .wechat img{ width:126px;height:126px; display:block; margin:0 auto; padding-top:70px;}
.footer_all .center .wechat i{ font-size:34px; color:#1dcd3a; line-height:70px; }
.footer_all .center .wechat p{ font-size:16px; color:#b8b8b8; line-height:20px;}

.footer_all .footer_bottom{ width:1200px; height:auto; margin:0 auto; text-align:center; padding-top:10px; padding-bottom:20px;}
.footer_all .footer_bottom .bq{ width:100%; height:auto; line-height:35px; color:#707070; font-size:14px; overflow:hidden;}
.footer_all .footer_bottom .bq a{ color:#707070;}
.footer_all .footer_bottom .bq a:hover{ color:#fff;}

.footer_all .footer_bottom .link{ width:100%; height:auto; line-height:30px; color:#707070; font-size:14px; overflow:hidden;}
.footer_all .footer_bottom .link a{ color:#707070; padding-left:5px; padding-right:5px;}
.footer_all .footer_bottom .link a:hover{ color:#fff;}

/*侧边栏*/
/*main css*/
.izl-rmenu{position:fixed;right:0%;margin-left:0;bottom:30px;padding-bottom:100px;z-index:999999999;}
.izl-rmenu .btn{width:72px;height:73px; cursor:pointer;position:relative;}
.izl-rmenu .btn-qq{background:url(../images/r_qq.png) 0px 0px no-repeat;background-color:#fb3151;}
.izl-rmenu .btn-qq:hover{background-color:#488bc7;}
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(../images/r_qq.png) 0px 0px no-repeat;background-color:#fb3151;text-decoration:none;display:block;}
.izl-rmenu .btn-wx{background:url(../images/r_wx.png) 0px 0px no-repeat;background-color:#78c340;}
.izl-rmenu .btn-wx:hover{background-color:#58a81c;}
.izl-rmenu .btn-wx .pic{position:absolute;left:-144px;top:0px;display:none;width:143px;height:143px;}
.izl-rmenu .btn-phone{background:url(../images/r_phone.png) 0px 0px no-repeat;background-color:#cc151a;}
.izl-rmenu .btn-phone:hover{background-color:#ff811b;}
.izl-rmenu .btn-phone .phone{background-color:#ff811b;position:absolute;width:160px;left:-160px;top:0px;line-height:73px;color:#FFF;font-size:18px;text-align:center;display:none;}
.izl-rmenu .btn-top{background:url(../images/r_top.png) 0px 0px no-repeat;background-color:#666666;display:none;}
.izl-rmenu .btn-top:hover{background-color:#444;}

.mobile_footer{ display:none;}

/*min_banner*/
/*.min_banner{ width:100%; height:260px; overflow:hidden; position:relative;}*/
.min_banner ul{width: 100%; height: 100%; margin-left: auto; margin-right: auto; position:relative;}
.min_banner img{ width:auto; height:auto;   left: 50%; max-width:100%; }

/*内页*/
.tu_lei_main				{ width:1200px; height:auto; overflow:hidden; margin:0 auto; margin-bottom:30px;}
.tu_lei_main_l				{ width:300px; height:auto; float:left; overflow:hidden;} 
.tu_lei_main_l_t1			{ width:100%; height:auto;background:#fff; overflow:hidden; padding:10px 0; margin-bottom:0px;}
.tu_lei_main_l_t1_title		{ width:100%; height:50px; margin:0 10px; padding:0 10px; }
.tu_lei_main_l_t1_title i{float:left; line-height:40px;color:#2d5e30; font-size:30px; margin-right:5px;}
.tu_lei_main_l_t1_title img	{ width:auto; height:30px; margin-top:10px; margin-right:10px; float:left;}
.tu_lei_main_l_t1_title b	{ width:220px; height:50px; float:left; font-size:18px; color:#2d5e30; line-height:40px;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand;}

.tu_lei_main_l_t1 .ce .no{ background:#f4f4f4; color:#2d5e30;}
.clear{clear:both;}

.ce{display:block;width:100%; height:auto; margin:0 auto; }
.ce li{ list-style:none; }
.ce li i{ font-size:20px; float:left;line-height:20px; margin-right:5px;}
.ce li a{padding: 15px 10px 15px 20px;color:white;display:block;cursor:pointer; text-decoration:none; color:#3f3f3f; font-size:16px;}

.ce li a:hover{ background:#ededed;  }
.ce li .dqian{background:none;}
.ce li .xz{ background:#ededed; color:#2d5e30;}
.ce li .xuanze{ background:#f4f4f4; color:#2d5e30;}

.er{ margin-bottom:0px; overflow:hidden; padding-left:8%;}
.er li{ float:left;  padding:0px; border:none; margin-bottom:5px;}
.er li i{ font-size:16px; }
.er li a{display:block; color:white;font-size:14px; padding:5px;}
.er .e_li a{ color:#949494;}
.er li a:hover,.er li .sen_x{  }
.er .e_li a:hover,.er .e_li .sen_x{  }
.er .e_li .xuanle{ color:#2d5e30;}


.thr{background:#0075c5; display:none;} 
.thr li{margin-bottom:1px;border-top: 1px solid rgb(180,180,180);position:relative;}
.er .e_li .thr li a{background:url(../images/more.png) no-repeat 10px center;}
.er .e_li .thr li a:hover{ background:#0075c5 url(../images/more.png) no-repeat 10px center;}
.er .e_li .thr li .xuan{ background:#0075c5 url(../images/more.png) no-repeat 10px center;}


.thr{background:#0075c5; display:none;} 
.thr li{margin-bottom:1px;border-top: 1px solid rgb(180,180,180);position:relative;}
.er .e_li .thr li a{background:url(../images/more.png) no-repeat 10px center;}
.er .e_li .thr li a:hover{background:#0075c5 url(../images/more.png) no-repeat 10px center;}
.er .e_li .thr li .xuan{ background:#0075c5;}

.tu_lei_main_l_t2			{ width:100%; height:auto;background:#f8f8f8; overflow:hidden; padding:10px 0; margin-bottom:20px;}
.tu_lei_main_l_t2_title		{ width:260px; height:50px; margin:0 10px; padding:0 10px; border-bottom:2px solid #2d5e30;}
.tu_lei_main_l_t2_title i{float:left; line-height:40px;color:#3f3f3f; font-size:30px; margin-right:5px;}
.tu_lei_main_l_t2_title img	{ width:auto; height:30px; margin-top:10px; margin-right:10px; float:left;}
.tu_lei_main_l_t2_title b	{ width:150px; height:50px; float:left; font-size:18px; color:#3f3f3f; line-height:40px;}

.tu_lei_main_l_t2_con		{ width:280px; height:auto; overflow:hidden; margin:0 auto; position:relative;}
#quotation					{width:262px;height:262px;overflow:hidden; margin:10px 9px;}
#quotation li				{ position:relative;}
#quotation li	 a{ text-decoration:none; display:block;}
#quotation li .a-r			{ text-align:center;}
#quotation li img			{ border:1px solid #ededed; width:260px; height:260px;}
#quotation li p				{ display:none;}
#quotation li:hover p		{ display:block; width:100%; height:100%; padding:0px; overflow:hidden; font-size:16px;  color:#fff; background:url(../images/bg.png) repeat; position:absolute; top:0; left:0; z-index:10; text-align:center; line-height:260px;}
#quotation li:hover{background:#url(../images/bg.png) repeat;}

.tu_lei_main_l_t3			{ width:100%; height:auto;background:#f8f8f8; overflow:hidden; padding:10px 0; margin-bottom:20px;}
.tu_lei_main_l_t3_title		{ width:100%; height:auto; margin:0 0px; padding:0 0px;  overflow:hidden;}


.tu_lei_main_l_t3_title img	{ width:100%; height:auto; margin-bottom:10px; }
.tu_lei_main_l_t3_con		{ width:260px; height:auto; overflow:hidden; margin:0 auto;}
.tu_lei_main_l_t3_con p		{ width:100%; height:auto; font-size:14px; line-height:25px; color:#333333; overflow:hidden}
.tu_lei_main_l_t3_con h2	{ width:100%; height:auto; color:#333; line-height:35px; font-size:16px; padding-top:10px; padding-bottom:10px;}
.tu_lei_main_l_t3_con p b	{ width:60px; height:auto; float:left; overflow:hidden;}
.tu_lei_main_l_t3_con p span{ width:180px; height:auto; float:right;}

.index_tumian_r				{ width:870px; height:auto; float:right; background-color:#fff; margin-bottom:20px;}
.index_tumian_r_top			{ width:97%; height:60px; border-bottom:2px solid #f4f4f4; font-size:18px; line-height:60px; color:#2e2e2e; padding-right:3%; overflow:hidden;}
.index_tumian_r_top	i{ font-size:20px; margin-right:5px;color:#2d5e30;}
.index_tumian_r_top b		{ float:left; font-weight:normal; font-size:18px; line-height:60px;}
.index_tumian_r_top span i{ font-size:16px; color:#b3b3b3;}
.index_tumian_r_top span	{ float:right; font-size:14px; line-height:60px; color:#666666;}
.index_tumian_r_top span a{ font-size:12px; color:#666666; text-decoration:none;}
.index_tumian_r_top span a:hover{ text-decoration:underline;}
.index_tumian_r_top img		{ width:auto; height:16px; margin-top:23px; margin-left:5px; margin-right:5px;}
.index_tumian_r_top b img	{ width:auto; height:30px; margin-top:13px; margin-left:5px; margin-right:10px; float:left;}

.index_tumian_r_img			{ width:100%; height:auto; overflow:hidden; border-bottom:2px solid #0077d0;}
.index_tumian_r_img ul li	{ width:250px; height:auto; overflow:hidden; margin:15px; float:left; position:relative;}
.index_tumian_r_img ul li .img{ width:246px; height:246px; border:2px solid #ededed; margin-bottom:10px;}
.index_tumian_r_img ul li .img img{ width:246px; height:246px;}
.index_tumian_r_img ul li:hover .img img{ width:110%; height:auto;}
.index_tumian_r_img ul li h3{ width:210px; height:0; overflow:hidden;}
.index_tumian_r_img ul li:hover h3{ width:250px; height:250px; position:absolute; overflow:hidden; top:0; left:0; background:url(../images/bg.png) repeat; font-size:18px; line-height:250px; color:#FFFFFF; font-weight:normal; text-align:center;}
.index_tumian_r_img ul li:hover h3 span{ font-size:20px; color:#FFFFFF;}
.index_tumian_r_img ul li p	{ width:200px; height:40px; overflow:hidden; margin:0 auto; font-size:14px; line-height:20px; color:#333333;}

.neirong{ width:870px; height:auto; min-height:300px; padding-top:0px; padding-bottom:10px; margin:0 auto; overflow:hidden; }
.neirong_title{ width:870px; min-height:50px; height:auto; font-size:26px; font-family:"微软雅黑";color:#3f3f3f; line-height:50px;  text-align:center; margin-bottom:0px; font-weight:700; }
.neirong_time{font-size:14px; font-family:"微软雅黑";color:#999; line-height:40px; word-spacing:8px; letter-spacing:1px; width:100%; height:40px; text-align:center; border-bottom:1px solid #f8f8f8; padding-bottom:10px;}

.neirong_con{font-family:"微软雅黑";color:#333;  width:870px; height:auto; margin:0 auto; overflow:hidden; min-height:200px; padding-bottom:15px; padding-top:20px; font-size:16px;}
.neirong_con img{max-width:100%;}

/**/

.images_list{width:266px; height:316px; float:left; background:#fff; margin-top:23px; margin-left:10px; margin-right:12px; border:1px solid #f3f3f3; transition:all 0.8s;}
.images_list dd{width:100%; height:266px; overflow:hidden;}
.images_list img{width:100%; height:266px; }
.images_list:hover img{ transform:scale(1.2); transition:1.5s linear 0.1s; }
.images_list h2{width:100%; height:50px; line-height:50px; font-size:13px; font-weight:400; text-align:center;border-top:1px solid #f3f3f3; overflow:hidden;}
.images_list a{ color:#6e6e6e; text-decoration:none;}
.images_list:hover{ background:#f73758;}
.images_list:hover a{color:#fff;}

.images_list_2{width:170px; height:137px; float:left; background:#fff;  margin-left:38px; margin-right:0px; border:1px solid #f3f3f3; margin-top:38px; margin-bottom:2px; transition:all 0.8s;}
.images_list_2 dd{width:100%; height:97px; overflow:hidden;}
.images_list_2 img{width:100%; height:97px; }
.images_list_2:hover img{ transform:scale(1.1); transition:1s linear 0.1s;}
.images_list_2 h2{width:100%; height:40px; line-height:40px; font-size:13px; font-weight:400; text-align:center;border-top:1px solid #f3f3f3; overflow:hidden;}
.images_list_2 a{ color:#6e6e6e; text-decoration:none;}
.images_list_2:hover{ background:#2d5e30;}
.images_list_2:hover a{color:#fff;}

.images_list_3{width:240px; height:380px; float:left; background:#fff; margin-top:38px; margin-left:24px; margin-right:24px; border:1px solid #f3f3f3; transition:all 0.8s;}
.images_list_3 dd{width:100%; height:340px; overflow:hidden;}
.images_list_3 img{width:100%; height:340px; }
.images_list_3 h2{width:100%; height:40px; line-height:40px; font-size:13px; font-weight:400; text-align:center;border-top:1px solid #f3f3f3; overflow:hidden;}
.images_list_3 a{ color:#6e6e6e; text-decoration:none;}
.images_list_3:hover{ background:#2d5e30;}
.images_list_3:hover a{color:#fff;}

.images_list_4{width:180px; height:220px; float:left; background:#fff; margin-top:34px; margin-left:19px; margin-right:17px;  }
.images_list_4 dd{width:100%; height:180px; overflow:hidden;}
.images_list_4 img{width:100%; height:180px; border-radius:50%;}
.images_list_4 h2{width:100%; height:40px; line-height:60px; font-size:13px; font-weight:400; text-align:center; overflow:hidden;}
.images_list_4 a{ color:#6e6e6e; text-decoration:none;}
.images_list_4 a:hover{ text-decoration:underline;}

.index_tumian_r_ye{ width:100%; height:auto; overflow:hidden; margin:20px 0 40px; padding:15px 0; text-align:center; font-size:12px; line-height:50px; color:#2e2e2e;  margin:0 auto; position:relative; top:20px;}
.index_tumian_r_ye a{ color:#2e2e2e; border:1px solid #2e2e2e; padding:10px 20px; margin:0 5px; text-decoration:none; border-radius:12px;}
.index_tumian_r_ye a:hover{ color:#fff; background-color:#f4a307; border:1px solid #f4a307;}
.index_tumian_r_ye span{ margin:0 5px;}
/*解决方案*/
.jjfa_list{ width:100%; margin:0 auto; height:auto; overflow:hidden; padding-top:20px; padding-bottom:20px; border-bottom:1px solid #ccc;}
.jjfa_list dl{ width:390px; height:390px; float:left; overflow:hidden;}
.jjfa_list dl img{width:390px;height:390px;}
.jjfa_list ul{ width:440px; height:390px; float:right; text-align:left; position:relative;}
.jjfa_list ul h2{width:100%; height:77px; line-height:77px; font-size:24px; font-weight:300; border-bottom:1px solid #d5d5d5; color:#3f3f3f;}
.jjfa_list ul h2 img{width:auto; height:77px; float:left; margin-right:15px;}
.jjfa_list ul p{width:100%; font-size:15px; line-height:35px; color:#959595; height:225px; overflow:hidden; margin-top:25px;}
.jjfa_list h3{width:100%; height:44px; position:absolute; bottom:0px; font-weight:300;}
.jjfa_list h3 .a1{ background:#1a7dd9; display:block; float:left; color:#fff; font-size:16px; width:145px; height:45px; line-height:45px; text-align:center;}
.jjfa_list h3 .a2{ background:#c5c5c5; display:block; float:left; color:#fff; font-size:16px; width:145px; height:45px; line-height:45px; text-align:center; margin-left:30px;}
.jjfa_list h3 .a1:hover{ background:#f4a307;}
.jjfa_list h3 .a2:hover{ background:#f4a307;}


/*新闻中心*/
.new_list{width:100%; height:200px; background:#fff; float:left; margin:0 auto;  border-bottom:1px solid #eeeeee; transition:all 1s;}
.new_list dd{width:180px; height:180px; float:left; background:url(../images/no_img.png) no-repeat; margin-top:10px; margin-left:10px; overflow:hidden; margin-right:10px;}
.new_list dd img{width:100%; height:100%;}
.new_list h2{ font-size:18px; padding-top:10px; padding-right:10px; line-height:40px;}
.new_list a{ color:#666; text-decoration:none; width:100%; height:100%;}
.new_list p{ font-size:14px; line-height:26px;  min-height:110px; color:#8e8e8e; padding-right:20px; padding-top:10px; text-align:justify; text-justify:inter-ideograph;}
.new_list span{ font-size:12px; float:right; padding-right:20px; color:#8e8e8e;}
.new_list:hover {transition:all 0.8s; background:#f3f3f3;}
.new_list:hover img{transform:scale(1.2); transition:0.3s linear 0.1s;}
.new_list:hover h2{ color:#2d5e30;}


.neirong_next1					{font-size:16px; font-family:"微软雅黑";color:#3f3f3f; line-height:20px; width:100%; height:auto; overflow:hidden; border-top:2px solid #ededed; padding-top:20px; }
.neirong_next1 p				{ width:48%; float:left; overflow:hidden;}
.neirong_next1 p.np1			{ text-align:right;}
.neirong_next1 p span			{ margin-left:0px;}
.neirong_next1 p span a			{font-size:14px; font-family:"微软雅黑";color:#333333; line-height:30px; text-decoration:none;}
.neirong_next1 p span a:hover	{ color:#3f3f3f; text-decoration:underline;}

.neirong_new_tui			{ width:100%; height:auto; overflow:hidden; background-color:#FFFFFF; float:right; margin-bottom:10px;}
.neirong_new_tui h2			{ width:100%; height:50px; border-top:2px solid rgb(237, 237, 237); font-size:18px; line-height:50px; color:#6f6f6f; padding:0 0px; font-weight:300;  margin-top:19px;}
.neirong_new_tui h2 i{ float:left; font-size:20px;color:#3f3f3f;}
.neirong_new_tui ul li		{ width:100%; height:30px; overflow:hidden; margin:5px 0px;  background:url(../images/more2.png) left center no-repeat; line-height:30px; font-size:14px; color:#818182; list-style:none;}
.neirong_new_tui ul  a{box-sizing:inherit;}

.neirong_new_tui ul li p.npp1{ width:600px; margin-left:30px; float:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.neirong_new_tui ul li p.npp1:hover{ text-decoration:underline; color:#de202f;}
.neirong_new_tui ul li p.npp2{ float:right; text-align:right; font-size:14px;}

/*产品内容*/
.product-top{width:100%; height:370px; border-bottom:1px solid #d0d0d0;}

#preview{ float:none; text-align:center; width:360px; float:left;}
.jqzoom{ width:350px; height:350px; position:relative; border:1px solid #eeeeee; border-top:0px;}
.jqzoom img{width:100%; height:100%;}
.zoomdiv{ left:859px; height:400px; width:400px;}
.list-h li{ float:left;}
#spec-n5{width:350px; height:56px; padding-top:6px; overflow:hidden;}
#spec-left{ background:url(../images/left.gif) no-repeat; width:10px; height:45px; float:left; cursor:pointer; margin-top:5px;}
#spec-right{background:url(../images/right.gif) no-repeat; width:10px; height:45px; float:left;cursor:pointer; margin-top:5px;}
#spec-list{ width:325px; float:left; overflow:hidden; margin-left:2px; display:inline;}
#spec-list ul li{ float:left; margin-right:0px; display:inline; width:62px; padding-left:40px;}
#spec-list ul li img{ padding:2px ; border:1px solid #ccc; width:50px; height:50px; }

/*jqzoom*/
.jqzoom{position:relative;padding:0;}
.zoomdiv{z-index:100;position:absolute;top:1px;left:0px;width:400px;height:400px;background:url(../images/loading.gif) #fff no-repeat center center;border:1px solid #e4e4e4;display:none;text-align:center;overflow: hidden;}
.bigimg{width:640px;height:640px; }
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:50px;height:50px;border:1px solid #aaa;background:#ccc 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list{ position:relative; width:322px; margin-right:6px;}
#spec-list div{ margin-top:0;margin-left:-30px; *margin-left:0;}

.product-top-right{ width:510px; height:400px; overflow:hidden;}

.product-top-right h2{ width:95%; margin:0 auto; text-align:left; padding-top:20px; font-size:16px; color:#939393;text-align:justify; text-justify:inter-ideograph; font-weight:400; margin-top:10px;}
.product-top-right h3{width:95%;margin:0 auto; height:auto; text-align:left; font-size:20px; padding-top:20px; color:#2d5e30; min-height:30px; line-height:30px; border-bottom:1px solid #cecece; padding-bottom:20px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand;}
.product-top-right h4{width:93%; margin:0 auto; text-align:left; text-align:justify; text-justify:inter-ideograph;  color:#333; line-height:20px; font-size:14px; padding-top:2px; font-weight:400; max-height:210px; overflow:auto; overflow-y:scroll; padding-right:2px;  max-height:125px;}
.product-top-right h4 strong{ color:#231e1e;}
.product-top-right h4 dd{ font-size:14px; color:#333;}
.product-top-right h4 dd p{ font-size:14px;}

.product-top-right dl{ width:260px; height:40px; line-height:40px; background:#de202f; text-align:center; border-radius:10px; margin-top:20px; margin-left:20px;}
.product-top-right dl a{ color:#fff; display:block; font-size:16px; font-weight:700;}

.product_content_content{width:100%; min-height:222px; height:auto; overflow:hidden; margin:0 auto;}
.product_content_content h2{width:100%; min-height:50px; height:auto; line-height:50px; font-size:18px; font-weight:300; color:#858585; overflow:hidden; border-bottom:1px solid #d0d0d0;  text-indent:2%;}
.product_content_content h2 span{  color:#05066d; width:100px; text-align:center; color:#858585;}
.product_content_content h2 i{color:#2d5e30; padding-right:5px;}

.chanpin_content{ width:100%; height:auto; overflow:hidden; padding-top:10px; padding-bottom:10px; min-height:400px;}
.chanpin_content img{ max-width:100%; height:auto;}

.xiayiye{width:100%; height:auto; line-height:50px; overflow:hidden; margin-top:20px; border-top:1px solid #dadada; margin-bottom:0px; padding-top:20px;}
.xiayiye p{width:100%; height:40px; line-height:40px; font-size:16px; color:#333; padding-left:20px; margin-top:5px;}
.xiayiye p a{color:#959595; text-decoration:none; font-size:14px; padding-left:20px;}
.xiayiye p a:hover{ text-decoration:underline; color:#2d5e30;}

.ss_no{width:100%; height:auto; text-align:center; font-size:18px; height:200px; line-height:200px;}
.ss_no strong{ color:#ff6c00;}

.new_list_ss{width:100%; height:200px; background:#fff; float:left; margin:0 auto;  border-bottom:1px solid #eeeeee; }
.new_list_ss dd{width:180px; height:180px; float:left; background:url(../images/no_img.png) no-repeat; margin-top:10px; margin-left:10px; overflow:hidden; margin-right:10px;}
.new_list_ss dd img{width:100%; height:100%;}
.new_list_ss h2{ font-size:18px; padding-top:10px; padding-right:10px; line-height:40px;}
.new_list_ss a{ color:#666; text-decoration:none;}
.new_list_ss p{ font-size:14px; line-height:30px;  min-height:110px; color:#8e8e8e; padding-right:20px; padding-top:10px;}
.new_list_ss h3{ font-size:14px; float:right; padding-right:20px; color:#8e8e8e; font-weight:400;}
.new_list_ss:hover { background:#f4f4f4;}
.new_list_ss:hover img{transform:scale(1.2); transition:0.3s linear 0.1s;}
.new_list_ss:hover h2{ color:#000348;}

/*翻页样式*/
#fenye{width: 100%;height: auto;display: inline-block;text-align: center;margin-top:35px;margin-bottom:20px;}
#fenye li{padding: 0;list-style: none;}
#fenye .pagination .active a{background: #2d5e30;color: #fff;}
#fenye .pagination .disabled span{color: #ccc;}
.pagination{padding-left: 0;margin: 0px 0;border-radius: 4px;display: inline-block;text-align: center;}
.pagination>li>a, .pagination>li>span{position: relative;float: left;padding: 6px 12px;line-height: 1.42857;text-decoration: none;color: #595757;background-color: #fff;border: 1px solid #ddd;margin-left: -1px;}
.pagination>li{display: inline;}
.pagination>li a:hover{ background:#2d5e30; color:#fff;}

/*内页优势*/

.neiye_tedian_B{ width:100%; height:auto; overflow:hidden; text-align:center; margin:0 auto; border-top:1px solid #f3f3f3;padding-bottom:30px; margin-top:30px; padding-top:10px;}
.neiye_tedian_B .title{ width:100%; height:auto; overflow:hidden;}
.neiye_tedian_B .title h2{ line-height:80px; font-size:33px; color:#2d5e30;}
.neiye_tedian_B .title h2 br{ display:none;}
.neiye_tedian_B .title li{ width:399px; height:auto; margin:0 auto; padding-top:15px; padding-bottom:15px;}
.neiye_tedian_B .title p{ font-size:18px; line-height:40px; color:#6c6c6c;}

.neiye_tedian_B .text{ width:100%; height:auto; overflow:hidden;}
.neiye_tedian_B .text ul{ width:200px;height:200px; background:url(../images/tedian_b_back.png) top center no-repeat; position:relative; float:left; margin-left:8px; margin-right:8px;  margin-top:32px; background-size:100%; overflow:hidden;}
.neiye_tedian_B .text ul h2{ font-size:40px; color:#fff; line-height:70px; padding-top:35px;}
.neiye_tedian_B .text ul h3{ font-size:16px; color:#fff; line-height:35px;}
.neiye_tedian_B .text ul p{ width:100%; text-align:center; font-size:15px; color:#fff; height:50px; line-height:50px; position:absolute; bottom:5px;}

/*优势*/
.neiye_youshi{width:100%; height:auto; overflow:hidden; background:#fff; padding-top:30px; padding-bottom:0px;}
.neiye_youshi .title{ width:100%; height:auto; margin:0 auto; text-align:center; overflow:hidden;}
.neiye_youshi .title h2{ font-size:35px; line-height:50px;}
.neiye_youshi .title h2 span{ color:#2d5e30;}
.neiye_youshi .title p{ font-size:18px; color:#8b8b8b; line-height:80px;}


.neiye_youshi .mt-tabpage {width:870px; margin:0px auto;   margin-top:30px; position:relative;}

.neiye_youshi .mt-tabpage-title {height:73px;font-size:0;background-color:#fff;width:100%;margin:auto;background:#fff; position:relative; z-index:1;}

.neiye_youshi .mt-tabpage-title .mt-tabpage-item {display:inline-block;width:290px;height:73px;line-height:73px;text-align:left;color:#1b1b1b;font-size:19px;transition:0.8s; overflow:hidden; font-size:16px; background:#f3f3f3;}
.neiye_youshi .mt-tabpage-title .mt-tabpage-item .s1{ width:54px; height:73px; float:left; display:block; background:url(../images/youshi_tab1.png) left center no-repeat; margin-left:30px; margin-right:30px;}
.neiye_youshi .mt-tabpage-title .mt-tabpage-item .s2{ width:54px; height:73px; float:left; display:block; background:url(../images/youshi_tab2.png) left center no-repeat; margin-left:30px; margin-right:30px;}
.neiye_youshi .mt-tabpage-title .mt-tabpage-item .s3{ width:54px; height:73px; float:left; display:block; background:url(../images/youshi_tab3.png) left center no-repeat; margin-left:30px; margin-right:30px;}

.neiye_youshi .mt-tabpage-title .mt-tabpage-item span{ transition:all 0.5s;}
.neiye_youshi .mt-tabpage-title .mt-tabpage-item:hover{ text-decoration:none;}

.neiye_youshi .mt-tabpage-title .mt-tabpage-item-cur {color:#fff; background:#2d5e30; transition:all 0.5s;}
.neiye_youshi .mt-tabpage-title .mt-tabpage-item-cur .s1{ background:url(../images/youshi_tab1_no.png) left center no-repeat;}
.neiye_youshi .mt-tabpage-title .mt-tabpage-item-cur .s2{ background:url(../images/youshi_tab2_no.png) left center no-repeat;}
.neiye_youshi .mt-tabpage-title .mt-tabpage-item-cur .s3{ background:url(../images/youshi_tab3_no.png) left center no-repeat;}

.neiye_youshi .mt-tabpage-count {position:relative;width:870px;height:646px;overflow:hidden; background:#fff; }
.neiye_youshi .mt-tabpage-cont__wrap {position:absolute;}
.neiye_youshi .mt-tabpage-count .mt-tabpage-item {width:870px;height:646px;}


.neiye_youshi_tab{ width:870px; height:646px; overflow:hidden; background:#f3f3f3;}
.neiye_youshi_tab .img{ width:100%; height:363px; overflow:hidden;}
.neiye_youshi_tab .img img{ width:100%; height:100%;}
.neiye_youshi_tab .text{ width:100%; height:258px; overflow:hidden;}

.neiye_youshi_tab .text .left{ width:820px; height:258px; overflow:hidden; margin:0 auto; background:#fff; margin-top:25px;}
.neiye_youshi_tab .text .left h2{ font-size:24px; line-height:90px; border-bottom:1px solid #d2d2d2; margin-bottom:15px;}
.neiye_youshi_tab .text .left h2 strong{ color:#ff6c00; font-size:35px; float:left;margin-right:25px; margin-left:25px;}
.neiye_youshi_tab .text .left h2 span{ color:#c1121f; }
.neiye_youshi_tab .text .left p{ font-size:15px; line-height:1.8em; padding-left:82px; padding-right:30px; color:#5c5c5c;}

.neiye_youshi_tab .text .right{width:394px; height:218px; float:right; background:url(../images/home_youshi_tab_bottom.jpg) no-repeat; margin-top:20px; margin-right:20px; overflow:hidden; display:none;}
/*军博服务*/
.neiye_new_title{ width:870px; height:auto; overflow:hidden; margin:0 auto; text-align:center; margin-top:30px;}
.neiye_new_title .top{ width:100%; height:73px; overflow:hidden; position:relative; text-align:center;}
.neiye_new_title .top table{ width:auto; text-align:center; margin:0 auto; z-index:2; position:relative; }
.neiye_new_title .top table tr{ width:1200px; height:73px; margin:0 auto; text-align:center;}
.neiye_new_title .top table td{ width:auto; padding-left:25px; padding-right:25px; height:73px; background:#fff; margin:0 auto; font-size:28px; font-weight:600;}
.neiye_new_title .top table td strong{ color:#2d5e30;}
.neiye_new_title .top span{ width:100%; height:1px; background:#dcdcdc; position:absolute; top:36px; display:block; left:0px; z-index:1}

.neiye_new_title P{ font-size:16px; color:#757575; line-height:50px;}

/*高性价比*/
.neiye_fuwu{ width:870px; height:auto; overflow:hidden; margin:0 auto; padding-bottom:40px; padding-top:35px;}
.neiye_fuwu ul{ width:150px; height:150px; border:2px solid #c9c9c9; border-radius:50%; text-align:center; float:left; margin-left:16px; transition:all 1s;}
.neiye_fuwu ul img{ width:50px; height:50px; margin-top:20px; padding-bottom:10px;}
.neiye_fuwu ul h2{ font-weight:400; font-size:14px; line-height:25px; color:#6d6d6d;}
.neiye_fuwu ul:hover{ border:2px solid #e80e1c; color:#e80e1c;}
.neiye_fuwu ul:hover h2{ color:#e80e1c;}
/*高德地图*/
.my-map { margin: 0 auto; width: 950px; height: 400px; }
		.my-map .icon { background: url(../images/marker.png) no-repeat; }
		.my-map .icon-cir { height: 31px; width: 28px; }
		.my-map .icon-cir-red { background-position: -11px -5px; }
		.amap-container{height: 100%;}