﻿*{margin:0;padding:0;}
body{background:#fff; font:12px/22px "SimSun","Microsoft YaHei";}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr,dl,dd,select,option{ margin:0; padding:0;}
li,img,input,em,select{ list-style:none; border:none; font-style:normal;}
a{ text-decoration:none !important; cursor:pointer !important;}
select::-ms-expand { display: none; }

.wrap{ max-width:1180px !important; margin:0 auto;}

header{width:100%;float:left;}
.header{width:100%;float:left; height:110px; background:#fafafa;}
.header .logo{float:left;}
.header .logo img{width:100%; max-width:465px; height:110px;display:block;}

.header_dianhua{float:right; height:52px; margin-top:29px; background:url(../images/dianhua.jpg) no-repeat left center; padding-left:62px; font-family:SimHei; font-size:14px; color:#8db924; font-weight:bold; line-height:22px;}
.header_dianhua span{ font-size:28px; font-family:Arial; color:#ff862a; font-weight:bold; line-height:30px;}
.header_ss{float:right; margin:39px 58px 0 0; border:2px solid #8db924;}
.ss_txt{width:88px;float:left; height:29px; line-height:29px; background:url(../images/header_jiantou.jpg) no-repeat 71px center #ececec; border-right:1px solid #e2e2e2; text-indent:7px; color:#717171;}
.ss_inp1{width:146px;float:left; height:29px; padding:0 10px; color:#717171;}
.ss_btn{width:78px;float:left; height:29px; background:#8db924; font-family:SimHei; font-size:16px; color:#fff; font-weight:bold;}


nav{width:100%;float:left; height:51px; background:#4c5a65;}
.nav_time{width:20%;float:left; height:51px; text-align:center; color:#f1f2f3; line-height:51px;}

nav .n_UL{width:80%;float:right;}
nav .n_UL .n_Li{width:12.5%; float:left; height:51px;background:url(../images/shutiao.jpg) no-repeat right center; position:relative;}
nav .n_UL .n_Li .n_A{ display:block;height:51px; line-height:51px; text-align:center; font-size:14px;color:#fff;font-family:'Microsoft YaHei';transition:all 0.3s; }
nav .n_UL .n_Li:hover .n_A{color:#fff; background:#ff862a;}
nav .n_UL .on .n_A{color:#fff; background:#ff862a;}

/*.nav_sub{width:100%; overflow:hidden; padding-top:23px; position:absolute;right:12px;top:51px; z-index:-2; opacity:0; transition:all 0.3s;}
.nav_sub ul{width:100%; float:right;}
.nav_sub ul li{float:left; overflow:hidden; margin:0 8px;}
.nav_sub ul li a{ display:block;font-family:"Microsoft YaHei"; font-size:12px; color:#010000;}
.nav_sub ul li a:hover{color:#f00;}
nav .n_UL .n_Li:hover .nav_sub{z-index:999; opacity:1;}*/

/*banner*/
.bannerbox{width:100%; height:445px; transition:all 1s; overflow:hidden; position:relative;float:left;}
#banner{width:100%; height:445px;position:relative;overflow:hidden; transition:all 1s;}
#banner .main_image{ height:445px;position:relative;overflow:hidden;transition:all 1s;}
#banner .main_image ul{position:absolute;top:0;left:0;width:9999px;overflow:hidden;}
#banner .main_image li a{display:block;}
#banner .main_image li span{display:block;width:100%;height:445px;transition:all 1s;}
#banner .main_image li .img_1{background:url(../images/banner1.jpg) no-repeat center center; background-size:100% 100%;}
#banner .main_image li .img_2{background:url(../images/banner2.jpg) no-repeat center center; background-size:100% 100%;}
#banner .main_image li .img_3{background:url(../images/banner3.jpg) no-repeat center center; background-size:100% 100%;}
#banner .main_image li .img_4{background:url(../images/banner4.jpg) no-repeat center center; background-size:100% 100%;}
#banner .main_image li .img_5{background:url(../images/banner5.jpg) no-repeat center center; background-size:100% 100%;}
#banner div.flicking_con{position:absolute;bottom:0;left:0;z-index:999;width:100%;height:46px;background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important; background-color:#000; text-align:center;}
#banner div.flicking_con a{ display:inline-table; width:12px;height:12px; border-radius:50%; margin:18px 5px 0 5px;padding:0;background:#fff;text-indent:-1000px}
#banner div.flicking_con a.on{background:#1bc4f4;}
#banner #btn_prev,#btn_next{z-index:11111;position:absolute;display:block;width:29px!important;height:29px!important;top:50%;margin-top:-10px;display:none; transition:all 0.5s;}
#banner #btn_prev{background:url(../images/main_btn_arrow_lr.png) no-repeat left bottom;left:20px;}
#banner #btn_prev:hover{background:url(../images/main_btn_arrow_lr.png) no-repeat right bottom;}
#banner #btn_next{background:url(../images/main_btn_arrow_lr.png) no-repeat left top;right:20px;}
#banner #btn_next:hover{background:url(../images/main_btn_arrow_lr.png) no-repeat right top;}

/*移动端*/
 #content1 {padding:0px;float:left;width:100%;}
 .slideBox {position:relative;overflow:hidden;margin:0px auto;max-width:100%;/* 设置焦点图最大宽度 */}
 .slideBox .hd {position:absolute;height:28px;line-height:28px;bottom:0;right:0;z-index:1;}
 .slideBox .hd li {display:inline-block;width:10px;height:10px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background:#333;text-indent:-9999px;overflow:hidden;
margin:0 6px 0 6px;}
 .slideBox .hd li.on {background:#fff;}
 .slideBox .bd {position:relative;z-index:0;}
 .slideBox .bd li {position:relative;text-align:center;}
 .slideBox .bd li img {background:url(images/loading.gif) center center no-repeat;vertical-align:top;width:100%;/* 图片宽度100%，达到自适应效果 */}
 .slideBox .bd li a {-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}  /* 去掉链接触摸高亮 */
 .slideBox .bd li .tit {display:block;width:100%;position:absolute;bottom:0;text-indent:10px;height:28px;line-height:28px;background:url(images/focusBg.png) repeat-x;color:#fff;text-align:left;}

main{width:100%; overflow:hidden; padding:20px 0;}
.yd{width:100%;float:left; margin-bottom:10px;}
.yd_title{ display:block; height:56px; border-bottom:1px dotted #cdcdcd; overflow:hidden;}
.yd_p{width:26.3%;float:left; height:55px; line-height:55px; background:url(../images/yd_logo.jpg) no-repeat left center; font-family:'Microsoft YaHei'; font-size:20px; color:#1f92e5; font-weight:bold; text-indent:50px;}
/*选项卡1*/
.yd .yd_nav{width:73.7%;float:left; padding-top:21px;}
.yd .yd_nav li{float:left; height:34px; transition:all 0.3s;}
.yd .yd_nav li a{ display:block;height:34px;line-height:34px; font-size:14px ;color:#505050; padding:0 13px;}
.yd .yd_nav li a:hover{ background:#1f92e5; color:#fff;}
.yd .yd_nav li.active a{ background:#1f92e5; color:#fff;}
.yd section{display:none;transition:all 0.3s;}
.yd section.active{ display:block; }
.yd_contect{ display:block; padding-top:20px; overflow:hidden;}
.yd_img{width:280px;float:left; overflow:hidden; position:relative;}
.sub_hover{width:100%; height:100%;background:rgba(10, 138, 218, 0.5) none repeat scroll 0 0 !important; background-color:#0a8ada; position:absolute;left:0;bottom:-100%; z-index:5;transition:all 0.3s;text-align:center;}
.sub_hover span{ position:absolute;left:50%;top:50%; margin:-25px 0 0 -50px;width:100px; height:50px; border:1px solid #fff;}
.sub_hover span b{ display:inline-block; font-size:30px; color:#fff; line-height:50px;}
.yd_img:hover .sub_hover{ bottom:0;}
.yd_B{width:884px;float:right;}
.yd_ul{ display:block; overflow:hidden;}
.yd_ul li{width:208px;float:left; border:1px solid #e0dfdf; background:#f7f7f7; padding:10px 9px 0 9px; margin:0 0 14px 13px;}
.yd_ul li .yd_img1{width:100%; overflow:hidden; position:relative;}
.yd_ul li:hover .sub_hover{ bottom:0;}
.yd_ul li .yd_sp{ display:block; height:48px; line-height:48px; text-align:center; font-family:'Microsoft YaHei'; font-size:14px; color:#505050; font-weight:bold;overflow:hidden;}

.ss{width:100%;float:left; margin-bottom:10px;}
.yd_p2{width:26.3%;float:left; height:55px; line-height:55px; background:url(../images/ss_logo.jpg) no-repeat left center; font-family:'Microsoft YaHei'; font-size:20px; color:#8db924; font-weight:bold; text-indent:50px;}
/*选项卡2*/
.ss .yd_nav-2{width:73.7%;float:left; padding-top:21px;}
.ss .yd_nav-2 li{float:left; height:34px; transition:all 0.3s;}
.ss .yd_nav-2 li a{ display:block;height:34px;line-height:34px; font-size:14px ;color:#505050; padding:0 13px;}
.ss .yd_nav-2 li a:hover{ background:#93bd2f; color:#fff;}
.ss .yd_nav-2 li.active a{ background:#93bd2f; color:#fff;}
.ss section{display:none;transition:all 0.3s;}
.ss section.active{ display:block; }
.ss_img{width:280px;float:left; overflow:hidden; position:relative;}
.sub_hover-2{width:100%; height:100%;background:rgba(141, 185, 36, 0.5) none repeat scroll 0 0 !important; background-color:#8db924; position:absolute;left:0;bottom:-100%; z-index:5;transition:all 0.3s;text-align:center;}
.sub_hover-2 span{ position:absolute;left:50%;top:50%; margin:-25px 0 0 -50px;width:100px; height:50px; border:1px solid #fff;}
.sub_hover-2 span b{ display:inline-block; font-size:30px; color:#fff; line-height:50px;}
.ss_img:hover .sub_hover-2{ bottom:0;}
.yd_ul li:hover .sub_hover-2{ bottom:0;}

.ld{width:100%;float:left; margin-bottom:10px;}
.yd_p3{width:26.3%;float:left; height:55px; line-height:55px; background:url(../images/ld_logo.jpg) no-repeat left center; font-family:'Microsoft YaHei'; font-size:20px; color:#e39205; font-weight:bold; text-indent:50px;}
/*选项卡2*/
.ld .yd_nav-3{width:73.7%;float:left; padding-top:21px;}
.ld .yd_nav-3 li{float:left; height:34px; transition:all 0.3s;}
.ld .yd_nav-3 li a{ display:block;height:34px;line-height:34px; font-size:14px ;color:#505050; padding:0 13px;}
.ld .yd_nav-3 li a:hover{ background:#e39205; color:#fff;}
.ld .yd_nav-3 li.active a{ background:#e39205; color:#fff;}
.ld section{display:none;transition:all 0.3s;}
.ld section.active{ display:block; }
.ld_img{width:280px;float:left; overflow:hidden; position:relative;}
.sub_hover-3{width:100%; height:100%;background:rgba(227, 146, 5, 0.5) none repeat scroll 0 0 !important; background-color:#e39205; position:absolute;left:0;bottom:-100%; z-index:5;transition:all 0.3s;text-align:center;}
.sub_hover-3 span{ position:absolute;left:50%;top:50%; margin:-25px 0 0 -50px;width:100px; height:50px; border:1px solid #fff;}
.sub_hover-3 span b{ display:inline-block; font-size:30px; color:#fff; line-height:50px;}
.ld_img:hover .sub_hover-3{ bottom:0;}
.yd_ul li:hover .sub_hover-3{ bottom:0;}

.gg{width:100%;float:left; margin-bottom:10px;}
.yd_p4{width:26.3%;float:left; height:55px; line-height:55px; background:url(../images/gg_logo.jpg) no-repeat left center; font-family:'Microsoft YaHei'; font-size:20px; color:#0ac6d2; font-weight:bold; text-indent:50px;}
/*选项卡2*/
.gg .yd_nav-4{width:73.7%;float:left; padding-top:21px;}
.gg .yd_nav-4 li{float:left; height:34px; transition:all 0.3s;}
.gg .yd_nav-4 li a{ display:block;height:34px;line-height:34px; font-size:14px ;color:#505050; padding:0 13px;}
.gg .yd_nav-4 li a:hover{ background:#0ac6d2; color:#fff;}
.gg .yd_nav-4 li.active a{ background:#0ac6d2; color:#fff;}
.gg section{display:none;transition:all 0.3s;}
.gg section.active{ display:block; }
.gg_img{width:280px;float:left; overflow:hidden; position:relative;}
.sub_hover-4{width:100%; height:100%;background:rgba(10, 198, 210, 0.5) none repeat scroll 0 0 !important; background-color:#0ac6d2; position:absolute;left:0;bottom:-100%; z-index:5;transition:all 0.3s;text-align:center;}
.sub_hover-4 span{ position:absolute;left:50%;top:50%; margin:-25px 0 0 -50px;width:100px; height:50px; border:1px solid #fff;}
.sub_hover-4 span b{ display:inline-block; font-size:30px; color:#fff; line-height:50px;}
.gg_img:hover .sub_hover-4{ bottom:0;}
.yd_ul li:hover .sub_hover-4{ bottom:0;}

.news{width:100%;float:left; margin-top:20px;}
.news_title{ display:block; text-align:center; background:url(../images/title_bj.jpg) no-repeat center 30px; overflow:hidden;}
.news_p{ display:block; line-height:30px; font-family:Aparajita; font-size:32px; color:#ff862a; overflow:hidden;}
.news_sp{ display:block; line-height:34px; font-family:'Microsoft YaHei'; font-size:28px; color:#353535; overflow:hidden;}
.news_ul{ display:block; padding-top:25px; overflow:hidden;}
.news_ul li{width:48%;float:left; height:110px; margin:0 1% 26px 1%; transition:all 0.3s; overflow:hidden;}
.news_ul li .news_img{width:149px;float:left; margin-right:15px;}
.news_ul li .news_img img{width:149px; height:110px; display:block;}
.news_ul li .news_T{ display:block; height:30px; line-height:30px; overflow:hidden; font-family:'Microsoft YaHei'; font-size:14px; color:#505050; font-weight:bold;transition:all 0.3s;}
.news_ul li .news_txt{ display:block; line-height:22px; color:#505050;transition:all 0.3s;}
.news_ul li:hover{background:#ff862a;}
.news_ul li:hover .news_T{color:#fff;}
.news_ul li:hover .news_txt{color:#fff;}
.gsjj_contect{ display:block; padding-top:25px; overflow:hidden; line-height:22px; color:#505050;}
.gsjj_contect img{width:358px; float:left; margin-right:25px;}
.gsjj_contect .sp1{ display:block; height:30px; line-height:30px; font-weight:bold; overflow:hidden;}

.lxwm{width:100%;float:left; margin-top:40px;}
.lxwm_left{width:50%;float:left; margin-top:28px; padding:0 2%;}
.lxwm_p{ display:block; height:60px; line-height:60px; font-family:'Microsoft YaHei'; font-size:16px; color:#505050; font-weight:bold;}
.lxwm_txt{ display:block; line-height:27px; font-size:14px; color:#505050; color:#6c6c6c;}
.lxwm_logo{ display:block; margin-top:40px;font-family:'Microsoft YaHei'; font-size:14px; color:#505050;line-height:30px; padding-left:38px; background:url(../images/lxwm_logo.jpg) no-repeat left center;}
.lxwm_b{ display:block; overflow:hidden; margin-bottom:5px;}
.lxwm_p1{display:block; height:31px; line-height:31px; font-size:14px; color:#505050;}
.lxwm_inp1{width:100%; height:43px; line-height:43px; background:#e8e8e8; overflow:hidden; border:1px dashed #cfcfcf; border-radius:5px; padding:0 10px;}
.lxwm_inp2{width:100%; height:157px; background:#e8e8e8; overflow:hidden; border:1px dashed #cfcfcf;padding:10px;}
.lxwm_btn{float:left; margin-top:10px; width:133px; height:35px; background:#ff862a; font-family:'Microsoft YaHei'; color:#fff; font-size:16px;}

footer{width:100%;overflow:hidden; line-height:24px; color:#8b8b8b; text-align:center; border-top:1px solid #d2d2d2; padding:32px 0; background:url(../images/foot_bj.jpg) repeat-x left top; margin-top:25px;}
footer a{color:#8b8b8b; margin:0 10px;}
footer a:hover{color:#8b8b8b; text-decoration:underline !important;}
/*手机底部导航*/
.hot{width:100%; height:68px; background:#4c5a65; position:fixed; bottom:0; left:0; z-index:99;}
.hot span{ color:#fff; font-size:16px; line-height:20px; padding-top:12px;}
.hot h6{ font-size:14px; line-height:26px; font-family:'Microsoft YaHei'; color:#fff;}
.hot .row div a{ display:block; color:#fff; padding:5px 0; margin-top:9px;}
.hot .row div:hover{ background:#373e43;}

/*关于我们*/
.dqwz_title{ display:block; height:50px; background:url(../images/dqwz_heng.jpg) repeat-x left bottom; overflow:hidden;}
.dqwz_p{float:left;width:130px; text-align:center; height:50px; line-height:47px; margin-left:280px; border-bottom:3px solid #fb8a33; font-family:'Microsoft YaHei'; font-size:16px; color:#ff862a;}
.dqwz_contect{ display:block; padding-top:36px; overflow:hidden;}
.main_left{width:280px;float:left;}
.about{width:100%;float:left;}
.about_title{ display:block; height:65px; line-height:65px; overflow:hidden; background:#4c5a65;}
.about_p{float:left; font-family:'Microsoft YaHei'; font-size:18px; color:#fff; text-indent:22px;}
.about_sp{float:left; font-family:Arial; font-size:14px; color:#fff; text-indent:10px;}
.about_ul{ display:block; overflow:hidden; border:1px solid #dcdcdc; border-top-color:#fff;}
.about_ul li{ display:block; height:45px;line-height:44px; background:url(../images/about_jiantou1.jpg) no-repeat left center #fff; overflow:hidden; border-bottom:1px solid #dcdcdc; cursor:pointer;transition:all 0.3s; font-size:14px; color:#505050; text-indent:78px;}
.about_ul li:hover{ background:url(../images/about_jiantou2.jpg) no-repeat left center #ff862a; color:#fff;}
.dl1{ display:none; overflow:hidden; padding:10px 0;}
.dl1 dd{ display:block; height:26px; line-height:26px; overflow:hidden; font-size:14px; text-align:center;}
.dl1 dd span{ color:#ff862a;}
.dl1 dd a{color:#505050;transition:all 0.3s;}
.dl1 dd a:hover{color:#ff862a;}

.main_right{width:870px;float:right;}
.company{ display:block; overflow:hidden; font-size:14px; color:#505050; line-height:26px;}
.company img{width:270px; float:left; margin-right:20px;}

/*产品展示*/
.cpzs{ display:block; width:900px; overflow:hidden;}
.cpzs li{width:270px;float:left; margin:0 30px 15px 0;} 
.cpzs li .cpzs_img{width:100%; overflow:hidden; position:relative;}
.cpzs_hover{width:100%; height:100%;background:rgba(255, 134, 42, 0.5) none repeat scroll 0 0 !important; background-color:#ff862a; position:absolute;left:0;bottom:-100%; z-index:5;transition:all 0.3s;text-align:center;}
.cpzs_hover span{ position:absolute;left:50%;top:50%; margin:-25px 0 0 -50px;width:100px; height:50px; border:1px solid #fff;}
.cpzs_hover span b{ display:inline-block; font-size:30px; color:#fff; line-height:50px;}
.cpzs li:hover .cpzs_hover{ bottom:0;}
.cpzs li .cpzs_sp{ display:block; height:45px; line-height:45px; text-align:center; overflow:hidden; font-size:14px; color:#505050;}

.cpxq{ display:block; overflow:hidden;}
.cpxq_p{ display:block; height:66px; line-height:66px; text-align:center; overflow:hidden; font-size:16px; color:#505050; font-weight:bold;}
.cpxq_img{width:100%; overflow:hidden;}
.cpxq_img img{width:100%; display:block;}
.cpxq_txt{ display:block; line-height:26px; font-size:14px; color:#505050; overflow:hidden; margin-top:20px;}

/*新闻中心*/
.xw{ display:block; overflow:hidden;}
.xw li{ display:block; margin-bottom:25px; overflow:hidden;}
.xw li .xw_img{width:251px;float:left; margin-right:25px;}
.xw li .xw_img img{width:251px; display:block;}
.xw li .xw_p{ display:block; height:40px; line-height:40px; overflow:hidden; font-family:'Microsoft YaHei'; font-size:14px; color:#505050; font-weight:bold;}
.xw li .xw_sp{ display:block; line-height:26px; overflow:hidden; color:#505050;}
.xw li .xw_txt{ display:block; line-height:26px; color:#505050; font-size:14px;}

.xwxq{ display:block;overflow:hidden;}
.xwxq_p{ display:block; height:40px; line-height:40px; overflow:hidden; text-align:center; font-family:'Microsoft YaHei'; font-size:16px; color:#ff862a;}
.xwxq_sp{ display:block; line-height:34px; text-align:center; background:#e1e1e1; overflow:hidden; font-family:'Microsoft YaHei'; font-size:16px; color:#505050;}
.xwxq_txt{ display:block; line-height:26px; color:#505050; font-family:'Microsoft YaHei'; font-size:14px; overflow:hidden; padding:15px;}












@media (max-width:1199px) {
/*banner*/
.bannerbox{width:100%; height:267px; transition:all 1s; overflow:hidden;}
#banner{ height:267px;position:relative;overflow:hidden; transition:all 1s;}
#banner .main_image{ height:267px;position:relative;overflow:hidden;transition:all 1s;}
#banner .main_image li span{display:block;width:100%;height:267px;transition:all 1s;}

.header_dianhua{ margin-right:10px;}
.header_ss{ margin:39px 40px 0 0;}

.yd{padding:0 1%;}
.yd_img{width:20%;}
.yd_B{width:80%;}
.yd_ul li{width:24%;margin:0 0 14px 1%;}
.ss{padding:0 1%;}
.ss_img{width:20%;}
.ld{padding:0 1%;}
.ld_img{width:20%;}
.gg{padding:0 1%;}
.gg_img{width:20%;}

/*关于我们*/
.dqwz_contect{padding:20px 1% 0 1%;}
.dqwz_p{margin-left:27.5%;}
.main_left{width:25%;float:left;}
.main_right{width:73%;float:right;}

/*产品展示*/
.cpzs{ display:block; width:100%; overflow:hidden;}
.cpzs li{width:31.3%;float:left; margin:0 1% 15px 1%;} 







}

@media (max-width:991px){
.header .icon-menu{float:right;font-size:40px;color:#ff862a;  cursor:pointer; height:110px; line-height:110px; margin-right:10px;}
.header .sjdnav{ width:150px; height:auto; position:absolute;right:0; top:110px;z-index:9999;background:#4c5a65; }
.header .sjdnav ul{ padding:0; margin:0;}
.header .sjdnav li{ height:38px;display:block;text-align:center; margin:5px 0; padding:0;}
.header .sjdnav li a{display:block;line-height:38px; font-family:'Microsoft YaHei'; font-size:14px; color:#fff; }
.header .sjdnav li a:hover{background:#ff862a; color:#fff;}
.header .sjdnavhide{ height:0; overflow:hidden;}	
.header .logo{width:80%; margin-left:10px;}

/*banner*/
.bannerbox{width:100%; height:216px; transition:all 1s; overflow:hidden;}
#banner{ height:216px;position:relative;overflow:hidden; transition:all 1s;}
#banner .main_image{ height:216px;position:relative;overflow:hidden;transition:all 1s;}
#banner .main_image li span{display:block;width:100%;height:216px;transition:all 1s;}

.gsjj_contect{padding:25px 1% 0 1%;}
.gsjj_contect img{width:50%; float:left; margin-right:15px;}

/*产品展示*/
.cpzs li{width:48%;float:left; margin:0 1% 15px 1%;} 





}

@media (max-width:767px){
.header .icon-menu{font-size:30px;}
/*.header .sjdnav{ width:100%;}*/

.yd_title{height:auto; }
.yd_p{width:100%;}
/*选项卡1*/
.yd .yd_nav{width:100%;float:left; padding-top:10px;}
.yd .yd_nav li{width:23%; margin:0 1%;}
.yd .yd_nav li a{ text-align:center; padding:0;}
.yd_B{width:100%;}
.yd_ul li{width:31.3%;margin:0 1% 14px 1%;}

.yd_p2{width:100%;}
/*选项卡2*/
.ss .yd_nav-2{width:100%;float:left; padding-top:10px;}
.ss .yd_nav-2 li{width:23%; margin:0 1%;}
.ss .yd_nav-2 li a{text-align:center; padding:0;}
.ss{padding:0 1%;}
.ss_img{width:20%;}

.yd_p3{width:100%;}
/*选项卡2*/
.ld .yd_nav-3{width:100%;float:left; padding-top:10px;}
.ld .yd_nav-3 li{width:23%; margin:0 1%;}
.ld .yd_nav-3 li a{text-align:center; padding:0;}
.ld{padding:0 1%;}
.ld_img{width:20%;}

.yd_p4{width:100%;}
/*选项卡2*/
.gg .yd_nav-4{width:100%;float:left; padding-top:10px;}
.gg .yd_nav-4 li{width:23%; margin:0 1%;}
.gg .yd_nav-4 li a{text-align:center; padding:0;}
.gg{padding:0 1%;}
.gg_img{width:20%;}

.news_ul li{width:98%;}
.lxwm_left{width:100%;float:left; margin-top:28px; padding:0 2%;}

/*关于我们*/
.about_title1{ display:block; height:55px; line-height:55px; overflow:hidden; background:#4c5a65; border-radius:5px; font-size:18px; color:#fff; text-indent:25px;}
.about_ul1{ display:none; overflow:hidden; border:1px solid #dcdcdc; border-top-color:#fff;}
.about_ul1 li{ display:block; height:45px;line-height:44px; background:url(../images/about_jiantou1.jpg) no-repeat left center #fff; overflow:hidden; border-bottom:1px solid #dcdcdc; cursor:pointer;transition:all 0.3s; font-size:14px; color:#505050; text-indent:78px;}
.about_ul1 li:hover{ background:url(../images/about_jiantou2.jpg) no-repeat left center #ff862a; color:#fff;}
.dqwz_contect{padding:0 1%;}
.main_right{width:100%;float:right; margin-top:20px;}
.company img{width:50%; float:left; margin-right:20px;}

/*新闻中心*/
.xw li .xw_img{width:50%;float:left; margin-right:10px;}
.xw li .xw_img img{width:100%; display:block;}



} 



