@charset "utf-8";
/* CSS Document */
body {padding:0; margin:0; font-size:14px; font-family:"Microsoft YaHei"; color:#212121;}
a{color:#212121;text-decoration:none;}
a:hover{color:#0555d2; text-decoration:none;}
a img{border:none;} 
div,ul,li,p,form,h1,h2,h3,h4,h5,dt,dl,dd,table,tr,td{padding: 0px; margin: 0px;list-style-type: none;}
em{font-style: normal;font-weight: normal;}
* {padding: 0px; margin: 0px; }
.fl {float:left;}
.fr {float:right;}
.clear{clear:both;}
.upfile {border: 1px solid #ccc;height:28px;margin-top:10px; width:98%;}
.main_width{width:1200px; margin:0 auto;}

/*头部*/
.head{z-index: 2;position: relative;/*border-bottom: 6px solid #0555d2;*/}
.head>div{margin:0 auto;z-index: 2;position: relative;}
.headtop{width:1200px;margin:0 auto;height: 120px;position: relative;}
.headtop a{float: left;margin-top: 27px;}
.headtop .tle{float: right;margin-top: 30px;}
.headtop .tle img{display: inline-block;margin-right: 5px;}
.headtop .tle p{display: inline-block;vertical-align: top;}
.headtop .tle p:nth-child(2){font-size: 16px;color: #434343;margin-top: 10px;}
.headtop .tle p:last-child{font-size: 24px;color: #fe0808;margin-top: 6px;text-align: right;}
.head_bottom{width:100%;background: #0555d2;margin:0 auto;height: 51px;position: relative;}
.head_bottom .nav{width:1200px;margin:0 auto;height: 51px;position: relative;}
.head_bottom>a{margin: 15px 0;display: block;float: left;}

.nav #nav_menu{margin:0 auto;}
.nav #nav_menu>li{display: inline-block;margin-right: 72px;}
.nav #nav_menu>li:last-child{margin-right: 0;}
.nav #nav_menu>li>a{padding:0 52px;height:51px;line-height: 51px;background: #0555d2;text-align: center;display: block;color: #fff;font-size: 16px;}

#nav_menu li ul{margin:0;padding: 0;position: absolute;	visibility: hidden; z-index:99; border-top:solid 1px #FFF;width: 120px;z-index: 999;background-color: red;}
#nav_menu li:nth-child(2) ul{width: 168px;}
#nav_menu li:nth-child(3) ul{width: 168px;}
#nav_menu li:nth-child(4) ul{width: 168px;}
#nav_menu li ul li{float: none;}
#nav_menu li ul li a{display:block;height:35px;line-height:35px;text-align: center;font-size:14px; background:#0555d2;color:#fff !important; font-weight:normal; border-bottom:solid 1px #fff;}
#nav_menu li ul li a:hover{background:#bbb; color:#FFFFFF !important;}
#nav_menu .navhover>a{background: #f1e300!important;color:#fff!important;}
#nav_menu>li:hover>a{background: #f1e300;color:#fff!important;}




/*动画*/
.slide-main{height:600px;position:relative; min-width:1200px; width:100%; background:#fff;}
.item{display:block;width:100%;height:5px;position:absolute;z-index:124;top:550px;left:0;text-align:center;}
.item a{display:inline-block;width:30px;height:8px;margin-right:11px;background:#555;opacity:0.6;-moz-opacity:0.6;filter:alpha(opacity=60);overflow:hidden;}
.item a.cur{background:#0555d2;}
.slide-box,.slide{display:block;width:100%;height:600px;overflow:hidden;}
.slide-box{position:relative;}
.slide{display:none;height:600px;position:relative;position:absolute;z-index:8;}
#bgstylea{background:url(banner1.png) center no-repeat;}
#bgstyleb{background:url(banner2.png) center no-repeat;}
#bgstylec{background:url(banner3.png) center no-repeat;}
#bgstylee{background:url(banner.png) center no-repeat;}
.slide a{display:block;width:100%;height:600px;cursor:pointer;}
.obj-a,.obj-b,.obj-c,.obj-d,.obj-e,.obj-f,.obj-g{position:absolute;z-index:9;left:50%;}
.obj-a,.obj-b{width:1200px;text-align:center;}
.obj-a{top: 220px;margin-left: -590px;}
.obj-b{top: 120px;margin-left: -980px;}
.obj-c{top: 105px;margin-left: -670px;}
.obj-d{top: 185px;margin-left: -80px;}
.obj-e{top: 100px;margin-left: -78px;}
/*.obj-e img{display: none;}*/
.obj-f{top: 160px;margin-left: -427px;}
.obj-g{top: 160px;margin-left: 40px;}
.banAnimate .obj-a{display:block;animation-name:baoAni;-webkit-animation:baoAni 0.4s linear 0s normal none;-moz-animation:baoAni 0.4s linear 0s normal none;animation:baoAni 0.4s linear 0s normal none;}
@-webkit-keyframes baoAni{from{opacity:0;left:60%;} to{opacity:1;left:50%;} }
@-moz-keyframes baoAni{from{opacity:0;left:60%;} to{opacity:1;left:50%;} }
@keyframes baoAni{from{opacity:0;left:60%;} to{opacity:1;left:50%;} }
.banAnimate .obj-b{display:block;animation-name:saAni;-webkit-animation:saAni 0.4s linear 0s normal none;-moz-animation:saAni 0.4s linear 0s normal none;animation:saAni 0.4s linear 0s normal none;}
@-webkit-keyframes saAni{from{opacity:0;-webkit-transform:scale(0,0);} to{opacity:1;-webkit-transform:scale(1,1);} }
@-moz-keyframes saAni{from{opacity:0;-moz-transform:scale(0,0);} to{opacity:1;-moz-transform:scale(1,1);} }
@keyframes saAni{from{opacity:0;transform:scale(0,0);} to{opacity:1;transform:scale(1,1);} }
.watch-code.code-show{display:block;animation-name:scode;-webkit-animation:scode 0.3s linear 0s normal none;-moz-animation:scode 0.3s linear 0s normal none;animation:scode 0.3s linear 0s normal none;}
@-webkit-keyframes scode{from{opacity:0;-webkit-transform:scale(1,0);transform-origin:left bottom;} to{opacity:1;-webkit-transform:scale(1,1); transform-origin: left bottom;} }
@-moz-keyframes scode{from{opacity:0;-moz-transform:scale(1,0); transform-origin:left bottom;} to{opacity:1;-moz-transform:scale(1,1);transform-origin:bottom bottom;} }
@keyframes scode{from{opacity:0;transform:scale(1,0);transform-origin:left bottom;} to{opacity:1;transform:scale(1,1);transform-origin: left bottom;} }
.banAnimate .obj-c,.banAnimate .obj-e{display:block;animation-name:saAnic;-webkit-animation:saAnic 0.3s linear 0s normal none;-moz-animation:saAnic 0.3s linear 0s normal none;animation:saAnic 0.3s linear 0s normal none;}
@-webkit-keyframes saAnic{from{opacity:0;left:47%;} to{opacity:1;left:50%;} }
@-moz-keyframes saAnic{from{opacity:0;left:47%;} to{opacity:1;left:50%;} }
@keyframes saAnic{from{opacity:0;left:47%;} to{opacity:1;left:50%;} }
.banAnimate .obj-d,.banAnimate .obj-f,.banAnimate .obj-g{display:block;animation-name:saAnid;-webkit-animation:saAnid 0.3s linear 0s normal none;-moz-animation:saAnid 0.3s linear 0s normal none;animation:saAnid 0.3s linear 0s normal none;}
@-webkit-keyframes saAnid{from{opacity:0;left:53%;} to{opacity:1;left:50%;} }
@-moz-keyframes saAnid{from{opacity:0;left:53%;} to{opacity:1;left:50%;} }
@keyframes saAnid{from{opacity:0;left:53%;} to{opacity:1;left:50%;} }
/*index_banner*/
.index_banner{width: 100%;height: 600px;z-index: 1;position: relative;}
.index_banner .banner_box{position: absolute;}

/*index_product*/
.productExh{margin: 0 auto;padding-top: 45px;background: #fff;color: #434343;}
.exh_content{width: 1200px;margin: 0 auto;font-size: 0;}
.productMune{float: left;width: 240px;min-height: 1248px;min-height: 700px;border-left: 9px solid #0555d2;border-right: 9px solid #0555d2;border-bottom: 9px solid #0555d2;}
.productMune .munetop{text-align: center;background: #0555d2;height: 71px;padding-top: 20px;}
.productMune .munetop img{float: left;margin-left: 13px;margin-top: 3px;margin-right: 7px;}
.productMune .munetop h2{font-size: 24px;color: #fff;}
.productMune .munetop p{font-size: 14px;color: #fff;font-family: Arial;}

.muneList > ul{background: #fff;padding: 0 12px;min-height: 868px;}
.productMune .muneList .series{border-bottom: 1px solid #dfdede;}
.productMune .muneList .series:last-child{border: none;}
.productMune .muneList .series a{font-size: 16px;font-weight: 100;padding: 20px 0;text-align: center;}
.productMune .muneList .series a:focus img{animation: xuanzhuan 1s;}
@keyframes xuanzhuan {from { transform: rotate(0deg) }to {transform: rotate(360deg);transition: all 0.6s;}}
.productMune .muneList .series a{color: #232323;display: block;}
.productMune .muneList .active a{color: #0555d2;}
.productMune .muneList .series a img{margin-left: 23px;margin-right: 25px;vertical-align: middle;}
.productMune .muneList .series .productShow + ul{display: none;}
.productMune .muneList .series:nth-child(1) .productShow + ul{display: block;}
.productMune .muneList .series .productShow + ul li{font-size: 14px;margin: 18.5px 0;}
.productMune .muneList .series .productShow + ul li:nth-child(1){margin-top: 0px;}
.productMune .muneList .series .productShow + ul li a{color: #434343;font-size: 14px;padding: 0;}
.productMune .muneList .series .productShow + ul li:hover a{color: #3369ff}
.muneCall{padding: 0 12px;background: #fff;margin-bottom: 15px;}
.muneCall h2{font-size: 18px;color: #fff;background: #ef8201;text-align: center;padding: 13px 0;font-weight: 100;}
.muneCall li{font-size: 14px;color: #454545;margin-top: 9px;}
.muneCall li:nth-child(2) p{text-align: right;width: 105px;}
.muneCall li p{display: inline-block;vertical-align: top;width: 155px;line-height: 30px;margin-top: -4px;}

.productList{float: left;margin-left: 52px;width: 74%;}
.productList .listContenter{height: 2060px;overflow: hidden;}
.productList .listContenter ul{background: #fff;}
.productList .listContenter ul li{display: inline-block;background: #fff;margin-bottom: 10px;overflow: hidden;vertical-align: top;position: relative;cursor: pointer;margin-right: 28px;}
.productList .listContenter ul li:hover a{display: block;}
.productList .listContenter ul li div{overflow: hidden;}
.productList .listContenter ul li img{width: 277px;height: 217px;}
.productList .listContenter ul li:nth-child(3n){margin-right: 0;}
.productList .listContenter ul li p{font-size: 16px;color: #454545;text-align: center;margin-top: 10px;}
.productList .listContenter ul li:hover p{color: #3369ff;}
.productList .listContenter .swiper-container .swiper-slide{width: 888px;height: 2060px;}


/*About*/
.About{margin-top: 35px;}
.aboutTitle{background: url(about_small.png) no-repeat center bottom;text-align: center;padding-bottom: 18px;margin-bottom: 50px;}
.aboutTitle h1{font-size: 30px;color: #ef8201;display: inline-block;margin-right: 3px;}
.aboutTitle span{font-size: 16px;color: #bebebe;}
.about_content{width: 1200px;margin: 0 auto;font-size: 0;position: relative;overflow: hidden;}
.Aboutimg{float: left;}
.Aboutimg img{border: 3px solid #0555d2;border-radius: 3px;}
.Aboutcontent{float: right;}
.Aboutcontent h2{font-size: 24px;color: #232323;font-weight: 100;margin-top: 15px;}
.Aboutcontent p{font-size: 16px;color: #434343;width: 600px;margin-top: 25px;line-height: 30px;}
.Aboutcontent a{font-size: 16px;color: #fff;background: #ef8201;border-radius: 10px;padding: 10px 18px;display: inline-block;margin-top: 38px;}
.Aboutcontent a:hover{background: #0555d2;}


/*Five*/
.Five{margin-top:46px;background: #f9f9f9;border-top: 6px solid #ef8201;}
.five_content{width: 1200px;margin: 0 auto;font-size: 0;position: relative;overflow: hidden;}

.fiveTitle{text-align: center;margin-top: 50px;}

.fiveContent{margin-top: 60px;position: relative;}
.fiveContent .fiveLeft{float: left;vertical-align: top;margin-left: 105px;}
.fiveContent .fiveMiddin{position: absolute;text-align:center;width: 100%;}
.fiveContent .fiveRight{float: right;vertical-align: top;margin-right: 100px;}
.fiveLeft img{margin-bottom: 75px;}
.fiveLeft img:nth-child(3){margin-bottom: 135px;}
.fiveLeft img:nth-child(5){margin-bottom: 40px;}
.fiveLeft .fiveArticle:nth-child(2) p:nth-child(3){margin-top: 18px;}
.fiveLeft .fiveArticle:nth-child(4){margin-bottom: 95px;}
.fiveRight img{margin-bottom: 100px;}
.fiveRight img:nth-child(2){margin-bottom: 95px;}
.fiveRight img:nth-child(4){margin-bottom: 165px;}
.fiveRight .fiveArticle:first-child{margin-top: 25px;margin-bottom: 115px;}
.fiveRight .fiveArticle:first-child p:nth-child(3){margin-top: 18px;}
.fiveRight .fiveArticle:nth-child(3){margin-bottom: 43px;}
.fiveRight .fiveArticle:nth-child(5){margin-bottom: 40px;}
.fiveRight .fiveArticle:nth-child(5) h2{font-size: 30px;color: #ef8201;}
.fiveRight .fiveArticle:nth-child(5) p:nth-child(2){margin-top: 15px;}
.fiveArticle{margin-bottom: 110px;}
.fiveArticle h2{font-size: 36px;color: #f4700b;}
.fiveArticle h3{font-size: 19px;color: #000;margin-top: 5px;}
.fiveArticle p{font-size: 16px;color: #000;margin-top: 10px;}
.fiveArticle p:nth-child(4){margin-top: 10px;}
.fiveArticle p:nth-child(5){margin-top: 10px;}
.fiveArticle:nth-child(4) h2{font-size: 30px;color: #ef8201;}
.fiveArticle:nth-child(4) p:nth-child(2){margin-top: 20px;}
.fiveArticle p span{vertical-align: middle;}
.fiveArticle p img{vertical-align: middle;margin: 0 !important;}

/*News*/
.News{margin-top: 45px;padding-bottom: 47px;border-bottom: 5px solid #ef8201;}
.newsTitle{background: url(about_small.png) no-repeat center bottom;text-align: center;padding-bottom: 18px;margin-bottom: 43px;}
.newsTitle h1{font-size: 30px;color: #ef8201;display: inline-block;margin-right: 11px;}
.newsTitle span{font-size: 16px;color: #bebebe;}
.news_content{width: 1200px;margin: 0 auto;font-size: 0;position: relative;overflow: hidden;}
.news_img{float: left;}
.news_img ul{position: relative;width: 493px;height: 252px;overflow: hidden;}
.news_img ul li{position: absolute;width: 100%;background: #fff;display: none;}
.news_img ul li:nth-child(1){display: block;}
.news_img .newsIntroduce{width: 494px;}
.news_img .newsIntroduce ul{height: 177px;}
.news_img .newsIntroduce h2{font-size: 21px;color: #333333;font-weight: 100;margin-top: 20px;}
.news_img .newsIntroduce p{font-size: 14px;color: #656565;margin-top: 10px;line-height: 23px;}
.news_div{float: right;width: 630px;}
.news_div ul li{width: 600px;height: 70px;margin-bottom: 23px;background: #f6f6f6;padding: 10px 15px;padding-left: 20px;}
.news_div ul li:last-child{margin-bottom: 0;}
.news_div ul li .newsTime{display: inline-block;border-right: 1px solid #e6e6e6;padding-right: 20px;}
.news_div ul li .newsTime p{text-align: center;}
.news_div ul li .newsTime div:nth-child(1){width: 35px;overflow: hidden;margin: 0 auto;}
.news_div ul li .newsTime div:nth-child(1) p{font-size: 30px;color: #535250;margin-left: -132px;}
.news_div ul li .newsTime div:nth-child(2){width: 70px;overflow: hidden;}
.news_div ul li .newsTime div:nth-child(2) p{font-size: 18px;color: #9a9a95;}
.news_div ul li .newsartTitle{display: inline-block;margin-left: 20px;vertical-align: top;margin-top: 10px;}
.news_div ul li .newsartTitle h2{font-size: 18px;color: #333333;}
.news_div ul li .newsartTitle p{font-size: 14px;color: #656565;}
.news_div ul li:hover{background: #0756d2;transition: .5s;}
.news_div ul li:hover .newsTime{border-right: 1px solid #4d87e2;transition: .5s;}
.news_div ul li:hover div:nth-child(1) p{color: #fff;transition: .5s;}
.news_div ul li:hover div:nth-child(2) p{color: #7fa8e9;transition: .5s;}
.news_div ul li:hover .newsartTitle h2{color: #fff;transition: .5s;}
.news_div ul li:hover .newsartTitle p{color: #8ab3f3;transition: .5s;}


/*footer*/
.footer{background: #333333;}
.footer_content{width: 1200px;margin: 0 auto;font-size: 0;}
.footer_content > div{float: left;}
.footer_content .footerNav li{display: inline-block;margin-top: 30px;margin-right: 34px}
.footer_content .footerNav li:hover a{color: #a2a2a2;}
.footer_content .footerNav li a{font-size: 16px;color: #fff;}
.footer_content .footerCall li{font-size: 14px;color: #a2a2a2;margin-right: 34px;display: inline-block;margin-top: 20px;}

.footer_bottom{margin-top: 10px;}
.footer_bottom div{font-size: 14px;color: #a2a2a2;}
.footer_bottom div a{font-size: 14px;color: #a2a2a2;}
.footer_bottom div span a{margin-left: 9px;}

.footer_content img{float: right;margin-top: 25px;margin-bottom: 24px;}


.n_banner{margin:0 auto; width:100%; height:400px; background:url(n_banner.jpg) center no-repeat;}


/*搜索页*/
.photolisting{width:100%;}
.photolisting li{float:left;margin: 10px 49px 10px 49px;}
.photolisting li img{width:300px; height:225px; margin:1px 0 0 1px;}
.photolisting li p{display:block; text-align:center; line-height:40px; font-size:16px;}
.photolisting li a{width:302px; background:#ddd; height:275px; display:block;}
.photolisting li a:hover{background:#0555d2; color:#FFFFFF;}

/*内页内容*/
.mainContent{margin:20px auto; width:1200px;}
.content{display:block; height:40px;margin-bottom: 10px;}
.content .title{padding-left:16px; float:left; font-size:16px; font-weight:bold; color:#0555d2; line-height:40px; background:url(ico.gif) left no-repeat;}
.content .weizhi{float:left; background:url(home.gif) left no-repeat; padding-left:25px; margin-top:15px;}
.content .weizhi a:last-child{color: #0555d2;}
.list_left{float:left; width:220px;}
.list_left .nav_title{background: #0555d2;color: #fff;height: 65px;line-height: 66px;text-align: center;border-top-left-radius: 15px;border-top-right-radius: 15px;font-size: 20px;border-bottom: 2px solid #fff;}
.list_left ul{padding-bottom: 5px;background: #0555d2;}
.list_left .title{display:block; height:70px; font-size:22px; line-height:70px; text-align:center; background:#0555d2; color:#FFFFFF; border-radius:8px 8px 0 0;}
.list_left li{height: 70px;line-height: 70px;border-left: 4px solid #d5d5d5;background: #ececec url(gylbg.png) no-repeat 185px center;border-bottom: 2px solid #fff;vertical-align: top;}
.list_left li a{font-size: 14px;color: #333;padding-left: 18px;display: block;}
.list_left li:hover{background: #0555d2 url(gylbg02.png) no-repeat 185px center;border-color: #0555d2;border-bottom: 2px solid #fff;}
.list_left li a:hover{color: #fff;}
.list_left .currclass{background: #0555d2 url(gylbg02.png) no-repeat 185px center;border-color: #0555d2;border-bottom: 2px solid #fff;}
.list_left .currclass a{color: #fff;}

.list_right{float:right; width:960px; margin-left:15px;border: 1px solid #d5d5d5;overflow: hidden;}
.list_right_contact{display:block; margin-top:20px; line-height:30px;}
.list_right_contact img{border: 1px solid #ccc;padding: 2px;}
.list_right_contact img:hover{border: 1px solid #0555d2;}
.list_right_contact .t{line-height:45px;}

.list_right1{float:right; width:100%;}


.list_contact_us{ display:block; margin-top:25px;}
.list_contact_us .t_title{display:block; height:50px; background:#f2f2f2; text-align:center; font-size:18px; line-height:50px;margin-bottom: 10px;}
.list_contact_us img{margin-top: 10px;}
.list_contact_us .n_contect{display:block; padding:2px 6px; line-height:28px; font-size:13px;}
.list_contact_us .n_contect img{display:block;}


.list_contact{display:block; margin:20px 0; line-height:30px;margin: 20px;}
.list_contact img{max-width:1170px;}
.list_contact .title{font-size:26px; display:block;font-weight:bold;height:45px; line-height:45px;margin-bottom: 10px;color: #0555d2;text-align: center;}
.list_contact .contact{display:block; line-height:30px;margin-top:10px;}
.list_contact .date{display:block; text-align:center; margin:10px 0;}
.list_contact #next{ display:block; border-top:dotted 1px #CCCCCC; margin-top:15px; text-align:center; padding-top:8px;}

.list_contact form table tr td input{background-color: #fff;background-image: none;border: 1px solid #ccc;border-radius: 4px;}
.list_contact form table tr td textarea{background-color: #fff;background-image: none;border: 1px solid #ccc;border-radius: 4px;}
.list_contact form table tr:last-child td input{border: 1px solid #adadad;color: #333;background: #fff;border-radius: 4px;padding: 5px 10px;cursor: pointer;}

.list_contact_img{display:block; margin:20px 0;}
.list_contact_img img{border:solid 1px #CCC; padding:1px;}
.list_contact_img img:hover{border:solid 1px #0555d2;}
.list_contact_img .t{line-height:35px;}

.list_product_contact{width:960px;margin-left: 20px;}
.list_product_contact li{float: left;width: 300px;position: relative;cursor: pointer;margin-right: 20px;margin-bottom: 20px;}
.list_product_contact li:nth-child(3n){margin-right: 0;}
.list_product_contact li:hover .product_title{display: block;}
.list_product_contact li img{width: 100%;}
.list_product_contact li p{display:block; text-align:center;margin-top: 10px;font-size: 16px;}



/*新闻栏目*/
.list_news{display:block; margin:20px auto;width: 960px;}
.list_news dl{ height:130px; border-bottom:1px #ddd dotted; padding:15px 0;padding-left: 20px;}
.list_news dt{float:left; width:150px; height:130px; margin-right:20px;}
.list_news dt img{width:150px; height:113px;}
.list_news dd{float:left; height:130px; width:750px;}
.list_news dd h4 a{ font-size:16px; color:#555555;}
.list_news dd h4 a:hover{font-size:16px; color:#0555d2;}
.list_news dd h4 span{float:right; font-weight:normal;color:#9C9C9C;}
.list_news dd h4 span a{font-size:14px;color:#9C9C9C;}
.list_news dd h4 span a:hover{font-size:14px;}
.list_news dd p{line-height:25px; padding-top:10px; color:#9C9C9C;}

/* 案例栏目 */
.list_case > table tbody tr{text-align: center;}
.list_case > table tbody tr td{width: 30% !important;display: inline-block;margin: 0 10px;margin-top:30px;}
.list_case > table tbody tr td .t{margin-top:10px;}
.list_case > table tbody tr td .t a{color: #666;}
.list_case > table tbody tr td img{width: 100%;}


/*产品内容页*/
#list_info{ height:28px; border-bottom:1px solid #D5D5D3; margin:20px 0; display:block;}
#list_info .detailed{ background: url(nav_bg2.gif) no-repeat; display:block; width:72px; line-height:28px; text-align:left; padding-left:18px; font-weight:bold; color:#393939;}
#list_product_content{display:block; clear:both;}
#list_product_content .title{font-size:18px; display:block; text-align:center; font-weight:bold; height:45px; line-height:45px;}
#list_product_content .contact{display:block; line-height:30px;}
#list_product_content .contact td{padding-left:20px;}
#list_product_content .contact img{max-width:1170px; display:block;}
#list_product_content #next{ display:block; border-top:dotted 1px #CCCCCC; margin-top:15px; text-align:center; padding-top:8px;}
.prodtitle {LINE-HEIGHT:30px; font-size:20px; margin-bottom:10px;}
.products_show_1 {PADDING-TOP: 15px; display:block;}
.show_left {FLOAT: left; width:450px;}
.show_right {WIDTH:480px; FLOAT: right;}
.show_right LI {LINE-HEIGHT:35px; OVERFLOW: hidden; display:block; background:url(pdf.jpg) left no-repeat; padding-left:28px;}
.show_right .d_contact{display:block; line-height:35px; margin-top:10px;}

.list_order{ border-top:1px solid #e5e5e5; margin:20px 0 0; padding:20px 0; font-family:"Microsoft Yahei";}
.list_order h2{ font-size:16px; line-height:30px; color:#333; height:50px; overflow:hidden;}
.list_order h2 span{ color:#666; display:inline-block; padding-left:20px; font-weight:normal;}
.list_order ul li{ margin-bottom:25px;}
.list_order li span{ display:inline-block; width:80px; font-size:14px; vertical-align:top; color:#4a4a4a; text-align:right; line-height:36px;}
.list_order li span em{ padding-right:2px; font-style:normal;}
.list_order .li01{ width:450px; float:left;}
.list_order .li02{ width:450px; float:left;}
.list_order .li03{ width:450px; float:left;}
.list_order .li04{ clear:both;}
.list_order li img{ vertical-align:middle; height:36px; background:#e5e5e5;}
.list_order .li05,.online .li06{ margin-bottom:10px;}
.red_x { color:#DD3904; display:inline; font-family:"微软雅黑"; font-size:12px;}
.inp1{ width:324px; height:36px; background:url(ordr_img_lian.png) no-repeat 324px 10px #f2f2f2; overflow:hidden; line-height:36px; border:0; padding:0 25px 0 10px;}
.inp2{ width:324px; height:36px; background:url(ordr_img_tel.png) no-repeat 324px 10px #f2f2f2; overflow:hidden; line-height:36px;border:0; padding:0 25px 0 10px;}
.inp3{ width:324px; height:36px; background:url(ordr_img_mail.png) no-repeat 324px 10px #f2f2f2; overflow:hidden; line-height:36px;border:0; padding:0 25px 0 10px;}
.inp4{ width:808px; height:109px; background:none; overflow:hidden; line-height:36px;border:1px solid #e0e0e0; resize:none;}
.inp5{ width:205px; height:36px; overflow:hidden; line-height:36px;border:1px solid #e0e0e0; background:none; margin-right:10px;}
.inp7{ width:324px; height:36px; background:url(ordr_img_contact.png) no-repeat 324px 10px  #f2f2f2; overflow:hidden; line-height:36px; border:0;padding:0 25px 0 10px;}
.btn1{width:80px; height:35px; border:0; margin:10px 27px 0 80px; background:#0555d2; color:#FFFFFF;cursor: pointer; font-family:"微软雅黑"; font-size:16px;}
.btn1:hover{background:#FFA200;}
.btn2{width:80px; height:35px; border:0; margin:10px 0 0 0; background:#FFA200; color:#FFFFFF;cursor: pointer; font-family:"微软雅黑"; font-size:16px;}
.btn2:hover{background:#0555d2;}

/*产品分类*/
#suckertree1 li ul li a{background: #fff; }
#suckertree1 li ul li a:hover{color:#0555d2;}
.suckerdiv{float:left; width:210px; margin-top:10px;}
.suckerdiv .title{background: #333333;height: 60px;padding-top: 25px;}
.suckerdiv .title img{float: left;margin-left: 13px;margin-top: 3px;margin-right: 7px;}
.suckerdiv .title h2{font-size: 18px;color: #fff;font-weight: 100;}
.suckerdiv .title p{font-size: 14px;color: #7c7c7c;font-family: Arial;}
.suckerdiv ul{margin: 0;padding: 0;list-style-type: none;width:210px;}
.suckerdiv ul li{position: relative;text-align: center;border-bottom: 1px solid #dfdede;}
.suckerdiv ul li ul{left:211px;top:0px;display: none;z-index:9999999;}
.suckerdiv ul li ul li{border: none;}
.suckerdiv ul li ul li ul{left:191px; /* Parent menu width - 1*/}
.suckerdiv ul li a{position: relative;display: block;color: black;text-decoration: none;background:#fff;height:40px; line-height:40px; font-size:14px; border-bottom:solid 1px #FFF;z-index:9999999;}
.suckerdiv ul li a img{position: absolute;top: 13px;left: 30px;}
.suckerdiv ul li ul li a{margin-top:0px;}
.suckerdiv ul li a:visited{color: black;}
.suckerdiv ul li a:hover{color:#0555d2;}
.suckerdiv ul li.currclass a{color:#0555d2; font-weight:bold;}
.suckerdiv .subfolderstyle{background:url(arrow-list.gif) no-repeat 190px center #f2f2f2;}
* html .suckerdiv ul li { float: left; height: 1%;}
* html .suckerdiv ul li a { height: 1%;}

.productNav li{height: auto;}
.productNav{float:left; width:220px;text-align: center;}
.productNav .nav_title{background: #0555d2;color: #fff;height: 65px;line-height: 66px;text-align: center;border-top-left-radius: 15px;border-top-right-radius: 15px;font-size: 20px;}
.productNav ul{padding-bottom: 5px;}
.productNav .title{display:block; height:70px; font-size:22px; line-height:70px; text-align:center; background:#0555d2; color:#FFFFFF; border-radius:8px 8px 0 0;}
.productNav li{line-height:45px;border-left: 4px solid #d5d5d5;border-bottom: 1px solid #d5d5d5;vertical-align: top;}
.productNav li .productShow{font-weight: bold;font-size: 15px;}
.productNav li a{font-size: 14px;color: #333;display: block;}
.productNav li .swiperTab li{border: none;}
.productNav li:hover{border-color: #0555d2;border-bottom: 1px solid #d5d5d5;}
.productNav li a:hover{color: #0555d2;}
.productNav .currclass{background: #0555d2 url(gylbg02.png) no-repeat 185px center;border-color: #0555d2;border-bottom: 2px solid #fff;}
.productNav .currclass a{color: #fff;}



/*图片放大镜样式*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{width:450px; max-width:450px; border:solid 1px #eee;}
div.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;display:none;text-align:center;overflow:hidden;width: 450px;height: 300px;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}

/*图片小图预览列表*/
.spec-preview{width:450px;}
.spec-scroll{clear:both;margin-top:5px;}
.spec-scroll .prev{float:left;margin-right:2px; background:url(left.gif) no-repeat;  margin-top:20px;}
.spec-scroll .next{float:right; background:url(right.gif) no-repeat;  margin-top:20px;}
.spec-scroll .prev,.spec-scroll .next{display:block;width:17px;height:54px; line-height:54px;cursor:pointer;text-decoration:none;}
.spec-scroll .items{float:left;position:relative;width:408px;height:56px;overflow:hidden; margin-top:20px;}
.spec-scroll .items ul{position:absolute;width:999999px;height:54px;}
.spec-scroll .items ul li{float:left;width:67px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #CCC;padding:1px;width:50px;height:50px;}
.spec-scroll .items ul li img:hover{border:1px solid #FF6600;padding:1px;}


/*分页*/
#fenye{clear:both; margin:20px 0 20px 0}
#fenye .prev_h,#fenye .next_h{width:55px; text-align:center;line-height:20px;}
#fenye a.curr{width:25px;background:#0555d2; border:1px solid #fff; color:#fff; font-weight:bold; text-align:center;}
#fenye a.curr:visited {color:#fff;}
#fenye a{color:#333333;background:#fff; margin:0px 5px; border:1px solid #dcdddd; float:left; text-align:center;height:22px;line-height:22px;text-decoration:none;border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;}
#fenye a.num{width:22px;}
#fenye a:visited{color:#333333;} 
#fenye a:hover{ float:left;}
#fenye span{line-height:30px; font-size:13px; height:30px;}
#fenye table{margin: 0 auto;}

/*在线留言*/
.feedback .line{padding:8px 0;}
.feedback .line .inputText{border:1px solid #ccc;color:#999;font-size:12px;padding:0 18px;width:714px;height:40px;line-height:40px;margin:0px; font-family:"微软雅黑"}
.feedback .line .textArea{border:1px solid #ccc;color:#999;font-size:12px;padding:10px 18px;width:714px;height:124px;margin:0px; font-family:"微软雅黑"}
.btn_area{width:102px; display:block;}
.submit{
	color: #fff;
	background: #333;
	width:70px;
	float:left;
	height:29px;
	border:none;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	} 
.submit:hover {
	color: #fff;
	background:#005AB5;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	} 



/*右边浮动*/
.floating_ck{position:fixed;right:0px;top:30%; z-index:99999999999;width:139px;}
.floating_ck dl dd{position: relative;background-color: #ebebeb;text-align: center;cursor: pointer;}
/* .floating_ck dl dd:hover{background-color:#005AB5;} */
.floating_ck dd span{color:#000;display:block;}
.consult p{background: #005AB5;color: #fff;font-size: 19px;padding: 10px;}
.consult ul{padding: 0 14px;padding-bottom: 24px;background: #fff;}
.consult ul li{border-bottom: 1px solid #e3e3e3;padding-top: 8px;padding-bottom: 6px;}
.consult ul li img{display: inline-block;vertical-align: middle;margin-right: 9px;}
.consult ul li span{display: inline-block;}
.qrcord{padding: 10px 15px;}
.qrcord .commun{margin-bottom: 15px;}


.banner_bottom{height: 246px;background: #000;}
.banner_bottom ul{width: 1200px;margin: 0 auto;}
.banner_bottom ul li{width: 299px;float: left;margin-left: 1px;background: #fff;padding-bottom: 20px;}
.banner_bottom ul li div{margin-bottom: 24px;width: 100%;font-size: 0;}
.banner_bottom ul li div img{width: 100%;}
.banner_bottom ul li a{display: block;float: left;width: 116px;height: 28px;border:1px solid #d6d6d6;margin: 10px 15px;text-align: center;line-height: 28px;}
.banner_bottom ul li a:hover{background: #41526b;color: #fff;transition: 1s;}
.banner_bottom ul li:nth-child(1){margin-left: 0;}


/*底部*/
/*.footer_nav{background-color: #707070;width: 100%;}
.footer_nav>div{width: 1200px;margin: 0 auto;position: relative;}
.footer_nav .footer_top>ul{color: #fff;}
.footer_nav .footer_top>ul>li{color: #fff;font-size: 16px;padding-left: 24px;padding-right: 24px;display: inline-block;}
.footer_nav .footer_top>ul>li:nth-child(1){padding-left: 0;}
.footer_nav .footer_top>ul>li a{color: #fff;}
.footer_nav .footer_top>p{color: #fff;margin-top: 34px;}
.footer_nav .footer_top>p span{margin: 0 20px 0 20px;}


.footer_nav .footer_top ul li ul{margin-top: 10px;line-height: 26px;}
.footer_nav .footer_top ul li ul li{color: #fff;font-size: 14px;}
.footer_nav .footer_top ul li:nth-child(4) ul li:nth-child(1) span{margin-left: 26px;}
.footer_nav .footer_top ul li:nth-child(4) ul li:nth-child(2){padding-left: 46px;}
.footer_nav .footer_top ul li:nth-child(4) ul li:nth-child(2) span{margin-left: 26px;}
.footer_nav .footer_top li li a{color: #fff;font-size: 14px;}
.footer_nav .footer_top li li a:hover{color: #f24f30;transition: 1s;}

.footer_top{width: 1200px;margin: 0 auto;padding-top: 26px;padding-bottom: 20px;overflow: hidden;}
.footer_top>div{font-size: 0;position: absolute;top: 30px;right: 0;}
.footer_top>div p{font-size: 14px;text-align: center;color: #fff;margin-top: 8px;}
.footer_logo{float: left;margin-left: 70px;}
.footer_p{float: left;font-size: 14px;color: #fff;width: 580px;padding: 10px 0 10px 20px;line-height: 26px;}
.footer_ewm{float: right;}
.footer_ewm img{float: left;}
.footer_ewm p{font-size: 14px;color: #fff;font-weight: 100;line-height: 32px;text-align: center;}
.footer_span{margin-right: 14px;}
.footer_span a{color: #fff;}
.footer_bottom{background-color: #707070;width: 100%;padding-bottom: 30px;}
.footer_bottom>div{width: 1200px;margin: 0 auto;color: #fff;font-size: 14px;font-family: "微软雅黑";}
.footer_bottom>div span{margin-left: 20px;}
.footer_bottom>div a{color: #fff;font-size: 14px;}*/